blob: 9f3ac72d922c63af3e1d882e3892a7757e788ad5 [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 Julliardbb8a0a92006-03-31 14:38:15 +02003# Generated by GNU Autoconf 2.59 for Wine 0.9.11.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004#
Alexandre Julliard875927f2004-01-02 01:55:29 +00005# Report bugs to <wine-devel@winehq.org>.
6#
7# Copyright (C) 2003 Free Software Foundation, Inc.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00008# This configure script is free software; the Free Software Foundation
9# gives unlimited permission to copy, distribute and modify it.
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010## --------------------- ##
11## M4sh Initialization. ##
12## --------------------- ##
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013
14# Be Bourne compatible
15if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 emulate sh
17 NULLCMD=:
Alexandre Julliard11af04e2002-10-10 03:48:04 +000018 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
19 # is contrary to our usage. Disable this feature.
20 alias -g '${1+"$@"}'='"$@"'
Alexandre Julliardf5818d22002-02-14 19:47:29 +000021elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
22 set -o posix
23fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000024DUALCASE=1; export DUALCASE # for MKS sh
Alexandre Julliardf5818d22002-02-14 19:47:29 +000025
Alexandre Julliarddaa28862002-04-11 21:54:01 +000026# Support unset when possible.
Alexandre Julliard875927f2004-01-02 01:55:29 +000027if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +000028 as_unset=unset
29else
30 as_unset=false
31fi
32
Alexandre Julliard11af04e2002-10-10 03:48:04 +000033
34# Work around bugs in pre-3.0 UWIN ksh.
35$as_unset ENV MAIL MAILPATH
36PS1='$ '
37PS2='> '
38PS4='+ '
39
40# NLS nuisances.
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000041for as_var in \
42 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
43 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44 LC_TELEPHONE LC_TIME
Alexandre Julliard11af04e2002-10-10 03:48:04 +000045do
Alexandre Julliard875927f2004-01-02 01:55:29 +000046 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
Alexandre Julliard11af04e2002-10-10 03:48:04 +000047 eval $as_var=C; export $as_var
48 else
49 $as_unset $as_var
50 fi
51done
52
53# Required to use basename.
54if expr a : '\(a\)' >/dev/null 2>&1; then
55 as_expr=expr
56else
57 as_expr=false
58fi
59
60if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
61 as_basename=basename
62else
63 as_basename=false
64fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +000065
66
Alexandre Julliardf5818d22002-02-14 19:47:29 +000067# Name of the executable.
Alexandre Julliard11af04e2002-10-10 03:48:04 +000068as_me=`$as_basename "$0" ||
Alexandre Julliarddaa28862002-04-11 21:54:01 +000069$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
70 X"$0" : 'X\(//\)$' \| \
71 X"$0" : 'X\(/\)$' \| \
72 . : '\(.\)' 2>/dev/null ||
73echo X/"$0" |
74 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
75 /^X\/\(\/\/\)$/{ s//\1/; q; }
76 /^X\/\(\/\).*/{ s//\1/; q; }
77 s/.*/./; q'`
78
Alexandre Julliard11af04e2002-10-10 03:48:04 +000079
Alexandre Julliarddaa28862002-04-11 21:54:01 +000080# PATH needs CR, and LINENO needs CR and PATH.
81# Avoid depending upon Character Ranges.
82as_cr_letters='abcdefghijklmnopqrstuvwxyz'
83as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
84as_cr_Letters=$as_cr_letters$as_cr_LETTERS
85as_cr_digits='0123456789'
86as_cr_alnum=$as_cr_Letters$as_cr_digits
87
88# The user is always right.
89if test "${PATH_SEPARATOR+set}" != set; then
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000090 echo "#! /bin/sh" >conf$$.sh
91 echo "exit 0" >>conf$$.sh
92 chmod +x conf$$.sh
93 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +000094 PATH_SEPARATOR=';'
95 else
96 PATH_SEPARATOR=:
97 fi
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000098 rm -f conf$$.sh
Alexandre Julliarddaa28862002-04-11 21:54:01 +000099fi
100
101
102 as_lineno_1=$LINENO
103 as_lineno_2=$LINENO
104 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
105 test "x$as_lineno_1" != "x$as_lineno_2" &&
106 test "x$as_lineno_3" = "x$as_lineno_2" || {
107 # Find who we are. Look in the path if we contain no path at all
108 # relative or not.
109 case $0 in
110 *[\\/]* ) as_myself=$0 ;;
111 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
112for as_dir in $PATH
113do
114 IFS=$as_save_IFS
115 test -z "$as_dir" && as_dir=.
116 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
117done
118
119 ;;
120 esac
121 # We did not find ourselves, most probably we were run as `sh COMMAND'
122 # in which case we are not to be found in the path.
123 if test "x$as_myself" = x; then
124 as_myself=$0
125 fi
126 if test ! -f "$as_myself"; then
127 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
128 { (exit 1); exit 1; }; }
129 fi
130 case $CONFIG_SHELL in
131 '')
132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
133for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
134do
135 IFS=$as_save_IFS
136 test -z "$as_dir" && as_dir=.
137 for as_base in sh bash ksh sh5; do
138 case $as_dir in
139 /*)
140 if ("$as_dir/$as_base" -c '
141 as_lineno_1=$LINENO
142 as_lineno_2=$LINENO
143 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
144 test "x$as_lineno_1" != "x$as_lineno_2" &&
145 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
Alexandre Julliard11af04e2002-10-10 03:48:04 +0000146 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
147 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000148 CONFIG_SHELL=$as_dir/$as_base
149 export CONFIG_SHELL
150 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
151 fi;;
152 esac
153 done
154done
155;;
156 esac
157
158 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
159 # uniformly replaced by the line number. The first 'sed' inserts a
160 # line-number line before each line; the second 'sed' does the real
161 # work. The second script uses 'N' to pair each line-number line
162 # with the numbered line, and appends trailing '-' during
163 # substitution so that $LINENO is not a special case at line end.
164 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
165 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
166 sed '=' <$as_myself |
167 sed '
168 N
169 s,$,-,
170 : loop
171 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172 t loop
173 s,-$,,
174 s,^['$as_cr_digits']*\n,,
175 ' >$as_me.lineno &&
176 chmod +x $as_me.lineno ||
177 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
178 { (exit 1); exit 1; }; }
179
180 # Don't try to exec as it changes $[0], causing all sort of problems
181 # (the dirname of $[0] is not the place where we might find the
182 # original and so on. Autoconf is especially sensible to this).
183 . ./$as_me.lineno
184 # Exit status is that of the last command.
185 exit
186}
187
188
189case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
190 *c*,-n*) ECHO_N= ECHO_C='
191' ECHO_T=' ' ;;
192 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
193 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
194esac
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000195
196if expr a : '\(a\)' >/dev/null 2>&1; then
197 as_expr=expr
198else
199 as_expr=false
200fi
201
202rm -f conf$$ conf$$.exe conf$$.file
203echo >conf$$.file
204if ln -s conf$$.file conf$$ 2>/dev/null; then
205 # We could just check for DJGPP; but this test a) works b) is more generic
206 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
207 if test -f conf$$.exe; then
208 # Don't use ln at all; we don't have any links
209 as_ln_s='cp -p'
210 else
211 as_ln_s='ln -s'
212 fi
213elif ln conf$$.file conf$$ 2>/dev/null; then
214 as_ln_s=ln
215else
216 as_ln_s='cp -p'
217fi
218rm -f conf$$ conf$$.exe conf$$.file
219
Alexandre Julliard11af04e2002-10-10 03:48:04 +0000220if mkdir -p . 2>/dev/null; then
221 as_mkdir_p=:
222else
Alexandre Julliard875927f2004-01-02 01:55:29 +0000223 test -d ./-p && rmdir ./-p
Alexandre Julliard11af04e2002-10-10 03:48:04 +0000224 as_mkdir_p=false
225fi
226
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000227as_executable_p="test -f"
228
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000229# Sed expression to map a string onto a valid CPP name.
Alexandre Julliard875927f2004-01-02 01:55:29 +0000230as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000231
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000232# Sed expression to map a string onto a valid variable name.
Alexandre Julliard875927f2004-01-02 01:55:29 +0000233as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000234
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000235
236# IFS
237# We need space, tab and new line, in precisely that order.
238as_nl='
239'
240IFS=" $as_nl"
241
242# CDPATH.
Alexandre Julliard11af04e2002-10-10 03:48:04 +0000243$as_unset CDPATH
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000244
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000245
246# Name of the host.
247# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
248# so uname gets run too.
249ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
250
251exec 6>&1
252
253#
254# Initializations.
255#
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000256ac_default_prefix=/usr/local
Alexandre Julliard11af04e2002-10-10 03:48:04 +0000257ac_config_libobj_dir=.
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000258cross_compiling=no
259subdirs=
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000260MFLAGS=
261MAKEFLAGS=
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000262SHELL=${CONFIG_SHELL-/bin/sh}
263
264# Maximum number of lines to put in a shell here document.
265# This variable seems obsolete. It should probably be removed, and
266# only ac_max_sed_lines should be used.
267: ${ac_max_here_lines=38}
268
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000269# Identity of this package.
270PACKAGE_NAME='Wine'
271PACKAGE_TARNAME='wine'
Alexandre Julliardbb8a0a92006-03-31 14:38:15 +0200272PACKAGE_VERSION='0.9.11'
273PACKAGE_STRING='Wine 0.9.11'
Alexandre Julliard875927f2004-01-02 01:55:29 +0000274PACKAGE_BUGREPORT='wine-devel@winehq.org'
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000275
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000276ac_unique_file="server/atom.c"
277# Factoring default headers for most tests.
278ac_includes_default="\
279#include <stdio.h>
280#if HAVE_SYS_TYPES_H
281# include <sys/types.h>
282#endif
283#if HAVE_SYS_STAT_H
284# include <sys/stat.h>
285#endif
286#if STDC_HEADERS
287# include <stdlib.h>
288# include <stddef.h>
289#else
290# if HAVE_STDLIB_H
291# include <stdlib.h>
292# endif
293#endif
294#if HAVE_STRING_H
295# if !STDC_HEADERS && HAVE_MEMORY_H
296# include <memory.h>
297# endif
298# include <string.h>
299#endif
300#if HAVE_STRINGS_H
301# include <strings.h>
302#endif
303#if HAVE_INTTYPES_H
304# include <inttypes.h>
305#else
306# if HAVE_STDINT_H
307# include <stdint.h>
308# endif
309#endif
310#if HAVE_UNISTD_H
311# include <unistd.h>
312#endif"
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000313
Hans Leidekker2d6d4e92006-04-09 18:36:01 +0200314ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS DLLDEFS build build_cpu build_vendor build_os host host_cpu host_vendor host_os WIN16_FILES WIN16_INSTALL SET_MAKE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX CPPBIN ac_ct_CPPBIN TOOLSDIR CPP X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS LEX LEXLIB LEX_OUTPUT_ROOT XLEX BISON AS ac_ct_AS LD ac_ct_LD AR ac_ct_AR RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP WINDRES ac_ct_WINDRES LN_S LN EGREP LDCONFIG INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LINT LINTFLAGS FONTFORGE PKG_CONFIG PRELINK LIBPTHREAD XLIB XFILES OPENGLFILES GLU32FILES OPENGL_LIBS GLUT_LIBS GLUT32FILES NASLIBS XML2LIBS XML2INCL XSLTLIBS XSLTINCL CURSESLIBS sane_devel SANELIBS SANEINCL ICULIBS RESOLVLIBS LCMSLIBS LDAPLIBS FREETYPELIBS FREETYPEINCL ft_devel ft_devel2 FONTSSUBDIRS ARTSCCONFIG ARTSLIBS ARTSINCL ESDCONFIG ESDLIBS ESDINCL ALSALIBS AUDIOIOLIBS EXTRACFLAGS BUILTINFLAG DLLEXT DLLFLAGS DLLIBS LDSHARED LDDLLFLAGS LIBEXT IMPLIBEXT DLLTOOL ac_ct_DLLTOOL DLLWRAP ac_ct_DLLWRAP LDEXECFLAGS LDEXERPATH LDDLLRPATH COREFOUNDATIONLIB IOKITLIB CROSSTEST CROSSCC CROSSWINDRES LDPATH CRTLIBS SOCKETLIBS MAIN_BINARY EXTRA_BINARIES LDD LIBOBJS LTLIBOBJS'
Alexandre Julliard633b12d2005-08-25 12:14:13 +0000315ac_subst_files='MAKE_RULES MAKE_DLL_RULES MAKE_IMPLIB_RULES MAKE_TEST_RULES MAKE_LIB_RULES MAKE_PROG_RULES'
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000316
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000317# Initialize some variables set by options.
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000318ac_init_help=
319ac_init_version=false
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000320# The variables have the same names as the options, with
321# dashes changed to underlines.
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000322cache_file=/dev/null
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000323exec_prefix=NONE
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000324no_create=
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000325no_recursion=
326prefix=NONE
327program_prefix=NONE
328program_suffix=NONE
329program_transform_name=s,x,x,
330silent=
331site=
332srcdir=
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000333verbose=
334x_includes=NONE
335x_libraries=NONE
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000336
337# Installation directory options.
338# These are left unexpanded so users can "make install exec_prefix=/foo"
339# and all the variables that are supposed to be based on exec_prefix
340# by default will actually change.
341# Use braces instead of parens because sh, perl, etc. also accept them.
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000342bindir='${exec_prefix}/bin'
343sbindir='${exec_prefix}/sbin'
344libexecdir='${exec_prefix}/libexec'
345datadir='${prefix}/share'
346sysconfdir='${prefix}/etc'
347sharedstatedir='${prefix}/com'
348localstatedir='${prefix}/var'
349libdir='${exec_prefix}/lib'
350includedir='${prefix}/include'
351oldincludedir='/usr/include'
352infodir='${prefix}/info'
353mandir='${prefix}/man'
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000354
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000355ac_prev=
356for ac_option
357do
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000358 # If the previous option needs an argument, assign it.
359 if test -n "$ac_prev"; then
360 eval "$ac_prev=\$ac_option"
361 ac_prev=
362 continue
363 fi
364
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000365 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000366
367 # Accept the important Cygnus configure options, so we can diagnose typos.
368
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000369 case $ac_option in
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000370
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000371 -bindir | --bindir | --bindi | --bind | --bin | --bi)
372 ac_prev=bindir ;;
373 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000374 bindir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000375
376 -build | --build | --buil | --bui | --bu)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000377 ac_prev=build_alias ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000378 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000379 build_alias=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000380
381 -cache-file | --cache-file | --cache-fil | --cache-fi \
382 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
383 ac_prev=cache_file ;;
384 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
385 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000386 cache_file=$ac_optarg ;;
387
388 --config-cache | -C)
389 cache_file=config.cache ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000390
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000391 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
392 ac_prev=datadir ;;
393 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
394 | --da=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000395 datadir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000396
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000397 -disable-* | --disable-*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000398 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000399 # Reject names that are not valid shell variable names.
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000400 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
401 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
402 { (exit 1); exit 1; }; }
403 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
404 eval "enable_$ac_feature=no" ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000405
406 -enable-* | --enable-*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000407 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000408 # Reject names that are not valid shell variable names.
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000409 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
410 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
411 { (exit 1); exit 1; }; }
412 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
413 case $ac_option in
414 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000415 *) ac_optarg=yes ;;
416 esac
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000417 eval "enable_$ac_feature='$ac_optarg'" ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000418
419 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
420 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
421 | --exec | --exe | --ex)
422 ac_prev=exec_prefix ;;
423 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
424 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
425 | --exec=* | --exe=* | --ex=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000426 exec_prefix=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000427
428 -gas | --gas | --ga | --g)
429 # Obsolete; use --with-gas.
430 with_gas=yes ;;
431
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000432 -help | --help | --hel | --he | -h)
433 ac_init_help=long ;;
434 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
435 ac_init_help=recursive ;;
436 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
437 ac_init_help=short ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000438
439 -host | --host | --hos | --ho)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000440 ac_prev=host_alias ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000441 -host=* | --host=* | --hos=* | --ho=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000442 host_alias=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000443
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000444 -includedir | --includedir | --includedi | --included | --include \
445 | --includ | --inclu | --incl | --inc)
446 ac_prev=includedir ;;
447 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
448 | --includ=* | --inclu=* | --incl=* | --inc=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000449 includedir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000450
451 -infodir | --infodir | --infodi | --infod | --info | --inf)
452 ac_prev=infodir ;;
453 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000454 infodir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000455
456 -libdir | --libdir | --libdi | --libd)
457 ac_prev=libdir ;;
458 -libdir=* | --libdir=* | --libdi=* | --libd=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000459 libdir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000460
461 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
462 | --libexe | --libex | --libe)
463 ac_prev=libexecdir ;;
464 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
465 | --libexe=* | --libex=* | --libe=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000466 libexecdir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000467
468 -localstatedir | --localstatedir | --localstatedi | --localstated \
469 | --localstate | --localstat | --localsta | --localst \
470 | --locals | --local | --loca | --loc | --lo)
471 ac_prev=localstatedir ;;
472 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
473 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
474 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000475 localstatedir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000476
477 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
478 ac_prev=mandir ;;
479 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000480 mandir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000481
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000482 -nfp | --nfp | --nf)
483 # Obsolete; use --without-fp.
484 with_fp=no ;;
485
486 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000487 | --no-cr | --no-c | -n)
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000488 no_create=yes ;;
489
490 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
491 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
492 no_recursion=yes ;;
493
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000494 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
495 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
496 | --oldin | --oldi | --old | --ol | --o)
497 ac_prev=oldincludedir ;;
498 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
499 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
500 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000501 oldincludedir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000502
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000503 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
504 ac_prev=prefix ;;
505 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000506 prefix=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000507
508 -program-prefix | --program-prefix | --program-prefi | --program-pref \
509 | --program-pre | --program-pr | --program-p)
510 ac_prev=program_prefix ;;
511 -program-prefix=* | --program-prefix=* | --program-prefi=* \
512 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000513 program_prefix=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000514
515 -program-suffix | --program-suffix | --program-suffi | --program-suff \
516 | --program-suf | --program-su | --program-s)
517 ac_prev=program_suffix ;;
518 -program-suffix=* | --program-suffix=* | --program-suffi=* \
519 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000520 program_suffix=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000521
522 -program-transform-name | --program-transform-name \
523 | --program-transform-nam | --program-transform-na \
524 | --program-transform-n | --program-transform- \
525 | --program-transform | --program-transfor \
526 | --program-transfo | --program-transf \
527 | --program-trans | --program-tran \
528 | --progr-tra | --program-tr | --program-t)
529 ac_prev=program_transform_name ;;
530 -program-transform-name=* | --program-transform-name=* \
531 | --program-transform-nam=* | --program-transform-na=* \
532 | --program-transform-n=* | --program-transform-=* \
533 | --program-transform=* | --program-transfor=* \
534 | --program-transfo=* | --program-transf=* \
535 | --program-trans=* | --program-tran=* \
536 | --progr-tra=* | --program-tr=* | --program-t=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000537 program_transform_name=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000538
539 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
540 | -silent | --silent | --silen | --sile | --sil)
541 silent=yes ;;
542
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000543 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
544 ac_prev=sbindir ;;
545 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
546 | --sbi=* | --sb=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000547 sbindir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000548
549 -sharedstatedir | --sharedstatedir | --sharedstatedi \
550 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
551 | --sharedst | --shareds | --shared | --share | --shar \
552 | --sha | --sh)
553 ac_prev=sharedstatedir ;;
554 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
555 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
556 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
557 | --sha=* | --sh=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000558 sharedstatedir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000559
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000560 -site | --site | --sit)
561 ac_prev=site ;;
562 -site=* | --site=* | --sit=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000563 site=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000564
565 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
566 ac_prev=srcdir ;;
567 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000568 srcdir=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000569
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000570 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
571 | --syscon | --sysco | --sysc | --sys | --sy)
572 ac_prev=sysconfdir ;;
573 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
574 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000575 sysconfdir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000576
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000577 -target | --target | --targe | --targ | --tar | --ta | --t)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000578 ac_prev=target_alias ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000579 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000580 target_alias=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000581
582 -v | -verbose | --verbose | --verbos | --verbo | --verb)
583 verbose=yes ;;
584
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000585 -version | --version | --versio | --versi | --vers | -V)
586 ac_init_version=: ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000587
588 -with-* | --with-*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000589 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000590 # Reject names that are not valid shell variable names.
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000591 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
592 { echo "$as_me: error: invalid package name: $ac_package" >&2
593 { (exit 1); exit 1; }; }
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000594 ac_package=`echo $ac_package| sed 's/-/_/g'`
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000595 case $ac_option in
596 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000597 *) ac_optarg=yes ;;
598 esac
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000599 eval "with_$ac_package='$ac_optarg'" ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000600
601 -without-* | --without-*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000602 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000603 # Reject names that are not valid shell variable names.
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000604 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
605 { echo "$as_me: error: invalid package name: $ac_package" >&2
606 { (exit 1); exit 1; }; }
607 ac_package=`echo $ac_package | sed 's/-/_/g'`
608 eval "with_$ac_package=no" ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000609
610 --x)
611 # Obsolete; use --with-x.
612 with_x=yes ;;
613
614 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
615 | --x-incl | --x-inc | --x-in | --x-i)
616 ac_prev=x_includes ;;
617 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
618 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000619 x_includes=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000620
621 -x-libraries | --x-libraries | --x-librarie | --x-librari \
622 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
623 ac_prev=x_libraries ;;
624 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
625 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000626 x_libraries=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000627
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000628 -*) { echo "$as_me: error: unrecognized option: $ac_option
629Try \`$0 --help' for more information." >&2
630 { (exit 1); exit 1; }; }
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000631 ;;
632
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000633 *=*)
634 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
635 # Reject names that are not valid shell variable names.
636 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
637 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
638 { (exit 1); exit 1; }; }
639 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
640 eval "$ac_envvar='$ac_optarg'"
641 export $ac_envvar ;;
642
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000643 *)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000644 # FIXME: should be removed in autoconf 3.0.
645 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
646 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
647 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
648 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000649 ;;
650
651 esac
652done
653
654if test -n "$ac_prev"; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000655 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
656 { echo "$as_me: error: missing argument to $ac_option" >&2
657 { (exit 1); exit 1; }; }
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000658fi
659
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000660# Be sure to have absolute paths.
661for ac_var in exec_prefix prefix
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000662do
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000663 eval ac_val=$`echo $ac_var`
664 case $ac_val in
665 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000666 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000667 { (exit 1); exit 1; }; };;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000668 esac
669done
670
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000671# Be sure to have absolute paths.
672for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
Alexandre Julliard875927f2004-01-02 01:55:29 +0000673 localstatedir libdir includedir oldincludedir infodir mandir
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000674do
675 eval ac_val=$`echo $ac_var`
676 case $ac_val in
677 [\\/$]* | ?:[\\/]* ) ;;
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000678 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000679 { (exit 1); exit 1; }; };;
680 esac
681done
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000682
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000683# There might be people who depend on the old broken behavior: `$host'
684# used to hold the argument of --host etc.
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000685# FIXME: To remove some day.
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000686build=$build_alias
687host=$host_alias
688target=$target_alias
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000689
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000690# FIXME: To remove some day.
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000691if test "x$host_alias" != x; then
692 if test "x$build_alias" = x; then
693 cross_compiling=maybe
694 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
695 If a cross compiler is detected then cross compile mode will be used." >&2
696 elif test "x$build_alias" != "x$host_alias"; then
697 cross_compiling=yes
698 fi
699fi
700
701ac_tool_prefix=
702test -n "$host_alias" && ac_tool_prefix=$host_alias-
703
704test "$silent" = yes && exec 6>/dev/null
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000705
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000706
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000707# Find the source files, if location was not specified.
708if test -z "$srcdir"; then
709 ac_srcdir_defaulted=yes
710 # Try the directory containing this script, then its parent.
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000711 ac_confdir=`(dirname "$0") 2>/dev/null ||
712$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
Alexandre Julliard875927f2004-01-02 01:55:29 +0000713 X"$0" : 'X\(//\)[^/]' \| \
714 X"$0" : 'X\(//\)$' \| \
715 X"$0" : 'X\(/\)' \| \
716 . : '\(.\)' 2>/dev/null ||
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000717echo X"$0" |
718 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
719 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
720 /^X\(\/\/\)$/{ s//\1/; q; }
721 /^X\(\/\).*/{ s//\1/; q; }
722 s/.*/./; q'`
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000723 srcdir=$ac_confdir
724 if test ! -r $srcdir/$ac_unique_file; then
725 srcdir=..
726 fi
727else
728 ac_srcdir_defaulted=no
729fi
730if test ! -r $srcdir/$ac_unique_file; then
731 if test "$ac_srcdir_defaulted" = yes; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000732 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000733 { (exit 1); exit 1; }; }
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000734 else
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000735 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000736 { (exit 1); exit 1; }; }
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000737 fi
738fi
Alexandre Julliard11af04e2002-10-10 03:48:04 +0000739(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
740 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
741 { (exit 1); exit 1; }; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000742srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
743ac_env_build_alias_set=${build_alias+set}
744ac_env_build_alias_value=$build_alias
745ac_cv_env_build_alias_set=${build_alias+set}
746ac_cv_env_build_alias_value=$build_alias
747ac_env_host_alias_set=${host_alias+set}
748ac_env_host_alias_value=$host_alias
749ac_cv_env_host_alias_set=${host_alias+set}
750ac_cv_env_host_alias_value=$host_alias
751ac_env_target_alias_set=${target_alias+set}
752ac_env_target_alias_value=$target_alias
753ac_cv_env_target_alias_set=${target_alias+set}
754ac_cv_env_target_alias_value=$target_alias
755ac_env_CC_set=${CC+set}
756ac_env_CC_value=$CC
757ac_cv_env_CC_set=${CC+set}
758ac_cv_env_CC_value=$CC
759ac_env_CFLAGS_set=${CFLAGS+set}
760ac_env_CFLAGS_value=$CFLAGS
761ac_cv_env_CFLAGS_set=${CFLAGS+set}
762ac_cv_env_CFLAGS_value=$CFLAGS
763ac_env_LDFLAGS_set=${LDFLAGS+set}
764ac_env_LDFLAGS_value=$LDFLAGS
765ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
766ac_cv_env_LDFLAGS_value=$LDFLAGS
767ac_env_CPPFLAGS_set=${CPPFLAGS+set}
768ac_env_CPPFLAGS_value=$CPPFLAGS
769ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
770ac_cv_env_CPPFLAGS_value=$CPPFLAGS
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +0000771ac_env_CXX_set=${CXX+set}
772ac_env_CXX_value=$CXX
773ac_cv_env_CXX_set=${CXX+set}
774ac_cv_env_CXX_value=$CXX
775ac_env_CXXFLAGS_set=${CXXFLAGS+set}
776ac_env_CXXFLAGS_value=$CXXFLAGS
777ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
778ac_cv_env_CXXFLAGS_value=$CXXFLAGS
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000779ac_env_CPP_set=${CPP+set}
780ac_env_CPP_value=$CPP
781ac_cv_env_CPP_set=${CPP+set}
782ac_cv_env_CPP_value=$CPP
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000783
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000784#
785# Report the --help message.
786#
787if test "$ac_init_help" = "long"; then
788 # Omit some internal or obsolete options to make the list less imposing.
789 # This message is too long to be a string in the A/UX 3.1 sh.
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000790 cat <<_ACEOF
Alexandre Julliardbb8a0a92006-03-31 14:38:15 +0200791\`configure' configures Wine 0.9.11 to adapt to many kinds of systems.
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000792
793Usage: $0 [OPTION]... [VAR=VALUE]...
794
795To assign environment variables (e.g., CC, CFLAGS...), specify them as
796VAR=VALUE. See below for descriptions of some of the useful variables.
797
798Defaults for the options are specified in brackets.
799
800Configuration:
801 -h, --help display this help and exit
802 --help=short display options specific to this package
803 --help=recursive display the short help of all the included packages
804 -V, --version display version information and exit
805 -q, --quiet, --silent do not print \`checking...' messages
806 --cache-file=FILE cache test results in FILE [disabled]
807 -C, --config-cache alias for \`--cache-file=config.cache'
808 -n, --no-create do not create output files
809 --srcdir=DIR find the sources in DIR [configure dir or \`..']
810
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000811_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000812
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000813 cat <<_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000814Installation directories:
815 --prefix=PREFIX install architecture-independent files in PREFIX
Alexandre Julliard875927f2004-01-02 01:55:29 +0000816 [$ac_default_prefix]
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000817 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
Alexandre Julliard875927f2004-01-02 01:55:29 +0000818 [PREFIX]
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000819
820By default, \`make install' will install all the files in
821\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
822an installation prefix other than \`$ac_default_prefix' using \`--prefix',
823for instance \`--prefix=\$HOME'.
824
825For better control, use the options below.
826
827Fine tuning of the installation directories:
828 --bindir=DIR user executables [EPREFIX/bin]
829 --sbindir=DIR system admin executables [EPREFIX/sbin]
830 --libexecdir=DIR program executables [EPREFIX/libexec]
831 --datadir=DIR read-only architecture-independent data [PREFIX/share]
832 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
833 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
834 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
835 --libdir=DIR object code libraries [EPREFIX/lib]
836 --includedir=DIR C header files [PREFIX/include]
837 --oldincludedir=DIR C header files for non-gcc [/usr/include]
838 --infodir=DIR info documentation [PREFIX/info]
839 --mandir=DIR man documentation [PREFIX/man]
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000840_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000841
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000842 cat <<\_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000843
844X features:
845 --x-includes=DIR X include files are in DIR
846 --x-libraries=DIR X library files are in DIR
847
848System types:
849 --build=BUILD configure for building on BUILD [guessed]
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000850 --host=HOST cross-compile to build programs to run on HOST [BUILD]
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000851_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000852fi
853
854if test -n "$ac_init_help"; then
855 case $ac_init_help in
Alexandre Julliardbb8a0a92006-03-31 14:38:15 +0200856 short | recursive ) echo "Configuration of Wine 0.9.11:";;
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000857 esac
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000858 cat <<\_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000859
860Optional Features:
861 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
862 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
Eric Pouech53fa0d52004-02-05 01:27:38 +0000863 --disable-win16 do not include Win16 support
864 --disable-debug compile out all debugging messages
865 --disable-trace compile out TRACE messages
Alexandre Julliard2aa8e872004-10-08 23:39:16 +0000866 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
867 binaries)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000868
869Optional Packages:
870 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
871 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
Eric Pouech53fa0d52004-02-05 01:27:38 +0000872 --without-opengl do not use OpenGL
873 --without-curses do not use curses
874 --with-wine-tools=<dir> use Wine tools from directory <dir>
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000875 --with-x use the X Window System
876
877Some influential environment variables:
Eric Pouech53fa0d52004-02-05 01:27:38 +0000878 CC C compiler command
879 CFLAGS C compiler flags
880 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
881 nonstandard directory <lib dir>
882 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
883 headers in a nonstandard directory <include dir>
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +0000884 CXX C++ compiler command
885 CXXFLAGS C++ compiler flags
Eric Pouech53fa0d52004-02-05 01:27:38 +0000886 CPP C preprocessor
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000887
888Use these variables to override the choices made by `configure' or to help
889it to find libraries and programs with nonstandard names/locations.
890
Alexandre Julliard875927f2004-01-02 01:55:29 +0000891Report bugs to <wine-devel@winehq.org>.
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000892_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000893fi
894
895if test "$ac_init_help" = "recursive"; then
896 # If there are subdirs, report their specific --help.
897 ac_popdir=`pwd`
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000898 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
899 test -d $ac_dir || continue
900 ac_builddir=.
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000901
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000902if test "$ac_dir" != .; then
903 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
904 # A "../" for each directory in $ac_dir_suffix.
905 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
906else
907 ac_dir_suffix= ac_top_builddir=
908fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000909
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000910case $srcdir in
911 .) # No --srcdir option. We are building in place.
912 ac_srcdir=.
913 if test -z "$ac_top_builddir"; then
914 ac_top_srcdir=.
915 else
916 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
917 fi ;;
918 [\\/]* | ?:[\\/]* ) # Absolute path.
919 ac_srcdir=$srcdir$ac_dir_suffix;
920 ac_top_srcdir=$srcdir ;;
921 *) # Relative path.
922 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
923 ac_top_srcdir=$ac_top_builddir$srcdir ;;
924esac
Alexandre Julliard875927f2004-01-02 01:55:29 +0000925
926# Do not use `cd foo && pwd` to compute absolute paths, because
927# the directories may not exist.
928case `pwd` in
929.) ac_abs_builddir="$ac_dir";;
930*)
931 case "$ac_dir" in
932 .) ac_abs_builddir=`pwd`;;
933 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
934 *) ac_abs_builddir=`pwd`/"$ac_dir";;
935 esac;;
936esac
937case $ac_abs_builddir in
938.) ac_abs_top_builddir=${ac_top_builddir}.;;
939*)
940 case ${ac_top_builddir}. in
941 .) ac_abs_top_builddir=$ac_abs_builddir;;
942 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
943 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
944 esac;;
945esac
946case $ac_abs_builddir in
947.) ac_abs_srcdir=$ac_srcdir;;
948*)
949 case $ac_srcdir in
950 .) ac_abs_srcdir=$ac_abs_builddir;;
951 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
952 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
953 esac;;
954esac
955case $ac_abs_builddir in
956.) ac_abs_top_srcdir=$ac_top_srcdir;;
957*)
958 case $ac_top_srcdir in
959 .) ac_abs_top_srcdir=$ac_abs_builddir;;
960 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
961 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
962 esac;;
963esac
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000964
965 cd $ac_dir
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000966 # Check for guested configure; otherwise get Cygnus style configure.
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000967 if test -f $ac_srcdir/configure.gnu; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000968 echo
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000969 $SHELL $ac_srcdir/configure.gnu --help=recursive
970 elif test -f $ac_srcdir/configure; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000971 echo
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000972 $SHELL $ac_srcdir/configure --help=recursive
973 elif test -f $ac_srcdir/configure.ac ||
Alexandre Julliard875927f2004-01-02 01:55:29 +0000974 test -f $ac_srcdir/configure.in; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000975 echo
976 $ac_configure --help
977 else
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000978 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000979 fi
Alexandre Julliardccc75702003-09-19 04:36:54 +0000980 cd "$ac_popdir"
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000981 done
982fi
983
984test -n "$ac_init_help" && exit 0
985if $ac_init_version; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000986 cat <<\_ACEOF
Alexandre Julliardbb8a0a92006-03-31 14:38:15 +0200987Wine configure 0.9.11
Eric Pouech53fa0d52004-02-05 01:27:38 +0000988generated by GNU Autoconf 2.59
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000989
Alexandre Julliard875927f2004-01-02 01:55:29 +0000990Copyright (C) 2003 Free Software Foundation, Inc.
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000991This configure script is free software; the Free Software Foundation
992gives unlimited permission to copy, distribute and modify it.
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000993_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000994 exit 0
995fi
996exec 5>config.log
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000997cat >&5 <<_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000998This file contains any messages produced by compilers while
999running configure, to aid debugging if configure makes a mistake.
1000
Alexandre Julliardbb8a0a92006-03-31 14:38:15 +02001001It was created by Wine $as_me 0.9.11, which was
Eric Pouech53fa0d52004-02-05 01:27:38 +00001002generated by GNU Autoconf 2.59. Invocation command line was
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001003
1004 $ $0 $@
1005
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001006_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001007{
1008cat <<_ASUNAME
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001009## --------- ##
1010## Platform. ##
1011## --------- ##
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001012
1013hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1014uname -m = `(uname -m) 2>/dev/null || echo unknown`
1015uname -r = `(uname -r) 2>/dev/null || echo unknown`
1016uname -s = `(uname -s) 2>/dev/null || echo unknown`
1017uname -v = `(uname -v) 2>/dev/null || echo unknown`
1018
1019/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1020/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1021
1022/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1023/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1024/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1025hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1026/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1027/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1028/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1029
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001030_ASUNAME
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001031
1032as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1033for as_dir in $PATH
1034do
1035 IFS=$as_save_IFS
1036 test -z "$as_dir" && as_dir=.
1037 echo "PATH: $as_dir"
1038done
1039
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001040} >&5
1041
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001042cat >&5 <<_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001043
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001044
1045## ----------- ##
1046## Core tests. ##
1047## ----------- ##
1048
1049_ACEOF
1050
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001051
1052# Keep a trace of the command line.
1053# Strip out --no-create and --no-recursion so they do not pile up.
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00001054# Strip out --silent because we don't want to record it for future runs.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001055# Also quote any args containing shell meta-characters.
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00001056# Make two passes to allow for proper duplicate-argument suppression.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001057ac_configure_args=
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00001058ac_configure_args0=
1059ac_configure_args1=
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001060ac_sep=
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00001061ac_must_keep_next=false
1062for ac_pass in 1 2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001063do
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00001064 for ac_arg
1065 do
1066 case $ac_arg in
1067 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1068 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1069 | -silent | --silent | --silen | --sile | --sil)
1070 continue ;;
1071 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1072 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1073 esac
1074 case $ac_pass in
1075 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1076 2)
1077 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1078 if test $ac_must_keep_next = true; then
Alexandre Julliard875927f2004-01-02 01:55:29 +00001079 ac_must_keep_next=false # Got value, back to normal.
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00001080 else
Alexandre Julliard875927f2004-01-02 01:55:29 +00001081 case $ac_arg in
1082 *=* | --config-cache | -C | -disable-* | --disable-* \
1083 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1084 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1085 | -with-* | --with-* | -without-* | --without-* | --x)
1086 case "$ac_configure_args0 " in
1087 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1088 esac
1089 ;;
1090 -* ) ac_must_keep_next=true ;;
1091 esac
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00001092 fi
1093 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1094 # Get rid of the leading space.
1095 ac_sep=" "
1096 ;;
1097 esac
1098 done
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001099done
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00001100$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1101$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001102
1103# When interrupted or exit'd, cleanup temporary files, and complete
1104# config.log. We remove comments because anyway the quotes in there
1105# would cause problems or look ugly.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001106# WARNING: Be sure not to use single quotes in there, as some shells,
1107# such as our DU 5.0 friend, will then `close' the trap.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001108trap 'exit_status=$?
1109 # Save into config.log some information that might help in debugging.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001110 {
1111 echo
Alexandre Julliard11af04e2002-10-10 03:48:04 +00001112
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001113 cat <<\_ASBOX
1114## ---------------- ##
1115## Cache variables. ##
1116## ---------------- ##
1117_ASBOX
1118 echo
1119 # The following way of writing the cache mishandles newlines in values,
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001120{
1121 (set) 2>&1 |
1122 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1123 *ac_space=\ *)
1124 sed -n \
Alexandre Julliard875927f2004-01-02 01:55:29 +00001125 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1126 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001127 ;;
1128 *)
1129 sed -n \
Alexandre Julliard875927f2004-01-02 01:55:29 +00001130 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001131 ;;
1132 esac;
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001133}
1134 echo
Alexandre Julliard11af04e2002-10-10 03:48:04 +00001135
1136 cat <<\_ASBOX
1137## ----------------- ##
1138## Output variables. ##
1139## ----------------- ##
1140_ASBOX
1141 echo
1142 for ac_var in $ac_subst_vars
1143 do
1144 eval ac_val=$`echo $ac_var`
1145 echo "$ac_var='"'"'$ac_val'"'"'"
1146 done | sort
1147 echo
1148
1149 if test -n "$ac_subst_files"; then
1150 cat <<\_ASBOX
1151## ------------- ##
1152## Output files. ##
1153## ------------- ##
1154_ASBOX
1155 echo
1156 for ac_var in $ac_subst_files
1157 do
1158 eval ac_val=$`echo $ac_var`
Alexandre Julliard875927f2004-01-02 01:55:29 +00001159 echo "$ac_var='"'"'$ac_val'"'"'"
Alexandre Julliard11af04e2002-10-10 03:48:04 +00001160 done | sort
1161 echo
1162 fi
1163
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001164 if test -s confdefs.h; then
1165 cat <<\_ASBOX
1166## ----------- ##
1167## confdefs.h. ##
1168## ----------- ##
1169_ASBOX
1170 echo
Alexandre Julliard11af04e2002-10-10 03:48:04 +00001171 sed "/^$/d" confdefs.h | sort
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001172 echo
1173 fi
1174 test "$ac_signal" != 0 &&
1175 echo "$as_me: caught signal $ac_signal"
1176 echo "$as_me: exit $exit_status"
1177 } >&5
Alexandre Julliard80e34db2003-09-03 00:26:08 +00001178 rm -f core *.core &&
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001179 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001180 exit $exit_status
1181 ' 0
1182for ac_signal in 1 2 13 15; do
1183 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1184done
1185ac_signal=0
1186
1187# confdefs.h avoids OS command line length limits that DEFS can exceed.
1188rm -rf conftest* confdefs.h
1189# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1190echo >confdefs.h
1191
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001192# Predefined preprocessor variables.
1193
1194cat >>confdefs.h <<_ACEOF
1195#define PACKAGE_NAME "$PACKAGE_NAME"
1196_ACEOF
1197
1198
1199cat >>confdefs.h <<_ACEOF
1200#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1201_ACEOF
1202
1203
1204cat >>confdefs.h <<_ACEOF
1205#define PACKAGE_VERSION "$PACKAGE_VERSION"
1206_ACEOF
1207
1208
1209cat >>confdefs.h <<_ACEOF
1210#define PACKAGE_STRING "$PACKAGE_STRING"
1211_ACEOF
1212
1213
1214cat >>confdefs.h <<_ACEOF
1215#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1216_ACEOF
1217
1218
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001219# Let the site file select an alternate cache file if it wants to.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001220# Prefer explicitly selected file to automatically selected ones.
1221if test -z "$CONFIG_SITE"; then
1222 if test "x$prefix" != xNONE; then
1223 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1224 else
1225 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1226 fi
1227fi
1228for ac_site_file in $CONFIG_SITE; do
1229 if test -r "$ac_site_file"; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001230 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001231echo "$as_me: loading site script $ac_site_file" >&6;}
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001232 sed 's/^/| /' "$ac_site_file" >&5
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001233 . "$ac_site_file"
1234 fi
1235done
1236
1237if test -r "$cache_file"; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001238 # Some versions of bash will fail to source /dev/null (special
1239 # files actually), so we avoid doing that.
1240 if test -f "$cache_file"; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001241 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001242echo "$as_me: loading cache $cache_file" >&6;}
1243 case $cache_file in
1244 [\\/]* | ?:[\\/]* ) . $cache_file;;
1245 *) . ./$cache_file;;
1246 esac
1247 fi
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001248else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001249 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001250echo "$as_me: creating cache $cache_file" >&6;}
1251 >$cache_file
1252fi
1253
1254# Check that the precious variables saved in the cache have kept the same
1255# value.
1256ac_cache_corrupted=false
1257for ac_var in `(set) 2>&1 |
Alexandre Julliard875927f2004-01-02 01:55:29 +00001258 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001259 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1260 eval ac_new_set=\$ac_env_${ac_var}_set
1261 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1262 eval ac_new_val="\$ac_env_${ac_var}_value"
1263 case $ac_old_set,$ac_new_set in
1264 set,)
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001265 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001266echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1267 ac_cache_corrupted=: ;;
1268 ,set)
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001269 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001270echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1271 ac_cache_corrupted=: ;;
1272 ,);;
1273 *)
1274 if test "x$ac_old_val" != "x$ac_new_val"; then
Alexandre Julliard875927f2004-01-02 01:55:29 +00001275 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001276echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
Alexandre Julliard875927f2004-01-02 01:55:29 +00001277 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001278echo "$as_me: former value: $ac_old_val" >&2;}
Alexandre Julliard875927f2004-01-02 01:55:29 +00001279 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001280echo "$as_me: current value: $ac_new_val" >&2;}
Alexandre Julliard875927f2004-01-02 01:55:29 +00001281 ac_cache_corrupted=:
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001282 fi;;
1283 esac
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001284 # Pass precious variables to config.status.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001285 if test "$ac_new_set" = set; then
1286 case $ac_new_val in
1287 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001288 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1289 *) ac_arg=$ac_var=$ac_new_val ;;
1290 esac
1291 case " $ac_configure_args " in
1292 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1293 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001294 esac
1295 fi
1296done
1297if $ac_cache_corrupted; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001298 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001299echo "$as_me: error: changes in the environment can compromise the build" >&2;}
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001300 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001301echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1302 { (exit 1); exit 1; }; }
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001303fi
1304
1305ac_ext=c
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00001306ac_cpp='$CPP $CPPFLAGS'
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001307ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1308ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1309ac_compiler_gnu=$ac_cv_c_compiler_gnu
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001310
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001336
Alexandre Julliard11af04e2002-10-10 03:48:04 +00001337
1338 ac_config_headers="$ac_config_headers include/config.h"
Alexandre Julliard18f92e71996-07-17 20:02:21 +00001339
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001340ac_aux_dir=
1341for ac_dir in tools $srcdir/tools; do
1342 if test -f $ac_dir/install-sh; then
1343 ac_aux_dir=$ac_dir
1344 ac_install_sh="$ac_aux_dir/install-sh -c"
1345 break
1346 elif test -f $ac_dir/install.sh; then
1347 ac_aux_dir=$ac_dir
1348 ac_install_sh="$ac_aux_dir/install.sh -c"
1349 break
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001350 elif test -f $ac_dir/shtool; then
1351 ac_aux_dir=$ac_dir
1352 ac_install_sh="$ac_aux_dir/shtool install -c"
1353 break
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001354 fi
1355done
1356if test -z "$ac_aux_dir"; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001357 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools $srcdir/tools" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001358echo "$as_me: error: cannot find install-sh or install.sh in tools $srcdir/tools" >&2;}
1359 { (exit 1); exit 1; }; }
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001360fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001361ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1362ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1363ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
Howard Abrams13277481999-07-10 13:16:29 +00001364
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001365
1366
Alexandre Julliardc728efc2002-10-02 02:34:09 +00001367# Check whether --enable-win16 or --disable-win16 was given.
1368if test "${enable_win16+set}" = set; then
1369 enableval="$enable_win16"
1370
1371fi;
Alexandre Julliardf90efa91998-06-14 15:24:15 +00001372# Check whether --enable-debug or --disable-debug was given.
1373if test "${enable_debug+set}" = set; then
1374 enableval="$enable_debug"
Alexandre Julliardf90efa91998-06-14 15:24:15 +00001375
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001376fi;
Alexandre Julliardf90efa91998-06-14 15:24:15 +00001377# Check whether --enable-trace or --disable-trace was given.
1378if test "${enable_trace+set}" = set; then
1379 enableval="$enable_trace"
Alexandre Julliardf90efa91998-06-14 15:24:15 +00001380
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001381fi;
Alexandre Julliard2aa8e872004-10-08 23:39:16 +00001382# Check whether --enable-win64 or --disable-win64 was given.
1383if test "${enable_win64+set}" = set; then
1384 enableval="$enable_win64"
1385
1386fi;
Alexandre Julliardb8074992002-11-21 21:51:24 +00001387
1388
1389# Check whether --with-opengl or --without-opengl was given.
1390if test "${with_opengl+set}" = set; then
1391 withval="$with_opengl"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001392
1393fi;
Alexandre Julliardf90efa91998-06-14 15:24:15 +00001394
Patrik Stridvall5e5ad532000-04-23 20:02:46 +00001395# Check whether --with-curses or --without-curses was given.
1396if test "${with_curses+set}" = set; then
1397 withval="$with_curses"
Patrik Stridvall5e5ad532000-04-23 20:02:46 +00001398
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001399fi;
Patrik Stridvall5e5ad532000-04-23 20:02:46 +00001400
Alexandre Julliardfc01b722002-05-12 03:16:39 +00001401# Check whether --with-wine-tools or --without-wine-tools was given.
1402if test "${with_wine_tools+set}" = set; then
1403 withval="$with_wine_tools"
1404
1405fi;
1406
Vincent Béron1f504142004-10-19 23:06:11 +00001407DLLDEFS=""
1408
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001409if test "x$enable_debug" = "xno"
Alexandre Julliardf90efa91998-06-14 15:24:15 +00001410then
Vincent Béron1f504142004-10-19 23:06:11 +00001411 DLLDEFS="$DLLDEFS -DWINE_NO_DEBUG_MSGS"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001412fi
1413if test "x$enable_trace" = "xno" -o "x$enable_debug" = "xno"
Alexandre Julliarded2f19a2001-06-27 21:42:00 +00001414then
Vincent Béron1f504142004-10-19 23:06:11 +00001415 DLLDEFS="$DLLDEFS -DWINE_NO_TRACE_MSGS"
Alexandre Julliardf90efa91998-06-14 15:24:15 +00001416fi
1417
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001418# Make sure we can run config.sub.
1419$ac_config_sub sun4 >/dev/null 2>&1 ||
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001420 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001421echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1422 { (exit 1); exit 1; }; }
Alexandre Julliarda0b2b1d1997-11-16 17:38:29 +00001423
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001424echo "$as_me:$LINENO: checking build system type" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001425echo $ECHO_N "checking build system type... $ECHO_C" >&6
1426if test "${ac_cv_build+set}" = set; then
1427 echo $ECHO_N "(cached) $ECHO_C" >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001428else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001429 ac_cv_build_alias=$build_alias
1430test -z "$ac_cv_build_alias" &&
1431 ac_cv_build_alias=`$ac_config_guess`
1432test -z "$ac_cv_build_alias" &&
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001433 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001434echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1435 { (exit 1); exit 1; }; }
1436ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001437 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1438echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001439 { (exit 1); exit 1; }; }
1440
1441fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001442echo "$as_me:$LINENO: result: $ac_cv_build" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001443echo "${ECHO_T}$ac_cv_build" >&6
1444build=$ac_cv_build
1445build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1446build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1447build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1448
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001449
1450echo "$as_me:$LINENO: checking host system type" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001451echo $ECHO_N "checking host system type... $ECHO_C" >&6
1452if test "${ac_cv_host+set}" = set; then
1453 echo $ECHO_N "(cached) $ECHO_C" >&6
1454else
1455 ac_cv_host_alias=$host_alias
1456test -z "$ac_cv_host_alias" &&
1457 ac_cv_host_alias=$ac_cv_build_alias
1458ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001459 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001460echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1461 { (exit 1); exit 1; }; }
1462
1463fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001464echo "$as_me:$LINENO: result: $ac_cv_host" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001465echo "${ECHO_T}$ac_cv_host" >&6
1466host=$ac_cv_host
1467host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1468host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1469host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1470
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001471
Alexandre Julliard2aa8e872004-10-08 23:39:16 +00001472case $host in
1473 x86_64*linux*)
1474 if test "x$enable_win64" != "xyes"
1475 then
1476 test -n "$CC" || CC="gcc -m32"
1477 test -n "$LD" || LD="ld -m elf_i386"
1478 test -n "$AS" || AS="as --32"
Alex Woodsbbcf9862005-02-10 19:09:08 +00001479 host_cpu="i386"
Alexandre Julliard2aa8e872004-10-08 23:39:16 +00001480 fi
1481 ;;
1482esac
1483
Alexandre Julliard71440f32005-05-19 14:28:17 +00001484case $host_cpu in
1485 *i[3456789]86*)
1486 if test "x$enable_win16" != "xno"
1487 then
1488 enable_win16="yes"
1489 fi
1490 ;;
1491esac
1492
1493WIN16_FILES="\$(WIN16_FILES)"
1494
1495WIN16_INSTALL="\$(WIN16_INSTALL)"
1496
1497if test "x$enable_win16" != "xyes"
1498then
1499 WIN16_FILES=""
1500 WIN16_INSTALL=""
1501fi
1502
1503
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00001504echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1505echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
Alexandre Julliard875927f2004-01-02 01:55:29 +00001506set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001507if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1508 echo $ECHO_N "(cached) $ECHO_C" >&6
1509else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001510 cat >conftest.make <<\_ACEOF
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001511all:
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00001512 @echo 'ac_maketemp="$(MAKE)"'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001513_ACEOF
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001514# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001515eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001516if test -n "$ac_maketemp"; then
1517 eval ac_cv_prog_make_${ac_make}_set=yes
1518else
1519 eval ac_cv_prog_make_${ac_make}_set=no
1520fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001521rm -f conftest.make
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001522fi
1523if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001524 echo "$as_me:$LINENO: result: yes" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001525echo "${ECHO_T}yes" >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001526 SET_MAKE=
1527else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001528 echo "$as_me:$LINENO: result: no" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001529echo "${ECHO_T}no" >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001530 SET_MAKE="MAKE=${MAKE-make}"
1531fi
1532
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001533ac_ext=c
1534ac_cpp='$CPP $CPPFLAGS'
1535ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1536ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1537ac_compiler_gnu=$ac_cv_c_compiler_gnu
1538if test -n "$ac_tool_prefix"; then
1539 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1540set dummy ${ac_tool_prefix}gcc; ac_word=$2
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001541echo "$as_me:$LINENO: checking for $ac_word" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001542echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1543if test "${ac_cv_prog_CC+set}" = set; then
1544 echo $ECHO_N "(cached) $ECHO_C" >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001545else
1546 if test -n "$CC"; then
1547 ac_cv_prog_CC="$CC" # Let the user override the test.
1548else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001549as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1550for as_dir in $PATH
1551do
1552 IFS=$as_save_IFS
1553 test -z "$as_dir" && as_dir=.
1554 for ac_exec_ext in '' $ac_executable_extensions; do
1555 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1556 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1557 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1558 break 2
1559 fi
1560done
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001561done
1562
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001563fi
1564fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001565CC=$ac_cv_prog_CC
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001566if test -n "$CC"; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001567 echo "$as_me:$LINENO: result: $CC" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001568echo "${ECHO_T}$CC" >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001569else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001570 echo "$as_me:$LINENO: result: no" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001571echo "${ECHO_T}no" >&6
1572fi
1573
1574fi
1575if test -z "$ac_cv_prog_CC"; then
1576 ac_ct_CC=$CC
1577 # Extract the first word of "gcc", so it can be a program name with args.
1578set dummy gcc; ac_word=$2
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001579echo "$as_me:$LINENO: checking for $ac_word" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001580echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1581if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1582 echo $ECHO_N "(cached) $ECHO_C" >&6
1583else
1584 if test -n "$ac_ct_CC"; then
1585 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1586else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001587as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1588for as_dir in $PATH
1589do
1590 IFS=$as_save_IFS
1591 test -z "$as_dir" && as_dir=.
1592 for ac_exec_ext in '' $ac_executable_extensions; do
1593 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1594 ac_cv_prog_ac_ct_CC="gcc"
1595 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1596 break 2
1597 fi
1598done
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001599done
1600
1601fi
1602fi
1603ac_ct_CC=$ac_cv_prog_ac_ct_CC
1604if test -n "$ac_ct_CC"; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001605 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001606echo "${ECHO_T}$ac_ct_CC" >&6
1607else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001608 echo "$as_me:$LINENO: result: no" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001609echo "${ECHO_T}no" >&6
1610fi
1611
1612 CC=$ac_ct_CC
1613else
1614 CC="$ac_cv_prog_CC"
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001615fi
1616
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00001617if test -z "$CC"; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001618 if test -n "$ac_tool_prefix"; then
1619 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1620set dummy ${ac_tool_prefix}cc; ac_word=$2
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001621echo "$as_me:$LINENO: checking for $ac_word" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001622echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1623if test "${ac_cv_prog_CC+set}" = set; then
1624 echo $ECHO_N "(cached) $ECHO_C" >&6
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00001625else
1626 if test -n "$CC"; then
1627 ac_cv_prog_CC="$CC" # Let the user override the test.
1628else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001629as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1630for as_dir in $PATH
1631do
1632 IFS=$as_save_IFS
1633 test -z "$as_dir" && as_dir=.
1634 for ac_exec_ext in '' $ac_executable_extensions; do
1635 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1636 ac_cv_prog_CC="${ac_tool_prefix}cc"
1637 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1638 break 2
1639 fi
1640done
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001641done
1642
1643fi
1644fi
1645CC=$ac_cv_prog_CC
1646if test -n "$CC"; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001647 echo "$as_me:$LINENO: result: $CC" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001648echo "${ECHO_T}$CC" >&6
1649else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001650 echo "$as_me:$LINENO: result: no" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001651echo "${ECHO_T}no" >&6
1652fi
1653
1654fi
1655if test -z "$ac_cv_prog_CC"; then
1656 ac_ct_CC=$CC
1657 # Extract the first word of "cc", so it can be a program name with args.
1658set dummy cc; ac_word=$2
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001659echo "$as_me:$LINENO: checking for $ac_word" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001660echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1661if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1662 echo $ECHO_N "(cached) $ECHO_C" >&6
1663else
1664 if test -n "$ac_ct_CC"; then
1665 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1666else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001667as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1668for as_dir in $PATH
1669do
1670 IFS=$as_save_IFS
1671 test -z "$as_dir" && as_dir=.
1672 for ac_exec_ext in '' $ac_executable_extensions; do
1673 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1674 ac_cv_prog_ac_ct_CC="cc"
1675 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1676 break 2
1677 fi
1678done
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001679done
1680
1681fi
1682fi
1683ac_ct_CC=$ac_cv_prog_ac_ct_CC
1684if test -n "$ac_ct_CC"; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001685 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001686echo "${ECHO_T}$ac_ct_CC" >&6
1687else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001688 echo "$as_me:$LINENO: result: no" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001689echo "${ECHO_T}no" >&6
1690fi
1691
1692 CC=$ac_ct_CC
1693else
1694 CC="$ac_cv_prog_CC"
1695fi
1696
1697fi
1698if test -z "$CC"; then
1699 # Extract the first word of "cc", so it can be a program name with args.
1700set dummy cc; ac_word=$2
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001701echo "$as_me:$LINENO: checking for $ac_word" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001702echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1703if test "${ac_cv_prog_CC+set}" = set; then
1704 echo $ECHO_N "(cached) $ECHO_C" >&6
1705else
1706 if test -n "$CC"; then
1707 ac_cv_prog_CC="$CC" # Let the user override the test.
1708else
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00001709 ac_prog_rejected=no
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001710as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1711for as_dir in $PATH
1712do
1713 IFS=$as_save_IFS
1714 test -z "$as_dir" && as_dir=.
1715 for ac_exec_ext in '' $ac_executable_extensions; do
1716 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1717 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1718 ac_prog_rejected=yes
1719 continue
1720 fi
1721 ac_cv_prog_CC="cc"
1722 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1723 break 2
1724 fi
1725done
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001726done
1727
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00001728if test $ac_prog_rejected = yes; then
1729 # We found a bogon in the path, so make sure we never use it.
1730 set dummy $ac_cv_prog_CC
1731 shift
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001732 if test $# != 0; then
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00001733 # We chose a different compiler from the bogus one.
1734 # However, it has the same basename, so the bogon will be chosen
1735 # first if we set CC to just the basename; use the full file name.
1736 shift
Alexandre Julliard11af04e2002-10-10 03:48:04 +00001737 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00001738 fi
1739fi
1740fi
1741fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001742CC=$ac_cv_prog_CC
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00001743if test -n "$CC"; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001744 echo "$as_me:$LINENO: result: $CC" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001745echo "${ECHO_T}$CC" >&6
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00001746else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001747 echo "$as_me:$LINENO: result: no" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001748echo "${ECHO_T}no" >&6
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00001749fi
1750
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001751fi
1752if test -z "$CC"; then
1753 if test -n "$ac_tool_prefix"; then
1754 for ac_prog in cl
1755 do
1756 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1757set dummy $ac_tool_prefix$ac_prog; ac_word=$2
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001758echo "$as_me:$LINENO: checking for $ac_word" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001759echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1760if test "${ac_cv_prog_CC+set}" = set; then
1761 echo $ECHO_N "(cached) $ECHO_C" >&6
Eric Pouech18ad24a2000-01-16 22:16:33 +00001762else
1763 if test -n "$CC"; then
1764 ac_cv_prog_CC="$CC" # Let the user override the test.
1765else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001766as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1767for as_dir in $PATH
1768do
1769 IFS=$as_save_IFS
1770 test -z "$as_dir" && as_dir=.
1771 for ac_exec_ext in '' $ac_executable_extensions; do
1772 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1773 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1774 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1775 break 2
1776 fi
1777done
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001778done
1779
Eric Pouech18ad24a2000-01-16 22:16:33 +00001780fi
1781fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001782CC=$ac_cv_prog_CC
Eric Pouech18ad24a2000-01-16 22:16:33 +00001783if test -n "$CC"; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001784 echo "$as_me:$LINENO: result: $CC" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001785echo "${ECHO_T}$CC" >&6
Eric Pouech18ad24a2000-01-16 22:16:33 +00001786else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001787 echo "$as_me:$LINENO: result: no" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001788echo "${ECHO_T}no" >&6
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00001789fi
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001790
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001791 test -n "$CC" && break
1792 done
1793fi
1794if test -z "$CC"; then
1795 ac_ct_CC=$CC
1796 for ac_prog in cl
1797do
1798 # Extract the first word of "$ac_prog", so it can be a program name with args.
1799set dummy $ac_prog; ac_word=$2
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001800echo "$as_me:$LINENO: checking for $ac_word" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001801echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1802if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1803 echo $ECHO_N "(cached) $ECHO_C" >&6
1804else
1805 if test -n "$ac_ct_CC"; then
1806 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1807else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001808as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1809for as_dir in $PATH
1810do
1811 IFS=$as_save_IFS
1812 test -z "$as_dir" && as_dir=.
1813 for ac_exec_ext in '' $ac_executable_extensions; do
1814 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1815 ac_cv_prog_ac_ct_CC="$ac_prog"
1816 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1817 break 2
1818 fi
1819done
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001820done
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00001821
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001822fi
1823fi
1824ac_ct_CC=$ac_cv_prog_ac_ct_CC
1825if test -n "$ac_ct_CC"; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001826 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001827echo "${ECHO_T}$ac_ct_CC" >&6
1828else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001829 echo "$as_me:$LINENO: result: no" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001830echo "${ECHO_T}no" >&6
1831fi
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00001832
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001833 test -n "$ac_ct_CC" && break
1834done
Eric Pouech18ad24a2000-01-16 22:16:33 +00001835
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001836 CC=$ac_ct_CC
1837fi
1838
1839fi
1840
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001841
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00001842test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1843See \`config.log' for more details." >&5
1844echo "$as_me: error: no acceptable C compiler found in \$PATH
1845See \`config.log' for more details." >&2;}
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001846 { (exit 1); exit 1; }; }
1847
1848# Provide some information about the compiler.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001849echo "$as_me:$LINENO:" \
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001850 "checking for C compiler version" >&5
1851ac_compiler=`set X $ac_compile; echo $2`
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001852{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001853 (eval $ac_compiler --version </dev/null >&5) 2>&5
1854 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001856 (exit $ac_status); }
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001857{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001858 (eval $ac_compiler -v </dev/null >&5) 2>&5
1859 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001861 (exit $ac_status); }
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001862{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001863 (eval $ac_compiler -V </dev/null >&5) 2>&5
1864 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001866 (exit $ac_status); }
1867
1868cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00001869/* confdefs.h. */
1870_ACEOF
1871cat confdefs.h >>conftest.$ac_ext
1872cat >>conftest.$ac_ext <<_ACEOF
1873/* end confdefs.h. */
Eric Pouech18ad24a2000-01-16 22:16:33 +00001874
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001875int
1876main ()
1877{
1878
1879 ;
1880 return 0;
1881}
1882_ACEOF
1883ac_clean_files_save=$ac_clean_files
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00001884ac_clean_files="$ac_clean_files a.out a.exe b.out"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001885# Try to create an executable without -o first, disregard a.out.
1886# It will help us diagnose broken compilers, and finding out an intuition
1887# of exeext.
Alexandre Julliard875927f2004-01-02 01:55:29 +00001888echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1889echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001890ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001891if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001892 (eval $ac_link_default) 2>&5
1893 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001895 (exit $ac_status); }; then
1896 # Find the output, starting from the most likely. This scheme is
1897# not robust to junk in `.', hence go to wildcards (a.*) only as a last
1898# resort.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001899
1900# Be careful to initialize this variable, since it used to be cached.
1901# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1902ac_cv_exeext=
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00001903# b.out is created by i960 compilers.
1904for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1905do
Alexandre Julliard11af04e2002-10-10 03:48:04 +00001906 test -f "$ac_file" || continue
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001907 case $ac_file in
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00001908 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
Alexandre Julliard875927f2004-01-02 01:55:29 +00001909 ;;
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00001910 conftest.$ac_ext )
Alexandre Julliard875927f2004-01-02 01:55:29 +00001911 # This is the source file.
1912 ;;
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00001913 [ab].out )
Alexandre Julliard875927f2004-01-02 01:55:29 +00001914 # We found the default executable, but exeext='' is most
1915 # certainly right.
1916 break;;
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00001917 *.* )
Alexandre Julliard875927f2004-01-02 01:55:29 +00001918 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1919 # FIXME: I believe we export ac_cv_exeext for Libtool,
1920 # but it would be cool to find out if it's true. Does anybody
1921 # maintain Libtool? --akim.
1922 export ac_cv_exeext
1923 break;;
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00001924 * )
Alexandre Julliard875927f2004-01-02 01:55:29 +00001925 break;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001926 esac
1927done
1928else
1929 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00001930sed 's/^/| /' conftest.$ac_ext >&5
1931
Alexandre Julliard11af04e2002-10-10 03:48:04 +00001932{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00001933See \`config.log' for more details." >&5
Alexandre Julliard11af04e2002-10-10 03:48:04 +00001934echo "$as_me: error: C compiler cannot create executables
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00001935See \`config.log' for more details." >&2;}
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001936 { (exit 77); exit 77; }; }
1937fi
1938
1939ac_exeext=$ac_cv_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001940echo "$as_me:$LINENO: result: $ac_file" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001941echo "${ECHO_T}$ac_file" >&6
1942
1943# Check the compiler produces executables we can run. If not, either
1944# the compiler is broken, or we cross compile.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001945echo "$as_me:$LINENO: checking whether the C compiler works" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001946echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1947# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1948# If not cross compiling, check that we can run a simple program.
1949if test "$cross_compiling" != yes; then
1950 if { ac_try='./$ac_file'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001952 (eval $ac_try) 2>&5
1953 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001955 (exit $ac_status); }; }; then
1956 cross_compiling=no
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +00001957 else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001958 if test "$cross_compiling" = maybe; then
1959 cross_compiling=yes
1960 else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001961 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00001962If you meant to cross compile, use \`--host'.
1963See \`config.log' for more details." >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001964echo "$as_me: error: cannot run C compiled programs.
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00001965If you meant to cross compile, use \`--host'.
1966See \`config.log' for more details." >&2;}
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001967 { (exit 1); exit 1; }; }
1968 fi
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +00001969 fi
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00001970fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001971echo "$as_me:$LINENO: result: yes" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001972echo "${ECHO_T}yes" >&6
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00001973
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00001974rm -f a.out a.exe conftest$ac_cv_exeext b.out
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001975ac_clean_files=$ac_clean_files_save
1976# Check the compiler produces executables we can run. If not, either
1977# the compiler is broken, or we cross compile.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001978echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001979echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001980echo "$as_me:$LINENO: result: $cross_compiling" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001981echo "${ECHO_T}$cross_compiling" >&6
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00001982
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001983echo "$as_me:$LINENO: checking for suffix of executables" >&5
1984echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
1985if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001986 (eval $ac_link) 2>&5
1987 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001989 (exit $ac_status); }; then
1990 # If both `conftest.exe' and `conftest' are `present' (well, observable)
1991# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
1992# work properly (i.e., refer to `conftest.exe'), while it won't with
1993# `rm'.
Alexandre Julliard11af04e2002-10-10 03:48:04 +00001994for ac_file in conftest.exe conftest conftest.*; do
1995 test -f "$ac_file" || continue
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001996 case $ac_file in
Alexandre Julliard11af04e2002-10-10 03:48:04 +00001997 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001998 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
Alexandre Julliard875927f2004-01-02 01:55:29 +00001999 export ac_cv_exeext
2000 break;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002001 * ) break;;
2002 esac
2003done
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002004else
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002005 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2006See \`config.log' for more details." >&5
2007echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2008See \`config.log' for more details." >&2;}
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002009 { (exit 1); exit 1; }; }
2010fi
2011
2012rm -f conftest$ac_cv_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002013echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002014echo "${ECHO_T}$ac_cv_exeext" >&6
2015
2016rm -f conftest.$ac_ext
2017EXEEXT=$ac_cv_exeext
2018ac_exeext=$EXEEXT
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002019echo "$as_me:$LINENO: checking for suffix of object files" >&5
2020echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002021if test "${ac_cv_objext+set}" = set; then
2022 echo $ECHO_N "(cached) $ECHO_C" >&6
2023else
2024 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002025/* confdefs.h. */
2026_ACEOF
2027cat confdefs.h >>conftest.$ac_ext
2028cat >>conftest.$ac_ext <<_ACEOF
2029/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002030
2031int
2032main ()
2033{
2034
2035 ;
2036 return 0;
2037}
2038_ACEOF
2039rm -f conftest.o conftest.obj
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002040if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002041 (eval $ac_compile) 2>&5
2042 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002044 (exit $ac_status); }; then
2045 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2046 case $ac_file in
Alexandre Julliard11af04e2002-10-10 03:48:04 +00002047 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002048 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2049 break;;
2050 esac
2051done
2052else
2053 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002054sed 's/^/| /' conftest.$ac_ext >&5
2055
2056{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2057See \`config.log' for more details." >&5
2058echo "$as_me: error: cannot compute suffix of object files: cannot compile
2059See \`config.log' for more details." >&2;}
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002060 { (exit 1); exit 1; }; }
2061fi
2062
2063rm -f conftest.$ac_cv_objext conftest.$ac_ext
2064fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002065echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002066echo "${ECHO_T}$ac_cv_objext" >&6
2067OBJEXT=$ac_cv_objext
2068ac_objext=$OBJEXT
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002069echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002070echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2071if test "${ac_cv_c_compiler_gnu+set}" = set; then
2072 echo $ECHO_N "(cached) $ECHO_C" >&6
2073else
2074 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002075/* confdefs.h. */
2076_ACEOF
2077cat confdefs.h >>conftest.$ac_ext
2078cat >>conftest.$ac_ext <<_ACEOF
2079/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002080
2081int
2082main ()
2083{
2084#ifndef __GNUC__
2085 choke me
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002086#endif
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00002087
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002088 ;
2089 return 0;
2090}
2091_ACEOF
2092rm -f conftest.$ac_objext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002093if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00002094 (eval $ac_compile) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002095 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00002096 grep -v '^ *+' conftest.er1 >conftest.err
2097 rm -f conftest.er1
2098 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002100 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00002101 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2103 (eval $ac_try) 2>&5
2104 ac_status=$?
2105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2106 (exit $ac_status); }; } &&
2107 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002109 (eval $ac_try) 2>&5
2110 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002112 (exit $ac_status); }; }; then
2113 ac_compiler_gnu=yes
Eric Pouech18ad24a2000-01-16 22:16:33 +00002114else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002115 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002116sed 's/^/| /' conftest.$ac_ext >&5
2117
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002118ac_compiler_gnu=no
Eric Pouech18ad24a2000-01-16 22:16:33 +00002119fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00002120rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002121ac_cv_c_compiler_gnu=$ac_compiler_gnu
Eric Pouech18ad24a2000-01-16 22:16:33 +00002122
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002123fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002124echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002125echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2126GCC=`test $ac_compiler_gnu = yes && echo yes`
2127ac_test_CFLAGS=${CFLAGS+set}
2128ac_save_CFLAGS=$CFLAGS
2129CFLAGS="-g"
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002130echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002131echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2132if test "${ac_cv_prog_cc_g+set}" = set; then
2133 echo $ECHO_N "(cached) $ECHO_C" >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002134else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002135 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002136/* confdefs.h. */
2137_ACEOF
2138cat confdefs.h >>conftest.$ac_ext
2139cat >>conftest.$ac_ext <<_ACEOF
2140/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002141
2142int
2143main ()
2144{
2145
2146 ;
2147 return 0;
2148}
2149_ACEOF
2150rm -f conftest.$ac_objext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002151if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00002152 (eval $ac_compile) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002153 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00002154 grep -v '^ *+' conftest.er1 >conftest.err
2155 rm -f conftest.er1
2156 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002158 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00002159 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2161 (eval $ac_try) 2>&5
2162 ac_status=$?
2163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2164 (exit $ac_status); }; } &&
2165 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002167 (eval $ac_try) 2>&5
2168 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002170 (exit $ac_status); }; }; then
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +00002171 ac_cv_prog_cc_g=yes
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002172else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002173 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002174sed 's/^/| /' conftest.$ac_ext >&5
2175
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002176ac_cv_prog_cc_g=no
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002177fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00002178rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002179fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002180echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002181echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
Eric Pouech18ad24a2000-01-16 22:16:33 +00002182if test "$ac_test_CFLAGS" = set; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002183 CFLAGS=$ac_save_CFLAGS
Eric Pouech18ad24a2000-01-16 22:16:33 +00002184elif test $ac_cv_prog_cc_g = yes; then
2185 if test "$GCC" = yes; then
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00002186 CFLAGS="-g -O2"
2187 else
Eric Pouech18ad24a2000-01-16 22:16:33 +00002188 CFLAGS="-g"
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002189 fi
2190else
Eric Pouech18ad24a2000-01-16 22:16:33 +00002191 if test "$GCC" = yes; then
2192 CFLAGS="-O2"
2193 else
2194 CFLAGS=
2195 fi
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002196fi
Alexandre Julliard11af04e2002-10-10 03:48:04 +00002197echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2198echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2199if test "${ac_cv_prog_cc_stdc+set}" = set; then
2200 echo $ECHO_N "(cached) $ECHO_C" >&6
2201else
2202 ac_cv_prog_cc_stdc=no
2203ac_save_CC=$CC
2204cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002205/* confdefs.h. */
2206_ACEOF
2207cat confdefs.h >>conftest.$ac_ext
2208cat >>conftest.$ac_ext <<_ACEOF
2209/* end confdefs.h. */
Alexandre Julliard11af04e2002-10-10 03:48:04 +00002210#include <stdarg.h>
2211#include <stdio.h>
2212#include <sys/types.h>
2213#include <sys/stat.h>
2214/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2215struct buf { int x; };
2216FILE * (*rcsopen) (struct buf *, struct stat *, int);
2217static char *e (p, i)
2218 char **p;
2219 int i;
2220{
2221 return p[i];
2222}
2223static char *f (char * (*g) (char **, int), char **p, ...)
2224{
2225 char *s;
2226 va_list v;
2227 va_start (v,p);
2228 s = g (p, va_arg (v,int));
2229 va_end (v);
2230 return s;
2231}
Alexandre Julliard875927f2004-01-02 01:55:29 +00002232
2233/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2234 function prototypes and stuff, but not '\xHH' hex character constants.
2235 These don't provoke an error unfortunately, instead are silently treated
2236 as 'x'. The following induces an error, until -std1 is added to get
2237 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2238 array size at least. It's necessary to write '\x00'==0 to get something
2239 that's true only with -std1. */
2240int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2241
Alexandre Julliard11af04e2002-10-10 03:48:04 +00002242int test (int i, double x);
2243struct s1 {int (*f) (int a);};
2244struct s2 {int (*f) (double a);};
2245int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2246int argc;
2247char **argv;
2248int
2249main ()
2250{
2251return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2252 ;
2253 return 0;
2254}
2255_ACEOF
2256# Don't try gcc -ansi; that turns off useful extensions and
2257# breaks some systems' header files.
2258# AIX -qlanglvl=ansi
2259# Ultrix and OSF/1 -std1
2260# HP-UX 10.20 and later -Ae
2261# HP-UX older versions -Aa -D_HPUX_SOURCE
2262# SVR4 -Xc -D__EXTENSIONS__
2263for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2264do
2265 CC="$ac_save_CC $ac_arg"
2266 rm -f conftest.$ac_objext
2267if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00002268 (eval $ac_compile) 2>conftest.er1
Alexandre Julliard11af04e2002-10-10 03:48:04 +00002269 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00002270 grep -v '^ *+' conftest.er1 >conftest.err
2271 rm -f conftest.er1
2272 cat conftest.err >&5
Alexandre Julliard11af04e2002-10-10 03:48:04 +00002273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2274 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00002275 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2277 (eval $ac_try) 2>&5
2278 ac_status=$?
2279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2280 (exit $ac_status); }; } &&
2281 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliard11af04e2002-10-10 03:48:04 +00002282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2283 (eval $ac_try) 2>&5
2284 ac_status=$?
2285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2286 (exit $ac_status); }; }; then
2287 ac_cv_prog_cc_stdc=$ac_arg
2288break
2289else
2290 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002291sed 's/^/| /' conftest.$ac_ext >&5
2292
Alexandre Julliard11af04e2002-10-10 03:48:04 +00002293fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00002294rm -f conftest.err conftest.$ac_objext
Alexandre Julliard11af04e2002-10-10 03:48:04 +00002295done
2296rm -f conftest.$ac_ext conftest.$ac_objext
2297CC=$ac_save_CC
2298
2299fi
2300
2301case "x$ac_cv_prog_cc_stdc" in
2302 x|xno)
2303 echo "$as_me:$LINENO: result: none needed" >&5
2304echo "${ECHO_T}none needed" >&6 ;;
2305 *)
2306 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2307echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2308 CC="$CC $ac_cv_prog_cc_stdc" ;;
2309esac
2310
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002311# Some people use a C++ compiler to compile C. Since we use `exit',
2312# in C++ we need to declare it. In case someone uses the same compiler
2313# for both compiling C and C++ we need to have the C++ compiler decide
2314# the declaration of exit, since it's the most demanding environment.
2315cat >conftest.$ac_ext <<_ACEOF
2316#ifndef __cplusplus
2317 choke me
2318#endif
2319_ACEOF
2320rm -f conftest.$ac_objext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002321if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00002322 (eval $ac_compile) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002323 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00002324 grep -v '^ *+' conftest.er1 >conftest.err
2325 rm -f conftest.er1
2326 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002328 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00002329 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2331 (eval $ac_try) 2>&5
2332 ac_status=$?
2333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2334 (exit $ac_status); }; } &&
2335 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002337 (eval $ac_try) 2>&5
2338 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002340 (exit $ac_status); }; }; then
2341 for ac_declaration in \
Alexandre Julliard90b1c2c2003-06-18 20:35:38 +00002342 '' \
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002343 'extern "C" void std::exit (int) throw (); using std::exit;' \
2344 'extern "C" void std::exit (int); using std::exit;' \
2345 'extern "C" void exit (int) throw ();' \
2346 'extern "C" void exit (int);' \
Alexandre Julliard90b1c2c2003-06-18 20:35:38 +00002347 'void exit (int);'
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002348do
2349 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002350/* confdefs.h. */
2351_ACEOF
2352cat confdefs.h >>conftest.$ac_ext
2353cat >>conftest.$ac_ext <<_ACEOF
2354/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002355$ac_declaration
Alexandre Julliard90b1c2c2003-06-18 20:35:38 +00002356#include <stdlib.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002357int
2358main ()
2359{
2360exit (42);
2361 ;
2362 return 0;
2363}
2364_ACEOF
2365rm -f conftest.$ac_objext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002366if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00002367 (eval $ac_compile) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002368 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00002369 grep -v '^ *+' conftest.er1 >conftest.err
2370 rm -f conftest.er1
2371 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002373 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00002374 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2376 (eval $ac_try) 2>&5
2377 ac_status=$?
2378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2379 (exit $ac_status); }; } &&
2380 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002382 (eval $ac_try) 2>&5
2383 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002385 (exit $ac_status); }; }; then
2386 :
2387else
2388 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002389sed 's/^/| /' conftest.$ac_ext >&5
2390
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002391continue
2392fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00002393rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002394 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002395/* confdefs.h. */
2396_ACEOF
2397cat confdefs.h >>conftest.$ac_ext
2398cat >>conftest.$ac_ext <<_ACEOF
2399/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002400$ac_declaration
2401int
2402main ()
2403{
2404exit (42);
2405 ;
2406 return 0;
2407}
2408_ACEOF
2409rm -f conftest.$ac_objext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002410if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00002411 (eval $ac_compile) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002412 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00002413 grep -v '^ *+' conftest.er1 >conftest.err
2414 rm -f conftest.er1
2415 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002417 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00002418 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2420 (eval $ac_try) 2>&5
2421 ac_status=$?
2422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2423 (exit $ac_status); }; } &&
2424 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002426 (eval $ac_try) 2>&5
2427 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002429 (exit $ac_status); }; }; then
2430 break
2431else
2432 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002433sed 's/^/| /' conftest.$ac_ext >&5
2434
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002435fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00002436rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002437done
2438rm -f conftest*
2439if test -n "$ac_declaration"; then
2440 echo '#ifdef __cplusplus' >>confdefs.h
2441 echo $ac_declaration >>confdefs.h
2442 echo '#endif' >>confdefs.h
2443fi
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002444
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002445else
2446 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002447sed 's/^/| /' conftest.$ac_ext >&5
2448
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002449fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00002450rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002451ac_ext=c
2452ac_cpp='$CPP $CPPFLAGS'
2453ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2454ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2455ac_compiler_gnu=$ac_cv_c_compiler_gnu
2456
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00002457ac_ext=cc
2458ac_cpp='$CXXCPP $CPPFLAGS'
2459ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2460ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2461ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2462if test -n "$ac_tool_prefix"; then
2463 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2464 do
2465 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2466set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2467echo "$as_me:$LINENO: checking for $ac_word" >&5
2468echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2469if test "${ac_cv_prog_CXX+set}" = set; then
2470 echo $ECHO_N "(cached) $ECHO_C" >&6
2471else
2472 if test -n "$CXX"; then
2473 ac_cv_prog_CXX="$CXX" # Let the user override the test.
2474else
2475as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2476for as_dir in $PATH
2477do
2478 IFS=$as_save_IFS
2479 test -z "$as_dir" && as_dir=.
2480 for ac_exec_ext in '' $ac_executable_extensions; do
2481 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2482 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2483 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2484 break 2
2485 fi
2486done
2487done
2488
2489fi
2490fi
2491CXX=$ac_cv_prog_CXX
2492if test -n "$CXX"; then
2493 echo "$as_me:$LINENO: result: $CXX" >&5
2494echo "${ECHO_T}$CXX" >&6
2495else
2496 echo "$as_me:$LINENO: result: no" >&5
2497echo "${ECHO_T}no" >&6
2498fi
2499
2500 test -n "$CXX" && break
2501 done
2502fi
2503if test -z "$CXX"; then
2504 ac_ct_CXX=$CXX
2505 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2506do
2507 # Extract the first word of "$ac_prog", so it can be a program name with args.
2508set dummy $ac_prog; ac_word=$2
2509echo "$as_me:$LINENO: checking for $ac_word" >&5
2510echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2511if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
2512 echo $ECHO_N "(cached) $ECHO_C" >&6
2513else
2514 if test -n "$ac_ct_CXX"; then
2515 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2516else
2517as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2518for as_dir in $PATH
2519do
2520 IFS=$as_save_IFS
2521 test -z "$as_dir" && as_dir=.
2522 for ac_exec_ext in '' $ac_executable_extensions; do
2523 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2524 ac_cv_prog_ac_ct_CXX="$ac_prog"
2525 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2526 break 2
2527 fi
2528done
2529done
2530
2531fi
2532fi
2533ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2534if test -n "$ac_ct_CXX"; then
2535 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
2536echo "${ECHO_T}$ac_ct_CXX" >&6
2537else
2538 echo "$as_me:$LINENO: result: no" >&5
2539echo "${ECHO_T}no" >&6
2540fi
2541
2542 test -n "$ac_ct_CXX" && break
2543done
2544test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
2545
2546 CXX=$ac_ct_CXX
2547fi
2548
2549
2550# Provide some information about the compiler.
2551echo "$as_me:$LINENO:" \
2552 "checking for C++ compiler version" >&5
2553ac_compiler=`set X $ac_compile; echo $2`
2554{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2555 (eval $ac_compiler --version </dev/null >&5) 2>&5
2556 ac_status=$?
2557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2558 (exit $ac_status); }
2559{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2560 (eval $ac_compiler -v </dev/null >&5) 2>&5
2561 ac_status=$?
2562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2563 (exit $ac_status); }
2564{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2565 (eval $ac_compiler -V </dev/null >&5) 2>&5
2566 ac_status=$?
2567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2568 (exit $ac_status); }
2569
2570echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
2571echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
2572if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
2573 echo $ECHO_N "(cached) $ECHO_C" >&6
2574else
2575 cat >conftest.$ac_ext <<_ACEOF
2576/* confdefs.h. */
2577_ACEOF
2578cat confdefs.h >>conftest.$ac_ext
2579cat >>conftest.$ac_ext <<_ACEOF
2580/* end confdefs.h. */
2581
2582int
2583main ()
2584{
2585#ifndef __GNUC__
2586 choke me
2587#endif
2588
2589 ;
2590 return 0;
2591}
2592_ACEOF
2593rm -f conftest.$ac_objext
2594if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2595 (eval $ac_compile) 2>conftest.er1
2596 ac_status=$?
2597 grep -v '^ *+' conftest.er1 >conftest.err
2598 rm -f conftest.er1
2599 cat conftest.err >&5
2600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2601 (exit $ac_status); } &&
2602 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2604 (eval $ac_try) 2>&5
2605 ac_status=$?
2606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2607 (exit $ac_status); }; } &&
2608 { ac_try='test -s conftest.$ac_objext'
2609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2610 (eval $ac_try) 2>&5
2611 ac_status=$?
2612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2613 (exit $ac_status); }; }; then
2614 ac_compiler_gnu=yes
2615else
2616 echo "$as_me: failed program was:" >&5
2617sed 's/^/| /' conftest.$ac_ext >&5
2618
2619ac_compiler_gnu=no
2620fi
2621rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2622ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
2623
2624fi
2625echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
2626echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
2627GXX=`test $ac_compiler_gnu = yes && echo yes`
2628ac_test_CXXFLAGS=${CXXFLAGS+set}
2629ac_save_CXXFLAGS=$CXXFLAGS
2630CXXFLAGS="-g"
2631echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
2632echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
2633if test "${ac_cv_prog_cxx_g+set}" = set; then
2634 echo $ECHO_N "(cached) $ECHO_C" >&6
2635else
2636 cat >conftest.$ac_ext <<_ACEOF
2637/* confdefs.h. */
2638_ACEOF
2639cat confdefs.h >>conftest.$ac_ext
2640cat >>conftest.$ac_ext <<_ACEOF
2641/* end confdefs.h. */
2642
2643int
2644main ()
2645{
2646
2647 ;
2648 return 0;
2649}
2650_ACEOF
2651rm -f conftest.$ac_objext
2652if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2653 (eval $ac_compile) 2>conftest.er1
2654 ac_status=$?
2655 grep -v '^ *+' conftest.er1 >conftest.err
2656 rm -f conftest.er1
2657 cat conftest.err >&5
2658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2659 (exit $ac_status); } &&
2660 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2662 (eval $ac_try) 2>&5
2663 ac_status=$?
2664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2665 (exit $ac_status); }; } &&
2666 { ac_try='test -s conftest.$ac_objext'
2667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2668 (eval $ac_try) 2>&5
2669 ac_status=$?
2670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2671 (exit $ac_status); }; }; then
2672 ac_cv_prog_cxx_g=yes
2673else
2674 echo "$as_me: failed program was:" >&5
2675sed 's/^/| /' conftest.$ac_ext >&5
2676
2677ac_cv_prog_cxx_g=no
2678fi
2679rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2680fi
2681echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
2682echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
2683if test "$ac_test_CXXFLAGS" = set; then
2684 CXXFLAGS=$ac_save_CXXFLAGS
2685elif test $ac_cv_prog_cxx_g = yes; then
2686 if test "$GXX" = yes; then
2687 CXXFLAGS="-g -O2"
2688 else
2689 CXXFLAGS="-g"
2690 fi
2691else
2692 if test "$GXX" = yes; then
2693 CXXFLAGS="-O2"
2694 else
2695 CXXFLAGS=
2696 fi
2697fi
2698for ac_declaration in \
2699 '' \
2700 'extern "C" void std::exit (int) throw (); using std::exit;' \
2701 'extern "C" void std::exit (int); using std::exit;' \
2702 'extern "C" void exit (int) throw ();' \
2703 'extern "C" void exit (int);' \
2704 'void exit (int);'
2705do
2706 cat >conftest.$ac_ext <<_ACEOF
2707/* confdefs.h. */
2708_ACEOF
2709cat confdefs.h >>conftest.$ac_ext
2710cat >>conftest.$ac_ext <<_ACEOF
2711/* end confdefs.h. */
2712$ac_declaration
2713#include <stdlib.h>
2714int
2715main ()
2716{
2717exit (42);
2718 ;
2719 return 0;
2720}
2721_ACEOF
2722rm -f conftest.$ac_objext
2723if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2724 (eval $ac_compile) 2>conftest.er1
2725 ac_status=$?
2726 grep -v '^ *+' conftest.er1 >conftest.err
2727 rm -f conftest.er1
2728 cat conftest.err >&5
2729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2730 (exit $ac_status); } &&
2731 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2733 (eval $ac_try) 2>&5
2734 ac_status=$?
2735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2736 (exit $ac_status); }; } &&
2737 { ac_try='test -s conftest.$ac_objext'
2738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2739 (eval $ac_try) 2>&5
2740 ac_status=$?
2741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2742 (exit $ac_status); }; }; then
2743 :
2744else
2745 echo "$as_me: failed program was:" >&5
2746sed 's/^/| /' conftest.$ac_ext >&5
2747
2748continue
2749fi
2750rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2751 cat >conftest.$ac_ext <<_ACEOF
2752/* confdefs.h. */
2753_ACEOF
2754cat confdefs.h >>conftest.$ac_ext
2755cat >>conftest.$ac_ext <<_ACEOF
2756/* end confdefs.h. */
2757$ac_declaration
2758int
2759main ()
2760{
2761exit (42);
2762 ;
2763 return 0;
2764}
2765_ACEOF
2766rm -f conftest.$ac_objext
2767if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2768 (eval $ac_compile) 2>conftest.er1
2769 ac_status=$?
2770 grep -v '^ *+' conftest.er1 >conftest.err
2771 rm -f conftest.er1
2772 cat conftest.err >&5
2773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2774 (exit $ac_status); } &&
2775 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
2776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2777 (eval $ac_try) 2>&5
2778 ac_status=$?
2779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2780 (exit $ac_status); }; } &&
2781 { ac_try='test -s conftest.$ac_objext'
2782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2783 (eval $ac_try) 2>&5
2784 ac_status=$?
2785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2786 (exit $ac_status); }; }; then
2787 break
2788else
2789 echo "$as_me: failed program was:" >&5
2790sed 's/^/| /' conftest.$ac_ext >&5
2791
2792fi
2793rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2794done
2795rm -f conftest*
2796if test -n "$ac_declaration"; then
2797 echo '#ifdef __cplusplus' >>confdefs.h
2798 echo $ac_declaration >>confdefs.h
2799 echo '#endif' >>confdefs.h
2800fi
2801
2802ac_ext=c
2803ac_cpp='$CPP $CPPFLAGS'
2804ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2805ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2806ac_compiler_gnu=$ac_cv_c_compiler_gnu
2807
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00002808if test -n "$ac_tool_prefix"; then
2809 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
2810set dummy ${ac_tool_prefix}cpp; ac_word=$2
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00002811echo "$as_me:$LINENO: checking for $ac_word" >&5
2812echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
Alexandre Julliarda631ef62004-03-03 20:30:46 +00002813if test "${ac_cv_prog_CPPBIN+set}" = set; then
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00002814 echo $ECHO_N "(cached) $ECHO_C" >&6
2815else
Alexandre Julliarda631ef62004-03-03 20:30:46 +00002816 if test -n "$CPPBIN"; then
2817 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00002818else
2819as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2820for as_dir in $PATH
2821do
2822 IFS=$as_save_IFS
2823 test -z "$as_dir" && as_dir=.
2824 for ac_exec_ext in '' $ac_executable_extensions; do
2825 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
Alexandre Julliarda631ef62004-03-03 20:30:46 +00002826 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00002827 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2828 break 2
2829 fi
2830done
2831done
2832
2833fi
2834fi
Alexandre Julliarda631ef62004-03-03 20:30:46 +00002835CPPBIN=$ac_cv_prog_CPPBIN
2836if test -n "$CPPBIN"; then
2837 echo "$as_me:$LINENO: result: $CPPBIN" >&5
2838echo "${ECHO_T}$CPPBIN" >&6
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00002839else
2840 echo "$as_me:$LINENO: result: no" >&5
2841echo "${ECHO_T}no" >&6
2842fi
2843
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00002844fi
Alexandre Julliarda631ef62004-03-03 20:30:46 +00002845if test -z "$ac_cv_prog_CPPBIN"; then
2846 ac_ct_CPPBIN=$CPPBIN
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00002847 # Extract the first word of "cpp", so it can be a program name with args.
2848set dummy cpp; ac_word=$2
2849echo "$as_me:$LINENO: checking for $ac_word" >&5
2850echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
Alexandre Julliarda631ef62004-03-03 20:30:46 +00002851if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00002852 echo $ECHO_N "(cached) $ECHO_C" >&6
2853else
Alexandre Julliarda631ef62004-03-03 20:30:46 +00002854 if test -n "$ac_ct_CPPBIN"; then
2855 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00002856else
2857as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2858for as_dir in $PATH
2859do
2860 IFS=$as_save_IFS
2861 test -z "$as_dir" && as_dir=.
2862 for ac_exec_ext in '' $ac_executable_extensions; do
2863 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
Alexandre Julliarda631ef62004-03-03 20:30:46 +00002864 ac_cv_prog_ac_ct_CPPBIN="cpp"
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00002865 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2866 break 2
2867 fi
2868done
2869done
2870
Alexandre Julliarda631ef62004-03-03 20:30:46 +00002871 test -z "$ac_cv_prog_ac_ct_CPPBIN" && ac_cv_prog_ac_ct_CPPBIN="cpp"
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00002872fi
2873fi
Alexandre Julliarda631ef62004-03-03 20:30:46 +00002874ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
2875if test -n "$ac_ct_CPPBIN"; then
2876 echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
2877echo "${ECHO_T}$ac_ct_CPPBIN" >&6
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00002878else
2879 echo "$as_me:$LINENO: result: no" >&5
2880echo "${ECHO_T}no" >&6
2881fi
2882
Alexandre Julliarda631ef62004-03-03 20:30:46 +00002883 CPPBIN=$ac_ct_CPPBIN
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00002884else
Alexandre Julliarda631ef62004-03-03 20:30:46 +00002885 CPPBIN="$ac_cv_prog_CPPBIN"
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00002886fi
2887
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00002888
2889echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
2890echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6
2891if test "${wine_cv_toolsdir+set}" = set; then
2892 echo $ECHO_N "(cached) $ECHO_C" >&6
2893else
2894 if test -z "$with_wine_tools"; then
2895 if test "$cross_compiling" = "yes"; then
2896 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
2897echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
2898 { (exit 1); exit 1; }; }
2899 else
2900 wine_cv_toolsdir="\$(TOPOBJDIR)"
2901 fi
2902 elif test -d "$with_wine_tools/tools/winebuild"; then
2903 case $with_wine_tools in
2904 /*) wine_cv_toolsdir="$with_wine_tools" ;;
2905 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
2906 esac
2907 else
2908 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
2909echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
2910 { (exit 1); exit 1; }; }
2911 fi
2912fi
2913echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
2914echo "${ECHO_T}$wine_cv_toolsdir" >&6
2915TOOLSDIR=$wine_cv_toolsdir
2916
2917
2918
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002919ac_ext=c
2920ac_cpp='$CPP $CPPFLAGS'
2921ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2922ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2923ac_compiler_gnu=$ac_cv_c_compiler_gnu
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002924echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002925echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002926# On Suns, sometimes $CPP names a directory.
2927if test -n "$CPP" && test -d "$CPP"; then
2928 CPP=
2929fi
2930if test -z "$CPP"; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002931 if test "${ac_cv_prog_CPP+set}" = set; then
2932 echo $ECHO_N "(cached) $ECHO_C" >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002933else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002934 # Double quotes because CPP needs to be expanded
2935 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2936 do
2937 ac_preproc_ok=false
2938for ac_c_preproc_warn_flag in '' yes
2939do
2940 # Use a header file that comes with gcc, so configuring glibc
2941 # with a fresh cross-compiler works.
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002942 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2943 # <limits.h> exists even on freestanding compilers.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002944 # On the NeXT, cc -E runs the code through the compiler's parser,
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002945 # not just through cpp. "Syntax error" is here to catch this case.
2946 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002947/* confdefs.h. */
2948_ACEOF
2949cat confdefs.h >>conftest.$ac_ext
2950cat >>conftest.$ac_ext <<_ACEOF
2951/* end confdefs.h. */
2952#ifdef __STDC__
2953# include <limits.h>
2954#else
2955# include <assert.h>
2956#endif
Alexandre Julliard875927f2004-01-02 01:55:29 +00002957 Syntax error
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002958_ACEOF
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002959if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002960 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2961 ac_status=$?
Alexandre Julliard11af04e2002-10-10 03:48:04 +00002962 grep -v '^ *+' conftest.er1 >conftest.err
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002963 rm -f conftest.er1
2964 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002966 (exit $ac_status); } >/dev/null; then
2967 if test -s conftest.err; then
2968 ac_cpp_err=$ac_c_preproc_warn_flag
Alexandre Julliard875927f2004-01-02 01:55:29 +00002969 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002970 else
2971 ac_cpp_err=
2972 fi
2973else
2974 ac_cpp_err=yes
2975fi
2976if test -z "$ac_cpp_err"; then
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002977 :
2978else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002979 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002980sed 's/^/| /' conftest.$ac_ext >&5
2981
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002982 # Broken: fails on valid input.
2983continue
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002984fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002985rm -f conftest.err conftest.$ac_ext
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002986
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002987 # OK, works on sane cases. Now check whether non-existent headers
2988 # can be detected and how.
2989 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002990/* confdefs.h. */
2991_ACEOF
2992cat confdefs.h >>conftest.$ac_ext
2993cat >>conftest.$ac_ext <<_ACEOF
2994/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002995#include <ac_nonexistent.h>
2996_ACEOF
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002997if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002998 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2999 ac_status=$?
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003000 grep -v '^ *+' conftest.er1 >conftest.err
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003001 rm -f conftest.er1
3002 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003004 (exit $ac_status); } >/dev/null; then
3005 if test -s conftest.err; then
3006 ac_cpp_err=$ac_c_preproc_warn_flag
Alexandre Julliard875927f2004-01-02 01:55:29 +00003007 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003008 else
3009 ac_cpp_err=
3010 fi
3011else
3012 ac_cpp_err=yes
3013fi
3014if test -z "$ac_cpp_err"; then
3015 # Broken: success on invalid input.
3016continue
3017else
3018 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003019sed 's/^/| /' conftest.$ac_ext >&5
3020
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003021 # Passes both tests.
3022ac_preproc_ok=:
3023break
3024fi
3025rm -f conftest.err conftest.$ac_ext
3026
3027done
3028# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3029rm -f conftest.err conftest.$ac_ext
3030if $ac_preproc_ok; then
3031 break
3032fi
3033
3034 done
3035 ac_cv_prog_CPP=$CPP
3036
3037fi
3038 CPP=$ac_cv_prog_CPP
3039else
3040 ac_cv_prog_CPP=$CPP
3041fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003042echo "$as_me:$LINENO: result: $CPP" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003043echo "${ECHO_T}$CPP" >&6
3044ac_preproc_ok=false
3045for ac_c_preproc_warn_flag in '' yes
3046do
3047 # Use a header file that comes with gcc, so configuring glibc
3048 # with a fresh cross-compiler works.
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003049 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3050 # <limits.h> exists even on freestanding compilers.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003051 # On the NeXT, cc -E runs the code through the compiler's parser,
3052 # not just through cpp. "Syntax error" is here to catch this case.
3053 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003054/* confdefs.h. */
3055_ACEOF
3056cat confdefs.h >>conftest.$ac_ext
3057cat >>conftest.$ac_ext <<_ACEOF
3058/* end confdefs.h. */
3059#ifdef __STDC__
3060# include <limits.h>
3061#else
3062# include <assert.h>
3063#endif
Alexandre Julliard875927f2004-01-02 01:55:29 +00003064 Syntax error
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003065_ACEOF
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003066if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003067 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3068 ac_status=$?
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003069 grep -v '^ *+' conftest.er1 >conftest.err
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003070 rm -f conftest.er1
3071 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003073 (exit $ac_status); } >/dev/null; then
3074 if test -s conftest.err; then
3075 ac_cpp_err=$ac_c_preproc_warn_flag
Alexandre Julliard875927f2004-01-02 01:55:29 +00003076 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003077 else
3078 ac_cpp_err=
3079 fi
3080else
3081 ac_cpp_err=yes
3082fi
3083if test -z "$ac_cpp_err"; then
3084 :
3085else
3086 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003087sed 's/^/| /' conftest.$ac_ext >&5
3088
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003089 # Broken: fails on valid input.
3090continue
3091fi
3092rm -f conftest.err conftest.$ac_ext
3093
3094 # OK, works on sane cases. Now check whether non-existent headers
3095 # can be detected and how.
3096 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003097/* confdefs.h. */
3098_ACEOF
3099cat confdefs.h >>conftest.$ac_ext
3100cat >>conftest.$ac_ext <<_ACEOF
3101/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003102#include <ac_nonexistent.h>
3103_ACEOF
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003104if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003105 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3106 ac_status=$?
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003107 grep -v '^ *+' conftest.er1 >conftest.err
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003108 rm -f conftest.er1
3109 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003111 (exit $ac_status); } >/dev/null; then
3112 if test -s conftest.err; then
3113 ac_cpp_err=$ac_c_preproc_warn_flag
Alexandre Julliard875927f2004-01-02 01:55:29 +00003114 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003115 else
3116 ac_cpp_err=
3117 fi
3118else
3119 ac_cpp_err=yes
3120fi
3121if test -z "$ac_cpp_err"; then
3122 # Broken: success on invalid input.
3123continue
3124else
3125 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003126sed 's/^/| /' conftest.$ac_ext >&5
3127
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003128 # Passes both tests.
3129ac_preproc_ok=:
3130break
3131fi
3132rm -f conftest.err conftest.$ac_ext
3133
3134done
3135# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3136rm -f conftest.err conftest.$ac_ext
3137if $ac_preproc_ok; then
3138 :
3139else
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003140 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3141See \`config.log' for more details." >&5
3142echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3143See \`config.log' for more details." >&2;}
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003144 { (exit 1); exit 1; }; }
3145fi
3146
3147ac_ext=c
3148ac_cpp='$CPP $CPPFLAGS'
3149ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3150ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3151ac_compiler_gnu=$ac_cv_c_compiler_gnu
3152
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003153
Eric Pouech800864a2004-04-05 22:21:27 +00003154
3155if test "x$ac_path_x_has_been_run" != xyes; then
3156 echo "$as_me:$LINENO: checking for X" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003157echo $ECHO_N "checking for X... $ECHO_C" >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003158
Eric Pouech800864a2004-04-05 22:21:27 +00003159ac_path_x_has_been_run=yes
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003160
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003161# Check whether --with-x or --without-x was given.
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00003162if test "${with_x+set}" = set; then
3163 withval="$with_x"
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003164
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003165fi;
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003166# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003167if test "x$with_x" = xno; then
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003168 # The user explicitly disabled X.
3169 have_x=disabled
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003170else
3171 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003172 # Both variables are already set.
3173 have_x=yes
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003174 else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003175 if test "${ac_cv_have_x+set}" = set; then
3176 echo $ECHO_N "(cached) $ECHO_C" >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003177else
3178 # One or both of the vars are not set, and there is no cached value.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003179ac_x_includes=no ac_x_libraries=no
3180rm -fr conftest.dir
3181if mkdir conftest.dir; then
3182 cd conftest.dir
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003183 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003184 cat >Imakefile <<'_ACEOF'
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003185acfindx:
3186 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003187_ACEOF
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003188 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003189 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00003190 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003191 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3192 for ac_extension in a so sl; do
3193 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00003194 test -f $ac_im_libdir/libX11.$ac_extension; then
3195 ac_im_usrlibdir=$ac_im_libdir; break
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003196 fi
3197 done
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003198 # Screen out bogus values from the imake configuration. They are
3199 # bogus both because they are the default anyway, and because
3200 # using them would break gcc on systems where it needs fixed includes.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003201 case $ac_im_incroot in
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003202 /usr/include) ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003203 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003204 esac
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003205 case $ac_im_usrlibdir in
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003206 /usr/lib | /lib) ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003207 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003208 esac
3209 fi
3210 cd ..
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003211 rm -fr conftest.dir
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003212fi
3213
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003214# Standard set of common directories for X headers.
3215# Check X11 before X11Rn because it is often a symlink to the current release.
3216ac_x_header_dirs='
3217/usr/X11/include
3218/usr/X11R6/include
3219/usr/X11R5/include
3220/usr/X11R4/include
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003221
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003222/usr/include/X11
3223/usr/include/X11R6
3224/usr/include/X11R5
3225/usr/include/X11R4
3226
3227/usr/local/X11/include
3228/usr/local/X11R6/include
3229/usr/local/X11R5/include
3230/usr/local/X11R4/include
3231
3232/usr/local/include/X11
3233/usr/local/include/X11R6
3234/usr/local/include/X11R5
3235/usr/local/include/X11R4
3236
3237/usr/X386/include
3238/usr/x386/include
3239/usr/XFree86/include/X11
3240
3241/usr/include
3242/usr/local/include
3243/usr/unsupported/include
3244/usr/athena/include
3245/usr/local/x11r5/include
3246/usr/lpp/Xamples/include
3247
3248/usr/openwin/include
3249/usr/openwin/share/include'
3250
3251if test "$ac_x_includes" = no; then
Eric Pouech800864a2004-04-05 22:21:27 +00003252 # Guess where to find include files, by looking for a specified header file.
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003253 # First, try using that file with no special directory specified.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003254 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003255/* confdefs.h. */
3256_ACEOF
3257cat confdefs.h >>conftest.$ac_ext
3258cat >>conftest.$ac_ext <<_ACEOF
3259/* end confdefs.h. */
Alexandre Julliardd7d31692005-10-25 12:04:17 +00003260#include <X11/Xlib.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003261_ACEOF
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003262if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003263 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3264 ac_status=$?
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003265 grep -v '^ *+' conftest.er1 >conftest.err
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003266 rm -f conftest.er1
3267 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003269 (exit $ac_status); } >/dev/null; then
3270 if test -s conftest.err; then
3271 ac_cpp_err=$ac_c_preproc_warn_flag
Alexandre Julliard875927f2004-01-02 01:55:29 +00003272 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003273 else
3274 ac_cpp_err=
3275 fi
3276else
3277 ac_cpp_err=yes
3278fi
3279if test -z "$ac_cpp_err"; then
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003280 # We can compile using X headers with no special include directory.
3281ac_x_includes=
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003282else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003283 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003284sed 's/^/| /' conftest.$ac_ext >&5
3285
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003286 for ac_dir in $ac_x_header_dirs; do
Alexandre Julliardd7d31692005-10-25 12:04:17 +00003287 if test -r "$ac_dir/X11/Xlib.h"; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003288 ac_x_includes=$ac_dir
3289 break
3290 fi
3291done
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003292fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003293rm -f conftest.err conftest.$ac_ext
3294fi # $ac_x_includes = no
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003295
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003296if test "$ac_x_libraries" = no; then
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003297 # Check for the libraries.
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003298 # See if we find them without any special options.
3299 # Don't add to $LIBS permanently.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003300 ac_save_LIBS=$LIBS
Alexandre Julliardd7d31692005-10-25 12:04:17 +00003301 LIBS="-lX11 $LIBS"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003302 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003303/* confdefs.h. */
3304_ACEOF
3305cat confdefs.h >>conftest.$ac_ext
3306cat >>conftest.$ac_ext <<_ACEOF
3307/* end confdefs.h. */
Alexandre Julliardd7d31692005-10-25 12:04:17 +00003308#include <X11/Xlib.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003309int
3310main ()
3311{
Alexandre Julliardd7d31692005-10-25 12:04:17 +00003312XrmInitialize ()
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003313 ;
3314 return 0;
3315}
3316_ACEOF
3317rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003318if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00003319 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003320 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00003321 grep -v '^ *+' conftest.er1 >conftest.err
3322 rm -f conftest.er1
3323 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003325 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00003326 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3328 (eval $ac_try) 2>&5
3329 ac_status=$?
3330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3331 (exit $ac_status); }; } &&
3332 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003334 (eval $ac_try) 2>&5
3335 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003337 (exit $ac_status); }; }; then
3338 LIBS=$ac_save_LIBS
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003339# We can link X programs with no special library path.
3340ac_x_libraries=
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003341else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003342 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003343sed 's/^/| /' conftest.$ac_ext >&5
3344
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003345LIBS=$ac_save_LIBS
3346for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003347do
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003348 # Don't even attempt the hair of trying to link an X program!
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003349 for ac_extension in a so sl; do
Alexandre Julliardd7d31692005-10-25 12:04:17 +00003350 if test -r $ac_dir/libX11.$ac_extension; then
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003351 ac_x_libraries=$ac_dir
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003352 break 2
3353 fi
3354 done
3355done
3356fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00003357rm -f conftest.err conftest.$ac_objext \
3358 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003359fi # $ac_x_libraries = no
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003360
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003361if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003362 # Didn't find X anywhere. Cache the known absence of X.
3363 ac_cv_have_x="have_x=no"
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003364else
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003365 # Record where we found X for the cache.
3366 ac_cv_have_x="have_x=yes \
Alexandre Julliard875927f2004-01-02 01:55:29 +00003367 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003368fi
3369fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003370
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003371 fi
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003372 eval "$ac_cv_have_x"
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003373fi # $with_x != no
3374
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003375if test "$have_x" != yes; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003376 echo "$as_me:$LINENO: result: $have_x" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003377echo "${ECHO_T}$have_x" >&6
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003378 no_x=yes
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003379else
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003380 # If each of the values was on the command line, it overrides each guess.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003381 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
3382 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003383 # Update the cache value to reflect the command line values.
3384 ac_cv_have_x="have_x=yes \
3385 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
Eric Pouech800864a2004-04-05 22:21:27 +00003386 # It might be that x_includes is empty (headers are found in the
3387 # standard search path. Then output the corresponding message
3388 ac_out_x_includes=$x_includes
3389 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
3390 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
3391echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003392fi
3393
Eric Pouech800864a2004-04-05 22:21:27 +00003394fi
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003395if test "$no_x" = yes; then
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003396 # Not all programs may use this symbol, but it does not hurt to define it.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003397
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003398cat >>confdefs.h <<\_ACEOF
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003399#define X_DISPLAY_MISSING 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003400_ACEOF
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003401
3402 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003403else
3404 if test -n "$x_includes"; then
3405 X_CFLAGS="$X_CFLAGS -I$x_includes"
3406 fi
3407
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003408 # It would also be nice to do this for all -L options, not just this one.
3409 if test -n "$x_libraries"; then
3410 X_LIBS="$X_LIBS -L$x_libraries"
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003411 # For Solaris; some versions of Sun CC require a space after -R and
3412 # others require no space. Words are not sufficient . . . .
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003413 case `(uname -sr) 2>/dev/null` in
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003414 "SunOS 5"*)
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003415 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003416echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
3417 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
3418 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003419/* confdefs.h. */
3420_ACEOF
3421cat confdefs.h >>conftest.$ac_ext
3422cat >>conftest.$ac_ext <<_ACEOF
3423/* end confdefs.h. */
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003424
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003425int
3426main ()
3427{
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003428
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003429 ;
3430 return 0;
3431}
3432_ACEOF
3433rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003434if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00003435 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003436 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00003437 grep -v '^ *+' conftest.er1 >conftest.err
3438 rm -f conftest.er1
3439 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003441 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00003442 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3444 (eval $ac_try) 2>&5
3445 ac_status=$?
3446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3447 (exit $ac_status); }; } &&
3448 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003450 (eval $ac_try) 2>&5
3451 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003453 (exit $ac_status); }; }; then
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003454 ac_R_nospace=yes
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003455else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003456 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003457sed 's/^/| /' conftest.$ac_ext >&5
3458
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003459ac_R_nospace=no
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003460fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00003461rm -f conftest.err conftest.$ac_objext \
3462 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003463 if test $ac_R_nospace = yes; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003464 echo "$as_me:$LINENO: result: no" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003465echo "${ECHO_T}no" >&6
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003466 X_LIBS="$X_LIBS -R$x_libraries"
3467 else
3468 LIBS="$ac_xsave_LIBS -R $x_libraries"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003469 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003470/* confdefs.h. */
3471_ACEOF
3472cat confdefs.h >>conftest.$ac_ext
3473cat >>conftest.$ac_ext <<_ACEOF
3474/* end confdefs.h. */
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003475
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003476int
3477main ()
3478{
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003479
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003480 ;
3481 return 0;
3482}
3483_ACEOF
3484rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003485if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00003486 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003487 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00003488 grep -v '^ *+' conftest.er1 >conftest.err
3489 rm -f conftest.er1
3490 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003492 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00003493 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3495 (eval $ac_try) 2>&5
3496 ac_status=$?
3497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3498 (exit $ac_status); }; } &&
3499 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003501 (eval $ac_try) 2>&5
3502 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003504 (exit $ac_status); }; }; then
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003505 ac_R_space=yes
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003506else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003507 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003508sed 's/^/| /' conftest.$ac_ext >&5
3509
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003510ac_R_space=no
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003511fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00003512rm -f conftest.err conftest.$ac_objext \
3513 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003514 if test $ac_R_space = yes; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003515 echo "$as_me:$LINENO: result: yes" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003516echo "${ECHO_T}yes" >&6
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003517 X_LIBS="$X_LIBS -R $x_libraries"
3518 else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003519 echo "$as_me:$LINENO: result: neither works" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003520echo "${ECHO_T}neither works" >&6
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003521 fi
3522 fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003523 LIBS=$ac_xsave_LIBS
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003524 esac
3525 fi
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003526
3527 # Check for system-dependent libraries X programs must link with.
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003528 # Do this before checking for the system-independent R6 libraries
3529 # (-lICE), since we may need -lsocket or whatever for X linking.
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003530
3531 if test "$ISC" = yes; then
3532 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
3533 else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003534 # Martyn Johnson says this is needed for Ultrix, if the X
3535 # libraries were built with DECnet support. And Karl Berry says
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003536 # the Alpha needs dnet_stub (dnet does not exist).
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003537 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
3538 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003539/* confdefs.h. */
3540_ACEOF
3541cat confdefs.h >>conftest.$ac_ext
3542cat >>conftest.$ac_ext <<_ACEOF
3543/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003544
Alexandre Julliard59730ae1996-03-24 16:20:51 +00003545/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003546#ifdef __cplusplus
3547extern "C"
3548#endif
Alexandre Julliarde2bfa4c1996-05-16 18:21:06 +00003549/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003550 builtin and then its argument prototype would still apply. */
3551char XOpenDisplay ();
3552int
3553main ()
3554{
3555XOpenDisplay ();
3556 ;
3557 return 0;
3558}
3559_ACEOF
3560rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003561if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00003562 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003563 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00003564 grep -v '^ *+' conftest.er1 >conftest.err
3565 rm -f conftest.er1
3566 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003568 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00003569 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3571 (eval $ac_try) 2>&5
3572 ac_status=$?
3573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3574 (exit $ac_status); }; } &&
3575 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003577 (eval $ac_try) 2>&5
3578 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003580 (exit $ac_status); }; }; then
3581 :
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003582else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003583 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003584sed 's/^/| /' conftest.$ac_ext >&5
3585
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003586echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003587echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
3588if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
3589 echo $ECHO_N "(cached) $ECHO_C" >&6
3590else
3591 ac_check_lib_save_LIBS=$LIBS
3592LIBS="-ldnet $LIBS"
3593cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003594/* confdefs.h. */
3595_ACEOF
3596cat confdefs.h >>conftest.$ac_ext
3597cat >>conftest.$ac_ext <<_ACEOF
3598/* end confdefs.h. */
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003599
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003600/* Override any gcc2 internal prototype to avoid an error. */
3601#ifdef __cplusplus
3602extern "C"
3603#endif
3604/* We use char because int might match the return type of a gcc2
3605 builtin and then its argument prototype would still apply. */
3606char dnet_ntoa ();
3607int
3608main ()
3609{
3610dnet_ntoa ();
3611 ;
3612 return 0;
3613}
3614_ACEOF
3615rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003616if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00003617 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003618 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00003619 grep -v '^ *+' conftest.er1 >conftest.err
3620 rm -f conftest.er1
3621 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003623 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00003624 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3626 (eval $ac_try) 2>&5
3627 ac_status=$?
3628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3629 (exit $ac_status); }; } &&
3630 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003632 (eval $ac_try) 2>&5
3633 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003635 (exit $ac_status); }; }; then
3636 ac_cv_lib_dnet_dnet_ntoa=yes
3637else
3638 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003639sed 's/^/| /' conftest.$ac_ext >&5
3640
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003641ac_cv_lib_dnet_dnet_ntoa=no
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003642fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00003643rm -f conftest.err conftest.$ac_objext \
3644 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003645LIBS=$ac_check_lib_save_LIBS
3646fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003647echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003648echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
3649if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003650 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003651fi
3652
Alexandre Julliard59730ae1996-03-24 16:20:51 +00003653 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003654 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003655echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
3656if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
3657 echo $ECHO_N "(cached) $ECHO_C" >&6
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003658else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003659 ac_check_lib_save_LIBS=$LIBS
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003660LIBS="-ldnet_stub $LIBS"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003661cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003662/* confdefs.h. */
3663_ACEOF
3664cat confdefs.h >>conftest.$ac_ext
3665cat >>conftest.$ac_ext <<_ACEOF
3666/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003667
Alexandre Julliard59730ae1996-03-24 16:20:51 +00003668/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003669#ifdef __cplusplus
3670extern "C"
3671#endif
Alexandre Julliarde2bfa4c1996-05-16 18:21:06 +00003672/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003673 builtin and then its argument prototype would still apply. */
3674char dnet_ntoa ();
3675int
3676main ()
3677{
3678dnet_ntoa ();
3679 ;
3680 return 0;
3681}
3682_ACEOF
3683rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003684if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00003685 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003686 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00003687 grep -v '^ *+' conftest.er1 >conftest.err
3688 rm -f conftest.er1
3689 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003691 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00003692 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3694 (eval $ac_try) 2>&5
3695 ac_status=$?
3696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3697 (exit $ac_status); }; } &&
3698 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003700 (eval $ac_try) 2>&5
3701 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003703 (exit $ac_status); }; }; then
3704 ac_cv_lib_dnet_stub_dnet_ntoa=yes
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003705else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003706 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003707sed 's/^/| /' conftest.$ac_ext >&5
3708
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003709ac_cv_lib_dnet_stub_dnet_ntoa=no
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003710fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00003711rm -f conftest.err conftest.$ac_objext \
3712 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003713LIBS=$ac_check_lib_save_LIBS
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003714fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003715echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003716echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
3717if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003718 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003719fi
3720
3721 fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003722fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00003723rm -f conftest.err conftest.$ac_objext \
3724 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003725 LIBS="$ac_xsave_LIBS"
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003726
3727 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
3728 # to get the SysV transport functions.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003729 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003730 # needs -lnsl.
3731 # The nsl library prevents programs from opening the X display
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003732 # on Irix 5.2, according to T.E. Dickey.
3733 # The functions gethostbyname, getservbyname, and inet_addr are
3734 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003735 echo "$as_me:$LINENO: checking for gethostbyname" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003736echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
3737if test "${ac_cv_func_gethostbyname+set}" = set; then
3738 echo $ECHO_N "(cached) $ECHO_C" >&6
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003739else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003740 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003741/* confdefs.h. */
3742_ACEOF
3743cat confdefs.h >>conftest.$ac_ext
3744cat >>conftest.$ac_ext <<_ACEOF
3745/* end confdefs.h. */
Alexandre Julliard875927f2004-01-02 01:55:29 +00003746/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
3747 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3748#define gethostbyname innocuous_gethostbyname
3749
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003750/* System header to define __stub macros and hopefully few prototypes,
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003751 which can conflict with char gethostbyname (); below.
3752 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3753 <limits.h> exists even on freestanding compilers. */
Alexandre Julliard875927f2004-01-02 01:55:29 +00003754
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003755#ifdef __STDC__
3756# include <limits.h>
3757#else
3758# include <assert.h>
3759#endif
Alexandre Julliard875927f2004-01-02 01:55:29 +00003760
3761#undef gethostbyname
3762
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003763/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003764#ifdef __cplusplus
3765extern "C"
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003766{
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003767#endif
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003768/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003769 builtin and then its argument prototype would still apply. */
3770char gethostbyname ();
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003771/* The GNU C library defines this for functions which it implements
3772 to always fail with ENOSYS. Some functions are actually named
3773 something starting with __ and the normal name is an alias. */
3774#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
3775choke me
3776#else
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003777char (*f) () = gethostbyname;
3778#endif
3779#ifdef __cplusplus
3780}
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003781#endif
3782
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003783int
3784main ()
3785{
3786return f != gethostbyname;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003787 ;
3788 return 0;
3789}
3790_ACEOF
3791rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003792if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00003793 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003794 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00003795 grep -v '^ *+' conftest.er1 >conftest.err
3796 rm -f conftest.er1
3797 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003799 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00003800 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3801 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3802 (eval $ac_try) 2>&5
3803 ac_status=$?
3804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3805 (exit $ac_status); }; } &&
3806 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003808 (eval $ac_try) 2>&5
3809 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003811 (exit $ac_status); }; }; then
3812 ac_cv_func_gethostbyname=yes
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003813else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003814 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003815sed 's/^/| /' conftest.$ac_ext >&5
3816
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003817ac_cv_func_gethostbyname=no
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003818fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00003819rm -f conftest.err conftest.$ac_objext \
3820 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003821fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003822echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003823echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003824
3825 if test $ac_cv_func_gethostbyname = no; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003826 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003827echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
3828if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
3829 echo $ECHO_N "(cached) $ECHO_C" >&6
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003830else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003831 ac_check_lib_save_LIBS=$LIBS
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003832LIBS="-lnsl $LIBS"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003833cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003834/* confdefs.h. */
3835_ACEOF
3836cat confdefs.h >>conftest.$ac_ext
3837cat >>conftest.$ac_ext <<_ACEOF
3838/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003839
Alexandre Julliard59730ae1996-03-24 16:20:51 +00003840/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003841#ifdef __cplusplus
3842extern "C"
3843#endif
Alexandre Julliarde2bfa4c1996-05-16 18:21:06 +00003844/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003845 builtin and then its argument prototype would still apply. */
3846char gethostbyname ();
3847int
3848main ()
3849{
3850gethostbyname ();
3851 ;
3852 return 0;
3853}
3854_ACEOF
3855rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003856if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00003857 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003858 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00003859 grep -v '^ *+' conftest.er1 >conftest.err
3860 rm -f conftest.er1
3861 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003863 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00003864 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3866 (eval $ac_try) 2>&5
3867 ac_status=$?
3868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3869 (exit $ac_status); }; } &&
3870 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003872 (eval $ac_try) 2>&5
3873 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003875 (exit $ac_status); }; }; then
3876 ac_cv_lib_nsl_gethostbyname=yes
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003877else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003878 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003879sed 's/^/| /' conftest.$ac_ext >&5
3880
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003881ac_cv_lib_nsl_gethostbyname=no
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003882fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00003883rm -f conftest.err conftest.$ac_objext \
3884 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003885LIBS=$ac_check_lib_save_LIBS
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003886fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003887echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003888echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
3889if test $ac_cv_lib_nsl_gethostbyname = yes; then
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003890 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003891fi
3892
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003893 if test $ac_cv_lib_nsl_gethostbyname = no; then
Alexandre Julliard875927f2004-01-02 01:55:29 +00003894 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003895echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
3896if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
3897 echo $ECHO_N "(cached) $ECHO_C" >&6
3898else
3899 ac_check_lib_save_LIBS=$LIBS
3900LIBS="-lbsd $LIBS"
3901cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003902/* confdefs.h. */
3903_ACEOF
3904cat confdefs.h >>conftest.$ac_ext
3905cat >>conftest.$ac_ext <<_ACEOF
3906/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003907
3908/* Override any gcc2 internal prototype to avoid an error. */
3909#ifdef __cplusplus
3910extern "C"
3911#endif
3912/* We use char because int might match the return type of a gcc2
3913 builtin and then its argument prototype would still apply. */
3914char gethostbyname ();
3915int
3916main ()
3917{
3918gethostbyname ();
3919 ;
3920 return 0;
3921}
3922_ACEOF
3923rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003924if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00003925 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003926 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00003927 grep -v '^ *+' conftest.er1 >conftest.err
3928 rm -f conftest.er1
3929 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003931 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00003932 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3934 (eval $ac_try) 2>&5
3935 ac_status=$?
3936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3937 (exit $ac_status); }; } &&
3938 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003940 (eval $ac_try) 2>&5
3941 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003943 (exit $ac_status); }; }; then
3944 ac_cv_lib_bsd_gethostbyname=yes
3945else
3946 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003947sed 's/^/| /' conftest.$ac_ext >&5
3948
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003949ac_cv_lib_bsd_gethostbyname=no
3950fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00003951rm -f conftest.err conftest.$ac_objext \
3952 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003953LIBS=$ac_check_lib_save_LIBS
3954fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003955echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003956echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
3957if test $ac_cv_lib_bsd_gethostbyname = yes; then
3958 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
3959fi
3960
3961 fi
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003962 fi
Alexandre Julliardff8331e1995-09-18 11:19:54 +00003963
3964 # lieder@skyler.mavd.honeywell.com says without -lsocket,
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003965 # socket/setsockopt and other routines are undefined under SCO ODT
3966 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003967 # on later versions), says Simon Leinen: it contains gethostby*
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003968 # variants that don't use the name server (or something). -lsocket
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003969 # must be given before -lnsl if both are needed. We assume that
3970 # if connect needs -lnsl, so does gethostbyname.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003971 echo "$as_me:$LINENO: checking for connect" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003972echo $ECHO_N "checking for connect... $ECHO_C" >&6
3973if test "${ac_cv_func_connect+set}" = set; then
3974 echo $ECHO_N "(cached) $ECHO_C" >&6
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003975else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003976 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003977/* confdefs.h. */
3978_ACEOF
3979cat confdefs.h >>conftest.$ac_ext
3980cat >>conftest.$ac_ext <<_ACEOF
3981/* end confdefs.h. */
Alexandre Julliard875927f2004-01-02 01:55:29 +00003982/* Define connect to an innocuous variant, in case <limits.h> declares connect.
3983 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3984#define connect innocuous_connect
3985
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003986/* System header to define __stub macros and hopefully few prototypes,
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003987 which can conflict with char connect (); below.
3988 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3989 <limits.h> exists even on freestanding compilers. */
Alexandre Julliard875927f2004-01-02 01:55:29 +00003990
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003991#ifdef __STDC__
3992# include <limits.h>
3993#else
3994# include <assert.h>
3995#endif
Alexandre Julliard875927f2004-01-02 01:55:29 +00003996
3997#undef connect
3998
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003999/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004000#ifdef __cplusplus
4001extern "C"
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004002{
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004003#endif
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004004/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004005 builtin and then its argument prototype would still apply. */
4006char connect ();
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004007/* The GNU C library defines this for functions which it implements
4008 to always fail with ENOSYS. Some functions are actually named
4009 something starting with __ and the normal name is an alias. */
4010#if defined (__stub_connect) || defined (__stub___connect)
4011choke me
4012#else
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004013char (*f) () = connect;
4014#endif
4015#ifdef __cplusplus
4016}
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004017#endif
4018
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004019int
4020main ()
4021{
4022return f != connect;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004023 ;
4024 return 0;
4025}
4026_ACEOF
4027rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004028if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00004029 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004030 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00004031 grep -v '^ *+' conftest.er1 >conftest.err
4032 rm -f conftest.er1
4033 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004035 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00004036 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4038 (eval $ac_try) 2>&5
4039 ac_status=$?
4040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4041 (exit $ac_status); }; } &&
4042 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004043 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004044 (eval $ac_try) 2>&5
4045 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004047 (exit $ac_status); }; }; then
4048 ac_cv_func_connect=yes
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004049else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004050 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004051sed 's/^/| /' conftest.$ac_ext >&5
4052
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004053ac_cv_func_connect=no
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004054fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00004055rm -f conftest.err conftest.$ac_objext \
4056 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004057fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004058echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004059echo "${ECHO_T}$ac_cv_func_connect" >&6
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004060
4061 if test $ac_cv_func_connect = no; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004062 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004063echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
4064if test "${ac_cv_lib_socket_connect+set}" = set; then
4065 echo $ECHO_N "(cached) $ECHO_C" >&6
Alexandre Julliardff8331e1995-09-18 11:19:54 +00004066else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004067 ac_check_lib_save_LIBS=$LIBS
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004068LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004069cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004070/* confdefs.h. */
4071_ACEOF
4072cat confdefs.h >>conftest.$ac_ext
4073cat >>conftest.$ac_ext <<_ACEOF
4074/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004075
Alexandre Julliard59730ae1996-03-24 16:20:51 +00004076/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004077#ifdef __cplusplus
4078extern "C"
4079#endif
Alexandre Julliarde2bfa4c1996-05-16 18:21:06 +00004080/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004081 builtin and then its argument prototype would still apply. */
4082char connect ();
4083int
4084main ()
4085{
4086connect ();
4087 ;
4088 return 0;
4089}
4090_ACEOF
4091rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004092if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00004093 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004094 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00004095 grep -v '^ *+' conftest.er1 >conftest.err
4096 rm -f conftest.er1
4097 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004099 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00004100 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4102 (eval $ac_try) 2>&5
4103 ac_status=$?
4104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4105 (exit $ac_status); }; } &&
4106 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004108 (eval $ac_try) 2>&5
4109 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004111 (exit $ac_status); }; }; then
4112 ac_cv_lib_socket_connect=yes
Alexandre Julliardff8331e1995-09-18 11:19:54 +00004113else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004114 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004115sed 's/^/| /' conftest.$ac_ext >&5
4116
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004117ac_cv_lib_socket_connect=no
Alexandre Julliardff8331e1995-09-18 11:19:54 +00004118fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00004119rm -f conftest.err conftest.$ac_objext \
4120 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004121LIBS=$ac_check_lib_save_LIBS
Alexandre Julliardff8331e1995-09-18 11:19:54 +00004122fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004123echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004124echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
4125if test $ac_cv_lib_socket_connect = yes; then
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004126 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
Alexandre Julliardff8331e1995-09-18 11:19:54 +00004127fi
4128
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004129 fi
4130
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004131 # Guillermo Gomez says -lposix is necessary on A/UX.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004132 echo "$as_me:$LINENO: checking for remove" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004133echo $ECHO_N "checking for remove... $ECHO_C" >&6
4134if test "${ac_cv_func_remove+set}" = set; then
4135 echo $ECHO_N "(cached) $ECHO_C" >&6
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004136else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004137 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004138/* confdefs.h. */
4139_ACEOF
4140cat confdefs.h >>conftest.$ac_ext
4141cat >>conftest.$ac_ext <<_ACEOF
4142/* end confdefs.h. */
Alexandre Julliard875927f2004-01-02 01:55:29 +00004143/* Define remove to an innocuous variant, in case <limits.h> declares remove.
4144 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4145#define remove innocuous_remove
4146
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004147/* System header to define __stub macros and hopefully few prototypes,
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004148 which can conflict with char remove (); below.
4149 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4150 <limits.h> exists even on freestanding compilers. */
Alexandre Julliard875927f2004-01-02 01:55:29 +00004151
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004152#ifdef __STDC__
4153# include <limits.h>
4154#else
4155# include <assert.h>
4156#endif
Alexandre Julliard875927f2004-01-02 01:55:29 +00004157
4158#undef remove
4159
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004160/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004161#ifdef __cplusplus
4162extern "C"
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004163{
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004164#endif
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004165/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004166 builtin and then its argument prototype would still apply. */
4167char remove ();
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004168/* The GNU C library defines this for functions which it implements
4169 to always fail with ENOSYS. Some functions are actually named
4170 something starting with __ and the normal name is an alias. */
4171#if defined (__stub_remove) || defined (__stub___remove)
4172choke me
4173#else
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004174char (*f) () = remove;
4175#endif
4176#ifdef __cplusplus
4177}
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004178#endif
4179
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004180int
4181main ()
4182{
4183return f != remove;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004184 ;
4185 return 0;
4186}
4187_ACEOF
4188rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004189if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00004190 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004191 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00004192 grep -v '^ *+' conftest.er1 >conftest.err
4193 rm -f conftest.er1
4194 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004196 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00004197 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4199 (eval $ac_try) 2>&5
4200 ac_status=$?
4201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4202 (exit $ac_status); }; } &&
4203 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004205 (eval $ac_try) 2>&5
4206 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004208 (exit $ac_status); }; }; then
4209 ac_cv_func_remove=yes
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004210else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004211 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004212sed 's/^/| /' conftest.$ac_ext >&5
4213
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004214ac_cv_func_remove=no
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004215fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00004216rm -f conftest.err conftest.$ac_objext \
4217 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004218fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004219echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004220echo "${ECHO_T}$ac_cv_func_remove" >&6
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004221
4222 if test $ac_cv_func_remove = no; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004223 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004224echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
4225if test "${ac_cv_lib_posix_remove+set}" = set; then
4226 echo $ECHO_N "(cached) $ECHO_C" >&6
Alexandre Julliarde2bfa4c1996-05-16 18:21:06 +00004227else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004228 ac_check_lib_save_LIBS=$LIBS
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004229LIBS="-lposix $LIBS"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004230cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004231/* confdefs.h. */
4232_ACEOF
4233cat confdefs.h >>conftest.$ac_ext
4234cat >>conftest.$ac_ext <<_ACEOF
4235/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004236
Alexandre Julliarde2bfa4c1996-05-16 18:21:06 +00004237/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004238#ifdef __cplusplus
4239extern "C"
4240#endif
Alexandre Julliarde2bfa4c1996-05-16 18:21:06 +00004241/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004242 builtin and then its argument prototype would still apply. */
4243char remove ();
4244int
4245main ()
4246{
4247remove ();
4248 ;
4249 return 0;
4250}
4251_ACEOF
4252rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004253if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00004254 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004255 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00004256 grep -v '^ *+' conftest.er1 >conftest.err
4257 rm -f conftest.er1
4258 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004260 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00004261 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4262 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4263 (eval $ac_try) 2>&5
4264 ac_status=$?
4265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4266 (exit $ac_status); }; } &&
4267 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004269 (eval $ac_try) 2>&5
4270 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004272 (exit $ac_status); }; }; then
4273 ac_cv_lib_posix_remove=yes
Alexandre Julliarde2bfa4c1996-05-16 18:21:06 +00004274else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004275 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004276sed 's/^/| /' conftest.$ac_ext >&5
4277
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004278ac_cv_lib_posix_remove=no
Alexandre Julliarde2bfa4c1996-05-16 18:21:06 +00004279fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00004280rm -f conftest.err conftest.$ac_objext \
4281 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004282LIBS=$ac_check_lib_save_LIBS
Alexandre Julliarde2bfa4c1996-05-16 18:21:06 +00004283fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004284echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004285echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
4286if test $ac_cv_lib_posix_remove = yes; then
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004287 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
Alexandre Julliarde2bfa4c1996-05-16 18:21:06 +00004288fi
4289
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004290 fi
4291
4292 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004293 echo "$as_me:$LINENO: checking for shmat" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004294echo $ECHO_N "checking for shmat... $ECHO_C" >&6
4295if test "${ac_cv_func_shmat+set}" = set; then
4296 echo $ECHO_N "(cached) $ECHO_C" >&6
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004297else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004298 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004299/* confdefs.h. */
4300_ACEOF
4301cat confdefs.h >>conftest.$ac_ext
4302cat >>conftest.$ac_ext <<_ACEOF
4303/* end confdefs.h. */
Alexandre Julliard875927f2004-01-02 01:55:29 +00004304/* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
4305 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4306#define shmat innocuous_shmat
4307
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004308/* System header to define __stub macros and hopefully few prototypes,
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004309 which can conflict with char shmat (); below.
4310 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4311 <limits.h> exists even on freestanding compilers. */
Alexandre Julliard875927f2004-01-02 01:55:29 +00004312
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004313#ifdef __STDC__
4314# include <limits.h>
4315#else
4316# include <assert.h>
4317#endif
Alexandre Julliard875927f2004-01-02 01:55:29 +00004318
4319#undef shmat
4320
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004321/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004322#ifdef __cplusplus
4323extern "C"
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004324{
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004325#endif
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004326/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004327 builtin and then its argument prototype would still apply. */
4328char shmat ();
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004329/* The GNU C library defines this for functions which it implements
4330 to always fail with ENOSYS. Some functions are actually named
4331 something starting with __ and the normal name is an alias. */
4332#if defined (__stub_shmat) || defined (__stub___shmat)
4333choke me
4334#else
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004335char (*f) () = shmat;
4336#endif
4337#ifdef __cplusplus
4338}
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004339#endif
4340
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004341int
4342main ()
4343{
4344return f != shmat;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004345 ;
4346 return 0;
4347}
4348_ACEOF
4349rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004350if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00004351 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004352 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00004353 grep -v '^ *+' conftest.er1 >conftest.err
4354 rm -f conftest.er1
4355 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004357 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00004358 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4360 (eval $ac_try) 2>&5
4361 ac_status=$?
4362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4363 (exit $ac_status); }; } &&
4364 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004366 (eval $ac_try) 2>&5
4367 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004369 (exit $ac_status); }; }; then
4370 ac_cv_func_shmat=yes
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004371else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004372 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004373sed 's/^/| /' conftest.$ac_ext >&5
4374
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004375ac_cv_func_shmat=no
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004376fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00004377rm -f conftest.err conftest.$ac_objext \
4378 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004379fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004380echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004381echo "${ECHO_T}$ac_cv_func_shmat" >&6
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004382
4383 if test $ac_cv_func_shmat = no; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004384 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004385echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
4386if test "${ac_cv_lib_ipc_shmat+set}" = set; then
4387 echo $ECHO_N "(cached) $ECHO_C" >&6
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004388else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004389 ac_check_lib_save_LIBS=$LIBS
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004390LIBS="-lipc $LIBS"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004391cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004392/* confdefs.h. */
4393_ACEOF
4394cat confdefs.h >>conftest.$ac_ext
4395cat >>conftest.$ac_ext <<_ACEOF
4396/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004397
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004398/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004399#ifdef __cplusplus
4400extern "C"
4401#endif
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004402/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004403 builtin and then its argument prototype would still apply. */
4404char shmat ();
4405int
4406main ()
4407{
4408shmat ();
4409 ;
4410 return 0;
4411}
4412_ACEOF
4413rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004414if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00004415 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004416 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00004417 grep -v '^ *+' conftest.er1 >conftest.err
4418 rm -f conftest.er1
4419 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004421 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00004422 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4424 (eval $ac_try) 2>&5
4425 ac_status=$?
4426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4427 (exit $ac_status); }; } &&
4428 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004430 (eval $ac_try) 2>&5
4431 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004433 (exit $ac_status); }; }; then
4434 ac_cv_lib_ipc_shmat=yes
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004435else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004436 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004437sed 's/^/| /' conftest.$ac_ext >&5
4438
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004439ac_cv_lib_ipc_shmat=no
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004440fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00004441rm -f conftest.err conftest.$ac_objext \
4442 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004443LIBS=$ac_check_lib_save_LIBS
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004444fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004445echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004446echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
4447if test $ac_cv_lib_ipc_shmat = yes; then
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004448 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004449fi
4450
Alexandre Julliardff8331e1995-09-18 11:19:54 +00004451 fi
4452 fi
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004453
4454 # Check for libraries that X11R6 Xt/Xaw programs need.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004455 ac_save_LDFLAGS=$LDFLAGS
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004456 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
4457 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
4458 # check for ICE first), but we must link in the order -lSM -lICE or
4459 # we get undefined symbols. So assume we have SM if we have ICE.
4460 # These have to be linked with before -lX11, unlike the other
4461 # libraries we check for below, so use a different variable.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004462 # John Interrante, Karl Berry
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004463 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004464echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
4465if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
4466 echo $ECHO_N "(cached) $ECHO_C" >&6
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004467else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004468 ac_check_lib_save_LIBS=$LIBS
Eric Pouech18ad24a2000-01-16 22:16:33 +00004469LIBS="-lICE $X_EXTRA_LIBS $LIBS"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004470cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004471/* confdefs.h. */
4472_ACEOF
4473cat confdefs.h >>conftest.$ac_ext
4474cat >>conftest.$ac_ext <<_ACEOF
4475/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004476
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004477/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004478#ifdef __cplusplus
4479extern "C"
4480#endif
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004481/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004482 builtin and then its argument prototype would still apply. */
4483char IceConnectionNumber ();
4484int
4485main ()
4486{
4487IceConnectionNumber ();
4488 ;
4489 return 0;
4490}
4491_ACEOF
4492rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004493if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00004494 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004495 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00004496 grep -v '^ *+' conftest.er1 >conftest.err
4497 rm -f conftest.er1
4498 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004500 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00004501 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4503 (eval $ac_try) 2>&5
4504 ac_status=$?
4505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4506 (exit $ac_status); }; } &&
4507 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004509 (eval $ac_try) 2>&5
4510 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004512 (exit $ac_status); }; }; then
4513 ac_cv_lib_ICE_IceConnectionNumber=yes
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004514else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004515 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004516sed 's/^/| /' conftest.$ac_ext >&5
4517
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004518ac_cv_lib_ICE_IceConnectionNumber=no
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004519fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00004520rm -f conftest.err conftest.$ac_objext \
4521 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004522LIBS=$ac_check_lib_save_LIBS
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004523fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004524echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004525echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
4526if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004527 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004528fi
4529
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004530 LDFLAGS=$ac_save_LDFLAGS
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00004531
Alexandre Julliardff8331e1995-09-18 11:19:54 +00004532fi
4533
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004534for ac_prog in flex lex
4535do
4536 # Extract the first word of "$ac_prog", so it can be a program name with args.
4537set dummy $ac_prog; ac_word=$2
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004538echo "$as_me:$LINENO: checking for $ac_word" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004539echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4540if test "${ac_cv_prog_LEX+set}" = set; then
4541 echo $ECHO_N "(cached) $ECHO_C" >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004542else
4543 if test -n "$LEX"; then
4544 ac_cv_prog_LEX="$LEX" # Let the user override the test.
4545else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004546as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4547for as_dir in $PATH
4548do
4549 IFS=$as_save_IFS
4550 test -z "$as_dir" && as_dir=.
4551 for ac_exec_ext in '' $ac_executable_extensions; do
4552 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4553 ac_cv_prog_LEX="$ac_prog"
4554 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4555 break 2
4556 fi
4557done
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004558done
4559
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004560fi
4561fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004562LEX=$ac_cv_prog_LEX
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004563if test -n "$LEX"; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004564 echo "$as_me:$LINENO: result: $LEX" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004565echo "${ECHO_T}$LEX" >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004566else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004567 echo "$as_me:$LINENO: result: no" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004568echo "${ECHO_T}no" >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004569fi
4570
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004571 test -n "$LEX" && break
4572done
4573test -n "$LEX" || LEX=":"
4574
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004575if test -z "$LEXLIB"
4576then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004577 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004578echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
4579if test "${ac_cv_lib_fl_yywrap+set}" = set; then
4580 echo $ECHO_N "(cached) $ECHO_C" >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004581else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004582 ac_check_lib_save_LIBS=$LIBS
4583LIBS="-lfl $LIBS"
4584cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004585/* confdefs.h. */
4586_ACEOF
4587cat confdefs.h >>conftest.$ac_ext
4588cat >>conftest.$ac_ext <<_ACEOF
4589/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004590
Alexandre Julliard59730ae1996-03-24 16:20:51 +00004591/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004592#ifdef __cplusplus
4593extern "C"
4594#endif
Alexandre Julliarde2bfa4c1996-05-16 18:21:06 +00004595/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004596 builtin and then its argument prototype would still apply. */
4597char yywrap ();
4598int
4599main ()
4600{
4601yywrap ();
4602 ;
4603 return 0;
4604}
4605_ACEOF
4606rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004607if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00004608 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004609 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00004610 grep -v '^ *+' conftest.er1 >conftest.err
4611 rm -f conftest.er1
4612 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004614 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00004615 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4617 (eval $ac_try) 2>&5
4618 ac_status=$?
4619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4620 (exit $ac_status); }; } &&
4621 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004622 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004623 (eval $ac_try) 2>&5
4624 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004626 (exit $ac_status); }; }; then
4627 ac_cv_lib_fl_yywrap=yes
4628else
4629 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004630sed 's/^/| /' conftest.$ac_ext >&5
4631
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004632ac_cv_lib_fl_yywrap=no
4633fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00004634rm -f conftest.err conftest.$ac_objext \
4635 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004636LIBS=$ac_check_lib_save_LIBS
4637fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004638echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004639echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
4640if test $ac_cv_lib_fl_yywrap = yes; then
4641 LEXLIB="-lfl"
4642else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004643 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004644echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
4645if test "${ac_cv_lib_l_yywrap+set}" = set; then
4646 echo $ECHO_N "(cached) $ECHO_C" >&6
4647else
4648 ac_check_lib_save_LIBS=$LIBS
4649LIBS="-ll $LIBS"
4650cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004651/* confdefs.h. */
4652_ACEOF
4653cat confdefs.h >>conftest.$ac_ext
4654cat >>conftest.$ac_ext <<_ACEOF
4655/* end confdefs.h. */
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004656
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004657/* Override any gcc2 internal prototype to avoid an error. */
4658#ifdef __cplusplus
4659extern "C"
4660#endif
4661/* We use char because int might match the return type of a gcc2
4662 builtin and then its argument prototype would still apply. */
4663char yywrap ();
4664int
4665main ()
4666{
4667yywrap ();
4668 ;
4669 return 0;
4670}
4671_ACEOF
4672rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004673if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00004674 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004675 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00004676 grep -v '^ *+' conftest.er1 >conftest.err
4677 rm -f conftest.er1
4678 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004680 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00004681 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4683 (eval $ac_try) 2>&5
4684 ac_status=$?
4685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4686 (exit $ac_status); }; } &&
4687 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004689 (eval $ac_try) 2>&5
4690 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004692 (exit $ac_status); }; }; then
4693 ac_cv_lib_l_yywrap=yes
4694else
4695 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004696sed 's/^/| /' conftest.$ac_ext >&5
4697
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004698ac_cv_lib_l_yywrap=no
4699fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00004700rm -f conftest.err conftest.$ac_objext \
4701 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004702LIBS=$ac_check_lib_save_LIBS
4703fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004704echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004705echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
4706if test $ac_cv_lib_l_yywrap = yes; then
4707 LEXLIB="-ll"
4708fi
4709
4710fi
4711
4712fi
4713
4714if test "x$LEX" != "x:"; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004715 echo "$as_me:$LINENO: checking lex output file root" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004716echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
4717if test "${ac_cv_prog_lex_root+set}" = set; then
4718 echo $ECHO_N "(cached) $ECHO_C" >&6
4719else
4720 # The minimal lex program is just a single line: %%. But some broken lexes
4721# (Solaris, I think it was) want two %% lines, so accommodate them.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004722cat >conftest.l <<_ACEOF
4723%%
4724%%
4725_ACEOF
4726{ (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
4727 (eval $LEX conftest.l) 2>&5
4728 ac_status=$?
4729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4730 (exit $ac_status); }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004731if test -f lex.yy.c; then
4732 ac_cv_prog_lex_root=lex.yy
4733elif test -f lexyy.c; then
4734 ac_cv_prog_lex_root=lexyy
4735else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004736 { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004737echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
4738 { (exit 1); exit 1; }; }
4739fi
4740fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004741echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004742echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004743rm -f conftest.l
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004744LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
4745
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004746echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004747echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
4748if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
4749 echo $ECHO_N "(cached) $ECHO_C" >&6
4750else
4751 # POSIX says lex can declare yytext either as a pointer or an array; the
4752# default is implementation-dependent. Figure out which it is, since
4753# not all implementations provide the %pointer and %array declarations.
4754ac_cv_prog_lex_yytext_pointer=no
4755echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
4756ac_save_LIBS=$LIBS
4757LIBS="$LIBS $LEXLIB"
4758cat >conftest.$ac_ext <<_ACEOF
4759`cat $LEX_OUTPUT_ROOT.c`
4760_ACEOF
4761rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004762if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00004763 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004764 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00004765 grep -v '^ *+' conftest.er1 >conftest.err
4766 rm -f conftest.er1
4767 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004769 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00004770 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4772 (eval $ac_try) 2>&5
4773 ac_status=$?
4774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4775 (exit $ac_status); }; } &&
4776 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004778 (eval $ac_try) 2>&5
4779 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004781 (exit $ac_status); }; }; then
4782 ac_cv_prog_lex_yytext_pointer=yes
4783else
4784 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004785sed 's/^/| /' conftest.$ac_ext >&5
4786
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004787fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00004788rm -f conftest.err conftest.$ac_objext \
4789 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004790LIBS=$ac_save_LIBS
4791rm -f "${LEX_OUTPUT_ROOT}.c"
4792
4793fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004794echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004795echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
4796if test $ac_cv_prog_lex_yytext_pointer = yes; then
4797
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004798cat >>confdefs.h <<\_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004799#define YYTEXT_POINTER 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004800_ACEOF
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004801
4802fi
4803
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004804fi
Marcus Meissner5c5a6212002-01-22 18:28:25 +00004805
Marcus Meissnerb53bb412000-07-23 13:41:51 +00004806for ac_prog in $LEX flex lex
4807do
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004808 # Extract the first word of "$ac_prog", so it can be a program name with args.
Marcus Meissnerb53bb412000-07-23 13:41:51 +00004809set dummy $ac_prog; ac_word=$2
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004810echo "$as_me:$LINENO: checking for $ac_word" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004811echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4812if test "${ac_cv_prog_XLEX+set}" = set; then
4813 echo $ECHO_N "(cached) $ECHO_C" >&6
Marcus Meissnerb53bb412000-07-23 13:41:51 +00004814else
4815 if test -n "$XLEX"; then
4816 ac_cv_prog_XLEX="$XLEX" # Let the user override the test.
4817else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004818as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4819for as_dir in $PATH
4820do
4821 IFS=$as_save_IFS
4822 test -z "$as_dir" && as_dir=.
4823 for ac_exec_ext in '' $ac_executable_extensions; do
4824 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4825 ac_cv_prog_XLEX="$ac_prog"
4826 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4827 break 2
4828 fi
4829done
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004830done
4831
Marcus Meissnerb53bb412000-07-23 13:41:51 +00004832fi
4833fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004834XLEX=$ac_cv_prog_XLEX
Marcus Meissnerb53bb412000-07-23 13:41:51 +00004835if test -n "$XLEX"; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004836 echo "$as_me:$LINENO: result: $XLEX" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004837echo "${ECHO_T}$XLEX" >&6
Marcus Meissnerb53bb412000-07-23 13:41:51 +00004838else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004839 echo "$as_me:$LINENO: result: no" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004840echo "${ECHO_T}no" >&6
Marcus Meissnerb53bb412000-07-23 13:41:51 +00004841fi
4842
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004843 test -n "$XLEX" && break
Marcus Meissnerb53bb412000-07-23 13:41:51 +00004844done
4845test -n "$XLEX" || XLEX="none"
4846
4847if test "$XLEX" = "none"
4848then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004849 { { echo "$as_me:$LINENO: error: no suitable lex found. Please install the 'flex' package." >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004850echo "$as_me: error: no suitable lex found. Please install the 'flex' package." >&2;}
4851 { (exit 1); exit 1; }; }
Marcus Meissnerb53bb412000-07-23 13:41:51 +00004852fi
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004853
Mike McCormackc068f672004-03-16 03:11:39 +00004854for ac_prog in bison
4855do
4856 # Extract the first word of "$ac_prog", so it can be a program name with args.
4857set dummy $ac_prog; ac_word=$2
4858echo "$as_me:$LINENO: checking for $ac_word" >&5
4859echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4860if test "${ac_cv_prog_BISON+set}" = set; then
4861 echo $ECHO_N "(cached) $ECHO_C" >&6
4862else
4863 if test -n "$BISON"; then
4864 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4865else
4866as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4867for as_dir in $PATH
4868do
4869 IFS=$as_save_IFS
4870 test -z "$as_dir" && as_dir=.
4871 for ac_exec_ext in '' $ac_executable_extensions; do
4872 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4873 ac_cv_prog_BISON="$ac_prog"
4874 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4875 break 2
4876 fi
4877done
4878done
4879
4880fi
4881fi
4882BISON=$ac_cv_prog_BISON
4883if test -n "$BISON"; then
4884 echo "$as_me:$LINENO: result: $BISON" >&5
4885echo "${ECHO_T}$BISON" >&6
4886else
4887 echo "$as_me:$LINENO: result: no" >&5
4888echo "${ECHO_T}no" >&6
4889fi
4890
4891 test -n "$BISON" && break
4892done
4893test -n "$BISON" || BISON="none"
4894
4895if test "$BISON" = "none"
4896then
4897 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4898echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4899 { (exit 1); exit 1; }; }
4900fi
4901
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004902if test -n "$ac_tool_prefix"; then
Alexandre Julliardc80c2902003-05-06 18:41:52 +00004903 for ac_prog in gas as
4904 do
4905 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4906set dummy $ac_tool_prefix$ac_prog; ac_word=$2
Marcus Meissner1d4db782003-01-09 00:46:54 +00004907echo "$as_me:$LINENO: checking for $ac_word" >&5
4908echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4909if test "${ac_cv_prog_AS+set}" = set; then
4910 echo $ECHO_N "(cached) $ECHO_C" >&6
4911else
4912 if test -n "$AS"; then
4913 ac_cv_prog_AS="$AS" # Let the user override the test.
4914else
4915as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4916for as_dir in $PATH
4917do
4918 IFS=$as_save_IFS
4919 test -z "$as_dir" && as_dir=.
4920 for ac_exec_ext in '' $ac_executable_extensions; do
4921 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
Alexandre Julliardc80c2902003-05-06 18:41:52 +00004922 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
Marcus Meissner1d4db782003-01-09 00:46:54 +00004923 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4924 break 2
4925 fi
4926done
4927done
4928
4929fi
4930fi
4931AS=$ac_cv_prog_AS
4932if test -n "$AS"; then
4933 echo "$as_me:$LINENO: result: $AS" >&5
4934echo "${ECHO_T}$AS" >&6
4935else
4936 echo "$as_me:$LINENO: result: no" >&5
4937echo "${ECHO_T}no" >&6
4938fi
4939
Alexandre Julliardc80c2902003-05-06 18:41:52 +00004940 test -n "$AS" && break
4941 done
Marcus Meissner1d4db782003-01-09 00:46:54 +00004942fi
Alexandre Julliardc80c2902003-05-06 18:41:52 +00004943if test -z "$AS"; then
Marcus Meissner1d4db782003-01-09 00:46:54 +00004944 ac_ct_AS=$AS
Alexandre Julliardc80c2902003-05-06 18:41:52 +00004945 for ac_prog in gas as
4946do
4947 # Extract the first word of "$ac_prog", so it can be a program name with args.
4948set dummy $ac_prog; ac_word=$2
Marcus Meissner1d4db782003-01-09 00:46:54 +00004949echo "$as_me:$LINENO: checking for $ac_word" >&5
4950echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4951if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
4952 echo $ECHO_N "(cached) $ECHO_C" >&6
4953else
4954 if test -n "$ac_ct_AS"; then
4955 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
4956else
4957as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4958for as_dir in $PATH
4959do
4960 IFS=$as_save_IFS
4961 test -z "$as_dir" && as_dir=.
4962 for ac_exec_ext in '' $ac_executable_extensions; do
4963 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
Alexandre Julliardc80c2902003-05-06 18:41:52 +00004964 ac_cv_prog_ac_ct_AS="$ac_prog"
Marcus Meissner1d4db782003-01-09 00:46:54 +00004965 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4966 break 2
4967 fi
4968done
4969done
4970
Marcus Meissner1d4db782003-01-09 00:46:54 +00004971fi
4972fi
4973ac_ct_AS=$ac_cv_prog_ac_ct_AS
4974if test -n "$ac_ct_AS"; then
4975 echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
4976echo "${ECHO_T}$ac_ct_AS" >&6
4977else
4978 echo "$as_me:$LINENO: result: no" >&5
4979echo "${ECHO_T}no" >&6
4980fi
4981
Alexandre Julliardc80c2902003-05-06 18:41:52 +00004982 test -n "$ac_ct_AS" && break
4983done
4984test -n "$ac_ct_AS" || ac_ct_AS="as"
4985
Marcus Meissner1d4db782003-01-09 00:46:54 +00004986 AS=$ac_ct_AS
Marcus Meissner1d4db782003-01-09 00:46:54 +00004987fi
4988
4989if test -n "$ac_tool_prefix"; then
Alexandre Julliardeb5f89c2002-05-24 21:22:10 +00004990 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4991set dummy ${ac_tool_prefix}ld; ac_word=$2
4992echo "$as_me:$LINENO: checking for $ac_word" >&5
4993echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4994if test "${ac_cv_prog_LD+set}" = set; then
4995 echo $ECHO_N "(cached) $ECHO_C" >&6
4996else
4997 if test -n "$LD"; then
4998 ac_cv_prog_LD="$LD" # Let the user override the test.
4999else
5000as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5001for as_dir in $PATH
5002do
5003 IFS=$as_save_IFS
5004 test -z "$as_dir" && as_dir=.
5005 for ac_exec_ext in '' $ac_executable_extensions; do
5006 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5007 ac_cv_prog_LD="${ac_tool_prefix}ld"
5008 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5009 break 2
5010 fi
5011done
5012done
5013
5014fi
5015fi
5016LD=$ac_cv_prog_LD
5017if test -n "$LD"; then
5018 echo "$as_me:$LINENO: result: $LD" >&5
5019echo "${ECHO_T}$LD" >&6
5020else
5021 echo "$as_me:$LINENO: result: no" >&5
5022echo "${ECHO_T}no" >&6
5023fi
5024
5025fi
5026if test -z "$ac_cv_prog_LD"; then
5027 ac_ct_LD=$LD
5028 # Extract the first word of "ld", so it can be a program name with args.
5029set dummy ld; ac_word=$2
5030echo "$as_me:$LINENO: checking for $ac_word" >&5
5031echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5032if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5033 echo $ECHO_N "(cached) $ECHO_C" >&6
5034else
5035 if test -n "$ac_ct_LD"; then
5036 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5037else
5038as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5039for as_dir in $PATH
5040do
5041 IFS=$as_save_IFS
5042 test -z "$as_dir" && as_dir=.
5043 for ac_exec_ext in '' $ac_executable_extensions; do
5044 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5045 ac_cv_prog_ac_ct_LD="ld"
5046 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5047 break 2
5048 fi
5049done
5050done
5051
5052 test -z "$ac_cv_prog_ac_ct_LD" && ac_cv_prog_ac_ct_LD="ld"
5053fi
5054fi
5055ac_ct_LD=$ac_cv_prog_ac_ct_LD
5056if test -n "$ac_ct_LD"; then
5057 echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5058echo "${ECHO_T}$ac_ct_LD" >&6
5059else
5060 echo "$as_me:$LINENO: result: no" >&5
5061echo "${ECHO_T}no" >&6
5062fi
5063
5064 LD=$ac_ct_LD
5065else
5066 LD="$ac_cv_prog_LD"
5067fi
5068
5069if test -n "$ac_tool_prefix"; then
Alexandre Julliardfc01b722002-05-12 03:16:39 +00005070 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5071set dummy ${ac_tool_prefix}ar; ac_word=$2
5072echo "$as_me:$LINENO: checking for $ac_word" >&5
5073echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5074if test "${ac_cv_prog_AR+set}" = set; then
5075 echo $ECHO_N "(cached) $ECHO_C" >&6
5076else
5077 if test -n "$AR"; then
5078 ac_cv_prog_AR="$AR" # Let the user override the test.
5079else
5080as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5081for as_dir in $PATH
5082do
5083 IFS=$as_save_IFS
5084 test -z "$as_dir" && as_dir=.
5085 for ac_exec_ext in '' $ac_executable_extensions; do
5086 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5087 ac_cv_prog_AR="${ac_tool_prefix}ar"
5088 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5089 break 2
5090 fi
5091done
5092done
5093
5094fi
5095fi
5096AR=$ac_cv_prog_AR
5097if test -n "$AR"; then
5098 echo "$as_me:$LINENO: result: $AR" >&5
5099echo "${ECHO_T}$AR" >&6
5100else
5101 echo "$as_me:$LINENO: result: no" >&5
5102echo "${ECHO_T}no" >&6
5103fi
5104
5105fi
5106if test -z "$ac_cv_prog_AR"; then
5107 ac_ct_AR=$AR
5108 # Extract the first word of "ar", so it can be a program name with args.
5109set dummy ar; ac_word=$2
5110echo "$as_me:$LINENO: checking for $ac_word" >&5
5111echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5112if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5113 echo $ECHO_N "(cached) $ECHO_C" >&6
5114else
5115 if test -n "$ac_ct_AR"; then
5116 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5117else
5118as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5119for as_dir in $PATH
5120do
5121 IFS=$as_save_IFS
5122 test -z "$as_dir" && as_dir=.
5123 for ac_exec_ext in '' $ac_executable_extensions; do
5124 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5125 ac_cv_prog_ac_ct_AR="ar"
5126 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5127 break 2
5128 fi
5129done
5130done
5131
5132 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="ar"
5133fi
5134fi
5135ac_ct_AR=$ac_cv_prog_ac_ct_AR
5136if test -n "$ac_ct_AR"; then
5137 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5138echo "${ECHO_T}$ac_ct_AR" >&6
5139else
5140 echo "$as_me:$LINENO: result: no" >&5
5141echo "${ECHO_T}no" >&6
5142fi
5143
5144 AR=$ac_ct_AR
5145else
5146 AR="$ac_cv_prog_AR"
5147fi
5148
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005149if test -n "$ac_tool_prefix"; then
5150 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5151set dummy ${ac_tool_prefix}ranlib; ac_word=$2
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005152echo "$as_me:$LINENO: checking for $ac_word" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005153echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5154if test "${ac_cv_prog_RANLIB+set}" = set; then
5155 echo $ECHO_N "(cached) $ECHO_C" >&6
Alexandre Julliardff8331e1995-09-18 11:19:54 +00005156else
5157 if test -n "$RANLIB"; then
5158 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5159else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005160as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5161for as_dir in $PATH
5162do
5163 IFS=$as_save_IFS
5164 test -z "$as_dir" && as_dir=.
5165 for ac_exec_ext in '' $ac_executable_extensions; do
5166 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5167 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5168 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5169 break 2
5170 fi
5171done
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005172done
5173
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00005174fi
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00005175fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005176RANLIB=$ac_cv_prog_RANLIB
Alexandre Julliardff8331e1995-09-18 11:19:54 +00005177if test -n "$RANLIB"; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005178 echo "$as_me:$LINENO: result: $RANLIB" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005179echo "${ECHO_T}$RANLIB" >&6
Alexandre Julliardff8331e1995-09-18 11:19:54 +00005180else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005181 echo "$as_me:$LINENO: result: no" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005182echo "${ECHO_T}no" >&6
5183fi
5184
5185fi
5186if test -z "$ac_cv_prog_RANLIB"; then
5187 ac_ct_RANLIB=$RANLIB
5188 # Extract the first word of "ranlib", so it can be a program name with args.
5189set dummy ranlib; ac_word=$2
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005190echo "$as_me:$LINENO: checking for $ac_word" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005191echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5192if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5193 echo $ECHO_N "(cached) $ECHO_C" >&6
5194else
5195 if test -n "$ac_ct_RANLIB"; then
5196 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5197else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005198as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5199for as_dir in $PATH
5200do
5201 IFS=$as_save_IFS
5202 test -z "$as_dir" && as_dir=.
5203 for ac_exec_ext in '' $ac_executable_extensions; do
5204 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5205 ac_cv_prog_ac_ct_RANLIB="ranlib"
5206 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5207 break 2
5208 fi
5209done
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005210done
5211
5212 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
5213fi
5214fi
5215ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5216if test -n "$ac_ct_RANLIB"; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005217 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005218echo "${ECHO_T}$ac_ct_RANLIB" >&6
5219else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005220 echo "$as_me:$LINENO: result: no" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005221echo "${ECHO_T}no" >&6
5222fi
5223
5224 RANLIB=$ac_ct_RANLIB
5225else
5226 RANLIB="$ac_cv_prog_RANLIB"
Alexandre Julliardff8331e1995-09-18 11:19:54 +00005227fi
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00005228
Alexandre Julliardfc01b722002-05-12 03:16:39 +00005229if test -n "$ac_tool_prefix"; then
5230 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5231set dummy ${ac_tool_prefix}strip; ac_word=$2
5232echo "$as_me:$LINENO: checking for $ac_word" >&5
5233echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5234if test "${ac_cv_prog_STRIP+set}" = set; then
5235 echo $ECHO_N "(cached) $ECHO_C" >&6
5236else
5237 if test -n "$STRIP"; then
5238 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5239else
5240as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5241for as_dir in $PATH
5242do
5243 IFS=$as_save_IFS
5244 test -z "$as_dir" && as_dir=.
5245 for ac_exec_ext in '' $ac_executable_extensions; do
5246 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5247 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5248 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5249 break 2
5250 fi
5251done
5252done
5253
5254fi
5255fi
5256STRIP=$ac_cv_prog_STRIP
5257if test -n "$STRIP"; then
5258 echo "$as_me:$LINENO: result: $STRIP" >&5
5259echo "${ECHO_T}$STRIP" >&6
5260else
5261 echo "$as_me:$LINENO: result: no" >&5
5262echo "${ECHO_T}no" >&6
5263fi
5264
5265fi
5266if test -z "$ac_cv_prog_STRIP"; then
5267 ac_ct_STRIP=$STRIP
5268 # Extract the first word of "strip", so it can be a program name with args.
5269set dummy strip; ac_word=$2
5270echo "$as_me:$LINENO: checking for $ac_word" >&5
5271echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5272if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5273 echo $ECHO_N "(cached) $ECHO_C" >&6
5274else
5275 if test -n "$ac_ct_STRIP"; then
5276 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5277else
5278as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5279for as_dir in $PATH
5280do
5281 IFS=$as_save_IFS
5282 test -z "$as_dir" && as_dir=.
5283 for ac_exec_ext in '' $ac_executable_extensions; do
5284 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5285 ac_cv_prog_ac_ct_STRIP="strip"
5286 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5287 break 2
5288 fi
5289done
5290done
5291
5292 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP="strip"
5293fi
5294fi
5295ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5296if test -n "$ac_ct_STRIP"; then
5297 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5298echo "${ECHO_T}$ac_ct_STRIP" >&6
5299else
5300 echo "$as_me:$LINENO: result: no" >&5
5301echo "${ECHO_T}no" >&6
5302fi
5303
5304 STRIP=$ac_ct_STRIP
5305else
5306 STRIP="$ac_cv_prog_STRIP"
5307fi
5308
5309if test -n "$ac_tool_prefix"; then
5310 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5311set dummy ${ac_tool_prefix}windres; ac_word=$2
5312echo "$as_me:$LINENO: checking for $ac_word" >&5
5313echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5314if test "${ac_cv_prog_WINDRES+set}" = set; then
5315 echo $ECHO_N "(cached) $ECHO_C" >&6
5316else
5317 if test -n "$WINDRES"; then
5318 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5319else
5320as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5321for as_dir in $PATH
5322do
5323 IFS=$as_save_IFS
5324 test -z "$as_dir" && as_dir=.
5325 for ac_exec_ext in '' $ac_executable_extensions; do
5326 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5327 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
5328 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5329 break 2
5330 fi
5331done
5332done
5333
5334fi
5335fi
5336WINDRES=$ac_cv_prog_WINDRES
5337if test -n "$WINDRES"; then
5338 echo "$as_me:$LINENO: result: $WINDRES" >&5
5339echo "${ECHO_T}$WINDRES" >&6
5340else
5341 echo "$as_me:$LINENO: result: no" >&5
5342echo "${ECHO_T}no" >&6
5343fi
5344
5345fi
5346if test -z "$ac_cv_prog_WINDRES"; then
5347 ac_ct_WINDRES=$WINDRES
5348 # Extract the first word of "windres", so it can be a program name with args.
5349set dummy windres; ac_word=$2
5350echo "$as_me:$LINENO: checking for $ac_word" >&5
5351echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5352if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
5353 echo $ECHO_N "(cached) $ECHO_C" >&6
5354else
5355 if test -n "$ac_ct_WINDRES"; then
5356 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
5357else
5358as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5359for as_dir in $PATH
5360do
5361 IFS=$as_save_IFS
5362 test -z "$as_dir" && as_dir=.
5363 for ac_exec_ext in '' $ac_executable_extensions; do
5364 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5365 ac_cv_prog_ac_ct_WINDRES="windres"
5366 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5367 break 2
5368 fi
5369done
5370done
5371
5372 test -z "$ac_cv_prog_ac_ct_WINDRES" && ac_cv_prog_ac_ct_WINDRES="false"
5373fi
5374fi
5375ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
5376if test -n "$ac_ct_WINDRES"; then
5377 echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
5378echo "${ECHO_T}$ac_ct_WINDRES" >&6
5379else
5380 echo "$as_me:$LINENO: result: no" >&5
5381echo "${ECHO_T}no" >&6
5382fi
5383
5384 WINDRES=$ac_ct_WINDRES
5385else
5386 WINDRES="$ac_cv_prog_WINDRES"
5387fi
5388
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005389echo "$as_me:$LINENO: checking whether ln -s works" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005390echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
5391LN_S=$as_ln_s
5392if test "$LN_S" = "ln -s"; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005393 echo "$as_me:$LINENO: result: yes" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005394echo "${ECHO_T}yes" >&6
Alexandre Julliard641ee761997-08-04 16:34:36 +00005395else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005396 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005397echo "${ECHO_T}no, using $LN_S" >&6
Alexandre Julliard641ee761997-08-04 16:34:36 +00005398fi
5399
Alexandre Julliarddf234a92002-05-22 02:10:39 +00005400echo "$as_me:$LINENO: checking whether ln works" >&5
5401echo $ECHO_N "checking whether ln works... $ECHO_C" >&6
5402rm -f conf$$ conf$$.file
5403echo >conf$$.file
5404if ln conf$$.file conf$$ 2>/dev/null; then
5405 LN=ln
5406
5407 echo "$as_me:$LINENO: result: yes" >&5
5408echo "${ECHO_T}yes" >&6
5409else
5410 LN="cp -p"
5411
5412 echo "$as_me:$LINENO: result: no, using $LN" >&5
5413echo "${ECHO_T}no, using $LN" >&6
5414fi
5415rm -f conf$$ conf$$.file
Alexandre Julliardc6264912004-08-16 20:09:37 +00005416echo "$as_me:$LINENO: checking for egrep" >&5
5417echo $ECHO_N "checking for egrep... $ECHO_C" >&6
5418if test "${ac_cv_prog_egrep+set}" = set; then
5419 echo $ECHO_N "(cached) $ECHO_C" >&6
5420else
5421 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
5422 then ac_cv_prog_egrep='grep -E'
5423 else ac_cv_prog_egrep='egrep'
5424 fi
5425fi
5426echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
5427echo "${ECHO_T}$ac_cv_prog_egrep" >&6
5428 EGREP=$ac_cv_prog_egrep
5429
5430
James Juranffe6b761999-06-12 08:21:57 +00005431# Extract the first word of "ldconfig", so it can be a program name with args.
5432set dummy ldconfig; ac_word=$2
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005433echo "$as_me:$LINENO: checking for $ac_word" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005434echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5435if test "${ac_cv_path_LDCONFIG+set}" = set; then
5436 echo $ECHO_N "(cached) $ECHO_C" >&6
James Juranffe6b761999-06-12 08:21:57 +00005437else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005438 case $LDCONFIG in
5439 [\\/]* | ?:[\\/]*)
James Juranffe6b761999-06-12 08:21:57 +00005440 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
5441 ;;
5442 *)
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Bill Medland91372b32002-04-20 21:00:42 +00005444for as_dir in /sbin /usr/sbin $PATH
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005445do
5446 IFS=$as_save_IFS
5447 test -z "$as_dir" && as_dir=.
5448 for ac_exec_ext in '' $ac_executable_extensions; do
5449 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5450 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
5451 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5452 break 2
5453 fi
5454done
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005455done
5456
Alexandre Julliard318f4ce2000-01-31 05:02:49 +00005457 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
James Juranffe6b761999-06-12 08:21:57 +00005458 ;;
5459esac
5460fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005461LDCONFIG=$ac_cv_path_LDCONFIG
5462
James Juranffe6b761999-06-12 08:21:57 +00005463if test -n "$LDCONFIG"; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005464 echo "$as_me:$LINENO: result: $LDCONFIG" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005465echo "${ECHO_T}$LDCONFIG" >&6
James Juranffe6b761999-06-12 08:21:57 +00005466else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005467 echo "$as_me:$LINENO: result: no" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005468echo "${ECHO_T}no" >&6
James Juranffe6b761999-06-12 08:21:57 +00005469fi
5470
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005471# Find a good install program. We prefer a C program (faster),
5472# so one script is as good as another. But avoid the broken or
5473# incompatible versions:
5474# SysV /etc/install, /usr/sbin/install
5475# SunOS /usr/etc/install
5476# IRIX /sbin/install
5477# AIX /bin/install
5478# AmigaOS /C/install, which installs bootblocks on floppy discs
5479# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5480# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5481# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
Alexandre Julliard875927f2004-01-02 01:55:29 +00005482# OS/2's system install, which has a completely different semantic
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005483# ./install, which can be erroneously created by make from ./install.sh.
5484echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
5485echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
5486if test -z "$INSTALL"; then
5487if test "${ac_cv_path_install+set}" = set; then
5488 echo $ECHO_N "(cached) $ECHO_C" >&6
5489else
5490 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5491for as_dir in $PATH
5492do
5493 IFS=$as_save_IFS
5494 test -z "$as_dir" && as_dir=.
5495 # Account for people who put trailing slashes in PATH elements.
5496case $as_dir/ in
5497 ./ | .// | /cC/* | \
5498 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
Alexandre Julliard875927f2004-01-02 01:55:29 +00005499 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005500 /usr/ucb/* ) ;;
5501 *)
5502 # OSF1 and SCO ODT 3.0 have their own names for install.
5503 # Don't use installbsd from OSF since it installs stuff as root
5504 # by default.
5505 for ac_prog in ginstall scoinst install; do
5506 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliard875927f2004-01-02 01:55:29 +00005507 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
5508 if test $ac_prog = install &&
5509 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5510 # AIX install. It has an incompatible calling convention.
5511 :
5512 elif test $ac_prog = install &&
5513 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5514 # program-specific install script used by HP pwplus--don't use.
5515 :
5516 else
5517 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5518 break 3
5519 fi
5520 fi
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005521 done
5522 done
5523 ;;
5524esac
5525done
5526
5527
5528fi
5529 if test "${ac_cv_path_install+set}" = set; then
5530 INSTALL=$ac_cv_path_install
5531 else
5532 # As a last resort, use the slow shell script. We don't cache a
5533 # path for INSTALL within a source directory, because that will
5534 # break other packages using the cache if that directory is
5535 # removed, or if the path is relative.
5536 INSTALL=$ac_install_sh
5537 fi
5538fi
5539echo "$as_me:$LINENO: result: $INSTALL" >&5
5540echo "${ECHO_T}$INSTALL" >&6
5541
5542# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5543# It thinks the first close brace ends the variable substitution.
5544test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5545
5546test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5547
5548test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5549
5550case "$INSTALL" in
Alexandre Julliard8418d8f2002-12-24 02:39:47 +00005551 [\\/$]* | ?:[\\/]* ) ;;
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005552 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
5553esac
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005554
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00005555for ac_prog in lclint lint
5556do
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005557 # Extract the first word of "$ac_prog", so it can be a program name with args.
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00005558set dummy $ac_prog; ac_word=$2
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005559echo "$as_me:$LINENO: checking for $ac_word" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005560echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5561if test "${ac_cv_prog_LINT+set}" = set; then
5562 echo $ECHO_N "(cached) $ECHO_C" >&6
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00005563else
5564 if test -n "$LINT"; then
5565 ac_cv_prog_LINT="$LINT" # Let the user override the test.
5566else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005567as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5568for as_dir in $PATH
5569do
5570 IFS=$as_save_IFS
5571 test -z "$as_dir" && as_dir=.
5572 for ac_exec_ext in '' $ac_executable_extensions; do
5573 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5574 ac_cv_prog_LINT="$ac_prog"
5575 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5576 break 2
5577 fi
5578done
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005579done
5580
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00005581fi
5582fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005583LINT=$ac_cv_prog_LINT
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00005584if test -n "$LINT"; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005585 echo "$as_me:$LINENO: result: $LINT" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005586echo "${ECHO_T}$LINT" >&6
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00005587else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005588 echo "$as_me:$LINENO: result: no" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005589echo "${ECHO_T}no" >&6
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00005590fi
5591
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005592 test -n "$LINT" && break
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00005593done
5594
5595if test "$LINT" = "lint"
5596then
5597 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
5598 fi
5599
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005600
5601
Huw Davies00acb5f2004-08-17 22:33:14 +00005602for ac_prog in fontforge
5603do
5604 # Extract the first word of "$ac_prog", so it can be a program name with args.
5605set dummy $ac_prog; ac_word=$2
5606echo "$as_me:$LINENO: checking for $ac_word" >&5
5607echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5608if test "${ac_cv_prog_FONTFORGE+set}" = set; then
5609 echo $ECHO_N "(cached) $ECHO_C" >&6
5610else
5611 if test -n "$FONTFORGE"; then
5612 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5613else
5614as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5615for as_dir in $PATH
5616do
5617 IFS=$as_save_IFS
5618 test -z "$as_dir" && as_dir=.
5619 for ac_exec_ext in '' $ac_executable_extensions; do
5620 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5621 ac_cv_prog_FONTFORGE="$ac_prog"
5622 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5623 break 2
5624 fi
5625done
5626done
5627
5628fi
5629fi
5630FONTFORGE=$ac_cv_prog_FONTFORGE
5631if test -n "$FONTFORGE"; then
5632 echo "$as_me:$LINENO: result: $FONTFORGE" >&5
5633echo "${ECHO_T}$FONTFORGE" >&6
5634else
5635 echo "$as_me:$LINENO: result: no" >&5
5636echo "${ECHO_T}no" >&6
5637fi
5638
5639 test -n "$FONTFORGE" && break
5640done
5641test -n "$FONTFORGE" || FONTFORGE="false"
Dimitrie O. Paunb817a3c2003-10-09 04:33:20 +00005642
Mike McCormack90c75bd2005-08-08 18:36:53 +00005643for ac_prog in pkg-config
5644do
5645 # Extract the first word of "$ac_prog", so it can be a program name with args.
5646set dummy $ac_prog; ac_word=$2
5647echo "$as_me:$LINENO: checking for $ac_word" >&5
5648echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5649if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5650 echo $ECHO_N "(cached) $ECHO_C" >&6
5651else
5652 if test -n "$PKG_CONFIG"; then
5653 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5654else
5655as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5656for as_dir in $PATH
5657do
5658 IFS=$as_save_IFS
5659 test -z "$as_dir" && as_dir=.
5660 for ac_exec_ext in '' $ac_executable_extensions; do
5661 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5662 ac_cv_prog_PKG_CONFIG="$ac_prog"
5663 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5664 break 2
5665 fi
5666done
5667done
5668
5669fi
5670fi
5671PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5672if test -n "$PKG_CONFIG"; then
5673 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5674echo "${ECHO_T}$PKG_CONFIG" >&6
5675else
5676 echo "$as_me:$LINENO: result: no" >&5
5677echo "${ECHO_T}no" >&6
5678fi
5679
5680 test -n "$PKG_CONFIG" && break
5681done
5682test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5683
Dimitrie O. Paunb817a3c2003-10-09 04:33:20 +00005684
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005685case $host_cpu in
5686 *i[3456789]86*)
5687 for ac_prog in prelink
5688do
5689 # Extract the first word of "$ac_prog", so it can be a program name with args.
5690set dummy $ac_prog; ac_word=$2
5691echo "$as_me:$LINENO: checking for $ac_word" >&5
5692echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5693if test "${ac_cv_prog_PRELINK+set}" = set; then
5694 echo $ECHO_N "(cached) $ECHO_C" >&6
5695else
5696 if test -n "$PRELINK"; then
5697 ac_cv_prog_PRELINK="$PRELINK" # Let the user override the test.
5698else
5699as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5700for as_dir in /sbin /usr/sbin $PATH
5701do
5702 IFS=$as_save_IFS
5703 test -z "$as_dir" && as_dir=.
5704 for ac_exec_ext in '' $ac_executable_extensions; do
5705 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5706 ac_cv_prog_PRELINK="$ac_prog"
5707 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5708 break 2
5709 fi
5710done
5711done
5712
5713fi
5714fi
5715PRELINK=$ac_cv_prog_PRELINK
5716if test -n "$PRELINK"; then
5717 echo "$as_me:$LINENO: result: $PRELINK" >&5
5718echo "${ECHO_T}$PRELINK" >&6
5719else
5720 echo "$as_me:$LINENO: result: no" >&5
5721echo "${ECHO_T}no" >&6
5722fi
5723
5724 test -n "$PRELINK" && break
5725done
5726test -n "$PRELINK" || PRELINK="false"
5727
5728 ;;
5729esac
5730
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005731
5732
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005733echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005734echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6
5735if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5736 echo $ECHO_N "(cached) $ECHO_C" >&6
Alexandre Julliard902da691995-11-05 14:39:02 +00005737else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005738 ac_check_lib_save_LIBS=$LIBS
Alexandre Julliard902da691995-11-05 14:39:02 +00005739LIBS="-li386 $LIBS"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005740cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005741/* confdefs.h. */
5742_ACEOF
5743cat confdefs.h >>conftest.$ac_ext
5744cat >>conftest.$ac_ext <<_ACEOF
5745/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005746
Alexandre Julliard59730ae1996-03-24 16:20:51 +00005747/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005748#ifdef __cplusplus
5749extern "C"
5750#endif
Alexandre Julliarde2bfa4c1996-05-16 18:21:06 +00005751/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005752 builtin and then its argument prototype would still apply. */
5753char i386_set_ldt ();
5754int
5755main ()
5756{
5757i386_set_ldt ();
5758 ;
5759 return 0;
5760}
5761_ACEOF
5762rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005763if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00005764 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005765 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00005766 grep -v '^ *+' conftest.er1 >conftest.err
5767 rm -f conftest.er1
5768 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005770 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00005771 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5772 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5773 (eval $ac_try) 2>&5
5774 ac_status=$?
5775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5776 (exit $ac_status); }; } &&
5777 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005779 (eval $ac_try) 2>&5
5780 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005782 (exit $ac_status); }; }; then
5783 ac_cv_lib_i386_i386_set_ldt=yes
Alexandre Julliard902da691995-11-05 14:39:02 +00005784else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005785 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005786sed 's/^/| /' conftest.$ac_ext >&5
5787
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005788ac_cv_lib_i386_i386_set_ldt=no
Alexandre Julliard902da691995-11-05 14:39:02 +00005789fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00005790rm -f conftest.err conftest.$ac_objext \
5791 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005792LIBS=$ac_check_lib_save_LIBS
Alexandre Julliard902da691995-11-05 14:39:02 +00005793fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005794echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005795echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6
5796if test $ac_cv_lib_i386_i386_set_ldt = yes; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005797 cat >>confdefs.h <<_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005798#define HAVE_LIBI386 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005799_ACEOF
Alexandre Julliard02e90081998-01-04 17:49:09 +00005800
5801 LIBS="-li386 $LIBS"
5802
Alexandre Julliard02e90081998-01-04 17:49:09 +00005803fi
5804
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005805
5806echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005807echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6
5808if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5809 echo $ECHO_N "(cached) $ECHO_C" >&6
Todd Vierlingecc76691998-12-15 17:49:02 +00005810else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005811 ac_check_lib_save_LIBS=$LIBS
Todd Vierlingecc76691998-12-15 17:49:02 +00005812LIBS="-lossaudio $LIBS"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005813cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005814/* confdefs.h. */
5815_ACEOF
5816cat confdefs.h >>conftest.$ac_ext
5817cat >>conftest.$ac_ext <<_ACEOF
5818/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005819
Todd Vierlingecc76691998-12-15 17:49:02 +00005820/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005821#ifdef __cplusplus
5822extern "C"
5823#endif
Todd Vierlingecc76691998-12-15 17:49:02 +00005824/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005825 builtin and then its argument prototype would still apply. */
5826char _oss_ioctl ();
5827int
5828main ()
5829{
5830_oss_ioctl ();
5831 ;
5832 return 0;
5833}
5834_ACEOF
5835rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005836if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00005837 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005838 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00005839 grep -v '^ *+' conftest.er1 >conftest.err
5840 rm -f conftest.er1
5841 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005843 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00005844 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5846 (eval $ac_try) 2>&5
5847 ac_status=$?
5848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5849 (exit $ac_status); }; } &&
5850 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005852 (eval $ac_try) 2>&5
5853 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005855 (exit $ac_status); }; }; then
5856 ac_cv_lib_ossaudio__oss_ioctl=yes
Todd Vierlingecc76691998-12-15 17:49:02 +00005857else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005858 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005859sed 's/^/| /' conftest.$ac_ext >&5
5860
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005861ac_cv_lib_ossaudio__oss_ioctl=no
Todd Vierlingecc76691998-12-15 17:49:02 +00005862fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00005863rm -f conftest.err conftest.$ac_objext \
5864 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005865LIBS=$ac_check_lib_save_LIBS
Todd Vierlingecc76691998-12-15 17:49:02 +00005866fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005867echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005868echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6
5869if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005870 cat >>confdefs.h <<_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005871#define HAVE_LIBOSSAUDIO 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005872_ACEOF
Todd Vierlingecc76691998-12-15 17:49:02 +00005873
5874 LIBS="-lossaudio $LIBS"
5875
Todd Vierlingecc76691998-12-15 17:49:02 +00005876fi
5877
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005878
Ulrich Weigand2e8e2332000-12-27 18:49:08 +00005879for ac_func in gethostbyname
5880do
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005881as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005882echo "$as_me:$LINENO: checking for $ac_func" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005883echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
5884if eval "test \"\${$as_ac_var+set}\" = set"; then
5885 echo $ECHO_N "(cached) $ECHO_C" >&6
Ulrich Weigand2e8e2332000-12-27 18:49:08 +00005886else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005887 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005888/* confdefs.h. */
5889_ACEOF
5890cat confdefs.h >>conftest.$ac_ext
5891cat >>conftest.$ac_ext <<_ACEOF
5892/* end confdefs.h. */
Alexandre Julliard875927f2004-01-02 01:55:29 +00005893/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
5894 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5895#define $ac_func innocuous_$ac_func
5896
Ulrich Weigand2e8e2332000-12-27 18:49:08 +00005897/* System header to define __stub macros and hopefully few prototypes,
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005898 which can conflict with char $ac_func (); below.
5899 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5900 <limits.h> exists even on freestanding compilers. */
Alexandre Julliard875927f2004-01-02 01:55:29 +00005901
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005902#ifdef __STDC__
5903# include <limits.h>
5904#else
5905# include <assert.h>
5906#endif
Alexandre Julliard875927f2004-01-02 01:55:29 +00005907
5908#undef $ac_func
5909
Ulrich Weigand2e8e2332000-12-27 18:49:08 +00005910/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005911#ifdef __cplusplus
5912extern "C"
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005913{
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005914#endif
Ulrich Weigand2e8e2332000-12-27 18:49:08 +00005915/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005916 builtin and then its argument prototype would still apply. */
5917char $ac_func ();
Ulrich Weigand2e8e2332000-12-27 18:49:08 +00005918/* The GNU C library defines this for functions which it implements
5919 to always fail with ENOSYS. Some functions are actually named
5920 something starting with __ and the normal name is an alias. */
5921#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5922choke me
5923#else
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005924char (*f) () = $ac_func;
5925#endif
5926#ifdef __cplusplus
5927}
Ulrich Weigand2e8e2332000-12-27 18:49:08 +00005928#endif
5929
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005930int
5931main ()
5932{
5933return f != $ac_func;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005934 ;
5935 return 0;
5936}
5937_ACEOF
5938rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005939if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00005940 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005941 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00005942 grep -v '^ *+' conftest.er1 >conftest.err
5943 rm -f conftest.er1
5944 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005946 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00005947 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5949 (eval $ac_try) 2>&5
5950 ac_status=$?
5951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5952 (exit $ac_status); }; } &&
5953 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005954 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005955 (eval $ac_try) 2>&5
5956 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005958 (exit $ac_status); }; }; then
5959 eval "$as_ac_var=yes"
Patrik Stridvallea584721998-11-01 16:22:07 +00005960else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005961 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005962sed 's/^/| /' conftest.$ac_ext >&5
5963
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005964eval "$as_ac_var=no"
Patrik Stridvallea584721998-11-01 16:22:07 +00005965fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00005966rm -f conftest.err conftest.$ac_objext \
5967 conftest$ac_exeext conftest.$ac_ext
Patrik Stridvallea584721998-11-01 16:22:07 +00005968fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005969echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005970echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5971if test `eval echo '${'$as_ac_var'}'` = yes; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005972 cat >>confdefs.h <<_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005973#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005974_ACEOF
Patrik Stridvallea584721998-11-01 16:22:07 +00005975
Patrik Stridvallea584721998-11-01 16:22:07 +00005976else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005977
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005978echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005979echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
5980if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
5981 echo $ECHO_N "(cached) $ECHO_C" >&6
Patrik Stridvallea584721998-11-01 16:22:07 +00005982else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005983 ac_check_lib_save_LIBS=$LIBS
Ulrich Weigand2e8e2332000-12-27 18:49:08 +00005984LIBS="-lnsl $LIBS"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005985cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005986/* confdefs.h. */
5987_ACEOF
5988cat confdefs.h >>conftest.$ac_ext
5989cat >>conftest.$ac_ext <<_ACEOF
5990/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005991
Patrik Stridvallea584721998-11-01 16:22:07 +00005992/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005993#ifdef __cplusplus
5994extern "C"
5995#endif
Patrik Stridvallea584721998-11-01 16:22:07 +00005996/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005997 builtin and then its argument prototype would still apply. */
5998char gethostbyname ();
5999int
6000main ()
6001{
6002gethostbyname ();
6003 ;
6004 return 0;
6005}
6006_ACEOF
6007rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006008if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00006009 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006010 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00006011 grep -v '^ *+' conftest.er1 >conftest.err
6012 rm -f conftest.er1
6013 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006015 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00006016 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6018 (eval $ac_try) 2>&5
6019 ac_status=$?
6020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6021 (exit $ac_status); }; } &&
6022 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006024 (eval $ac_try) 2>&5
6025 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006027 (exit $ac_status); }; }; then
6028 ac_cv_lib_nsl_gethostbyname=yes
Patrik Stridvallea584721998-11-01 16:22:07 +00006029else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006030 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006031sed 's/^/| /' conftest.$ac_ext >&5
6032
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006033ac_cv_lib_nsl_gethostbyname=no
Patrik Stridvallea584721998-11-01 16:22:07 +00006034fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00006035rm -f conftest.err conftest.$ac_objext \
6036 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006037LIBS=$ac_check_lib_save_LIBS
Patrik Stridvallea584721998-11-01 16:22:07 +00006038fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006039echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006040echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
6041if test $ac_cv_lib_nsl_gethostbyname = yes; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006042 cat >>confdefs.h <<_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006043#define HAVE_LIBNSL 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006044_ACEOF
Ron Recorde977d6c1999-09-05 12:32:05 +00006045
Ulrich Weigand2e8e2332000-12-27 18:49:08 +00006046 LIBS="-lnsl $LIBS"
6047
Ron Recorde977d6c1999-09-05 12:32:05 +00006048fi
6049
Patrik Stridvallea584721998-11-01 16:22:07 +00006050fi
Marcus Meissnerf070fda1999-04-24 12:02:14 +00006051done
6052
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006053
Ulrich Weigand715a55e1999-04-18 13:19:56 +00006054for ac_func in connect
6055do
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006056as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006057echo "$as_me:$LINENO: checking for $ac_func" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006058echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6059if eval "test \"\${$as_ac_var+set}\" = set"; then
6060 echo $ECHO_N "(cached) $ECHO_C" >&6
Ulrich Weigand715a55e1999-04-18 13:19:56 +00006061else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006062 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006063/* confdefs.h. */
6064_ACEOF
6065cat confdefs.h >>conftest.$ac_ext
6066cat >>conftest.$ac_ext <<_ACEOF
6067/* end confdefs.h. */
Alexandre Julliard875927f2004-01-02 01:55:29 +00006068/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6069 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6070#define $ac_func innocuous_$ac_func
6071
Ulrich Weigand715a55e1999-04-18 13:19:56 +00006072/* System header to define __stub macros and hopefully few prototypes,
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006073 which can conflict with char $ac_func (); below.
6074 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6075 <limits.h> exists even on freestanding compilers. */
Alexandre Julliard875927f2004-01-02 01:55:29 +00006076
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006077#ifdef __STDC__
6078# include <limits.h>
6079#else
6080# include <assert.h>
6081#endif
Alexandre Julliard875927f2004-01-02 01:55:29 +00006082
6083#undef $ac_func
6084
Ulrich Weigand715a55e1999-04-18 13:19:56 +00006085/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006086#ifdef __cplusplus
6087extern "C"
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006088{
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006089#endif
Ulrich Weigand715a55e1999-04-18 13:19:56 +00006090/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006091 builtin and then its argument prototype would still apply. */
6092char $ac_func ();
Ulrich Weigand715a55e1999-04-18 13:19:56 +00006093/* The GNU C library defines this for functions which it implements
6094 to always fail with ENOSYS. Some functions are actually named
6095 something starting with __ and the normal name is an alias. */
6096#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6097choke me
6098#else
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006099char (*f) () = $ac_func;
6100#endif
6101#ifdef __cplusplus
6102}
Ulrich Weigand715a55e1999-04-18 13:19:56 +00006103#endif
6104
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006105int
6106main ()
6107{
6108return f != $ac_func;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006109 ;
6110 return 0;
6111}
6112_ACEOF
6113rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006114if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00006115 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006116 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00006117 grep -v '^ *+' conftest.er1 >conftest.err
6118 rm -f conftest.er1
6119 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006121 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00006122 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6123 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6124 (eval $ac_try) 2>&5
6125 ac_status=$?
6126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6127 (exit $ac_status); }; } &&
6128 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006130 (eval $ac_try) 2>&5
6131 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006133 (exit $ac_status); }; }; then
6134 eval "$as_ac_var=yes"
Ulrich Weigand715a55e1999-04-18 13:19:56 +00006135else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006136 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006137sed 's/^/| /' conftest.$ac_ext >&5
6138
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006139eval "$as_ac_var=no"
Ulrich Weigand715a55e1999-04-18 13:19:56 +00006140fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00006141rm -f conftest.err conftest.$ac_objext \
6142 conftest$ac_exeext conftest.$ac_ext
Ulrich Weigand715a55e1999-04-18 13:19:56 +00006143fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006144echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006145echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6146if test `eval echo '${'$as_ac_var'}'` = yes; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006147 cat >>confdefs.h <<_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006148#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006149_ACEOF
Ulrich Weigand715a55e1999-04-18 13:19:56 +00006150
Ulrich Weigand715a55e1999-04-18 13:19:56 +00006151else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006152
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006153echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006154echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
6155if test "${ac_cv_lib_socket_connect+set}" = set; then
6156 echo $ECHO_N "(cached) $ECHO_C" >&6
Ulrich Weigand715a55e1999-04-18 13:19:56 +00006157else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006158 ac_check_lib_save_LIBS=$LIBS
Ulrich Weigand715a55e1999-04-18 13:19:56 +00006159LIBS="-lsocket $LIBS"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006160cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006161/* confdefs.h. */
6162_ACEOF
6163cat confdefs.h >>conftest.$ac_ext
6164cat >>conftest.$ac_ext <<_ACEOF
6165/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006166
Ulrich Weigand715a55e1999-04-18 13:19:56 +00006167/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006168#ifdef __cplusplus
6169extern "C"
6170#endif
Ulrich Weigand715a55e1999-04-18 13:19:56 +00006171/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006172 builtin and then its argument prototype would still apply. */
6173char connect ();
6174int
6175main ()
6176{
6177connect ();
6178 ;
6179 return 0;
6180}
6181_ACEOF
6182rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006183if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00006184 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006185 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00006186 grep -v '^ *+' conftest.er1 >conftest.err
6187 rm -f conftest.er1
6188 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006190 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00006191 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6192 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6193 (eval $ac_try) 2>&5
6194 ac_status=$?
6195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6196 (exit $ac_status); }; } &&
6197 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006199 (eval $ac_try) 2>&5
6200 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006202 (exit $ac_status); }; }; then
6203 ac_cv_lib_socket_connect=yes
Ulrich Weigand715a55e1999-04-18 13:19:56 +00006204else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006205 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006206sed 's/^/| /' conftest.$ac_ext >&5
6207
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006208ac_cv_lib_socket_connect=no
Ulrich Weigand715a55e1999-04-18 13:19:56 +00006209fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00006210rm -f conftest.err conftest.$ac_objext \
6211 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006212LIBS=$ac_check_lib_save_LIBS
Ulrich Weigand715a55e1999-04-18 13:19:56 +00006213fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006214echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006215echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
6216if test $ac_cv_lib_socket_connect = yes; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006217 cat >>confdefs.h <<_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006218#define HAVE_LIBSOCKET 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006219_ACEOF
Ulrich Weigand715a55e1999-04-18 13:19:56 +00006220
6221 LIBS="-lsocket $LIBS"
6222
Ulrich Weigand715a55e1999-04-18 13:19:56 +00006223fi
6224
6225fi
Marcus Meissnerf070fda1999-04-24 12:02:14 +00006226done
6227
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006228
Alexandre Julliardc5552742002-04-03 20:24:44 +00006229for ac_func in inet_aton
6230do
6231as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006232echo "$as_me:$LINENO: checking for $ac_func" >&5
Alexandre Julliardc5552742002-04-03 20:24:44 +00006233echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6234if eval "test \"\${$as_ac_var+set}\" = set"; then
6235 echo $ECHO_N "(cached) $ECHO_C" >&6
6236else
6237 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006238/* confdefs.h. */
6239_ACEOF
6240cat confdefs.h >>conftest.$ac_ext
6241cat >>conftest.$ac_ext <<_ACEOF
6242/* end confdefs.h. */
Alexandre Julliard875927f2004-01-02 01:55:29 +00006243/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6244 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6245#define $ac_func innocuous_$ac_func
6246
Alexandre Julliardc5552742002-04-03 20:24:44 +00006247/* System header to define __stub macros and hopefully few prototypes,
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006248 which can conflict with char $ac_func (); below.
6249 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6250 <limits.h> exists even on freestanding compilers. */
Alexandre Julliard875927f2004-01-02 01:55:29 +00006251
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006252#ifdef __STDC__
6253# include <limits.h>
6254#else
6255# include <assert.h>
6256#endif
Alexandre Julliard875927f2004-01-02 01:55:29 +00006257
6258#undef $ac_func
6259
Alexandre Julliardc5552742002-04-03 20:24:44 +00006260/* Override any gcc2 internal prototype to avoid an error. */
6261#ifdef __cplusplus
6262extern "C"
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006263{
Alexandre Julliardc5552742002-04-03 20:24:44 +00006264#endif
6265/* We use char because int might match the return type of a gcc2
6266 builtin and then its argument prototype would still apply. */
6267char $ac_func ();
Alexandre Julliardc5552742002-04-03 20:24:44 +00006268/* The GNU C library defines this for functions which it implements
6269 to always fail with ENOSYS. Some functions are actually named
6270 something starting with __ and the normal name is an alias. */
6271#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6272choke me
6273#else
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006274char (*f) () = $ac_func;
6275#endif
6276#ifdef __cplusplus
6277}
Alexandre Julliardc5552742002-04-03 20:24:44 +00006278#endif
6279
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006280int
6281main ()
6282{
6283return f != $ac_func;
Alexandre Julliardc5552742002-04-03 20:24:44 +00006284 ;
6285 return 0;
6286}
6287_ACEOF
6288rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006289if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00006290 (eval $ac_link) 2>conftest.er1
Alexandre Julliardc5552742002-04-03 20:24:44 +00006291 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00006292 grep -v '^ *+' conftest.er1 >conftest.err
6293 rm -f conftest.er1
6294 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardc5552742002-04-03 20:24:44 +00006296 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00006297 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6299 (eval $ac_try) 2>&5
6300 ac_status=$?
6301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6302 (exit $ac_status); }; } &&
6303 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006304 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardc5552742002-04-03 20:24:44 +00006305 (eval $ac_try) 2>&5
6306 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardc5552742002-04-03 20:24:44 +00006308 (exit $ac_status); }; }; then
6309 eval "$as_ac_var=yes"
6310else
6311 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006312sed 's/^/| /' conftest.$ac_ext >&5
6313
Alexandre Julliardc5552742002-04-03 20:24:44 +00006314eval "$as_ac_var=no"
6315fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00006316rm -f conftest.err conftest.$ac_objext \
6317 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardc5552742002-04-03 20:24:44 +00006318fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006319echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
Alexandre Julliardc5552742002-04-03 20:24:44 +00006320echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6321if test `eval echo '${'$as_ac_var'}'` = yes; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006322 cat >>confdefs.h <<_ACEOF
Alexandre Julliardc5552742002-04-03 20:24:44 +00006323#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006324_ACEOF
Alexandre Julliardc5552742002-04-03 20:24:44 +00006325
6326else
6327
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006328echo "$as_me:$LINENO: checking for inet_aton in -lresolv" >&5
Francois Gouget3b943bc2002-04-01 21:05:15 +00006329echo $ECHO_N "checking for inet_aton in -lresolv... $ECHO_C" >&6
6330if test "${ac_cv_lib_resolv_inet_aton+set}" = set; then
6331 echo $ECHO_N "(cached) $ECHO_C" >&6
6332else
6333 ac_check_lib_save_LIBS=$LIBS
6334LIBS="-lresolv $LIBS"
6335cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006336/* confdefs.h. */
6337_ACEOF
6338cat confdefs.h >>conftest.$ac_ext
6339cat >>conftest.$ac_ext <<_ACEOF
6340/* end confdefs.h. */
Francois Gouget3b943bc2002-04-01 21:05:15 +00006341
6342/* Override any gcc2 internal prototype to avoid an error. */
6343#ifdef __cplusplus
6344extern "C"
6345#endif
6346/* We use char because int might match the return type of a gcc2
6347 builtin and then its argument prototype would still apply. */
6348char inet_aton ();
6349int
6350main ()
6351{
6352inet_aton ();
6353 ;
6354 return 0;
6355}
6356_ACEOF
6357rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006358if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00006359 (eval $ac_link) 2>conftest.er1
Francois Gouget3b943bc2002-04-01 21:05:15 +00006360 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00006361 grep -v '^ *+' conftest.er1 >conftest.err
6362 rm -f conftest.er1
6363 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Francois Gouget3b943bc2002-04-01 21:05:15 +00006365 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00006366 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6367 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6368 (eval $ac_try) 2>&5
6369 ac_status=$?
6370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6371 (exit $ac_status); }; } &&
6372 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Francois Gouget3b943bc2002-04-01 21:05:15 +00006374 (eval $ac_try) 2>&5
6375 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Francois Gouget3b943bc2002-04-01 21:05:15 +00006377 (exit $ac_status); }; }; then
6378 ac_cv_lib_resolv_inet_aton=yes
6379else
6380 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006381sed 's/^/| /' conftest.$ac_ext >&5
6382
Francois Gouget3b943bc2002-04-01 21:05:15 +00006383ac_cv_lib_resolv_inet_aton=no
6384fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00006385rm -f conftest.err conftest.$ac_objext \
6386 conftest$ac_exeext conftest.$ac_ext
Francois Gouget3b943bc2002-04-01 21:05:15 +00006387LIBS=$ac_check_lib_save_LIBS
6388fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006389echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_aton" >&5
Francois Gouget3b943bc2002-04-01 21:05:15 +00006390echo "${ECHO_T}$ac_cv_lib_resolv_inet_aton" >&6
6391if test $ac_cv_lib_resolv_inet_aton = yes; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006392 cat >>confdefs.h <<_ACEOF
Francois Gouget3b943bc2002-04-01 21:05:15 +00006393#define HAVE_LIBRESOLV 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006394_ACEOF
Francois Gouget3b943bc2002-04-01 21:05:15 +00006395
6396 LIBS="-lresolv $LIBS"
6397
6398fi
6399
Alexandre Julliardc5552742002-04-03 20:24:44 +00006400fi
6401done
6402
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006403
6404echo "$as_me:$LINENO: checking for _xpg4_setrunelocale in -lxpg4" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006405echo $ECHO_N "checking for _xpg4_setrunelocale in -lxpg4... $ECHO_C" >&6
6406if test "${ac_cv_lib_xpg4__xpg4_setrunelocale+set}" = set; then
6407 echo $ECHO_N "(cached) $ECHO_C" >&6
Alexandre Julliardd30dfd21998-09-27 18:28:36 +00006408else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006409 ac_check_lib_save_LIBS=$LIBS
Alexandre Julliardd30dfd21998-09-27 18:28:36 +00006410LIBS="-lxpg4 $LIBS"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006411cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006412/* confdefs.h. */
6413_ACEOF
6414cat confdefs.h >>conftest.$ac_ext
6415cat >>conftest.$ac_ext <<_ACEOF
6416/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006417
Alexandre Julliardd30dfd21998-09-27 18:28:36 +00006418/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006419#ifdef __cplusplus
6420extern "C"
6421#endif
Alexandre Julliardd30dfd21998-09-27 18:28:36 +00006422/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006423 builtin and then its argument prototype would still apply. */
6424char _xpg4_setrunelocale ();
6425int
6426main ()
6427{
6428_xpg4_setrunelocale ();
6429 ;
6430 return 0;
6431}
6432_ACEOF
6433rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006434if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00006435 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006436 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00006437 grep -v '^ *+' conftest.er1 >conftest.err
6438 rm -f conftest.er1
6439 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006441 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00006442 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6444 (eval $ac_try) 2>&5
6445 ac_status=$?
6446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6447 (exit $ac_status); }; } &&
6448 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006450 (eval $ac_try) 2>&5
6451 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006453 (exit $ac_status); }; }; then
6454 ac_cv_lib_xpg4__xpg4_setrunelocale=yes
Alexandre Julliardd30dfd21998-09-27 18:28:36 +00006455else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006456 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006457sed 's/^/| /' conftest.$ac_ext >&5
6458
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006459ac_cv_lib_xpg4__xpg4_setrunelocale=no
Alexandre Julliardd30dfd21998-09-27 18:28:36 +00006460fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00006461rm -f conftest.err conftest.$ac_objext \
6462 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006463LIBS=$ac_check_lib_save_LIBS
Alexandre Julliardd30dfd21998-09-27 18:28:36 +00006464fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006465echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4__xpg4_setrunelocale" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006466echo "${ECHO_T}$ac_cv_lib_xpg4__xpg4_setrunelocale" >&6
6467if test $ac_cv_lib_xpg4__xpg4_setrunelocale = yes; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006468 cat >>confdefs.h <<_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006469#define HAVE_LIBXPG4 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006470_ACEOF
Alexandre Julliardd30dfd21998-09-27 18:28:36 +00006471
6472 LIBS="-lxpg4 $LIBS"
6473
Alexandre Julliardd30dfd21998-09-27 18:28:36 +00006474fi
6475
Pierre d'Herbemont794bf0f2003-11-25 03:31:26 +00006476
6477echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
6478echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6
6479if test "${ac_cv_lib_poll_poll+set}" = set; then
6480 echo $ECHO_N "(cached) $ECHO_C" >&6
6481else
6482 ac_check_lib_save_LIBS=$LIBS
6483LIBS="-lpoll $LIBS"
6484cat >conftest.$ac_ext <<_ACEOF
Pierre d'Herbemont794bf0f2003-11-25 03:31:26 +00006485/* confdefs.h. */
6486_ACEOF
6487cat confdefs.h >>conftest.$ac_ext
6488cat >>conftest.$ac_ext <<_ACEOF
6489/* end confdefs.h. */
6490
6491/* Override any gcc2 internal prototype to avoid an error. */
6492#ifdef __cplusplus
6493extern "C"
6494#endif
6495/* We use char because int might match the return type of a gcc2
6496 builtin and then its argument prototype would still apply. */
6497char poll ();
6498int
6499main ()
6500{
6501poll ();
6502 ;
6503 return 0;
6504}
6505_ACEOF
6506rm -f conftest.$ac_objext conftest$ac_exeext
6507if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00006508 (eval $ac_link) 2>conftest.er1
Pierre d'Herbemont794bf0f2003-11-25 03:31:26 +00006509 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00006510 grep -v '^ *+' conftest.er1 >conftest.err
6511 rm -f conftest.er1
6512 cat conftest.err >&5
Pierre d'Herbemont794bf0f2003-11-25 03:31:26 +00006513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6514 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00006515 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6517 (eval $ac_try) 2>&5
6518 ac_status=$?
6519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6520 (exit $ac_status); }; } &&
6521 { ac_try='test -s conftest$ac_exeext'
Pierre d'Herbemont794bf0f2003-11-25 03:31:26 +00006522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6523 (eval $ac_try) 2>&5
6524 ac_status=$?
6525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6526 (exit $ac_status); }; }; then
6527 ac_cv_lib_poll_poll=yes
6528else
6529 echo "$as_me: failed program was:" >&5
6530sed 's/^/| /' conftest.$ac_ext >&5
6531
6532ac_cv_lib_poll_poll=no
6533fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00006534rm -f conftest.err conftest.$ac_objext \
6535 conftest$ac_exeext conftest.$ac_ext
Pierre d'Herbemont794bf0f2003-11-25 03:31:26 +00006536LIBS=$ac_check_lib_save_LIBS
6537fi
6538echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
6539echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6
6540if test $ac_cv_lib_poll_poll = yes; then
6541 cat >>confdefs.h <<_ACEOF
6542#define HAVE_LIBPOLL 1
6543_ACEOF
6544
6545 LIBS="-lpoll $LIBS"
6546
6547fi
6548
Emmanuel Maillardbc21f442004-07-06 19:41:12 +00006549
6550echo "$as_me:$LINENO: checking for res_9_init in -lresolv" >&5
6551echo $ECHO_N "checking for res_9_init in -lresolv... $ECHO_C" >&6
6552if test "${ac_cv_lib_resolv_res_9_init+set}" = set; then
6553 echo $ECHO_N "(cached) $ECHO_C" >&6
6554else
6555 ac_check_lib_save_LIBS=$LIBS
6556LIBS="-lresolv $LIBS"
6557cat >conftest.$ac_ext <<_ACEOF
6558/* confdefs.h. */
6559_ACEOF
6560cat confdefs.h >>conftest.$ac_ext
6561cat >>conftest.$ac_ext <<_ACEOF
6562/* end confdefs.h. */
6563
6564/* Override any gcc2 internal prototype to avoid an error. */
6565#ifdef __cplusplus
6566extern "C"
6567#endif
6568/* We use char because int might match the return type of a gcc2
6569 builtin and then its argument prototype would still apply. */
6570char res_9_init ();
6571int
6572main ()
6573{
6574res_9_init ();
6575 ;
6576 return 0;
6577}
6578_ACEOF
6579rm -f conftest.$ac_objext conftest$ac_exeext
6580if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6581 (eval $ac_link) 2>conftest.er1
6582 ac_status=$?
6583 grep -v '^ *+' conftest.er1 >conftest.err
6584 rm -f conftest.er1
6585 cat conftest.err >&5
6586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6587 (exit $ac_status); } &&
6588 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6590 (eval $ac_try) 2>&5
6591 ac_status=$?
6592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6593 (exit $ac_status); }; } &&
6594 { ac_try='test -s conftest$ac_exeext'
6595 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6596 (eval $ac_try) 2>&5
6597 ac_status=$?
6598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6599 (exit $ac_status); }; }; then
6600 ac_cv_lib_resolv_res_9_init=yes
6601else
6602 echo "$as_me: failed program was:" >&5
6603sed 's/^/| /' conftest.$ac_ext >&5
6604
6605ac_cv_lib_resolv_res_9_init=no
6606fi
6607rm -f conftest.err conftest.$ac_objext \
6608 conftest$ac_exeext conftest.$ac_ext
6609LIBS=$ac_check_lib_save_LIBS
6610fi
6611echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_9_init" >&5
6612echo "${ECHO_T}$ac_cv_lib_resolv_res_9_init" >&6
6613if test $ac_cv_lib_resolv_res_9_init = yes; then
6614 cat >>confdefs.h <<_ACEOF
6615#define HAVE_LIBRESOLV 1
6616_ACEOF
6617
6618 LIBS="-lresolv $LIBS"
6619
6620fi
6621
Alexandre Julliardf45325e2003-11-06 23:05:41 +00006622echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6623echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6
6624if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006625 echo $ECHO_N "(cached) $ECHO_C" >&6
Alexandre Julliard0e7bd081999-05-02 11:46:02 +00006626else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006627 ac_check_lib_save_LIBS=$LIBS
Alexandre Julliardf45325e2003-11-06 23:05:41 +00006628LIBS="-lpthread $LIBS"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006629cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006630/* confdefs.h. */
6631_ACEOF
6632cat confdefs.h >>conftest.$ac_ext
6633cat >>conftest.$ac_ext <<_ACEOF
6634/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006635
Alexandre Julliard0e7bd081999-05-02 11:46:02 +00006636/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006637#ifdef __cplusplus
6638extern "C"
6639#endif
Alexandre Julliard0e7bd081999-05-02 11:46:02 +00006640/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006641 builtin and then its argument prototype would still apply. */
Alexandre Julliardf45325e2003-11-06 23:05:41 +00006642char pthread_create ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006643int
6644main ()
6645{
Alexandre Julliardf45325e2003-11-06 23:05:41 +00006646pthread_create ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006647 ;
6648 return 0;
6649}
6650_ACEOF
6651rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006652if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00006653 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006654 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00006655 grep -v '^ *+' conftest.er1 >conftest.err
6656 rm -f conftest.er1
6657 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006659 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00006660 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6662 (eval $ac_try) 2>&5
6663 ac_status=$?
6664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6665 (exit $ac_status); }; } &&
6666 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006668 (eval $ac_try) 2>&5
6669 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006671 (exit $ac_status); }; }; then
Alexandre Julliardf45325e2003-11-06 23:05:41 +00006672 ac_cv_lib_pthread_pthread_create=yes
Alexandre Julliard0e7bd081999-05-02 11:46:02 +00006673else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006674 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006675sed 's/^/| /' conftest.$ac_ext >&5
6676
Alexandre Julliardf45325e2003-11-06 23:05:41 +00006677ac_cv_lib_pthread_pthread_create=no
Alexandre Julliard0e7bd081999-05-02 11:46:02 +00006678fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00006679rm -f conftest.err conftest.$ac_objext \
6680 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006681LIBS=$ac_check_lib_save_LIBS
Alexandre Julliard0e7bd081999-05-02 11:46:02 +00006682fi
Alexandre Julliardf45325e2003-11-06 23:05:41 +00006683echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6684echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6
6685if test $ac_cv_lib_pthread_pthread_create = yes; then
6686 LIBPTHREAD="-lpthread"
Alexandre Julliard0e7bd081999-05-02 11:46:02 +00006687
Alexandre Julliard0e7bd081999-05-02 11:46:02 +00006688fi
6689
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006690
Alexandre Julliard82776022005-08-08 11:17:25 +00006691XLIB=""
Huw Daviese82dfab2004-08-04 19:10:26 +00006692
6693XFILES=""
6694
6695OPENGLFILES=""
6696
6697GLU32FILES=""
6698
6699OPENGL_LIBS=""
Huw Daviese82dfab2004-08-04 19:10:26 +00006700
Rein Klazes7ff12562004-11-09 20:16:35 +00006701
Alexandre Julliard82776022005-08-08 11:17:25 +00006702
Rein Klazes7ff12562004-11-09 20:16:35 +00006703echo "$as_me:$LINENO: checking for ANSI C header files" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006704echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6705if test "${ac_cv_header_stdc+set}" = set; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006706 echo $ECHO_N "(cached) $ECHO_C" >&6
Marcus Meissner2d7be871999-12-05 23:06:40 +00006707else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006708 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006709/* confdefs.h. */
6710_ACEOF
6711cat confdefs.h >>conftest.$ac_ext
6712cat >>conftest.$ac_ext <<_ACEOF
6713/* end confdefs.h. */
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006714#include <stdlib.h>
6715#include <stdarg.h>
6716#include <string.h>
6717#include <float.h>
6718
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006719int
6720main ()
6721{
6722
6723 ;
6724 return 0;
6725}
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006726_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006727rm -f conftest.$ac_objext
6728if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00006729 (eval $ac_compile) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006730 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00006731 grep -v '^ *+' conftest.er1 >conftest.err
6732 rm -f conftest.er1
6733 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006735 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00006736 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6738 (eval $ac_try) 2>&5
6739 ac_status=$?
6740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6741 (exit $ac_status); }; } &&
6742 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6744 (eval $ac_try) 2>&5
6745 ac_status=$?
6746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6747 (exit $ac_status); }; }; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006748 ac_cv_header_stdc=yes
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006749else
6750 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006751sed 's/^/| /' conftest.$ac_ext >&5
6752
6753ac_cv_header_stdc=no
Marcus Meissner2d7be871999-12-05 23:06:40 +00006754fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00006755rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006756
6757if test $ac_cv_header_stdc = yes; then
6758 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6759 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006760/* confdefs.h. */
6761_ACEOF
6762cat confdefs.h >>conftest.$ac_ext
6763cat >>conftest.$ac_ext <<_ACEOF
6764/* end confdefs.h. */
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006765#include <string.h>
6766
6767_ACEOF
6768if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Alexandre Julliard11af04e2002-10-10 03:48:04 +00006769 $EGREP "memchr" >/dev/null 2>&1; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006770 :
6771else
6772 ac_cv_header_stdc=no
Marcus Meissner2d7be871999-12-05 23:06:40 +00006773fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006774rm -f conftest*
6775
6776fi
6777
6778if test $ac_cv_header_stdc = yes; then
6779 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6780 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006781/* confdefs.h. */
6782_ACEOF
6783cat confdefs.h >>conftest.$ac_ext
6784cat >>conftest.$ac_ext <<_ACEOF
6785/* end confdefs.h. */
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006786#include <stdlib.h>
6787
6788_ACEOF
6789if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Alexandre Julliard11af04e2002-10-10 03:48:04 +00006790 $EGREP "free" >/dev/null 2>&1; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006791 :
6792else
6793 ac_cv_header_stdc=no
6794fi
6795rm -f conftest*
6796
6797fi
6798
6799if test $ac_cv_header_stdc = yes; then
6800 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6801 if test "$cross_compiling" = yes; then
6802 :
6803else
6804 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006805/* confdefs.h. */
6806_ACEOF
6807cat confdefs.h >>conftest.$ac_ext
6808cat >>conftest.$ac_ext <<_ACEOF
6809/* end confdefs.h. */
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006810#include <ctype.h>
6811#if ((' ' & 0x0FF) == 0x020)
6812# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6813# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6814#else
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006815# define ISLOWER(c) \
Alexandre Julliard875927f2004-01-02 01:55:29 +00006816 (('a' <= (c) && (c) <= 'i') \
6817 || ('j' <= (c) && (c) <= 'r') \
6818 || ('s' <= (c) && (c) <= 'z'))
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006819# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6820#endif
6821
6822#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6823int
6824main ()
6825{
6826 int i;
6827 for (i = 0; i < 256; i++)
6828 if (XOR (islower (i), ISLOWER (i))
Alexandre Julliard875927f2004-01-02 01:55:29 +00006829 || toupper (i) != TOUPPER (i))
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006830 exit(2);
6831 exit (0);
6832}
6833_ACEOF
6834rm -f conftest$ac_exeext
6835if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6836 (eval $ac_link) 2>&5
6837 ac_status=$?
6838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6839 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6841 (eval $ac_try) 2>&5
6842 ac_status=$?
6843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6844 (exit $ac_status); }; }; then
6845 :
6846else
6847 echo "$as_me: program exited with status $ac_status" >&5
6848echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006849sed 's/^/| /' conftest.$ac_ext >&5
6850
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006851( exit $ac_status )
6852ac_cv_header_stdc=no
6853fi
Alexandre Julliard80e34db2003-09-03 00:26:08 +00006854rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006855fi
6856fi
6857fi
6858echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6859echo "${ECHO_T}$ac_cv_header_stdc" >&6
6860if test $ac_cv_header_stdc = yes; then
6861
6862cat >>confdefs.h <<\_ACEOF
6863#define STDC_HEADERS 1
6864_ACEOF
6865
6866fi
6867
6868# On IRIX 5.3, sys/types and inttypes.h are conflicting.
6869
6870
6871
6872
6873
6874
6875
6876
6877
6878for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
Alexandre Julliard875927f2004-01-02 01:55:29 +00006879 inttypes.h stdint.h unistd.h
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006880do
6881as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6882echo "$as_me:$LINENO: checking for $ac_header" >&5
6883echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6884if eval "test \"\${$as_ac_Header+set}\" = set"; then
6885 echo $ECHO_N "(cached) $ECHO_C" >&6
6886else
6887 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006888/* confdefs.h. */
6889_ACEOF
6890cat confdefs.h >>conftest.$ac_ext
6891cat >>conftest.$ac_ext <<_ACEOF
6892/* end confdefs.h. */
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006893$ac_includes_default
6894
6895#include <$ac_header>
6896_ACEOF
6897rm -f conftest.$ac_objext
6898if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00006899 (eval $ac_compile) 2>conftest.er1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006900 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00006901 grep -v '^ *+' conftest.er1 >conftest.err
6902 rm -f conftest.er1
6903 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6905 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00006906 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6908 (eval $ac_try) 2>&5
6909 ac_status=$?
6910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6911 (exit $ac_status); }; } &&
6912 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6914 (eval $ac_try) 2>&5
6915 ac_status=$?
6916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6917 (exit $ac_status); }; }; then
6918 eval "$as_ac_Header=yes"
6919else
6920 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00006921sed 's/^/| /' conftest.$ac_ext >&5
6922
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006923eval "$as_ac_Header=no"
6924fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00006925rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006926fi
6927echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006928echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6929if test `eval echo '${'$as_ac_Header'}'` = yes; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006930 cat >>confdefs.h <<_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00006931#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00006932_ACEOF
6933
6934fi
6935
6936done
6937
6938
6939
Rein Klazes7ff12562004-11-09 20:16:35 +00006940
6941
6942
6943
6944
6945
6946
6947
6948
6949
6950
6951
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961
6962
6963
6964
6965
6966
6967
6968
6969
6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
7018
7019
7020
7021
Steven Edwards57279182005-03-04 12:38:36 +00007022
Maarten Lankhorst888eaae2005-04-27 09:46:25 +00007023
Emmanuel Maillard64c07782005-05-18 18:20:23 +00007024
7025
Phil Krylov0f6c0392005-07-01 19:15:26 +00007026
Hans Leidekkerea524de2005-07-15 16:39:42 +00007027
7028
Alexandre Julliard73482142005-08-03 19:21:04 +00007029
7030
7031
7032
7033
7034
7035
7036
7037
7038
Gerald Pfeiferebe04842005-08-22 09:33:37 +00007039
Robert Shearman1e5153c2005-12-01 11:18:43 +01007040
Mike McCormack0cd06262006-03-01 01:07:04 +09007041
Alexandre Julliard9603ee02006-04-06 11:57:37 +02007042
Rein Klazes7ff12562004-11-09 20:16:35 +00007043for ac_header in \
Phil Krylov0f6c0392005-07-01 19:15:26 +00007044 IOKit/IOKitLib.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00007045 alsa/asoundlib.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00007046 arpa/inet.h \
7047 arpa/nameser.h \
Maarten Lankhorst888eaae2005-04-27 09:46:25 +00007048 asm/types.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00007049 capi20.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00007050 cups/cups.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00007051 curses.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00007052 direct.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00007053 dlfcn.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00007054 elf.h \
7055 float.h \
7056 fontconfig/fontconfig.h \
7057 getopt.h \
7058 gif_lib.h \
7059 ieeefp.h \
7060 io.h \
7061 jack/jack.h \
7062 jpeglib.h \
Hans Leidekkerea524de2005-07-15 16:39:42 +00007063 lber.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00007064 lcms.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00007065 lcms/lcms.h \
Hans Leidekkerea524de2005-07-15 16:39:42 +00007066 ldap.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00007067 libaudioio.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00007068 link.h \
7069 linux/cdrom.h \
7070 linux/compiler.h \
7071 linux/hdreg.h \
7072 linux/input.h \
7073 linux/ioctl.h \
7074 linux/joystick.h \
7075 linux/major.h \
7076 linux/param.h \
7077 linux/serial.h \
7078 linux/ucdrom.h \
Emmanuel Maillard64c07782005-05-18 18:20:23 +00007079 mach/machine.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00007080 machine/cpu.h \
Emmanuel Maillard64c07782005-05-18 18:20:23 +00007081 machine/limits.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00007082 machine/soundcard.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00007083 mntent.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00007084 ncurses.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00007085 netdb.h \
7086 netinet/in.h \
7087 netinet/in_systm.h \
7088 netinet/tcp.h \
7089 netinet/tcp_fsm.h \
Robert Shearman1e5153c2005-12-01 11:18:43 +01007090 openssl/err.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00007091 openssl/ssl.h \
Steven Edwards57279182005-03-04 12:38:36 +00007092 poll.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00007093 process.h \
7094 pthread.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00007095 pwd.h \
7096 regex.h \
7097 sched.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00007098 scsi/scsi.h \
7099 scsi/scsi_ioctl.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00007100 scsi/sg.h \
7101 soundcard.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00007102 stdint.h \
7103 strings.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00007104 sys/asoundlib.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00007105 sys/cdio.h \
7106 sys/elf32.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00007107 sys/epoll.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00007108 sys/errno.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00007109 sys/exec_elf.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00007110 sys/filio.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00007111 sys/ioctl.h \
7112 sys/ipc.h \
Gerald Pfeiferebe04842005-08-22 09:33:37 +00007113 sys/limits.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00007114 sys/link.h \
7115 sys/lwp.h \
7116 sys/mman.h \
7117 sys/modem.h \
7118 sys/msg.h \
Hans Leidekker0844b702006-01-26 13:23:08 +01007119 sys/mtio.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00007120 sys/param.h \
7121 sys/poll.h \
Alexandre Julliard9603ee02006-04-06 11:57:37 +02007122 sys/prctl.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00007123 sys/ptrace.h \
7124 sys/reg.h \
Mike McCormack0cd06262006-03-01 01:07:04 +09007125 sys/resource.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00007126 sys/scsiio.h \
7127 sys/shm.h \
7128 sys/signal.h \
7129 sys/socket.h \
7130 sys/sockio.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00007131 sys/soundcard.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00007132 sys/statvfs.h \
7133 sys/strtio.h \
7134 sys/syscall.h \
7135 sys/sysctl.h \
7136 sys/time.h \
7137 sys/times.h \
7138 sys/uio.h \
7139 sys/un.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00007140 sys/vm86.h \
7141 sys/wait.h \
7142 syscall.h \
7143 termios.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00007144 unicode/ubidi.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00007145 unistd.h \
7146 utime.h \
7147 valgrind/memcheck.h
7148
7149do
7150as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7151if eval "test \"\${$as_ac_Header+set}\" = set"; then
7152 echo "$as_me:$LINENO: checking for $ac_header" >&5
7153echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7154if eval "test \"\${$as_ac_Header+set}\" = set"; then
7155 echo $ECHO_N "(cached) $ECHO_C" >&6
7156fi
7157echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7158echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7159else
7160 # Is the header compilable?
7161echo "$as_me:$LINENO: checking $ac_header usability" >&5
7162echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7163cat >conftest.$ac_ext <<_ACEOF
7164/* confdefs.h. */
7165_ACEOF
7166cat confdefs.h >>conftest.$ac_ext
7167cat >>conftest.$ac_ext <<_ACEOF
7168/* end confdefs.h. */
7169$ac_includes_default
7170#include <$ac_header>
7171_ACEOF
7172rm -f conftest.$ac_objext
7173if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7174 (eval $ac_compile) 2>conftest.er1
7175 ac_status=$?
7176 grep -v '^ *+' conftest.er1 >conftest.err
7177 rm -f conftest.er1
7178 cat conftest.err >&5
7179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7180 (exit $ac_status); } &&
7181 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7183 (eval $ac_try) 2>&5
7184 ac_status=$?
7185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7186 (exit $ac_status); }; } &&
7187 { ac_try='test -s conftest.$ac_objext'
7188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7189 (eval $ac_try) 2>&5
7190 ac_status=$?
7191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7192 (exit $ac_status); }; }; then
7193 ac_header_compiler=yes
7194else
7195 echo "$as_me: failed program was:" >&5
7196sed 's/^/| /' conftest.$ac_ext >&5
7197
7198ac_header_compiler=no
7199fi
7200rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7201echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7202echo "${ECHO_T}$ac_header_compiler" >&6
7203
7204# Is the header present?
7205echo "$as_me:$LINENO: checking $ac_header presence" >&5
7206echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7207cat >conftest.$ac_ext <<_ACEOF
7208/* confdefs.h. */
7209_ACEOF
7210cat confdefs.h >>conftest.$ac_ext
7211cat >>conftest.$ac_ext <<_ACEOF
7212/* end confdefs.h. */
7213#include <$ac_header>
7214_ACEOF
7215if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7216 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7217 ac_status=$?
7218 grep -v '^ *+' conftest.er1 >conftest.err
7219 rm -f conftest.er1
7220 cat conftest.err >&5
7221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7222 (exit $ac_status); } >/dev/null; then
7223 if test -s conftest.err; then
7224 ac_cpp_err=$ac_c_preproc_warn_flag
7225 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7226 else
7227 ac_cpp_err=
7228 fi
7229else
7230 ac_cpp_err=yes
7231fi
7232if test -z "$ac_cpp_err"; then
7233 ac_header_preproc=yes
7234else
7235 echo "$as_me: failed program was:" >&5
7236sed 's/^/| /' conftest.$ac_ext >&5
7237
7238 ac_header_preproc=no
7239fi
7240rm -f conftest.err conftest.$ac_ext
7241echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7242echo "${ECHO_T}$ac_header_preproc" >&6
7243
7244# So? What about this header?
7245case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7246 yes:no: )
7247 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7248echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7249 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7250echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7251 ac_header_preproc=yes
7252 ;;
7253 no:yes:* )
7254 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7255echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7256 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7257echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7258 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7259echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7260 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7261echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7262 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7263echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7264 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7265echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7266 (
7267 cat <<\_ASBOX
7268## ------------------------------------ ##
7269## Report this to wine-devel@winehq.org ##
7270## ------------------------------------ ##
7271_ASBOX
7272 ) |
7273 sed "s/^/$as_me: WARNING: /" >&2
7274 ;;
7275esac
7276echo "$as_me:$LINENO: checking for $ac_header" >&5
7277echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7278if eval "test \"\${$as_ac_Header+set}\" = set"; then
7279 echo $ECHO_N "(cached) $ECHO_C" >&6
7280else
7281 eval "$as_ac_Header=\$ac_header_preproc"
7282fi
7283echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7284echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7285
7286fi
7287if test `eval echo '${'$as_ac_Header'}'` = yes; then
7288 cat >>confdefs.h <<_ACEOF
7289#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7290_ACEOF
7291
7292fi
7293
7294done
7295
7296echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7297echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6
7298if test "${ac_cv_header_stat_broken+set}" = set; then
7299 echo $ECHO_N "(cached) $ECHO_C" >&6
7300else
7301 cat >conftest.$ac_ext <<_ACEOF
7302/* confdefs.h. */
7303_ACEOF
7304cat confdefs.h >>conftest.$ac_ext
7305cat >>conftest.$ac_ext <<_ACEOF
7306/* end confdefs.h. */
7307#include <sys/types.h>
7308#include <sys/stat.h>
7309
7310#if defined(S_ISBLK) && defined(S_IFDIR)
7311# if S_ISBLK (S_IFDIR)
7312You lose.
7313# endif
7314#endif
7315
7316#if defined(S_ISBLK) && defined(S_IFCHR)
7317# if S_ISBLK (S_IFCHR)
7318You lose.
7319# endif
7320#endif
7321
7322#if defined(S_ISLNK) && defined(S_IFREG)
7323# if S_ISLNK (S_IFREG)
7324You lose.
7325# endif
7326#endif
7327
7328#if defined(S_ISSOCK) && defined(S_IFREG)
7329# if S_ISSOCK (S_IFREG)
7330You lose.
7331# endif
7332#endif
7333
7334_ACEOF
7335if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7336 $EGREP "You lose" >/dev/null 2>&1; then
7337 ac_cv_header_stat_broken=yes
7338else
7339 ac_cv_header_stat_broken=no
7340fi
7341rm -f conftest*
7342
7343fi
7344echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7345echo "${ECHO_T}$ac_cv_header_stat_broken" >&6
7346if test $ac_cv_header_stat_broken = yes; then
7347
7348cat >>confdefs.h <<\_ACEOF
7349#define STAT_MACROS_BROKEN 1
7350_ACEOF
7351
7352fi
7353
7354
7355
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02007356
7357
7358
7359
7360for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7361do
7362as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7363echo "$as_me:$LINENO: checking for $ac_header" >&5
7364echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7365if eval "test \"\${$as_ac_Header+set}\" = set"; then
7366 echo $ECHO_N "(cached) $ECHO_C" >&6
7367else
7368 cat >conftest.$ac_ext <<_ACEOF
7369/* confdefs.h. */
7370_ACEOF
7371cat confdefs.h >>conftest.$ac_ext
7372cat >>conftest.$ac_ext <<_ACEOF
7373/* end confdefs.h. */
7374#include <sys/types.h>
7375 #if HAVE_SYS_PARAM_H
7376 # include <sys/param.h>
7377 #endif
7378
7379#include <$ac_header>
7380_ACEOF
7381rm -f conftest.$ac_objext
7382if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7383 (eval $ac_compile) 2>conftest.er1
7384 ac_status=$?
7385 grep -v '^ *+' conftest.er1 >conftest.err
7386 rm -f conftest.er1
7387 cat conftest.err >&5
7388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7389 (exit $ac_status); } &&
7390 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7392 (eval $ac_try) 2>&5
7393 ac_status=$?
7394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7395 (exit $ac_status); }; } &&
7396 { ac_try='test -s conftest.$ac_objext'
7397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7398 (eval $ac_try) 2>&5
7399 ac_status=$?
7400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7401 (exit $ac_status); }; }; then
7402 eval "$as_ac_Header=yes"
7403else
7404 echo "$as_me: failed program was:" >&5
7405sed 's/^/| /' conftest.$ac_ext >&5
7406
7407eval "$as_ac_Header=no"
7408fi
7409rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7410fi
7411echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7412echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7413if test `eval echo '${'$as_ac_Header'}'` = yes; then
7414 cat >>confdefs.h <<_ACEOF
7415#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7416_ACEOF
7417
7418fi
7419
7420done
7421
7422
7423
7424
7425
7426
7427
7428
7429for ac_header in net/if.h net/if_arp.h net/if_dl.h net/if_types.h net/route.h netipx/ipx.h
7430do
7431as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7432echo "$as_me:$LINENO: checking for $ac_header" >&5
7433echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7434if eval "test \"\${$as_ac_Header+set}\" = set"; then
7435 echo $ECHO_N "(cached) $ECHO_C" >&6
7436else
7437 cat >conftest.$ac_ext <<_ACEOF
7438/* confdefs.h. */
7439_ACEOF
7440cat confdefs.h >>conftest.$ac_ext
7441cat >>conftest.$ac_ext <<_ACEOF
7442/* end confdefs.h. */
7443#include <sys/types.h>
7444 #if HAVE_SYS_SOCKET_H
7445 # include <sys/socket.h>
7446 #endif
7447
7448#include <$ac_header>
7449_ACEOF
7450rm -f conftest.$ac_objext
7451if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7452 (eval $ac_compile) 2>conftest.er1
7453 ac_status=$?
7454 grep -v '^ *+' conftest.er1 >conftest.err
7455 rm -f conftest.er1
7456 cat conftest.err >&5
7457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7458 (exit $ac_status); } &&
7459 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7461 (eval $ac_try) 2>&5
7462 ac_status=$?
7463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7464 (exit $ac_status); }; } &&
7465 { ac_try='test -s conftest.$ac_objext'
7466 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7467 (eval $ac_try) 2>&5
7468 ac_status=$?
7469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7470 (exit $ac_status); }; }; then
7471 eval "$as_ac_Header=yes"
7472else
7473 echo "$as_me: failed program was:" >&5
7474sed 's/^/| /' conftest.$ac_ext >&5
7475
7476eval "$as_ac_Header=no"
7477fi
7478rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7479fi
7480echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7481echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7482if test `eval echo '${'$as_ac_Header'}'` = yes; then
7483 cat >>confdefs.h <<_ACEOF
7484#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7485_ACEOF
7486
7487fi
7488
7489done
7490
7491
7492
7493for ac_header in resolv.h
7494do
7495as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7496echo "$as_me:$LINENO: checking for $ac_header" >&5
7497echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7498if eval "test \"\${$as_ac_Header+set}\" = set"; then
7499 echo $ECHO_N "(cached) $ECHO_C" >&6
7500else
7501 cat >conftest.$ac_ext <<_ACEOF
7502/* confdefs.h. */
7503_ACEOF
7504cat confdefs.h >>conftest.$ac_ext
7505cat >>conftest.$ac_ext <<_ACEOF
7506/* end confdefs.h. */
7507#include <sys/types.h>
7508 #if HAVE_SYS_SOCKET_H
7509 # include <sys/socket.h>
7510 #endif
7511 #if HAVE_NETINET_IN_H
7512 # include <netinet/in.h>
7513 #endif
7514 #if HAVE_ARPA_NAMESER_H
7515 # include <arpa/nameser.h>
7516 #endif
7517
7518#include <$ac_header>
7519_ACEOF
7520rm -f conftest.$ac_objext
7521if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7522 (eval $ac_compile) 2>conftest.er1
7523 ac_status=$?
7524 grep -v '^ *+' conftest.er1 >conftest.err
7525 rm -f conftest.er1
7526 cat conftest.err >&5
7527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7528 (exit $ac_status); } &&
7529 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7531 (eval $ac_try) 2>&5
7532 ac_status=$?
7533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7534 (exit $ac_status); }; } &&
7535 { ac_try='test -s conftest.$ac_objext'
7536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7537 (eval $ac_try) 2>&5
7538 ac_status=$?
7539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7540 (exit $ac_status); }; }; then
7541 eval "$as_ac_Header=yes"
7542else
7543 echo "$as_me: failed program was:" >&5
7544sed 's/^/| /' conftest.$ac_ext >&5
7545
7546eval "$as_ac_Header=no"
7547fi
7548rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7549fi
7550echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7551echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7552if test `eval echo '${'$as_ac_Header'}'` = yes; then
7553 cat >>confdefs.h <<_ACEOF
7554#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7555_ACEOF
7556
7557fi
7558
7559done
7560
7561
7562
7563for ac_header in ucontext.h
7564do
7565as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7566echo "$as_me:$LINENO: checking for $ac_header" >&5
7567echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7568if eval "test \"\${$as_ac_Header+set}\" = set"; then
7569 echo $ECHO_N "(cached) $ECHO_C" >&6
7570else
7571 cat >conftest.$ac_ext <<_ACEOF
7572/* confdefs.h. */
7573_ACEOF
7574cat confdefs.h >>conftest.$ac_ext
7575cat >>conftest.$ac_ext <<_ACEOF
7576/* end confdefs.h. */
7577#include <signal.h>
7578
7579#include <$ac_header>
7580_ACEOF
7581rm -f conftest.$ac_objext
7582if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7583 (eval $ac_compile) 2>conftest.er1
7584 ac_status=$?
7585 grep -v '^ *+' conftest.er1 >conftest.err
7586 rm -f conftest.er1
7587 cat conftest.err >&5
7588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7589 (exit $ac_status); } &&
7590 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7592 (eval $ac_try) 2>&5
7593 ac_status=$?
7594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7595 (exit $ac_status); }; } &&
7596 { ac_try='test -s conftest.$ac_objext'
7597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7598 (eval $ac_try) 2>&5
7599 ac_status=$?
7600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7601 (exit $ac_status); }; }; then
7602 eval "$as_ac_Header=yes"
7603else
7604 echo "$as_me: failed program was:" >&5
7605sed 's/^/| /' conftest.$ac_ext >&5
7606
7607eval "$as_ac_Header=no"
7608fi
7609rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7610fi
7611echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7612echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7613if test `eval echo '${'$as_ac_Header'}'` = yes; then
7614 cat >>confdefs.h <<_ACEOF
7615#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7616_ACEOF
7617
7618fi
7619
7620done
7621
7622
7623
7624
7625for ac_header in linux/ipx.h linux/videodev.h
7626do
7627as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7628echo "$as_me:$LINENO: checking for $ac_header" >&5
7629echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7630if eval "test \"\${$as_ac_Header+set}\" = set"; then
7631 echo $ECHO_N "(cached) $ECHO_C" >&6
7632else
7633 cat >conftest.$ac_ext <<_ACEOF
7634/* confdefs.h. */
7635_ACEOF
7636cat confdefs.h >>conftest.$ac_ext
7637cat >>conftest.$ac_ext <<_ACEOF
7638/* end confdefs.h. */
7639#ifdef HAVE_SYS_TIME_H
7640#include <sys/time.h>
7641#endif
7642#include <sys/types.h>
7643#ifdef HAVE_ASM_TYPES_H
7644#include <asm/types.h>
7645#endif
7646
7647#include <$ac_header>
7648_ACEOF
7649rm -f conftest.$ac_objext
7650if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7651 (eval $ac_compile) 2>conftest.er1
7652 ac_status=$?
7653 grep -v '^ *+' conftest.er1 >conftest.err
7654 rm -f conftest.er1
7655 cat conftest.err >&5
7656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7657 (exit $ac_status); } &&
7658 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7660 (eval $ac_try) 2>&5
7661 ac_status=$?
7662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7663 (exit $ac_status); }; } &&
7664 { ac_try='test -s conftest.$ac_objext'
7665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7666 (eval $ac_try) 2>&5
7667 ac_status=$?
7668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7669 (exit $ac_status); }; }; then
7670 eval "$as_ac_Header=yes"
7671else
7672 echo "$as_me: failed program was:" >&5
7673sed 's/^/| /' conftest.$ac_ext >&5
7674
7675eval "$as_ac_Header=no"
7676fi
7677rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7678fi
7679echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7680echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7681if test `eval echo '${'$as_ac_Header'}'` = yes; then
7682 cat >>confdefs.h <<_ACEOF
7683#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7684_ACEOF
7685
7686fi
7687
7688done
7689
7690
7691
Alexandre Julliardb079add2006-02-24 11:46:17 +01007692for ac_header in linux/capi.h
7693do
7694as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7695echo "$as_me:$LINENO: checking for $ac_header" >&5
7696echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7697if eval "test \"\${$as_ac_Header+set}\" = set"; then
7698 echo $ECHO_N "(cached) $ECHO_C" >&6
7699else
7700 cat >conftest.$ac_ext <<_ACEOF
7701/* confdefs.h. */
7702_ACEOF
7703cat confdefs.h >>conftest.$ac_ext
7704cat >>conftest.$ac_ext <<_ACEOF
7705/* end confdefs.h. */
7706#define __user
7707
7708#include <$ac_header>
7709_ACEOF
7710rm -f conftest.$ac_objext
7711if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7712 (eval $ac_compile) 2>conftest.er1
7713 ac_status=$?
7714 grep -v '^ *+' conftest.er1 >conftest.err
7715 rm -f conftest.er1
7716 cat conftest.err >&5
7717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7718 (exit $ac_status); } &&
7719 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7721 (eval $ac_try) 2>&5
7722 ac_status=$?
7723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7724 (exit $ac_status); }; } &&
7725 { ac_try='test -s conftest.$ac_objext'
7726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7727 (eval $ac_try) 2>&5
7728 ac_status=$?
7729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7730 (exit $ac_status); }; }; then
7731 eval "$as_ac_Header=yes"
7732else
7733 echo "$as_me: failed program was:" >&5
7734sed 's/^/| /' conftest.$ac_ext >&5
7735
7736eval "$as_ac_Header=no"
7737fi
7738rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7739fi
7740echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7741echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7742if test `eval echo '${'$as_ac_Header'}'` = yes; then
7743 cat >>confdefs.h <<_ACEOF
7744#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7745_ACEOF
7746
7747fi
7748
7749done
7750
7751
7752
Rein Klazes7ff12562004-11-09 20:16:35 +00007753if test "$have_x" = "yes"
7754then
7755 XLIB="-lXext -lX11"
7756 ac_save_CPPFLAGS="$CPPFLAGS"
7757 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7758
7759
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007760
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007761
Alexandre Julliard255b4862003-10-15 04:09:55 +00007762
7763
7764
7765
7766
7767
7768
Alexandre Julliard73482142005-08-03 19:21:04 +00007769for ac_header in X11/Xlib.h \
7770 X11/XKBlib.h \
7771 X11/Xutil.h \
7772 X11/extensions/shape.h \
7773 X11/extensions/XInput.h \
7774 X11/extensions/XShm.h \
7775 X11/extensions/Xrandr.h \
7776 X11/extensions/Xrender.h \
7777 X11/extensions/xf86dga.h \
7778 X11/extensions/xf86vmode.h
John R. Sheetsf2b77cc2000-05-23 21:18:51 +00007779do
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007780as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
Gregg Mattinson044b5c42002-07-19 03:16:51 +00007781echo "$as_me:$LINENO: checking for $ac_header" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007782echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7783if eval "test \"\${$as_ac_Header+set}\" = set"; then
7784 echo $ECHO_N "(cached) $ECHO_C" >&6
Patrik Stridvall24110281999-02-04 10:09:54 +00007785else
Gregg Mattinson044b5c42002-07-19 03:16:51 +00007786 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00007787/* confdefs.h. */
7788_ACEOF
7789cat confdefs.h >>conftest.$ac_ext
7790cat >>conftest.$ac_ext <<_ACEOF
7791/* end confdefs.h. */
Alexandre Julliard73482142005-08-03 19:21:04 +00007792#ifdef HAVE_X11_XLIB_H
7793# include <X11/Xlib.h>
7794#endif
7795#ifdef HAVE_X11_XUTIL_H
7796# include <X11/Xutil.h>
7797#endif
Gregg Mattinson044b5c42002-07-19 03:16:51 +00007798
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007799#include <$ac_header>
7800_ACEOF
7801rm -f conftest.$ac_objext
7802if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00007803 (eval $ac_compile) 2>conftest.er1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007804 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00007805 grep -v '^ *+' conftest.er1 >conftest.err
7806 rm -f conftest.er1
7807 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7809 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00007810 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7812 (eval $ac_try) 2>&5
7813 ac_status=$?
7814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7815 (exit $ac_status); }; } &&
7816 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7818 (eval $ac_try) 2>&5
7819 ac_status=$?
7820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7821 (exit $ac_status); }; }; then
Gregg Mattinson044b5c42002-07-19 03:16:51 +00007822 eval "$as_ac_Header=yes"
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007823else
7824 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00007825sed 's/^/| /' conftest.$ac_ext >&5
7826
Gregg Mattinson044b5c42002-07-19 03:16:51 +00007827eval "$as_ac_Header=no"
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007828fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00007829rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
John R. Sheetsf2b77cc2000-05-23 21:18:51 +00007830fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007831echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007832echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7833if test `eval echo '${'$as_ac_Header'}'` = yes; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007834 cat >>confdefs.h <<_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007835#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007836_ACEOF
Alexandre Julliard255b4862003-10-15 04:09:55 +00007837
7838fi
7839
7840done
7841
7842
7843 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7844 then
7845 echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007846echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6
7847if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
7848 echo $ECHO_N "(cached) $ECHO_C" >&6
Patrik Stridvall24110281999-02-04 10:09:54 +00007849else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007850 ac_check_lib_save_LIBS=$LIBS
Ove Kaavenc90fb252001-01-02 22:39:14 +00007851LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007852cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00007853/* confdefs.h. */
7854_ACEOF
7855cat confdefs.h >>conftest.$ac_ext
7856cat >>conftest.$ac_ext <<_ACEOF
7857/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007858
Patrik Stridvall24110281999-02-04 10:09:54 +00007859/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007860#ifdef __cplusplus
7861extern "C"
7862#endif
Patrik Stridvall24110281999-02-04 10:09:54 +00007863/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007864 builtin and then its argument prototype would still apply. */
7865char XkbQueryExtension ();
7866int
7867main ()
7868{
7869XkbQueryExtension ();
7870 ;
7871 return 0;
7872}
7873_ACEOF
7874rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007875if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00007876 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007877 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00007878 grep -v '^ *+' conftest.er1 >conftest.err
7879 rm -f conftest.er1
7880 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007882 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00007883 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7885 (eval $ac_try) 2>&5
7886 ac_status=$?
7887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7888 (exit $ac_status); }; } &&
7889 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007890 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007891 (eval $ac_try) 2>&5
7892 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007894 (exit $ac_status); }; }; then
7895 ac_cv_lib_X11_XkbQueryExtension=yes
Patrik Stridvall24110281999-02-04 10:09:54 +00007896else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007897 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00007898sed 's/^/| /' conftest.$ac_ext >&5
7899
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007900ac_cv_lib_X11_XkbQueryExtension=no
Patrik Stridvall24110281999-02-04 10:09:54 +00007901fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00007902rm -f conftest.err conftest.$ac_objext \
7903 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007904LIBS=$ac_check_lib_save_LIBS
7905fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007906echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007907echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6
7908if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
Patrik Stridvall24110281999-02-04 10:09:54 +00007909
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007910cat >>confdefs.h <<\_ACEOF
Ove Kaavenc90fb252001-01-02 22:39:14 +00007911#define HAVE_XKB 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007912_ACEOF
Patrik Stridvall24110281999-02-04 10:09:54 +00007913
Patrik Stridvall24110281999-02-04 10:09:54 +00007914fi
7915
Alexandre Julliard255b4862003-10-15 04:09:55 +00007916 fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007917
Alexandre Julliard255b4862003-10-15 04:09:55 +00007918 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
7919 then
7920 echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007921echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6
7922if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
7923 echo $ECHO_N "(cached) $ECHO_C" >&6
Francois Jacques5b6879c2000-07-28 23:04:54 +00007924else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007925 ac_check_lib_save_LIBS=$LIBS
Francois Jacques5b6879c2000-07-28 23:04:54 +00007926LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007927cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00007928/* confdefs.h. */
7929_ACEOF
7930cat confdefs.h >>conftest.$ac_ext
7931cat >>conftest.$ac_ext <<_ACEOF
7932/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007933
Francois Jacques5b6879c2000-07-28 23:04:54 +00007934/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007935#ifdef __cplusplus
7936extern "C"
7937#endif
Francois Jacques5b6879c2000-07-28 23:04:54 +00007938/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007939 builtin and then its argument prototype would still apply. */
7940char XShmQueryExtension ();
7941int
7942main ()
7943{
7944XShmQueryExtension ();
7945 ;
7946 return 0;
7947}
7948_ACEOF
7949rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007950if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00007951 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007952 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00007953 grep -v '^ *+' conftest.er1 >conftest.err
7954 rm -f conftest.er1
7955 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007957 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00007958 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7960 (eval $ac_try) 2>&5
7961 ac_status=$?
7962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7963 (exit $ac_status); }; } &&
7964 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007966 (eval $ac_try) 2>&5
7967 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007969 (exit $ac_status); }; }; then
7970 ac_cv_lib_Xext_XShmQueryExtension=yes
Francois Jacques5b6879c2000-07-28 23:04:54 +00007971else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007972 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00007973sed 's/^/| /' conftest.$ac_ext >&5
7974
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007975ac_cv_lib_Xext_XShmQueryExtension=no
Francois Jacques5b6879c2000-07-28 23:04:54 +00007976fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00007977rm -f conftest.err conftest.$ac_objext \
7978 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007979LIBS=$ac_check_lib_save_LIBS
7980fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007981echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007982echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6
7983if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
Francois Jacques5b6879c2000-07-28 23:04:54 +00007984
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007985cat >>confdefs.h <<\_ACEOF
Ove Kaavenc90fb252001-01-02 22:39:14 +00007986#define HAVE_LIBXXSHM 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007987_ACEOF
Francois Jacques5b6879c2000-07-28 23:04:54 +00007988
Francois Jacques5b6879c2000-07-28 23:04:54 +00007989fi
7990
Alexandre Julliard255b4862003-10-15 04:09:55 +00007991 fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007992
Alexandre Julliard255b4862003-10-15 04:09:55 +00007993 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
7994 then
7995 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007996echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
7997if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
7998 echo $ECHO_N "(cached) $ECHO_C" >&6
Ove Kaavenc90fb252001-01-02 22:39:14 +00007999else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008000 ac_check_lib_save_LIBS=$LIBS
Ove Kaavenc90fb252001-01-02 22:39:14 +00008001LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008002cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008003/* confdefs.h. */
8004_ACEOF
8005cat confdefs.h >>conftest.$ac_ext
8006cat >>conftest.$ac_ext <<_ACEOF
8007/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008008
Ove Kaavenc90fb252001-01-02 22:39:14 +00008009/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008010#ifdef __cplusplus
8011extern "C"
8012#endif
Ove Kaavenc90fb252001-01-02 22:39:14 +00008013/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008014 builtin and then its argument prototype would still apply. */
8015char XShapeQueryExtension ();
8016int
8017main ()
8018{
8019XShapeQueryExtension ();
8020 ;
8021 return 0;
8022}
8023_ACEOF
8024rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008025if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00008026 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008027 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00008028 grep -v '^ *+' conftest.er1 >conftest.err
8029 rm -f conftest.er1
8030 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008032 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00008033 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8035 (eval $ac_try) 2>&5
8036 ac_status=$?
8037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8038 (exit $ac_status); }; } &&
8039 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008040 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008041 (eval $ac_try) 2>&5
8042 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008044 (exit $ac_status); }; }; then
8045 ac_cv_lib_Xext_XShapeQueryExtension=yes
Ove Kaavenc90fb252001-01-02 22:39:14 +00008046else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008047 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008048sed 's/^/| /' conftest.$ac_ext >&5
8049
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008050ac_cv_lib_Xext_XShapeQueryExtension=no
Ove Kaavenc90fb252001-01-02 22:39:14 +00008051fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00008052rm -f conftest.err conftest.$ac_objext \
8053 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008054LIBS=$ac_check_lib_save_LIBS
8055fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008056echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008057echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
8058if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
Ove Kaavenc90fb252001-01-02 22:39:14 +00008059
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008060cat >>confdefs.h <<\_ACEOF
Ove Kaavenc90fb252001-01-02 22:39:14 +00008061#define HAVE_LIBXSHAPE 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008062_ACEOF
Ove Kaavenc90fb252001-01-02 22:39:14 +00008063
Ove Kaavenc90fb252001-01-02 22:39:14 +00008064fi
8065
Alexandre Julliard255b4862003-10-15 04:09:55 +00008066 fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008067
Alexandre Julliard255b4862003-10-15 04:09:55 +00008068 if test "$ac_cv_header_X11_extensions_xf86dga_h" = "yes"
8069 then
8070 echo "$as_me:$LINENO: checking for XDGAQueryExtension in -lXxf86dga" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008071echo $ECHO_N "checking for XDGAQueryExtension in -lXxf86dga... $ECHO_C" >&6
8072if test "${ac_cv_lib_Xxf86dga_XDGAQueryExtension+set}" = set; then
8073 echo $ECHO_N "(cached) $ECHO_C" >&6
Patrik Stridvall24110281999-02-04 10:09:54 +00008074else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008075 ac_check_lib_save_LIBS=$LIBS
Alexandre Julliard255b4862003-10-15 04:09:55 +00008076LIBS="-lXxf86dga $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008077cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008078/* confdefs.h. */
8079_ACEOF
8080cat confdefs.h >>conftest.$ac_ext
8081cat >>conftest.$ac_ext <<_ACEOF
8082/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008083
Patrik Stridvall24110281999-02-04 10:09:54 +00008084/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008085#ifdef __cplusplus
8086extern "C"
8087#endif
Patrik Stridvall24110281999-02-04 10:09:54 +00008088/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008089 builtin and then its argument prototype would still apply. */
8090char XDGAQueryExtension ();
8091int
8092main ()
8093{
8094XDGAQueryExtension ();
8095 ;
8096 return 0;
8097}
8098_ACEOF
8099rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008100if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00008101 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008102 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00008103 grep -v '^ *+' conftest.er1 >conftest.err
8104 rm -f conftest.er1
8105 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008107 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00008108 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8109 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8110 (eval $ac_try) 2>&5
8111 ac_status=$?
8112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8113 (exit $ac_status); }; } &&
8114 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008115 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008116 (eval $ac_try) 2>&5
8117 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008119 (exit $ac_status); }; }; then
8120 ac_cv_lib_Xxf86dga_XDGAQueryExtension=yes
Lionel Ulmerd94475b1999-09-20 18:42:46 +00008121else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008122 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008123sed 's/^/| /' conftest.$ac_ext >&5
8124
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008125ac_cv_lib_Xxf86dga_XDGAQueryExtension=no
Lionel Ulmerd94475b1999-09-20 18:42:46 +00008126fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00008127rm -f conftest.err conftest.$ac_objext \
8128 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008129LIBS=$ac_check_lib_save_LIBS
8130fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008131echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86dga_XDGAQueryExtension" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008132echo "${ECHO_T}$ac_cv_lib_Xxf86dga_XDGAQueryExtension" >&6
8133if test $ac_cv_lib_Xxf86dga_XDGAQueryExtension = yes; then
Lionel Ulmerd94475b1999-09-20 18:42:46 +00008134
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008135cat >>confdefs.h <<\_ACEOF
Lionel Ulmerd94475b1999-09-20 18:42:46 +00008136#define HAVE_LIBXXF86DGA2 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008137_ACEOF
Marcus Meissner10ad97c2000-04-09 14:30:50 +00008138
John R. Sheetsf2b77cc2000-05-23 21:18:51 +00008139 X_PRE_LIBS="$X_PRE_LIBS -lXxf86dga"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008140
John R. Sheetsf2b77cc2000-05-23 21:18:51 +00008141fi
Patrik Stridvall24110281999-02-04 10:09:54 +00008142
Alexandre Julliard255b4862003-10-15 04:09:55 +00008143 fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008144
Alexandre Julliard255b4862003-10-15 04:09:55 +00008145 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
8146 then
8147 echo "$as_me:$LINENO: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008148echo $ECHO_N "checking for XF86VidModeQueryExtension in -lXxf86vm... $ECHO_C" >&6
8149if test "${ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension+set}" = set; then
8150 echo $ECHO_N "(cached) $ECHO_C" >&6
Patrik Stridvall24110281999-02-04 10:09:54 +00008151else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008152 ac_check_lib_save_LIBS=$LIBS
Alexandre Julliard255b4862003-10-15 04:09:55 +00008153LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008154cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008155/* confdefs.h. */
8156_ACEOF
8157cat confdefs.h >>conftest.$ac_ext
8158cat >>conftest.$ac_ext <<_ACEOF
8159/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008160
Patrik Stridvall24110281999-02-04 10:09:54 +00008161/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008162#ifdef __cplusplus
8163extern "C"
8164#endif
Patrik Stridvall24110281999-02-04 10:09:54 +00008165/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008166 builtin and then its argument prototype would still apply. */
8167char XF86VidModeQueryExtension ();
8168int
8169main ()
8170{
8171XF86VidModeQueryExtension ();
8172 ;
8173 return 0;
8174}
8175_ACEOF
8176rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008177if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00008178 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008179 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00008180 grep -v '^ *+' conftest.er1 >conftest.err
8181 rm -f conftest.er1
8182 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008184 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00008185 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8187 (eval $ac_try) 2>&5
8188 ac_status=$?
8189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8190 (exit $ac_status); }; } &&
8191 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008192 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008193 (eval $ac_try) 2>&5
8194 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008196 (exit $ac_status); }; }; then
8197 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=yes
Patrik Stridvall24110281999-02-04 10:09:54 +00008198else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008199 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008200sed 's/^/| /' conftest.$ac_ext >&5
8201
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008202ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=no
Patrik Stridvall24110281999-02-04 10:09:54 +00008203fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00008204rm -f conftest.err conftest.$ac_objext \
8205 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008206LIBS=$ac_check_lib_save_LIBS
8207fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008208echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008209echo "${ECHO_T}$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&6
8210if test $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension = yes; then
Patrik Stridvall24110281999-02-04 10:09:54 +00008211
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008212cat >>confdefs.h <<\_ACEOF
Patrik Stridvall24110281999-02-04 10:09:54 +00008213#define HAVE_LIBXXF86VM 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008214_ACEOF
John R. Sheetsf2b77cc2000-05-23 21:18:51 +00008215
8216 X_PRE_LIBS="$X_PRE_LIBS -lXxf86vm"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008217
Patrik Stridvall24110281999-02-04 10:09:54 +00008218fi
8219
Alexandre Julliard255b4862003-10-15 04:09:55 +00008220 fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008221
Alexandre Julliard255b4862003-10-15 04:09:55 +00008222 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes"
8223 then
Mike McCormackc7c9f932004-04-07 03:57:35 +00008224 cat >conftest.$ac_ext <<_ACEOF
Alex Pasadyn8f174bc2003-10-15 03:28:04 +00008225/* confdefs.h. */
8226_ACEOF
8227cat confdefs.h >>conftest.$ac_ext
8228cat >>conftest.$ac_ext <<_ACEOF
8229/* end confdefs.h. */
Mike McCormackc7c9f932004-04-07 03:57:35 +00008230#include <X11/Xlib.h>
8231#include <X11/extensions/Xrandr.h>
Alex Pasadyn8f174bc2003-10-15 03:28:04 +00008232int
8233main ()
8234{
Mike McCormackc7c9f932004-04-07 03:57:35 +00008235static typeof(XRRSetScreenConfigAndRate) * func;
Alex Pasadyn8f174bc2003-10-15 03:28:04 +00008236 ;
8237 return 0;
8238}
8239_ACEOF
Mike McCormackc7c9f932004-04-07 03:57:35 +00008240rm -f conftest.$ac_objext
8241if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8242 (eval $ac_compile) 2>conftest.er1
Alex Pasadyn8f174bc2003-10-15 03:28:04 +00008243 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00008244 grep -v '^ *+' conftest.er1 >conftest.err
8245 rm -f conftest.er1
8246 cat conftest.err >&5
Alex Pasadyn8f174bc2003-10-15 03:28:04 +00008247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8248 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00008249 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8251 (eval $ac_try) 2>&5
8252 ac_status=$?
8253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8254 (exit $ac_status); }; } &&
Mike McCormackc7c9f932004-04-07 03:57:35 +00008255 { ac_try='test -s conftest.$ac_objext'
Alex Pasadyn8f174bc2003-10-15 03:28:04 +00008256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8257 (eval $ac_try) 2>&5
8258 ac_status=$?
8259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8260 (exit $ac_status); }; }; then
Alex Pasadyn8f174bc2003-10-15 03:28:04 +00008261
8262cat >>confdefs.h <<\_ACEOF
8263#define HAVE_LIBXRANDR 1
8264_ACEOF
8265
Mike McCormackc7c9f932004-04-07 03:57:35 +00008266else
8267 echo "$as_me: failed program was:" >&5
8268sed 's/^/| /' conftest.$ac_ext >&5
Alex Pasadyn8f174bc2003-10-15 03:28:04 +00008269
8270fi
Mike McCormackc7c9f932004-04-07 03:57:35 +00008271rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliard255b4862003-10-15 04:09:55 +00008272 fi
Alex Pasadyn8f174bc2003-10-15 03:28:04 +00008273
Kevin Koltzau92ec21b2004-10-27 00:43:50 +00008274 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes"
8275 then
8276 echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
8277echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6
8278if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
8279 echo $ECHO_N "(cached) $ECHO_C" >&6
8280else
8281 ac_check_lib_save_LIBS=$LIBS
8282LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8283cat >conftest.$ac_ext <<_ACEOF
8284/* confdefs.h. */
8285_ACEOF
8286cat confdefs.h >>conftest.$ac_ext
8287cat >>conftest.$ac_ext <<_ACEOF
8288/* end confdefs.h. */
8289
8290/* Override any gcc2 internal prototype to avoid an error. */
8291#ifdef __cplusplus
8292extern "C"
8293#endif
8294/* We use char because int might match the return type of a gcc2
8295 builtin and then its argument prototype would still apply. */
8296char XRenderSetPictureTransform ();
8297int
8298main ()
8299{
8300XRenderSetPictureTransform ();
8301 ;
8302 return 0;
8303}
8304_ACEOF
8305rm -f conftest.$ac_objext conftest$ac_exeext
8306if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8307 (eval $ac_link) 2>conftest.er1
8308 ac_status=$?
8309 grep -v '^ *+' conftest.er1 >conftest.err
8310 rm -f conftest.er1
8311 cat conftest.err >&5
8312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8313 (exit $ac_status); } &&
8314 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8316 (eval $ac_try) 2>&5
8317 ac_status=$?
8318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8319 (exit $ac_status); }; } &&
8320 { ac_try='test -s conftest$ac_exeext'
8321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8322 (eval $ac_try) 2>&5
8323 ac_status=$?
8324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8325 (exit $ac_status); }; }; then
8326 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8327else
8328 echo "$as_me: failed program was:" >&5
8329sed 's/^/| /' conftest.$ac_ext >&5
8330
8331ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8332fi
8333rm -f conftest.err conftest.$ac_objext \
8334 conftest$ac_exeext conftest.$ac_ext
8335LIBS=$ac_check_lib_save_LIBS
8336fi
8337echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8338echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6
8339if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
8340
8341cat >>confdefs.h <<\_ACEOF
8342#define HAVE_XRENDERSETPICTURETRANSFORM 1
8343_ACEOF
8344
8345fi
8346
8347 fi
8348
Alexandre Julliardb8074992002-11-21 21:51:24 +00008349 if test "x$with_opengl" != "xno"
Lionel Ulmerfbc15b12000-04-29 14:23:22 +00008350 then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008351
8352
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008353
Huw Davies4eb45462006-03-07 13:55:35 +00008354
8355for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008356do
8357as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8358echo "$as_me:$LINENO: checking for $ac_header" >&5
8359echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8360if eval "test \"\${$as_ac_Header+set}\" = set"; then
8361 echo $ECHO_N "(cached) $ECHO_C" >&6
8362else
8363 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008364/* confdefs.h. */
8365_ACEOF
8366cat confdefs.h >>conftest.$ac_ext
8367cat >>conftest.$ac_ext <<_ACEOF
8368/* end confdefs.h. */
Alexandre Julliard73482142005-08-03 19:21:04 +00008369#ifdef HAVE_GL_GLX_H
8370# include <GL/glx.h>
8371#endif
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008372
8373#include <$ac_header>
8374_ACEOF
8375rm -f conftest.$ac_objext
8376if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00008377 (eval $ac_compile) 2>conftest.er1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008378 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00008379 grep -v '^ *+' conftest.er1 >conftest.err
8380 rm -f conftest.er1
8381 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8383 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00008384 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8385 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8386 (eval $ac_try) 2>&5
8387 ac_status=$?
8388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8389 (exit $ac_status); }; } &&
8390 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8392 (eval $ac_try) 2>&5
8393 ac_status=$?
8394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8395 (exit $ac_status); }; }; then
8396 eval "$as_ac_Header=yes"
8397else
8398 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008399sed 's/^/| /' conftest.$ac_ext >&5
8400
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008401eval "$as_ac_Header=no"
8402fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00008403rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008404fi
8405echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8406echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8407if test `eval echo '${'$as_ac_Header'}'` = yes; then
8408 cat >>confdefs.h <<_ACEOF
8409#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8410_ACEOF
8411
8412fi
8413
8414done
8415
Alexandre Julliard73482142005-08-03 19:21:04 +00008416 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8417 then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008418 echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008419echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6
8420if test "${wine_cv_opengl_version_OK+set}" = set; then
8421 echo $ECHO_N "(cached) $ECHO_C" >&6
Lionel Ulmer5c085701999-02-28 19:48:53 +00008422else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008423 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008424/* confdefs.h. */
8425_ACEOF
8426cat confdefs.h >>conftest.$ac_ext
8427cat >>conftest.$ac_ext <<_ACEOF
8428/* end confdefs.h. */
Lionel Ulmer5c085701999-02-28 19:48:53 +00008429#include <GL/gl.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008430int
8431main ()
8432{
Lionel Ulmer5c085701999-02-28 19:48:53 +00008433GLenum test = GL_UNSIGNED_SHORT_5_6_5;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008434 ;
8435 return 0;
8436}
8437_ACEOF
8438rm -f conftest.$ac_objext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008439if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00008440 (eval $ac_compile) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008441 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00008442 grep -v '^ *+' conftest.er1 >conftest.err
8443 rm -f conftest.er1
8444 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008446 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00008447 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8449 (eval $ac_try) 2>&5
8450 ac_status=$?
8451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8452 (exit $ac_status); }; } &&
8453 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008455 (eval $ac_try) 2>&5
8456 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008458 (exit $ac_status); }; }; then
Lionel Ulmerbedf40b2000-05-12 20:18:14 +00008459 wine_cv_opengl_version_OK="yes"
Lionel Ulmer5c085701999-02-28 19:48:53 +00008460else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008461 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008462sed 's/^/| /' conftest.$ac_ext >&5
8463
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008464wine_cv_opengl_version_OK="no"
Lionel Ulmer5c085701999-02-28 19:48:53 +00008465
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008466fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00008467rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Lionel Ulmer5c085701999-02-28 19:48:53 +00008468
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008469fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008470echo "$as_me:$LINENO: result: $wine_cv_opengl_version_OK" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008471echo "${ECHO_T}$wine_cv_opengl_version_OK" >&6
8472
Alexandre Julliardb8074992002-11-21 21:51:24 +00008473 if test "$wine_cv_opengl_version_OK" = "yes"
Lionel Ulmerfbc15b12000-04-29 14:23:22 +00008474 then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008475 echo "$as_me:$LINENO: checking for glXCreateContext in -lGL" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008476echo $ECHO_N "checking for glXCreateContext in -lGL... $ECHO_C" >&6
8477if test "${ac_cv_lib_GL_glXCreateContext+set}" = set; then
8478 echo $ECHO_N "(cached) $ECHO_C" >&6
Patrik Stridvall24110281999-02-04 10:09:54 +00008479else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008480 ac_check_lib_save_LIBS=$LIBS
Marcus Meissner376ec882000-01-05 03:24:52 +00008481LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008482cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008483/* confdefs.h. */
8484_ACEOF
8485cat confdefs.h >>conftest.$ac_ext
8486cat >>conftest.$ac_ext <<_ACEOF
8487/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008488
Patrik Stridvall24110281999-02-04 10:09:54 +00008489/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008490#ifdef __cplusplus
8491extern "C"
8492#endif
Patrik Stridvall24110281999-02-04 10:09:54 +00008493/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008494 builtin and then its argument prototype would still apply. */
8495char glXCreateContext ();
8496int
8497main ()
8498{
8499glXCreateContext ();
8500 ;
8501 return 0;
8502}
8503_ACEOF
8504rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008505if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00008506 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008507 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00008508 grep -v '^ *+' conftest.er1 >conftest.err
8509 rm -f conftest.er1
8510 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008512 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00008513 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8515 (eval $ac_try) 2>&5
8516 ac_status=$?
8517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8518 (exit $ac_status); }; } &&
8519 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008521 (eval $ac_try) 2>&5
8522 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008524 (exit $ac_status); }; }; then
8525 ac_cv_lib_GL_glXCreateContext=yes
Patrik Stridvall24110281999-02-04 10:09:54 +00008526else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008527 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008528sed 's/^/| /' conftest.$ac_ext >&5
8529
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008530ac_cv_lib_GL_glXCreateContext=no
Patrik Stridvall24110281999-02-04 10:09:54 +00008531fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00008532rm -f conftest.err conftest.$ac_objext \
8533 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008534LIBS=$ac_check_lib_save_LIBS
Patrik Stridvall24110281999-02-04 10:09:54 +00008535fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008536echo "$as_me:$LINENO: result: $ac_cv_lib_GL_glXCreateContext" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008537echo "${ECHO_T}$ac_cv_lib_GL_glXCreateContext" >&6
8538if test $ac_cv_lib_GL_glXCreateContext = yes; then
Lionel Ulmer56ab2b3e2002-11-15 04:16:38 +00008539 OPENGL_LIBS="-lGL"
Patrik Stridvall24110281999-02-04 10:09:54 +00008540
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008541fi
Lionel Ulmerfbc15b12000-04-29 14:23:22 +00008542
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008543
Alexandre Julliardb508a1d2002-01-21 18:06:10 +00008544 if test "$ac_cv_lib_GL_glXCreateContext" = "yes"
Lionel Ulmerbd8ede12000-10-12 20:45:58 +00008545 then
Lionel Ulmerbd8ede12000-10-12 20:45:58 +00008546 OPENGLFILES='$(OPENGLFILES)'
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008547
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008548cat >>confdefs.h <<\_ACEOF
Marcus Meissner6bb6d4c2000-08-09 22:21:08 +00008549#define HAVE_OPENGL 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008550_ACEOF
Marcus Meissner6bb6d4c2000-08-09 22:21:08 +00008551
Anderson Lizardo5a2da4e2005-07-25 11:12:11 +00008552 else
8553 if test -f /usr/X11R6/lib/libGL.a
8554 then
8555 { { echo "$as_me:$LINENO: error: /usr/X11R6/lib/libGL.a is present on your system.
8556This prevents linking to OpenGL. Delete the file and restart configure." >&5
8557echo "$as_me: error: /usr/X11R6/lib/libGL.a is present on your system.
8558This prevents linking to OpenGL. Delete the file and restart configure." >&2;}
8559 { (exit 1); exit 1; }; }
8560 fi
Lionel Ulmerfbc15b12000-04-29 14:23:22 +00008561 fi
Anderson Lizardo5a2da4e2005-07-25 11:12:11 +00008562
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008563 echo "$as_me:$LINENO: checking for gluLookAt in -lGLU" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008564echo $ECHO_N "checking for gluLookAt in -lGLU... $ECHO_C" >&6
8565if test "${ac_cv_lib_GLU_gluLookAt+set}" = set; then
8566 echo $ECHO_N "(cached) $ECHO_C" >&6
Marcus Meissnerb63ab442001-06-08 19:02:57 +00008567else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008568 ac_check_lib_save_LIBS=$LIBS
Lionel Ulmer56ab2b3e2002-11-15 04:16:38 +00008569LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS
Marcus Meissnerb63ab442001-06-08 19:02:57 +00008570 $LIBS"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008571cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008572/* confdefs.h. */
8573_ACEOF
8574cat confdefs.h >>conftest.$ac_ext
8575cat >>conftest.$ac_ext <<_ACEOF
8576/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008577
Marcus Meissnerb63ab442001-06-08 19:02:57 +00008578/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008579#ifdef __cplusplus
8580extern "C"
8581#endif
Marcus Meissnerb63ab442001-06-08 19:02:57 +00008582/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008583 builtin and then its argument prototype would still apply. */
8584char gluLookAt ();
8585int
8586main ()
8587{
8588gluLookAt ();
8589 ;
8590 return 0;
8591}
8592_ACEOF
8593rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008594if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00008595 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008596 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00008597 grep -v '^ *+' conftest.er1 >conftest.err
8598 rm -f conftest.er1
8599 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008601 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00008602 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8604 (eval $ac_try) 2>&5
8605 ac_status=$?
8606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8607 (exit $ac_status); }; } &&
8608 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008610 (eval $ac_try) 2>&5
8611 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008613 (exit $ac_status); }; }; then
8614 ac_cv_lib_GLU_gluLookAt=yes
Marcus Meissnerb63ab442001-06-08 19:02:57 +00008615else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008616 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008617sed 's/^/| /' conftest.$ac_ext >&5
8618
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008619ac_cv_lib_GLU_gluLookAt=no
Marcus Meissnerb63ab442001-06-08 19:02:57 +00008620fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00008621rm -f conftest.err conftest.$ac_objext \
8622 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008623LIBS=$ac_check_lib_save_LIBS
Marcus Meissnerb63ab442001-06-08 19:02:57 +00008624fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008625echo "$as_me:$LINENO: result: $ac_cv_lib_GLU_gluLookAt" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008626echo "${ECHO_T}$ac_cv_lib_GLU_gluLookAt" >&6
8627if test $ac_cv_lib_GLU_gluLookAt = yes; then
Lionel Ulmer56ab2b3e2002-11-15 04:16:38 +00008628 OPENGL_LIBS="$OPENGL_LIBS -lGLU"
Marcus Meissnerb63ab442001-06-08 19:02:57 +00008629 GLU32FILES='$(GLU32FILES)'
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008630
Marcus Meissnerb63ab442001-06-08 19:02:57 +00008631fi
8632
Lionel Ulmerfbc15b12000-04-29 14:23:22 +00008633 fi
Jacek Cabanef799c42003-12-02 04:11:09 +00008634
8635 echo "$as_me:$LINENO: checking for glutMainLoop in -lglut" >&5
8636echo $ECHO_N "checking for glutMainLoop in -lglut... $ECHO_C" >&6
8637if test "${ac_cv_lib_glut_glutMainLoop+set}" = set; then
8638 echo $ECHO_N "(cached) $ECHO_C" >&6
8639else
8640 ac_check_lib_save_LIBS=$LIBS
Jacek Caban5e69f112003-12-03 20:26:43 +00008641LIBS="-lglut $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXmu -lXi -lX11 $X_EXTRA_LIBS $LIBS"
Jacek Cabanef799c42003-12-02 04:11:09 +00008642cat >conftest.$ac_ext <<_ACEOF
Jacek Cabanef799c42003-12-02 04:11:09 +00008643/* confdefs.h. */
8644_ACEOF
8645cat confdefs.h >>conftest.$ac_ext
8646cat >>conftest.$ac_ext <<_ACEOF
8647/* end confdefs.h. */
8648
8649/* Override any gcc2 internal prototype to avoid an error. */
8650#ifdef __cplusplus
8651extern "C"
8652#endif
8653/* We use char because int might match the return type of a gcc2
8654 builtin and then its argument prototype would still apply. */
8655char glutMainLoop ();
8656int
8657main ()
8658{
8659glutMainLoop ();
8660 ;
8661 return 0;
8662}
8663_ACEOF
8664rm -f conftest.$ac_objext conftest$ac_exeext
8665if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00008666 (eval $ac_link) 2>conftest.er1
Jacek Cabanef799c42003-12-02 04:11:09 +00008667 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00008668 grep -v '^ *+' conftest.er1 >conftest.err
8669 rm -f conftest.er1
8670 cat conftest.err >&5
Jacek Cabanef799c42003-12-02 04:11:09 +00008671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8672 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00008673 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8674 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8675 (eval $ac_try) 2>&5
8676 ac_status=$?
8677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8678 (exit $ac_status); }; } &&
8679 { ac_try='test -s conftest$ac_exeext'
Jacek Cabanef799c42003-12-02 04:11:09 +00008680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8681 (eval $ac_try) 2>&5
8682 ac_status=$?
8683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8684 (exit $ac_status); }; }; then
8685 ac_cv_lib_glut_glutMainLoop=yes
8686else
8687 echo "$as_me: failed program was:" >&5
8688sed 's/^/| /' conftest.$ac_ext >&5
8689
8690ac_cv_lib_glut_glutMainLoop=no
8691fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00008692rm -f conftest.err conftest.$ac_objext \
8693 conftest$ac_exeext conftest.$ac_ext
Jacek Cabanef799c42003-12-02 04:11:09 +00008694LIBS=$ac_check_lib_save_LIBS
8695fi
8696echo "$as_me:$LINENO: result: $ac_cv_lib_glut_glutMainLoop" >&5
8697echo "${ECHO_T}$ac_cv_lib_glut_glutMainLoop" >&6
8698if test $ac_cv_lib_glut_glutMainLoop = yes; then
Jacek Caban5e69f112003-12-03 20:26:43 +00008699 GLUT_LIBS="-lglut -lXmu -lXi"
Jacek Cabanef799c42003-12-02 04:11:09 +00008700
8701 GLUT32FILES='$(GLUT32FILES)'
8702
8703fi
8704
Lionel Ulmerfbc15b12000-04-29 14:23:22 +00008705 fi
Patrik Stridvall24110281999-02-04 10:09:54 +00008706 fi
Ove Kaaven1eb593c1999-02-14 09:34:46 +00008707
Francois Gouget6f670b12002-10-10 17:54:27 +00008708 NASLIBS=""
8709
8710
8711for ac_header in audio/audiolib.h
8712do
8713as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8714if eval "test \"\${$as_ac_Header+set}\" = set"; then
8715 echo "$as_me:$LINENO: checking for $ac_header" >&5
8716echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8717if eval "test \"\${$as_ac_Header+set}\" = set"; then
8718 echo $ECHO_N "(cached) $ECHO_C" >&6
8719fi
8720echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8721echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8722else
8723 # Is the header compilable?
8724echo "$as_me:$LINENO: checking $ac_header usability" >&5
8725echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8726cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008727/* confdefs.h. */
8728_ACEOF
8729cat confdefs.h >>conftest.$ac_ext
8730cat >>conftest.$ac_ext <<_ACEOF
8731/* end confdefs.h. */
Francois Gouget6f670b12002-10-10 17:54:27 +00008732$ac_includes_default
8733#include <$ac_header>
8734_ACEOF
8735rm -f conftest.$ac_objext
8736if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00008737 (eval $ac_compile) 2>conftest.er1
Francois Gouget6f670b12002-10-10 17:54:27 +00008738 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00008739 grep -v '^ *+' conftest.er1 >conftest.err
8740 rm -f conftest.er1
8741 cat conftest.err >&5
Francois Gouget6f670b12002-10-10 17:54:27 +00008742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8743 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00008744 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8746 (eval $ac_try) 2>&5
8747 ac_status=$?
8748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8749 (exit $ac_status); }; } &&
8750 { ac_try='test -s conftest.$ac_objext'
Francois Gouget6f670b12002-10-10 17:54:27 +00008751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8752 (eval $ac_try) 2>&5
8753 ac_status=$?
8754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8755 (exit $ac_status); }; }; then
8756 ac_header_compiler=yes
8757else
8758 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008759sed 's/^/| /' conftest.$ac_ext >&5
8760
Francois Gouget6f670b12002-10-10 17:54:27 +00008761ac_header_compiler=no
8762fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00008763rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Francois Gouget6f670b12002-10-10 17:54:27 +00008764echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8765echo "${ECHO_T}$ac_header_compiler" >&6
8766
8767# Is the header present?
8768echo "$as_me:$LINENO: checking $ac_header presence" >&5
8769echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8770cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008771/* confdefs.h. */
8772_ACEOF
8773cat confdefs.h >>conftest.$ac_ext
8774cat >>conftest.$ac_ext <<_ACEOF
8775/* end confdefs.h. */
Francois Gouget6f670b12002-10-10 17:54:27 +00008776#include <$ac_header>
8777_ACEOF
8778if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8779 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8780 ac_status=$?
8781 grep -v '^ *+' conftest.er1 >conftest.err
8782 rm -f conftest.er1
8783 cat conftest.err >&5
8784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8785 (exit $ac_status); } >/dev/null; then
8786 if test -s conftest.err; then
8787 ac_cpp_err=$ac_c_preproc_warn_flag
Alexandre Julliard875927f2004-01-02 01:55:29 +00008788 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
Francois Gouget6f670b12002-10-10 17:54:27 +00008789 else
8790 ac_cpp_err=
8791 fi
8792else
8793 ac_cpp_err=yes
8794fi
8795if test -z "$ac_cpp_err"; then
8796 ac_header_preproc=yes
8797else
8798 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008799sed 's/^/| /' conftest.$ac_ext >&5
8800
Francois Gouget6f670b12002-10-10 17:54:27 +00008801 ac_header_preproc=no
8802fi
8803rm -f conftest.err conftest.$ac_ext
8804echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8805echo "${ECHO_T}$ac_header_preproc" >&6
8806
8807# So? What about this header?
Alexandre Julliard875927f2004-01-02 01:55:29 +00008808case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8809 yes:no: )
Francois Gouget6f670b12002-10-10 17:54:27 +00008810 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8811echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
Alexandre Julliard875927f2004-01-02 01:55:29 +00008812 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8813echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
8814 ac_header_preproc=yes
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008815 ;;
Alexandre Julliard875927f2004-01-02 01:55:29 +00008816 no:yes:* )
Francois Gouget6f670b12002-10-10 17:54:27 +00008817 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8818echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
Alexandre Julliard875927f2004-01-02 01:55:29 +00008819 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8820echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8821 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8822echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8823 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
8824echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
Francois Gouget6f670b12002-10-10 17:54:27 +00008825 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008826echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
Alexandre Julliard875927f2004-01-02 01:55:29 +00008827 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8828echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008829 (
8830 cat <<\_ASBOX
8831## ------------------------------------ ##
Alexandre Julliard875927f2004-01-02 01:55:29 +00008832## Report this to wine-devel@winehq.org ##
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008833## ------------------------------------ ##
8834_ASBOX
8835 ) |
8836 sed "s/^/$as_me: WARNING: /" >&2
8837 ;;
Francois Gouget6f670b12002-10-10 17:54:27 +00008838esac
8839echo "$as_me:$LINENO: checking for $ac_header" >&5
8840echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8841if eval "test \"\${$as_ac_Header+set}\" = set"; then
8842 echo $ECHO_N "(cached) $ECHO_C" >&6
8843else
Alexandre Julliard875927f2004-01-02 01:55:29 +00008844 eval "$as_ac_Header=\$ac_header_preproc"
Francois Gouget6f670b12002-10-10 17:54:27 +00008845fi
8846echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8847echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8848
8849fi
8850if test `eval echo '${'$as_ac_Header'}'` = yes; then
8851 cat >>confdefs.h <<_ACEOF
8852#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8853_ACEOF
8854
8855for ac_header in audio/soundlib.h
8856do
8857as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8858echo "$as_me:$LINENO: checking for $ac_header" >&5
8859echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8860if eval "test \"\${$as_ac_Header+set}\" = set"; then
8861 echo $ECHO_N "(cached) $ECHO_C" >&6
8862else
8863 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008864/* confdefs.h. */
8865_ACEOF
8866cat confdefs.h >>conftest.$ac_ext
8867cat >>conftest.$ac_ext <<_ACEOF
8868/* end confdefs.h. */
Francois Gouget6f670b12002-10-10 17:54:27 +00008869#include <audio/audiolib.h>
8870
8871#include <$ac_header>
8872_ACEOF
8873rm -f conftest.$ac_objext
8874if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00008875 (eval $ac_compile) 2>conftest.er1
Francois Gouget6f670b12002-10-10 17:54:27 +00008876 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00008877 grep -v '^ *+' conftest.er1 >conftest.err
8878 rm -f conftest.er1
8879 cat conftest.err >&5
Francois Gouget6f670b12002-10-10 17:54:27 +00008880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8881 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00008882 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8884 (eval $ac_try) 2>&5
8885 ac_status=$?
8886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8887 (exit $ac_status); }; } &&
8888 { ac_try='test -s conftest.$ac_objext'
Francois Gouget6f670b12002-10-10 17:54:27 +00008889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8890 (eval $ac_try) 2>&5
8891 ac_status=$?
8892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8893 (exit $ac_status); }; }; then
8894 eval "$as_ac_Header=yes"
8895else
8896 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008897sed 's/^/| /' conftest.$ac_ext >&5
8898
Francois Gouget6f670b12002-10-10 17:54:27 +00008899eval "$as_ac_Header=no"
8900fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00008901rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Francois Gouget6f670b12002-10-10 17:54:27 +00008902fi
8903echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8904echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8905if test `eval echo '${'$as_ac_Header'}'` = yes; then
8906 cat >>confdefs.h <<_ACEOF
8907#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8908_ACEOF
8909
8910fi
8911
8912done
8913
8914 echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
8915echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6
8916if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
8917 echo $ECHO_N "(cached) $ECHO_C" >&6
8918else
8919 ac_check_lib_save_LIBS=$LIBS
8920LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8921cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008922/* confdefs.h. */
8923_ACEOF
8924cat confdefs.h >>conftest.$ac_ext
8925cat >>conftest.$ac_ext <<_ACEOF
8926/* end confdefs.h. */
Francois Gouget6f670b12002-10-10 17:54:27 +00008927
8928/* Override any gcc2 internal prototype to avoid an error. */
8929#ifdef __cplusplus
8930extern "C"
8931#endif
8932/* We use char because int might match the return type of a gcc2
8933 builtin and then its argument prototype would still apply. */
8934char AuCreateFlow ();
8935int
8936main ()
8937{
8938AuCreateFlow ();
8939 ;
8940 return 0;
8941}
8942_ACEOF
8943rm -f conftest.$ac_objext conftest$ac_exeext
8944if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00008945 (eval $ac_link) 2>conftest.er1
Francois Gouget6f670b12002-10-10 17:54:27 +00008946 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00008947 grep -v '^ *+' conftest.er1 >conftest.err
8948 rm -f conftest.er1
8949 cat conftest.err >&5
Francois Gouget6f670b12002-10-10 17:54:27 +00008950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8951 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00008952 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8954 (eval $ac_try) 2>&5
8955 ac_status=$?
8956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8957 (exit $ac_status); }; } &&
8958 { ac_try='test -s conftest$ac_exeext'
Francois Gouget6f670b12002-10-10 17:54:27 +00008959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8960 (eval $ac_try) 2>&5
8961 ac_status=$?
8962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8963 (exit $ac_status); }; }; then
8964 ac_cv_lib_audio_AuCreateFlow=yes
8965else
8966 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008967sed 's/^/| /' conftest.$ac_ext >&5
8968
Francois Gouget6f670b12002-10-10 17:54:27 +00008969ac_cv_lib_audio_AuCreateFlow=no
8970fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00008971rm -f conftest.err conftest.$ac_objext \
8972 conftest$ac_exeext conftest.$ac_ext
Francois Gouget6f670b12002-10-10 17:54:27 +00008973LIBS=$ac_check_lib_save_LIBS
8974fi
8975echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8976echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6
8977if test $ac_cv_lib_audio_AuCreateFlow = yes; then
8978
8979cat >>confdefs.h <<\_ACEOF
8980#define HAVE_NAS 1
8981_ACEOF
8982
8983 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
8984fi
8985
8986fi
8987
8988done
8989
8990
Ove Kaaven1eb593c1999-02-14 09:34:46 +00008991 CPPFLAGS="$ac_save_CPPFLAGS"
Patrik Stridvall2941a212000-04-25 20:34:22 +00008992 XFILES='$(XFILES)'
Patrik Stridvallea584721998-11-01 16:22:07 +00008993else
8994 XLIB=""
8995 X_CFLAGS=""
8996 X_LIBS=""
8997fi
Alexandre Julliard902da691995-11-05 14:39:02 +00008998
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00008999
9000XML2LIBS=""
9001
9002XML2INCL=""
9003
Mike McCormackf3719a82005-09-03 09:39:38 +00009004XSLTLIBS=""
9005
9006XSLTINCL=""
9007
Mike McCormack90c75bd2005-08-08 18:36:53 +00009008if test "$PKG_CONFIG" != "false"
9009then
9010 ac_save_CPPFLAGS="$CPPFLAGS"
9011 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0`"
9012 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0`"
9013 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009014
9015for ac_header in libxml/parser.h
9016do
9017as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9018if eval "test \"\${$as_ac_Header+set}\" = set"; then
9019 echo "$as_me:$LINENO: checking for $ac_header" >&5
9020echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9021if eval "test \"\${$as_ac_Header+set}\" = set"; then
9022 echo $ECHO_N "(cached) $ECHO_C" >&6
9023fi
9024echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9025echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9026else
9027 # Is the header compilable?
9028echo "$as_me:$LINENO: checking $ac_header usability" >&5
9029echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9030cat >conftest.$ac_ext <<_ACEOF
9031/* confdefs.h. */
9032_ACEOF
9033cat confdefs.h >>conftest.$ac_ext
9034cat >>conftest.$ac_ext <<_ACEOF
9035/* end confdefs.h. */
9036$ac_includes_default
9037#include <$ac_header>
9038_ACEOF
9039rm -f conftest.$ac_objext
9040if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9041 (eval $ac_compile) 2>conftest.er1
9042 ac_status=$?
9043 grep -v '^ *+' conftest.er1 >conftest.err
9044 rm -f conftest.er1
9045 cat conftest.err >&5
9046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9047 (exit $ac_status); } &&
9048 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9050 (eval $ac_try) 2>&5
9051 ac_status=$?
9052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9053 (exit $ac_status); }; } &&
9054 { ac_try='test -s conftest.$ac_objext'
9055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9056 (eval $ac_try) 2>&5
9057 ac_status=$?
9058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9059 (exit $ac_status); }; }; then
9060 ac_header_compiler=yes
9061else
9062 echo "$as_me: failed program was:" >&5
9063sed 's/^/| /' conftest.$ac_ext >&5
9064
9065ac_header_compiler=no
9066fi
9067rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9068echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9069echo "${ECHO_T}$ac_header_compiler" >&6
9070
9071# Is the header present?
9072echo "$as_me:$LINENO: checking $ac_header presence" >&5
9073echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9074cat >conftest.$ac_ext <<_ACEOF
9075/* confdefs.h. */
9076_ACEOF
9077cat confdefs.h >>conftest.$ac_ext
9078cat >>conftest.$ac_ext <<_ACEOF
9079/* end confdefs.h. */
9080#include <$ac_header>
9081_ACEOF
9082if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9083 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9084 ac_status=$?
9085 grep -v '^ *+' conftest.er1 >conftest.err
9086 rm -f conftest.er1
9087 cat conftest.err >&5
9088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9089 (exit $ac_status); } >/dev/null; then
9090 if test -s conftest.err; then
9091 ac_cpp_err=$ac_c_preproc_warn_flag
9092 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9093 else
9094 ac_cpp_err=
9095 fi
9096else
9097 ac_cpp_err=yes
9098fi
9099if test -z "$ac_cpp_err"; then
9100 ac_header_preproc=yes
9101else
9102 echo "$as_me: failed program was:" >&5
9103sed 's/^/| /' conftest.$ac_ext >&5
9104
9105 ac_header_preproc=no
9106fi
9107rm -f conftest.err conftest.$ac_ext
9108echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9109echo "${ECHO_T}$ac_header_preproc" >&6
9110
9111# So? What about this header?
9112case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9113 yes:no: )
9114 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9115echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9116 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9117echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9118 ac_header_preproc=yes
9119 ;;
9120 no:yes:* )
9121 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9122echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9123 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9124echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9125 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9126echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9127 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9128echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9129 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9130echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9131 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9132echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9133 (
9134 cat <<\_ASBOX
9135## ------------------------------------ ##
9136## Report this to wine-devel@winehq.org ##
9137## ------------------------------------ ##
9138_ASBOX
9139 ) |
9140 sed "s/^/$as_me: WARNING: /" >&2
9141 ;;
9142esac
9143echo "$as_me:$LINENO: checking for $ac_header" >&5
9144echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9145if eval "test \"\${$as_ac_Header+set}\" = set"; then
9146 echo $ECHO_N "(cached) $ECHO_C" >&6
9147else
9148 eval "$as_ac_Header=\$ac_header_preproc"
9149fi
9150echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9151echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9152
9153fi
9154if test `eval echo '${'$as_ac_Header'}'` = yes; then
9155 cat >>confdefs.h <<_ACEOF
9156#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9157_ACEOF
Mike McCormack90c75bd2005-08-08 18:36:53 +00009158 echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
9159echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6
9160if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009161 echo $ECHO_N "(cached) $ECHO_C" >&6
9162else
9163 ac_check_lib_save_LIBS=$LIBS
Mike McCormack90c75bd2005-08-08 18:36:53 +00009164LIBS="-lxml2 $ac_xml_libs $LIBS"
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009165cat >conftest.$ac_ext <<_ACEOF
9166/* confdefs.h. */
9167_ACEOF
9168cat confdefs.h >>conftest.$ac_ext
9169cat >>conftest.$ac_ext <<_ACEOF
9170/* end confdefs.h. */
9171
9172/* Override any gcc2 internal prototype to avoid an error. */
9173#ifdef __cplusplus
9174extern "C"
9175#endif
9176/* We use char because int might match the return type of a gcc2
9177 builtin and then its argument prototype would still apply. */
Mike McCormack90c75bd2005-08-08 18:36:53 +00009178char xmlParseMemory ();
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009179int
9180main ()
9181{
Mike McCormack90c75bd2005-08-08 18:36:53 +00009182xmlParseMemory ();
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009183 ;
9184 return 0;
9185}
9186_ACEOF
9187rm -f conftest.$ac_objext conftest$ac_exeext
9188if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9189 (eval $ac_link) 2>conftest.er1
9190 ac_status=$?
9191 grep -v '^ *+' conftest.er1 >conftest.err
9192 rm -f conftest.er1
9193 cat conftest.err >&5
9194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9195 (exit $ac_status); } &&
9196 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9198 (eval $ac_try) 2>&5
9199 ac_status=$?
9200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9201 (exit $ac_status); }; } &&
9202 { ac_try='test -s conftest$ac_exeext'
9203 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9204 (eval $ac_try) 2>&5
9205 ac_status=$?
9206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9207 (exit $ac_status); }; }; then
Mike McCormack90c75bd2005-08-08 18:36:53 +00009208 ac_cv_lib_xml2_xmlParseMemory=yes
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009209else
9210 echo "$as_me: failed program was:" >&5
9211sed 's/^/| /' conftest.$ac_ext >&5
9212
Mike McCormack90c75bd2005-08-08 18:36:53 +00009213ac_cv_lib_xml2_xmlParseMemory=no
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009214fi
9215rm -f conftest.err conftest.$ac_objext \
9216 conftest$ac_exeext conftest.$ac_ext
9217LIBS=$ac_check_lib_save_LIBS
9218fi
Mike McCormack90c75bd2005-08-08 18:36:53 +00009219echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
9220echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6
9221if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009222
9223cat >>confdefs.h <<\_ACEOF
9224#define HAVE_LIBXML2 1
9225_ACEOF
9226
Mike McCormack90c75bd2005-08-08 18:36:53 +00009227 XML2LIBS="$ac_xml_libs"
9228 XML2INCL="$ac_xml_cflags"
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009229fi
9230
Mike McCormack70adb8f2005-08-12 10:35:17 +00009231 echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
9232echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6
9233if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
9234 echo $ECHO_N "(cached) $ECHO_C" >&6
9235else
9236 ac_check_lib_save_LIBS=$LIBS
Mike McCormackf3719a82005-09-03 09:39:38 +00009237LIBS="-lxml2 $ac_xml_libs $LIBS"
Mike McCormack70adb8f2005-08-12 10:35:17 +00009238cat >conftest.$ac_ext <<_ACEOF
9239/* confdefs.h. */
9240_ACEOF
9241cat confdefs.h >>conftest.$ac_ext
9242cat >>conftest.$ac_ext <<_ACEOF
9243/* end confdefs.h. */
9244
9245/* Override any gcc2 internal prototype to avoid an error. */
9246#ifdef __cplusplus
9247extern "C"
9248#endif
9249/* We use char because int might match the return type of a gcc2
9250 builtin and then its argument prototype would still apply. */
9251char xmlReadMemory ();
9252int
9253main ()
9254{
9255xmlReadMemory ();
9256 ;
9257 return 0;
9258}
9259_ACEOF
9260rm -f conftest.$ac_objext conftest$ac_exeext
9261if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9262 (eval $ac_link) 2>conftest.er1
9263 ac_status=$?
9264 grep -v '^ *+' conftest.er1 >conftest.err
9265 rm -f conftest.er1
9266 cat conftest.err >&5
9267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9268 (exit $ac_status); } &&
9269 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9270 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9271 (eval $ac_try) 2>&5
9272 ac_status=$?
9273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9274 (exit $ac_status); }; } &&
9275 { ac_try='test -s conftest$ac_exeext'
9276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9277 (eval $ac_try) 2>&5
9278 ac_status=$?
9279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9280 (exit $ac_status); }; }; then
9281 ac_cv_lib_xml2_xmlReadMemory=yes
9282else
9283 echo "$as_me: failed program was:" >&5
9284sed 's/^/| /' conftest.$ac_ext >&5
9285
9286ac_cv_lib_xml2_xmlReadMemory=no
9287fi
9288rm -f conftest.err conftest.$ac_objext \
9289 conftest$ac_exeext conftest.$ac_ext
9290LIBS=$ac_check_lib_save_LIBS
9291fi
9292echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9293echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6
9294if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
9295
9296cat >>confdefs.h <<\_ACEOF
9297#define HAVE_XMLREADMEMORY 1
9298_ACEOF
9299
9300fi
9301
9302
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009303fi
9304
9305done
9306
Mike McCormack90c75bd2005-08-08 18:36:53 +00009307 CPPFLAGS="$ac_save_CPPFLAGS"
Mike McCormackf3719a82005-09-03 09:39:38 +00009308 ac_xslt_libs="`$PKG_CONFIG --libs libxslt`"
9309 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt`"
9310 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9311
9312
Vincent Bérond7f64242005-09-15 09:39:09 +00009313for ac_header in libxslt/pattern.h libxslt/transform.h
Mike McCormackf3719a82005-09-03 09:39:38 +00009314do
9315as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
Vincent Bérond7f64242005-09-15 09:39:09 +00009316echo "$as_me:$LINENO: checking for $ac_header" >&5
Mike McCormackf3719a82005-09-03 09:39:38 +00009317echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9318if eval "test \"\${$as_ac_Header+set}\" = set"; then
9319 echo $ECHO_N "(cached) $ECHO_C" >&6
Mike McCormackf3719a82005-09-03 09:39:38 +00009320else
Vincent Bérond7f64242005-09-15 09:39:09 +00009321 cat >conftest.$ac_ext <<_ACEOF
Mike McCormackf3719a82005-09-03 09:39:38 +00009322/* confdefs.h. */
9323_ACEOF
9324cat confdefs.h >>conftest.$ac_ext
9325cat >>conftest.$ac_ext <<_ACEOF
9326/* end confdefs.h. */
Vincent Bérond7f64242005-09-15 09:39:09 +00009327#ifdef HAVE_LIBXSLT_PATTERN_H
9328# include <libxslt/pattern.h>
9329#endif
9330
Mike McCormackf3719a82005-09-03 09:39:38 +00009331#include <$ac_header>
9332_ACEOF
9333rm -f conftest.$ac_objext
9334if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9335 (eval $ac_compile) 2>conftest.er1
9336 ac_status=$?
9337 grep -v '^ *+' conftest.er1 >conftest.err
9338 rm -f conftest.er1
9339 cat conftest.err >&5
9340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9341 (exit $ac_status); } &&
9342 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9344 (eval $ac_try) 2>&5
9345 ac_status=$?
9346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9347 (exit $ac_status); }; } &&
9348 { ac_try='test -s conftest.$ac_objext'
9349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9350 (eval $ac_try) 2>&5
9351 ac_status=$?
9352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9353 (exit $ac_status); }; }; then
Vincent Bérond7f64242005-09-15 09:39:09 +00009354 eval "$as_ac_Header=yes"
Mike McCormackf3719a82005-09-03 09:39:38 +00009355else
9356 echo "$as_me: failed program was:" >&5
9357sed 's/^/| /' conftest.$ac_ext >&5
9358
Vincent Bérond7f64242005-09-15 09:39:09 +00009359eval "$as_ac_Header=no"
Mike McCormackf3719a82005-09-03 09:39:38 +00009360fi
9361rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Mike McCormackf3719a82005-09-03 09:39:38 +00009362fi
9363echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9364echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
Mike McCormackf3719a82005-09-03 09:39:38 +00009365if test `eval echo '${'$as_ac_Header'}'` = yes; then
9366 cat >>confdefs.h <<_ACEOF
9367#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9368_ACEOF
9369 echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
9370echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6
9371if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
9372 echo $ECHO_N "(cached) $ECHO_C" >&6
9373else
9374 ac_check_lib_save_LIBS=$LIBS
9375LIBS="-lxslt $ac_xslt_libs $LIBS"
9376cat >conftest.$ac_ext <<_ACEOF
9377/* confdefs.h. */
9378_ACEOF
9379cat confdefs.h >>conftest.$ac_ext
9380cat >>conftest.$ac_ext <<_ACEOF
9381/* end confdefs.h. */
9382
9383/* Override any gcc2 internal prototype to avoid an error. */
9384#ifdef __cplusplus
9385extern "C"
9386#endif
9387/* We use char because int might match the return type of a gcc2
9388 builtin and then its argument prototype would still apply. */
9389char xsltCompilePattern ();
9390int
9391main ()
9392{
9393xsltCompilePattern ();
9394 ;
9395 return 0;
9396}
9397_ACEOF
9398rm -f conftest.$ac_objext conftest$ac_exeext
9399if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9400 (eval $ac_link) 2>conftest.er1
9401 ac_status=$?
9402 grep -v '^ *+' conftest.er1 >conftest.err
9403 rm -f conftest.er1
9404 cat conftest.err >&5
9405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9406 (exit $ac_status); } &&
9407 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9409 (eval $ac_try) 2>&5
9410 ac_status=$?
9411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9412 (exit $ac_status); }; } &&
9413 { ac_try='test -s conftest$ac_exeext'
9414 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9415 (eval $ac_try) 2>&5
9416 ac_status=$?
9417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9418 (exit $ac_status); }; }; then
9419 ac_cv_lib_xslt_xsltCompilePattern=yes
9420else
9421 echo "$as_me: failed program was:" >&5
9422sed 's/^/| /' conftest.$ac_ext >&5
9423
9424ac_cv_lib_xslt_xsltCompilePattern=no
9425fi
9426rm -f conftest.err conftest.$ac_objext \
9427 conftest$ac_exeext conftest.$ac_ext
9428LIBS=$ac_check_lib_save_LIBS
9429fi
9430echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
9431echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6
9432if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
9433
9434cat >>confdefs.h <<\_ACEOF
9435#define HAVE_LIBXSLT 1
9436_ACEOF
9437
9438 XSLTLIBS="$ac_xslt_libs"
9439 XSLTINCL="$ac_xslt_cflags"
9440fi
9441
9442
9443fi
9444
9445done
9446
9447 CPPFLAGS="$ac_save_CPPFLAGS"
Mike McCormack90c75bd2005-08-08 18:36:53 +00009448fi
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009449
Alexandre Julliard48957682001-12-26 23:08:31 +00009450CURSESLIBS=""
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009451if test "x$with_curses" != "xno"
Patrik Stridvall5e5ad532000-04-23 20:02:46 +00009452then
Alexandre Julliard73482142005-08-03 19:21:04 +00009453 if test "$ac_cv_header_ncurses_h" = "yes"
9454 then
9455 echo "$as_me:$LINENO: checking for waddch in -lncurses" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009456echo $ECHO_N "checking for waddch in -lncurses... $ECHO_C" >&6
9457if test "${ac_cv_lib_ncurses_waddch+set}" = set; then
9458 echo $ECHO_N "(cached) $ECHO_C" >&6
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009459else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009460 ac_check_lib_save_LIBS=$LIBS
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009461LIBS="-lncurses $LIBS"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009462cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00009463/* confdefs.h. */
9464_ACEOF
9465cat confdefs.h >>conftest.$ac_ext
9466cat >>conftest.$ac_ext <<_ACEOF
9467/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009468
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009469/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009470#ifdef __cplusplus
9471extern "C"
9472#endif
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009473/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009474 builtin and then its argument prototype would still apply. */
9475char waddch ();
9476int
9477main ()
9478{
9479waddch ();
9480 ;
9481 return 0;
9482}
9483_ACEOF
9484rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009485if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00009486 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009487 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00009488 grep -v '^ *+' conftest.er1 >conftest.err
9489 rm -f conftest.er1
9490 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009492 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00009493 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9495 (eval $ac_try) 2>&5
9496 ac_status=$?
9497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9498 (exit $ac_status); }; } &&
9499 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009501 (eval $ac_try) 2>&5
9502 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009504 (exit $ac_status); }; }; then
9505 ac_cv_lib_ncurses_waddch=yes
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009506else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009507 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00009508sed 's/^/| /' conftest.$ac_ext >&5
9509
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009510ac_cv_lib_ncurses_waddch=no
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009511fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00009512rm -f conftest.err conftest.$ac_objext \
9513 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009514LIBS=$ac_check_lib_save_LIBS
9515fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009516echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_waddch" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009517echo "${ECHO_T}$ac_cv_lib_ncurses_waddch" >&6
9518if test $ac_cv_lib_ncurses_waddch = yes; then
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009519
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009520cat >>confdefs.h <<\_ACEOF
Alexandre Julliard48957682001-12-26 23:08:31 +00009521#define HAVE_LIBNCURSES 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009522_ACEOF
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009523
Alexandre Julliard48957682001-12-26 23:08:31 +00009524 CURSESLIBS="-lncurses"
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009525fi
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00009526
Alexandre Julliard73482142005-08-03 19:21:04 +00009527 elif test "$ac_cv_header_curses_h" = "yes"
9528 then
9529 echo "$as_me:$LINENO: checking for waddch in -lcurses" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009530echo $ECHO_N "checking for waddch in -lcurses... $ECHO_C" >&6
9531if test "${ac_cv_lib_curses_waddch+set}" = set; then
9532 echo $ECHO_N "(cached) $ECHO_C" >&6
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009533else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009534 ac_check_lib_save_LIBS=$LIBS
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009535LIBS="-lcurses $LIBS"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009536cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00009537/* confdefs.h. */
9538_ACEOF
9539cat confdefs.h >>conftest.$ac_ext
9540cat >>conftest.$ac_ext <<_ACEOF
9541/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009542
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009543/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009544#ifdef __cplusplus
9545extern "C"
9546#endif
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009547/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009548 builtin and then its argument prototype would still apply. */
9549char waddch ();
9550int
9551main ()
9552{
9553waddch ();
9554 ;
9555 return 0;
9556}
9557_ACEOF
9558rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009559if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00009560 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009561 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00009562 grep -v '^ *+' conftest.er1 >conftest.err
9563 rm -f conftest.er1
9564 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009566 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00009567 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9569 (eval $ac_try) 2>&5
9570 ac_status=$?
9571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9572 (exit $ac_status); }; } &&
9573 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009575 (eval $ac_try) 2>&5
9576 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009578 (exit $ac_status); }; }; then
9579 ac_cv_lib_curses_waddch=yes
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009580else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009581 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00009582sed 's/^/| /' conftest.$ac_ext >&5
9583
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009584ac_cv_lib_curses_waddch=no
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009585fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00009586rm -f conftest.err conftest.$ac_objext \
9587 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009588LIBS=$ac_check_lib_save_LIBS
9589fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009590echo "$as_me:$LINENO: result: $ac_cv_lib_curses_waddch" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009591echo "${ECHO_T}$ac_cv_lib_curses_waddch" >&6
9592if test $ac_cv_lib_curses_waddch = yes; then
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009593
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009594cat >>confdefs.h <<\_ACEOF
Alexandre Julliard48957682001-12-26 23:08:31 +00009595#define HAVE_LIBCURSES 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009596_ACEOF
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009597
Alexandre Julliard73482142005-08-03 19:21:04 +00009598 CURSESLIBS="-lcurses"
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009599fi
9600
Alexandre Julliard73482142005-08-03 19:21:04 +00009601 fi
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009602fi
9603
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009604
Shi Quan He6b0720f2002-03-21 02:58:39 +00009605# Extract the first word of "sane-config", so it can be a program name with args.
9606set dummy sane-config; ac_word=$2
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009607echo "$as_me:$LINENO: checking for $ac_word" >&5
Shi Quan He6b0720f2002-03-21 02:58:39 +00009608echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9609if test "${ac_cv_prog_sane_devel+set}" = set; then
9610 echo $ECHO_N "(cached) $ECHO_C" >&6
9611else
9612 if test -n "$sane_devel"; then
9613 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9614else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009615as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9616for as_dir in $PATH
9617do
9618 IFS=$as_save_IFS
9619 test -z "$as_dir" && as_dir=.
9620 for ac_exec_ext in '' $ac_executable_extensions; do
9621 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9622 ac_cv_prog_sane_devel="sane-config"
9623 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9624 break 2
9625 fi
9626done
Shi Quan He6b0720f2002-03-21 02:58:39 +00009627done
9628
9629 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9630fi
9631fi
9632sane_devel=$ac_cv_prog_sane_devel
9633if test -n "$sane_devel"; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009634 echo "$as_me:$LINENO: result: $sane_devel" >&5
Shi Quan He6b0720f2002-03-21 02:58:39 +00009635echo "${ECHO_T}$sane_devel" >&6
9636else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009637 echo "$as_me:$LINENO: result: no" >&5
Shi Quan He6b0720f2002-03-21 02:58:39 +00009638echo "${ECHO_T}no" >&6
9639fi
9640
Alexandre Julliard82776022005-08-08 11:17:25 +00009641SANELIBS=""
9642
9643SANEINCL=""
9644
9645if test "$sane_devel" != "no"
Shi Quan He6b0720f2002-03-21 02:58:39 +00009646then
Shi Quan He6b0720f2002-03-21 02:58:39 +00009647 SANELIBS="`$sane_devel --libs`"
9648 SANEINCL="`$sane_devel --cflags`"
9649 ac_save_CPPFLAGS="$CPPFLAGS"
9650 ac_save_LIBS="$LIBS"
9651 CPPFLAGS="$CPPFLAGS $SANEINCL"
9652 LIBS="$LIBS $SANELIBS"
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009653 if test "${ac_cv_header_sane_sane_h+set}" = set; then
9654 echo "$as_me:$LINENO: checking for sane/sane.h" >&5
Shi Quan He6b0720f2002-03-21 02:58:39 +00009655echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6
9656if test "${ac_cv_header_sane_sane_h+set}" = set; then
9657 echo $ECHO_N "(cached) $ECHO_C" >&6
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009658fi
9659echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
9660echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6
Shi Quan He6b0720f2002-03-21 02:58:39 +00009661else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009662 # Is the header compilable?
9663echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
9664echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6
9665cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00009666/* confdefs.h. */
9667_ACEOF
9668cat confdefs.h >>conftest.$ac_ext
9669cat >>conftest.$ac_ext <<_ACEOF
9670/* end confdefs.h. */
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009671$ac_includes_default
9672#include <sane/sane.h>
9673_ACEOF
9674rm -f conftest.$ac_objext
9675if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00009676 (eval $ac_compile) 2>conftest.er1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009677 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00009678 grep -v '^ *+' conftest.er1 >conftest.err
9679 rm -f conftest.er1
9680 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9682 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00009683 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9685 (eval $ac_try) 2>&5
9686 ac_status=$?
9687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9688 (exit $ac_status); }; } &&
9689 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9691 (eval $ac_try) 2>&5
9692 ac_status=$?
9693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9694 (exit $ac_status); }; }; then
9695 ac_header_compiler=yes
9696else
9697 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00009698sed 's/^/| /' conftest.$ac_ext >&5
9699
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009700ac_header_compiler=no
9701fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00009702rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009703echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9704echo "${ECHO_T}$ac_header_compiler" >&6
9705
9706# Is the header present?
9707echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
9708echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6
9709cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00009710/* confdefs.h. */
9711_ACEOF
9712cat confdefs.h >>conftest.$ac_ext
9713cat >>conftest.$ac_ext <<_ACEOF
9714/* end confdefs.h. */
Shi Quan He6b0720f2002-03-21 02:58:39 +00009715#include <sane/sane.h>
9716_ACEOF
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009717if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
Shi Quan He6b0720f2002-03-21 02:58:39 +00009718 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9719 ac_status=$?
Alexandre Julliard11af04e2002-10-10 03:48:04 +00009720 grep -v '^ *+' conftest.er1 >conftest.err
Shi Quan He6b0720f2002-03-21 02:58:39 +00009721 rm -f conftest.er1
9722 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Shi Quan He6b0720f2002-03-21 02:58:39 +00009724 (exit $ac_status); } >/dev/null; then
9725 if test -s conftest.err; then
9726 ac_cpp_err=$ac_c_preproc_warn_flag
Alexandre Julliard875927f2004-01-02 01:55:29 +00009727 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
Shi Quan He6b0720f2002-03-21 02:58:39 +00009728 else
9729 ac_cpp_err=
9730 fi
9731else
9732 ac_cpp_err=yes
9733fi
9734if test -z "$ac_cpp_err"; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009735 ac_header_preproc=yes
Shi Quan He6b0720f2002-03-21 02:58:39 +00009736else
9737 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00009738sed 's/^/| /' conftest.$ac_ext >&5
9739
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009740 ac_header_preproc=no
Shi Quan He6b0720f2002-03-21 02:58:39 +00009741fi
9742rm -f conftest.err conftest.$ac_ext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009743echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9744echo "${ECHO_T}$ac_header_preproc" >&6
9745
9746# So? What about this header?
Alexandre Julliard875927f2004-01-02 01:55:29 +00009747case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9748 yes:no: )
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009749 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
9750echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
Alexandre Julliard875927f2004-01-02 01:55:29 +00009751 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
9752echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
9753 ac_header_preproc=yes
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00009754 ;;
Alexandre Julliard875927f2004-01-02 01:55:29 +00009755 no:yes:* )
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009756 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
9757echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
Alexandre Julliard875927f2004-01-02 01:55:29 +00009758 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
9759echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
9760 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
9761echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
9762 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
9763echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009764 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00009765echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
Alexandre Julliard875927f2004-01-02 01:55:29 +00009766 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
9767echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00009768 (
9769 cat <<\_ASBOX
9770## ------------------------------------ ##
Alexandre Julliard875927f2004-01-02 01:55:29 +00009771## Report this to wine-devel@winehq.org ##
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00009772## ------------------------------------ ##
9773_ASBOX
9774 ) |
9775 sed "s/^/$as_me: WARNING: /" >&2
9776 ;;
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009777esac
9778echo "$as_me:$LINENO: checking for sane/sane.h" >&5
9779echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6
9780if test "${ac_cv_header_sane_sane_h+set}" = set; then
9781 echo $ECHO_N "(cached) $ECHO_C" >&6
9782else
9783 ac_cv_header_sane_sane_h=$ac_header_preproc
Shi Quan He6b0720f2002-03-21 02:58:39 +00009784fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009785echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
Shi Quan He6b0720f2002-03-21 02:58:39 +00009786echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009787
9788fi
Shi Quan He6b0720f2002-03-21 02:58:39 +00009789if test $ac_cv_header_sane_sane_h = yes; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009790 echo "$as_me:$LINENO: checking for sane_open in -lsane" >&5
Shi Quan He6b0720f2002-03-21 02:58:39 +00009791echo $ECHO_N "checking for sane_open in -lsane... $ECHO_C" >&6
9792if test "${ac_cv_lib_sane_sane_open+set}" = set; then
9793 echo $ECHO_N "(cached) $ECHO_C" >&6
9794else
9795 ac_check_lib_save_LIBS=$LIBS
9796LIBS="-lsane $LIBS"
9797cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00009798/* confdefs.h. */
9799_ACEOF
9800cat confdefs.h >>conftest.$ac_ext
9801cat >>conftest.$ac_ext <<_ACEOF
9802/* end confdefs.h. */
Shi Quan He6b0720f2002-03-21 02:58:39 +00009803
9804/* Override any gcc2 internal prototype to avoid an error. */
9805#ifdef __cplusplus
9806extern "C"
9807#endif
9808/* We use char because int might match the return type of a gcc2
9809 builtin and then its argument prototype would still apply. */
9810char sane_open ();
9811int
9812main ()
9813{
9814sane_open ();
9815 ;
9816 return 0;
9817}
9818_ACEOF
9819rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009820if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00009821 (eval $ac_link) 2>conftest.er1
Shi Quan He6b0720f2002-03-21 02:58:39 +00009822 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00009823 grep -v '^ *+' conftest.er1 >conftest.err
9824 rm -f conftest.er1
9825 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Shi Quan He6b0720f2002-03-21 02:58:39 +00009827 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00009828 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9830 (eval $ac_try) 2>&5
9831 ac_status=$?
9832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9833 (exit $ac_status); }; } &&
9834 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Shi Quan He6b0720f2002-03-21 02:58:39 +00009836 (eval $ac_try) 2>&5
9837 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Shi Quan He6b0720f2002-03-21 02:58:39 +00009839 (exit $ac_status); }; }; then
9840 ac_cv_lib_sane_sane_open=yes
9841else
9842 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00009843sed 's/^/| /' conftest.$ac_ext >&5
9844
Shi Quan He6b0720f2002-03-21 02:58:39 +00009845ac_cv_lib_sane_sane_open=no
9846fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00009847rm -f conftest.err conftest.$ac_objext \
9848 conftest$ac_exeext conftest.$ac_ext
Shi Quan He6b0720f2002-03-21 02:58:39 +00009849LIBS=$ac_check_lib_save_LIBS
9850fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009851echo "$as_me:$LINENO: result: $ac_cv_lib_sane_sane_open" >&5
Shi Quan He6b0720f2002-03-21 02:58:39 +00009852echo "${ECHO_T}$ac_cv_lib_sane_sane_open" >&6
9853if test $ac_cv_lib_sane_sane_open = yes; then
9854
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009855cat >>confdefs.h <<\_ACEOF
Shi Quan He6b0720f2002-03-21 02:58:39 +00009856#define HAVE_SANE 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009857_ACEOF
Shi Quan He6b0720f2002-03-21 02:58:39 +00009858
9859else
9860 SANELIBS=""
Alexandre Julliard96328b32002-03-31 19:23:41 +00009861 SANEINCL=""
Shi Quan He6b0720f2002-03-21 02:58:39 +00009862fi
9863
Alexandre Julliard96328b32002-03-31 19:23:41 +00009864else
9865 SANELIBS=""
9866 SANEINCL=""
Shi Quan He6b0720f2002-03-21 02:58:39 +00009867fi
9868
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009869
Shi Quan He6b0720f2002-03-21 02:58:39 +00009870 LIBS="$ac_save_LIBS"
9871 CPPFLAGS="$ac_save_CPPFLAGS"
9872fi
9873
Alexandre Julliard4ee82902003-06-20 21:38:10 +00009874if test "$ac_cv_header_unicode_ubidi_h" = "yes"
9875then
Marcus Meissnerbc624582004-01-18 22:15:46 +00009876 saved_libs="$LIBS"
9877 ICU_LIB_DIR="${ICU_LIB_DIR-/usr/lib}"
Shachar Shemesh9f2627e2004-04-06 20:13:21 +00009878 ICUUC_LIB="${ICUUC_LIB-$ICU_LIB_DIR/libsicuuc.a}"
9879 ICUDATA_LIB="${ICUDATA_LIB-$ICU_LIB_DIR/libsicudata.a}"
9880 echo "$as_me:$LINENO: checking whether can link with ICU libraries $ICUUC_LIB and $ICUDATA_LIB" >&5
9881echo $ECHO_N "checking whether can link with ICU libraries $ICUUC_LIB and $ICUDATA_LIB... $ECHO_C" >&6
Marcus Meissnerbc624582004-01-18 22:15:46 +00009882 LIBS="$LIBS $ICUUC_LIB $ICUDATA_LIB -lstdc++ -lgcc_s"
9883 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliard4ee82902003-06-20 21:38:10 +00009884/* confdefs.h. */
9885_ACEOF
9886cat confdefs.h >>conftest.$ac_ext
9887cat >>conftest.$ac_ext <<_ACEOF
9888/* end confdefs.h. */
9889#include <unicode/ubidi.h>
9890int
9891main ()
9892{
9893ubidi_open()
9894 ;
9895 return 0;
9896}
9897_ACEOF
9898rm -f conftest.$ac_objext conftest$ac_exeext
9899if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +00009900 (eval $ac_link) 2>conftest.er1
Alexandre Julliard4ee82902003-06-20 21:38:10 +00009901 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +00009902 grep -v '^ *+' conftest.er1 >conftest.err
9903 rm -f conftest.er1
9904 cat conftest.err >&5
Alexandre Julliard4ee82902003-06-20 21:38:10 +00009905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9906 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +00009907 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9909 (eval $ac_try) 2>&5
9910 ac_status=$?
9911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9912 (exit $ac_status); }; } &&
9913 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliard4ee82902003-06-20 21:38:10 +00009914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9915 (eval $ac_try) 2>&5
9916 ac_status=$?
9917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9918 (exit $ac_status); }; }; then
Alexandre Julliard4ee82902003-06-20 21:38:10 +00009919
9920cat >>confdefs.h <<\_ACEOF
9921#define HAVE_ICU 1
9922_ACEOF
9923
Marcus Meissnerbc624582004-01-18 22:15:46 +00009924 ICULIBS="$ICUUC_LIB $ICUDATA_LIB -lstdc++ -lgcc_s"
Alexandre Julliard4ee82902003-06-20 21:38:10 +00009925
Shachar Shemesh9f2627e2004-04-06 20:13:21 +00009926 echo "$as_me:$LINENO: result: yes" >&5
9927echo "${ECHO_T}yes" >&6
Marcus Meissnerbc624582004-01-18 22:15:46 +00009928else
9929 echo "$as_me: failed program was:" >&5
9930sed 's/^/| /' conftest.$ac_ext >&5
9931
Shachar Shemesh9f2627e2004-04-06 20:13:21 +00009932echo "$as_me:$LINENO: result: no" >&5
9933echo "${ECHO_T}no" >&6
Marcus Meissnerbc624582004-01-18 22:15:46 +00009934fi
9935rm -f conftest.err conftest.$ac_objext \
9936 conftest$ac_exeext conftest.$ac_ext
9937 LIBS="$saved_libs"
Alexandre Julliard4ee82902003-06-20 21:38:10 +00009938fi
9939
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02009940RESOLVLIBS=""
9941
9942if test "$ac_cv_header_resolv_h" = "yes"
9943then
9944 echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
9945echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6
9946if test "${ac_cv_lib_resolv_res_query+set}" = set; then
9947 echo $ECHO_N "(cached) $ECHO_C" >&6
9948else
9949 ac_check_lib_save_LIBS=$LIBS
9950LIBS="-lresolv $LIBS"
9951cat >conftest.$ac_ext <<_ACEOF
9952/* confdefs.h. */
9953_ACEOF
9954cat confdefs.h >>conftest.$ac_ext
9955cat >>conftest.$ac_ext <<_ACEOF
9956/* end confdefs.h. */
9957
9958/* Override any gcc2 internal prototype to avoid an error. */
9959#ifdef __cplusplus
9960extern "C"
9961#endif
9962/* We use char because int might match the return type of a gcc2
9963 builtin and then its argument prototype would still apply. */
9964char res_query ();
9965int
9966main ()
9967{
9968res_query ();
9969 ;
9970 return 0;
9971}
9972_ACEOF
9973rm -f conftest.$ac_objext conftest$ac_exeext
9974if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9975 (eval $ac_link) 2>conftest.er1
9976 ac_status=$?
9977 grep -v '^ *+' conftest.er1 >conftest.err
9978 rm -f conftest.er1
9979 cat conftest.err >&5
9980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9981 (exit $ac_status); } &&
9982 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9984 (eval $ac_try) 2>&5
9985 ac_status=$?
9986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9987 (exit $ac_status); }; } &&
9988 { ac_try='test -s conftest$ac_exeext'
9989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9990 (eval $ac_try) 2>&5
9991 ac_status=$?
9992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9993 (exit $ac_status); }; }; then
9994 ac_cv_lib_resolv_res_query=yes
9995else
9996 echo "$as_me: failed program was:" >&5
9997sed 's/^/| /' conftest.$ac_ext >&5
9998
9999ac_cv_lib_resolv_res_query=no
10000fi
10001rm -f conftest.err conftest.$ac_objext \
10002 conftest$ac_exeext conftest.$ac_ext
10003LIBS=$ac_check_lib_save_LIBS
10004fi
10005echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
10006echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6
10007if test $ac_cv_lib_resolv_res_query = yes; then
10008
10009cat >>confdefs.h <<\_ACEOF
10010#define HAVE_RESOLV 1
10011_ACEOF
10012
10013 RESOLVLIBS="-lresolv"
10014fi
10015
10016fi
10017
Hans Leidekkerd3447022005-07-15 10:09:43 +000010018LCMSLIBS=""
10019
10020if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
10021then
10022 echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
10023echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6
10024if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
10025 echo $ECHO_N "(cached) $ECHO_C" >&6
10026else
10027 ac_check_lib_save_LIBS=$LIBS
10028LIBS="-llcms $LIBS"
10029cat >conftest.$ac_ext <<_ACEOF
10030/* confdefs.h. */
10031_ACEOF
10032cat confdefs.h >>conftest.$ac_ext
10033cat >>conftest.$ac_ext <<_ACEOF
10034/* end confdefs.h. */
10035
10036/* Override any gcc2 internal prototype to avoid an error. */
10037#ifdef __cplusplus
10038extern "C"
10039#endif
10040/* We use char because int might match the return type of a gcc2
10041 builtin and then its argument prototype would still apply. */
10042char cmsOpenProfileFromFile ();
10043int
10044main ()
10045{
10046cmsOpenProfileFromFile ();
10047 ;
10048 return 0;
10049}
10050_ACEOF
10051rm -f conftest.$ac_objext conftest$ac_exeext
10052if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10053 (eval $ac_link) 2>conftest.er1
10054 ac_status=$?
10055 grep -v '^ *+' conftest.er1 >conftest.err
10056 rm -f conftest.er1
10057 cat conftest.err >&5
10058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10059 (exit $ac_status); } &&
10060 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10062 (eval $ac_try) 2>&5
10063 ac_status=$?
10064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10065 (exit $ac_status); }; } &&
10066 { ac_try='test -s conftest$ac_exeext'
10067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10068 (eval $ac_try) 2>&5
10069 ac_status=$?
10070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10071 (exit $ac_status); }; }; then
10072 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
10073else
10074 echo "$as_me: failed program was:" >&5
10075sed 's/^/| /' conftest.$ac_ext >&5
10076
10077ac_cv_lib_lcms_cmsOpenProfileFromFile=no
10078fi
10079rm -f conftest.err conftest.$ac_objext \
10080 conftest$ac_exeext conftest.$ac_ext
10081LIBS=$ac_check_lib_save_LIBS
10082fi
10083echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
10084echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6
10085if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
10086
10087cat >>confdefs.h <<\_ACEOF
10088#define HAVE_LCMS 1
10089_ACEOF
10090
10091 LCMSLIBS="-llcms"
10092fi
10093
10094fi
10095
Hans Leidekkerea524de2005-07-15 16:39:42 +000010096LDAPLIBS=""
10097
10098if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
10099then
Hans Leidekkerecfc2c12005-11-29 17:35:09 +010010100 echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
10101echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6
10102if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
Hans Leidekkerea524de2005-07-15 16:39:42 +000010103 echo $ECHO_N "(cached) $ECHO_C" >&6
10104else
10105 ac_check_lib_save_LIBS=$LIBS
Hans Leidekkerecfc2c12005-11-29 17:35:09 +010010106LIBS="-lldap_r $LIBPTHREAD $LIBS"
Hans Leidekkerea524de2005-07-15 16:39:42 +000010107cat >conftest.$ac_ext <<_ACEOF
10108/* confdefs.h. */
10109_ACEOF
10110cat confdefs.h >>conftest.$ac_ext
10111cat >>conftest.$ac_ext <<_ACEOF
10112/* end confdefs.h. */
10113
10114/* Override any gcc2 internal prototype to avoid an error. */
10115#ifdef __cplusplus
10116extern "C"
10117#endif
10118/* We use char because int might match the return type of a gcc2
10119 builtin and then its argument prototype would still apply. */
Hans Leidekker20d0e802005-11-18 16:56:44 +000010120char ldap_initialize ();
Hans Leidekkerea524de2005-07-15 16:39:42 +000010121int
10122main ()
10123{
Hans Leidekker20d0e802005-11-18 16:56:44 +000010124ldap_initialize ();
Hans Leidekkerea524de2005-07-15 16:39:42 +000010125 ;
10126 return 0;
10127}
10128_ACEOF
10129rm -f conftest.$ac_objext conftest$ac_exeext
10130if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10131 (eval $ac_link) 2>conftest.er1
10132 ac_status=$?
10133 grep -v '^ *+' conftest.er1 >conftest.err
10134 rm -f conftest.er1
10135 cat conftest.err >&5
10136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10137 (exit $ac_status); } &&
10138 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10140 (eval $ac_try) 2>&5
10141 ac_status=$?
10142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10143 (exit $ac_status); }; } &&
10144 { ac_try='test -s conftest$ac_exeext'
10145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10146 (eval $ac_try) 2>&5
10147 ac_status=$?
10148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10149 (exit $ac_status); }; }; then
Hans Leidekkerecfc2c12005-11-29 17:35:09 +010010150 ac_cv_lib_ldap_r_ldap_initialize=yes
Hans Leidekkerea524de2005-07-15 16:39:42 +000010151else
10152 echo "$as_me: failed program was:" >&5
10153sed 's/^/| /' conftest.$ac_ext >&5
10154
Hans Leidekkerecfc2c12005-11-29 17:35:09 +010010155ac_cv_lib_ldap_r_ldap_initialize=no
Hans Leidekkerea524de2005-07-15 16:39:42 +000010156fi
10157rm -f conftest.err conftest.$ac_objext \
10158 conftest$ac_exeext conftest.$ac_ext
10159LIBS=$ac_check_lib_save_LIBS
10160fi
Hans Leidekkerecfc2c12005-11-29 17:35:09 +010010161echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
10162echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6
10163if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
Hans Leidekkerea524de2005-07-15 16:39:42 +000010164 echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
10165echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6
10166if test "${ac_cv_lib_lber_ber_init+set}" = set; then
10167 echo $ECHO_N "(cached) $ECHO_C" >&6
10168else
10169 ac_check_lib_save_LIBS=$LIBS
Hans Leidekkerecfc2c12005-11-29 17:35:09 +010010170LIBS="-llber $LIBPTHREAD $LIBS"
Hans Leidekkerea524de2005-07-15 16:39:42 +000010171cat >conftest.$ac_ext <<_ACEOF
10172/* confdefs.h. */
10173_ACEOF
10174cat confdefs.h >>conftest.$ac_ext
10175cat >>conftest.$ac_ext <<_ACEOF
10176/* end confdefs.h. */
10177
10178/* Override any gcc2 internal prototype to avoid an error. */
10179#ifdef __cplusplus
10180extern "C"
10181#endif
10182/* We use char because int might match the return type of a gcc2
10183 builtin and then its argument prototype would still apply. */
10184char ber_init ();
10185int
10186main ()
10187{
10188ber_init ();
10189 ;
10190 return 0;
10191}
10192_ACEOF
10193rm -f conftest.$ac_objext conftest$ac_exeext
10194if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10195 (eval $ac_link) 2>conftest.er1
10196 ac_status=$?
10197 grep -v '^ *+' conftest.er1 >conftest.err
10198 rm -f conftest.er1
10199 cat conftest.err >&5
10200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10201 (exit $ac_status); } &&
10202 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10203 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10204 (eval $ac_try) 2>&5
10205 ac_status=$?
10206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10207 (exit $ac_status); }; } &&
10208 { ac_try='test -s conftest$ac_exeext'
10209 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10210 (eval $ac_try) 2>&5
10211 ac_status=$?
10212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10213 (exit $ac_status); }; }; then
10214 ac_cv_lib_lber_ber_init=yes
10215else
10216 echo "$as_me: failed program was:" >&5
10217sed 's/^/| /' conftest.$ac_ext >&5
10218
10219ac_cv_lib_lber_ber_init=no
10220fi
10221rm -f conftest.err conftest.$ac_objext \
10222 conftest$ac_exeext conftest.$ac_ext
10223LIBS=$ac_check_lib_save_LIBS
10224fi
10225echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
10226echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6
10227if test $ac_cv_lib_lber_ber_init = yes; then
10228
10229cat >>confdefs.h <<\_ACEOF
10230#define HAVE_LDAP 1
10231_ACEOF
10232
Hans Leidekkerecfc2c12005-11-29 17:35:09 +010010233 LDAPLIBS="-lldap_r -llber"
Hans Leidekkerea524de2005-07-15 16:39:42 +000010234fi
10235
10236fi
10237
Alexandre Julliard2d1a6272006-02-11 20:54:06 +010010238 ac_wine_check_funcs_save_LIBS="$LIBS"
10239LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
Hans Leidekkerb2c62c92005-12-21 18:42:00 +010010240
10241
10242
10243
10244for ac_func in \
10245 ldap_count_references \
10246 ldap_first_reference \
10247 ldap_next_reference \
10248 ldap_parse_reference
10249do
10250as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10251echo "$as_me:$LINENO: checking for $ac_func" >&5
10252echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10253if eval "test \"\${$as_ac_var+set}\" = set"; then
10254 echo $ECHO_N "(cached) $ECHO_C" >&6
10255else
10256 cat >conftest.$ac_ext <<_ACEOF
10257/* confdefs.h. */
10258_ACEOF
10259cat confdefs.h >>conftest.$ac_ext
10260cat >>conftest.$ac_ext <<_ACEOF
10261/* end confdefs.h. */
10262/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10263 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10264#define $ac_func innocuous_$ac_func
10265
10266/* System header to define __stub macros and hopefully few prototypes,
10267 which can conflict with char $ac_func (); below.
10268 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10269 <limits.h> exists even on freestanding compilers. */
10270
10271#ifdef __STDC__
10272# include <limits.h>
10273#else
10274# include <assert.h>
10275#endif
10276
10277#undef $ac_func
10278
10279/* Override any gcc2 internal prototype to avoid an error. */
10280#ifdef __cplusplus
10281extern "C"
10282{
10283#endif
10284/* We use char because int might match the return type of a gcc2
10285 builtin and then its argument prototype would still apply. */
10286char $ac_func ();
10287/* The GNU C library defines this for functions which it implements
10288 to always fail with ENOSYS. Some functions are actually named
10289 something starting with __ and the normal name is an alias. */
10290#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10291choke me
10292#else
10293char (*f) () = $ac_func;
10294#endif
10295#ifdef __cplusplus
10296}
10297#endif
10298
10299int
10300main ()
10301{
10302return f != $ac_func;
10303 ;
10304 return 0;
10305}
10306_ACEOF
10307rm -f conftest.$ac_objext conftest$ac_exeext
10308if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10309 (eval $ac_link) 2>conftest.er1
10310 ac_status=$?
10311 grep -v '^ *+' conftest.er1 >conftest.err
10312 rm -f conftest.er1
10313 cat conftest.err >&5
10314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10315 (exit $ac_status); } &&
10316 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10318 (eval $ac_try) 2>&5
10319 ac_status=$?
10320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10321 (exit $ac_status); }; } &&
10322 { ac_try='test -s conftest$ac_exeext'
10323 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10324 (eval $ac_try) 2>&5
10325 ac_status=$?
10326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10327 (exit $ac_status); }; }; then
10328 eval "$as_ac_var=yes"
10329else
10330 echo "$as_me: failed program was:" >&5
10331sed 's/^/| /' conftest.$ac_ext >&5
10332
10333eval "$as_ac_var=no"
10334fi
10335rm -f conftest.err conftest.$ac_objext \
10336 conftest$ac_exeext conftest.$ac_ext
10337fi
10338echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10339echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10340if test `eval echo '${'$as_ac_var'}'` = yes; then
10341 cat >>confdefs.h <<_ACEOF
10342#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10343_ACEOF
10344
10345fi
10346done
10347
Alexandre Julliard2d1a6272006-02-11 20:54:06 +010010348LIBS="$ac_wine_check_funcs_save_LIBS"
Hans Leidekkerea524de2005-07-15 16:39:42 +000010349fi
10350
Alexandre Julliard82776022005-08-08 11:17:25 +000010351FREETYPELIBS=""
10352
10353FREETYPEINCL=""
10354
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010355echo "$as_me:$LINENO: checking for FT_Init_FreeType in -lfreetype" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010356echo $ECHO_N "checking for FT_Init_FreeType in -lfreetype... $ECHO_C" >&6
10357if test "${ac_cv_lib_freetype_FT_Init_FreeType+set}" = set; then
10358 echo $ECHO_N "(cached) $ECHO_C" >&6
Ian Pilcher563598d2001-05-16 20:56:05 +000010359else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010360 ac_check_lib_save_LIBS=$LIBS
Dmitry Timoshkov8871a112001-11-06 22:26:53 +000010361LIBS="-lfreetype $X_LIBS $LIBS"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010362cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000010363/* confdefs.h. */
10364_ACEOF
10365cat confdefs.h >>conftest.$ac_ext
10366cat >>conftest.$ac_ext <<_ACEOF
10367/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010368
Ian Pilcher563598d2001-05-16 20:56:05 +000010369/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010370#ifdef __cplusplus
10371extern "C"
10372#endif
Ian Pilcher563598d2001-05-16 20:56:05 +000010373/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010374 builtin and then its argument prototype would still apply. */
10375char FT_Init_FreeType ();
10376int
10377main ()
10378{
10379FT_Init_FreeType ();
10380 ;
10381 return 0;
10382}
10383_ACEOF
10384rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010385if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000010386 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010387 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000010388 grep -v '^ *+' conftest.er1 >conftest.err
10389 rm -f conftest.er1
10390 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010392 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000010393 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10395 (eval $ac_try) 2>&5
10396 ac_status=$?
10397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10398 (exit $ac_status); }; } &&
10399 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010401 (eval $ac_try) 2>&5
10402 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010404 (exit $ac_status); }; }; then
10405 ac_cv_lib_freetype_FT_Init_FreeType=yes
Ian Pilcher563598d2001-05-16 20:56:05 +000010406else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010407 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000010408sed 's/^/| /' conftest.$ac_ext >&5
10409
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010410ac_cv_lib_freetype_FT_Init_FreeType=no
Ian Pilcher563598d2001-05-16 20:56:05 +000010411fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000010412rm -f conftest.err conftest.$ac_objext \
10413 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010414LIBS=$ac_check_lib_save_LIBS
Ian Pilcher563598d2001-05-16 20:56:05 +000010415fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010416echo "$as_me:$LINENO: result: $ac_cv_lib_freetype_FT_Init_FreeType" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010417echo "${ECHO_T}$ac_cv_lib_freetype_FT_Init_FreeType" >&6
10418if test $ac_cv_lib_freetype_FT_Init_FreeType = yes; then
Ian Pilcher563598d2001-05-16 20:56:05 +000010419 ft_lib=yes
10420else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010421 ft_lib=no
Ian Pilcher563598d2001-05-16 20:56:05 +000010422fi
10423
10424if test "$ft_lib" = "no"
10425then
Ian Pilcher563598d2001-05-16 20:56:05 +000010426 wine_cv_msg_freetype=no
10427else
10428 # Extract the first word of "freetype-config", so it can be a program name with args.
10429set dummy freetype-config; ac_word=$2
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010430echo "$as_me:$LINENO: checking for $ac_word" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010431echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10432if test "${ac_cv_prog_ft_devel+set}" = set; then
10433 echo $ECHO_N "(cached) $ECHO_C" >&6
Ian Pilcher563598d2001-05-16 20:56:05 +000010434else
10435 if test -n "$ft_devel"; then
10436 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
10437else
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010438as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10439for as_dir in $PATH
10440do
10441 IFS=$as_save_IFS
10442 test -z "$as_dir" && as_dir=.
10443 for ac_exec_ext in '' $ac_executable_extensions; do
10444 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10445 ac_cv_prog_ft_devel="freetype-config"
10446 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10447 break 2
10448 fi
10449done
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010450done
10451
Ian Pilcher563598d2001-05-16 20:56:05 +000010452 test -z "$ac_cv_prog_ft_devel" && ac_cv_prog_ft_devel="no"
10453fi
10454fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010455ft_devel=$ac_cv_prog_ft_devel
Ian Pilcher563598d2001-05-16 20:56:05 +000010456if test -n "$ft_devel"; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010457 echo "$as_me:$LINENO: result: $ft_devel" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010458echo "${ECHO_T}$ft_devel" >&6
Ian Pilcher563598d2001-05-16 20:56:05 +000010459else
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010460 echo "$as_me:$LINENO: result: no" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010461echo "${ECHO_T}no" >&6
Ian Pilcher563598d2001-05-16 20:56:05 +000010462fi
10463
10464 if test "$ft_devel" = "no"
10465 then
Marcus Meissnerd28955d2001-05-31 21:35:15 +000010466 # Extract the first word of "freetype2-config", so it can be a program name with args.
10467set dummy freetype2-config; ac_word=$2
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010468echo "$as_me:$LINENO: checking for $ac_word" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010469echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10470if test "${ac_cv_prog_ft_devel2+set}" = set; then
10471 echo $ECHO_N "(cached) $ECHO_C" >&6
Marcus Meissnerd28955d2001-05-31 21:35:15 +000010472else
10473 if test -n "$ft_devel2"; then
10474 ac_cv_prog_ft_devel2="$ft_devel2" # Let the user override the test.
10475else
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010476as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10477for as_dir in $PATH
10478do
10479 IFS=$as_save_IFS
10480 test -z "$as_dir" && as_dir=.
10481 for ac_exec_ext in '' $ac_executable_extensions; do
10482 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10483 ac_cv_prog_ft_devel2="freetype2-config"
10484 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10485 break 2
10486 fi
10487done
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010488done
10489
Marcus Meissnerd28955d2001-05-31 21:35:15 +000010490 test -z "$ac_cv_prog_ft_devel2" && ac_cv_prog_ft_devel2="no"
10491fi
10492fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010493ft_devel2=$ac_cv_prog_ft_devel2
Marcus Meissnerd28955d2001-05-31 21:35:15 +000010494if test -n "$ft_devel2"; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010495 echo "$as_me:$LINENO: result: $ft_devel2" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010496echo "${ECHO_T}$ft_devel2" >&6
Marcus Meissnerd28955d2001-05-31 21:35:15 +000010497else
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010498 echo "$as_me:$LINENO: result: no" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010499echo "${ECHO_T}no" >&6
Marcus Meissnerd28955d2001-05-31 21:35:15 +000010500fi
10501
10502 if test "$ft_devel2" = "freetype2-config"
10503 then
10504 ft_devel=$ft_devel2
10505 fi
10506 fi
10507 if test "$ft_devel" = "no"
10508 then
Ian Pilcher563598d2001-05-16 20:56:05 +000010509 wine_cv_msg_freetype=yes
10510 else
Huw Davies00acb5f2004-08-17 22:33:14 +000010511 FREETYPELIBS=`$ft_devel --libs`
Marcus Meissnerd28955d2001-05-31 21:35:15 +000010512 FREETYPEINCL=`$ft_devel --cflags`
Ian Pilcher40432fe2001-06-06 21:05:23 +000010513 ac_save_CPPFLAGS="$CPPFLAGS"
10514 CPPFLAGS="$FREETYPEINCL $CPPFLAGS"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010515
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010516
10517
10518
10519
10520
10521
10522
Rein Klazese617a9c2003-11-19 02:18:13 +000010523
Huw Daviesc2217182004-06-16 20:06:26 +000010524
Huw Davies603d21c2006-01-24 10:57:35 +010010525
Rein Klazese617a9c2003-11-19 02:18:13 +000010526for ac_header in ft2build.h \
10527 freetype/freetype.h \
Ian Pilcher40432fe2001-06-06 21:05:23 +000010528 freetype/ftglyph.h \
10529 freetype/tttables.h \
10530 freetype/ftnames.h \
10531 freetype/ftsnames.h \
Huw D M Davies814654e2001-09-12 20:21:06 +000010532 freetype/ttnameid.h \
Huw D M Davies4e2024e2001-10-23 20:06:32 +000010533 freetype/ftoutln.h \
Huw Daviesc2217182004-06-16 20:06:26 +000010534 freetype/ftwinfnt.h \
Huw Davies603d21c2006-01-24 10:57:35 +010010535 freetype/ftmodapi.h \
Huw D M Davies4e2024e2001-10-23 20:06:32 +000010536 freetype/internal/sfnt.h
Ian Pilcher40432fe2001-06-06 21:05:23 +000010537do
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010538as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
Rein Klazes9c269172003-11-20 04:17:33 +000010539echo "$as_me:$LINENO: checking for $ac_header" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010540echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10541if eval "test \"\${$as_ac_Header+set}\" = set"; then
10542 echo $ECHO_N "(cached) $ECHO_C" >&6
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010543else
Rein Klazes9c269172003-11-20 04:17:33 +000010544 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000010545/* confdefs.h. */
10546_ACEOF
10547cat confdefs.h >>conftest.$ac_ext
10548cat >>conftest.$ac_ext <<_ACEOF
10549/* end confdefs.h. */
Rein Klazes9c269172003-11-20 04:17:33 +000010550#if HAVE_FT2BUILD_H
10551 #include <ft2build.h>
10552 #endif
10553
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010554#include <$ac_header>
10555_ACEOF
10556rm -f conftest.$ac_objext
10557if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000010558 (eval $ac_compile) 2>conftest.er1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010559 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000010560 grep -v '^ *+' conftest.er1 >conftest.err
10561 rm -f conftest.er1
10562 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10564 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000010565 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10567 (eval $ac_try) 2>&5
10568 ac_status=$?
10569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10570 (exit $ac_status); }; } &&
10571 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10573 (eval $ac_try) 2>&5
10574 ac_status=$?
10575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10576 (exit $ac_status); }; }; then
Rein Klazes9c269172003-11-20 04:17:33 +000010577 eval "$as_ac_Header=yes"
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010578else
10579 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000010580sed 's/^/| /' conftest.$ac_ext >&5
10581
Rein Klazes9c269172003-11-20 04:17:33 +000010582eval "$as_ac_Header=no"
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010583fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000010584rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010585fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010586echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010587echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010588if test `eval echo '${'$as_ac_Header'}'` = yes; then
10589 cat >>confdefs.h <<_ACEOF
10590#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10591_ACEOF
10592
10593fi
10594
Ian Pilcher40432fe2001-06-06 21:05:23 +000010595done
10596
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010597 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000010598/* confdefs.h. */
10599_ACEOF
10600cat confdefs.h >>conftest.$ac_ext
10601cat >>conftest.$ac_ext <<_ACEOF
10602/* end confdefs.h. */
Alexandre Julliard18d75732002-01-29 03:02:50 +000010603#include <ft2build.h>
10604 #include <freetype/fttrigon.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010605_ACEOF
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010606if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010607 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10608 ac_status=$?
Alexandre Julliard11af04e2002-10-10 03:48:04 +000010609 grep -v '^ *+' conftest.er1 >conftest.err
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010610 rm -f conftest.er1
10611 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010613 (exit $ac_status); } >/dev/null; then
10614 if test -s conftest.err; then
10615 ac_cpp_err=$ac_c_preproc_warn_flag
Alexandre Julliard875927f2004-01-02 01:55:29 +000010616 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010617 else
10618 ac_cpp_err=
10619 fi
10620else
10621 ac_cpp_err=yes
10622fi
10623if test -z "$ac_cpp_err"; then
10624
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010625cat >>confdefs.h <<\_ACEOF
Alexandre Julliard18d75732002-01-29 03:02:50 +000010626#define HAVE_FREETYPE_FTTRIGON_H 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010627_ACEOF
Alexandre Julliard18d75732002-01-29 03:02:50 +000010628
Huw D M Daviesc1d38132002-02-08 17:09:50 +000010629 wine_cv_fttrigon=yes
Alexandre Julliard18d75732002-01-29 03:02:50 +000010630else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010631 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000010632sed 's/^/| /' conftest.$ac_ext >&5
10633
Huw D M Daviesc1d38132002-02-08 17:09:50 +000010634 wine_cv_fttrigon=no
Alexandre Julliard18d75732002-01-29 03:02:50 +000010635fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010636rm -f conftest.err conftest.$ac_ext
Huw Daviesd8a6c272006-02-22 12:24:25 +000010637 echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
10638echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6
10639if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
10640 echo $ECHO_N "(cached) $ECHO_C" >&6
10641else
10642 cat >conftest.$ac_ext <<_ACEOF
10643/* confdefs.h. */
10644_ACEOF
10645cat confdefs.h >>conftest.$ac_ext
10646cat >>conftest.$ac_ext <<_ACEOF
10647/* end confdefs.h. */
10648#include <freetype/ftmodapi.h>
10649
10650int
10651main ()
10652{
10653if ((FT_TrueTypeEngineType *) 0)
10654 return 0;
10655if (sizeof (FT_TrueTypeEngineType))
10656 return 0;
10657 ;
10658 return 0;
10659}
10660_ACEOF
10661rm -f conftest.$ac_objext
10662if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10663 (eval $ac_compile) 2>conftest.er1
10664 ac_status=$?
10665 grep -v '^ *+' conftest.er1 >conftest.err
10666 rm -f conftest.er1
10667 cat conftest.err >&5
10668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10669 (exit $ac_status); } &&
10670 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10672 (eval $ac_try) 2>&5
10673 ac_status=$?
10674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10675 (exit $ac_status); }; } &&
10676 { ac_try='test -s conftest.$ac_objext'
10677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10678 (eval $ac_try) 2>&5
10679 ac_status=$?
10680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10681 (exit $ac_status); }; }; then
10682 ac_cv_type_FT_TrueTypeEngineType=yes
10683else
10684 echo "$as_me: failed program was:" >&5
10685sed 's/^/| /' conftest.$ac_ext >&5
10686
10687ac_cv_type_FT_TrueTypeEngineType=no
10688fi
10689rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10690fi
10691echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
10692echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6
10693if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
10694
10695cat >>confdefs.h <<_ACEOF
10696#define HAVE_FT_TRUETYPEENGINETYPE 1
10697_ACEOF
10698
10699
10700fi
10701
Ian Pilcher40432fe2001-06-06 21:05:23 +000010702 CPPFLAGS="$ac_save_CPPFLAGS"
Huw D M Daviesc1d38132002-02-08 17:09:50 +000010703 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
Huw D M Davies9b1d3722002-01-29 17:09:28 +000010704 then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010705
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010706cat >>confdefs.h <<\_ACEOF
Huw D M Davies9b1d3722002-01-29 17:09:28 +000010707#define HAVE_FREETYPE 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010708_ACEOF
Huw D M Davies9b1d3722002-01-29 17:09:28 +000010709
10710 wine_cv_msg_freetype=no
10711 else
Huw Davies00acb5f2004-08-17 22:33:14 +000010712 FREETYPELIBS=""
Huw D M Davies9b1d3722002-01-29 17:09:28 +000010713 FREETYPEINCL=""
10714 wine_cv_msg_freetype=yes
10715 fi
Ian Pilcher563598d2001-05-16 20:56:05 +000010716 fi
10717fi
10718
Huw Davies00acb5f2004-08-17 22:33:14 +000010719if test "$FONTFORGE" != "false" -a -n "$FREETYPELIBS"
10720then
10721 FONTSSUBDIRS="fonts"
10722
Mike McCormack8f6aa412006-04-04 13:36:51 +090010723 wine_cv_msg_fonts=no
10724else
10725 wine_cv_msg_fonts=yes
Huw Davies00acb5f2004-08-17 22:33:14 +000010726fi
10727
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010728echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010729echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6
10730if test "${ac_cv_c_ppdev+set}" = set; then
10731 echo $ECHO_N "(cached) $ECHO_C" >&6
Pavel Roskin94d99641998-12-26 11:52:51 +000010732else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010733 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000010734/* confdefs.h. */
10735_ACEOF
10736cat confdefs.h >>conftest.$ac_ext
10737cat >>conftest.$ac_ext <<_ACEOF
10738/* end confdefs.h. */
Uwe Bonnes6509fa92001-06-26 21:06:07 +000010739#include <linux/ppdev.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010740int
10741main ()
10742{
Uwe Bonnes6509fa92001-06-26 21:06:07 +000010743ioctl (1,PPCLAIM,0)
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010744 ;
10745 return 0;
10746}
10747_ACEOF
10748rm -f conftest.$ac_objext
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010749if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000010750 (eval $ac_compile) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010751 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000010752 grep -v '^ *+' conftest.er1 >conftest.err
10753 rm -f conftest.er1
10754 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010756 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000010757 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10759 (eval $ac_try) 2>&5
10760 ac_status=$?
10761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10762 (exit $ac_status); }; } &&
10763 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010765 (eval $ac_try) 2>&5
10766 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010768 (exit $ac_status); }; }; then
Uwe Bonnes6509fa92001-06-26 21:06:07 +000010769 ac_cv_c_ppdev="yes"
10770else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010771 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000010772sed 's/^/| /' conftest.$ac_ext >&5
10773
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010774ac_cv_c_ppdev="no"
Uwe Bonnes6509fa92001-06-26 21:06:07 +000010775fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000010776rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Uwe Bonnes6509fa92001-06-26 21:06:07 +000010777
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010778fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010779echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010780echo "${ECHO_T}$ac_cv_c_ppdev" >&6
Uwe Bonnes6509fa92001-06-26 21:06:07 +000010781if test "$ac_cv_c_ppdev" = "yes"
10782then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010783
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010784cat >>confdefs.h <<\_ACEOF
Uwe Bonnes6509fa92001-06-26 21:06:07 +000010785#define HAVE_PPDEV 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010786_ACEOF
Uwe Bonnes6509fa92001-06-26 21:06:07 +000010787
10788fi
10789
Marcus Meissner5ee517a2002-08-09 19:49:31 +000010790echo "$as_me:$LINENO: checking for va_copy" >&5
10791echo $ECHO_N "checking for va_copy... $ECHO_C" >&6
10792if test "${ac_cv_c_va_copy+set}" = set; then
10793 echo $ECHO_N "(cached) $ECHO_C" >&6
10794else
10795 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000010796/* confdefs.h. */
10797_ACEOF
10798cat confdefs.h >>conftest.$ac_ext
10799cat >>conftest.$ac_ext <<_ACEOF
10800/* end confdefs.h. */
Marcus Meissner5ee517a2002-08-09 19:49:31 +000010801#include <stdarg.h>
Marcus Meissner5ee517a2002-08-09 19:49:31 +000010802int
10803main ()
10804{
10805va_list ap1, ap2;
10806 va_copy(ap1,ap2);
10807
10808 ;
10809 return 0;
10810}
10811_ACEOF
10812rm -f conftest.$ac_objext conftest$ac_exeext
10813if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000010814 (eval $ac_link) 2>conftest.er1
Marcus Meissner5ee517a2002-08-09 19:49:31 +000010815 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000010816 grep -v '^ *+' conftest.er1 >conftest.err
10817 rm -f conftest.er1
10818 cat conftest.err >&5
Marcus Meissner5ee517a2002-08-09 19:49:31 +000010819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10820 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000010821 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10823 (eval $ac_try) 2>&5
10824 ac_status=$?
10825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10826 (exit $ac_status); }; } &&
10827 { ac_try='test -s conftest$ac_exeext'
Marcus Meissner5ee517a2002-08-09 19:49:31 +000010828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10829 (eval $ac_try) 2>&5
10830 ac_status=$?
10831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10832 (exit $ac_status); }; }; then
10833 ac_cv_c_va_copy="yes"
10834else
10835 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000010836sed 's/^/| /' conftest.$ac_ext >&5
10837
Marcus Meissner5ee517a2002-08-09 19:49:31 +000010838ac_cv_c_va_copy="no"
10839fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000010840rm -f conftest.err conftest.$ac_objext \
10841 conftest$ac_exeext conftest.$ac_ext
Marcus Meissner5ee517a2002-08-09 19:49:31 +000010842
10843fi
10844echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
10845echo "${ECHO_T}$ac_cv_c_va_copy" >&6
10846if test "$ac_cv_c_va_copy" = "yes"
10847then
10848
10849cat >>confdefs.h <<\_ACEOF
10850#define HAVE_VA_COPY 1
10851_ACEOF
10852
10853fi
10854echo "$as_me:$LINENO: checking for __va_copy" >&5
10855echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6
10856if test "${ac_cv_c___va_copy+set}" = set; then
10857 echo $ECHO_N "(cached) $ECHO_C" >&6
10858else
10859 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000010860/* confdefs.h. */
10861_ACEOF
10862cat confdefs.h >>conftest.$ac_ext
10863cat >>conftest.$ac_ext <<_ACEOF
10864/* end confdefs.h. */
Marcus Meissner5ee517a2002-08-09 19:49:31 +000010865#include <stdarg.h>
Marcus Meissner5ee517a2002-08-09 19:49:31 +000010866int
10867main ()
10868{
10869va_list ap1, ap2;
10870 __va_copy(ap1,ap2);
10871
10872 ;
10873 return 0;
10874}
10875_ACEOF
10876rm -f conftest.$ac_objext conftest$ac_exeext
10877if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000010878 (eval $ac_link) 2>conftest.er1
Marcus Meissner5ee517a2002-08-09 19:49:31 +000010879 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000010880 grep -v '^ *+' conftest.er1 >conftest.err
10881 rm -f conftest.er1
10882 cat conftest.err >&5
Marcus Meissner5ee517a2002-08-09 19:49:31 +000010883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10884 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000010885 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10887 (eval $ac_try) 2>&5
10888 ac_status=$?
10889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10890 (exit $ac_status); }; } &&
10891 { ac_try='test -s conftest$ac_exeext'
Marcus Meissner5ee517a2002-08-09 19:49:31 +000010892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10893 (eval $ac_try) 2>&5
10894 ac_status=$?
10895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10896 (exit $ac_status); }; }; then
10897 ac_cv_c___va_copy="yes"
10898else
10899 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000010900sed 's/^/| /' conftest.$ac_ext >&5
10901
Marcus Meissner5ee517a2002-08-09 19:49:31 +000010902ac_cv_c___va_copy="no"
10903fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000010904rm -f conftest.err conftest.$ac_objext \
10905 conftest$ac_exeext conftest.$ac_ext
Marcus Meissner5ee517a2002-08-09 19:49:31 +000010906
10907fi
10908echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
10909echo "${ECHO_T}$ac_cv_c___va_copy" >&6
10910if test "$ac_cv_c___va_copy" = "yes"
10911then
10912
10913cat >>confdefs.h <<\_ACEOF
10914#define HAVE___VA_COPY 1
10915_ACEOF
10916
10917fi
10918
Alexandre Julliardb2d937d2003-11-12 03:16:00 +000010919echo "$as_me:$LINENO: checking for sigsetjmp" >&5
10920echo $ECHO_N "checking for sigsetjmp... $ECHO_C" >&6
10921if test "${ac_cv_c_sigsetjmp+set}" = set; then
10922 echo $ECHO_N "(cached) $ECHO_C" >&6
10923else
10924 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliardb2d937d2003-11-12 03:16:00 +000010925/* confdefs.h. */
10926_ACEOF
10927cat confdefs.h >>conftest.$ac_ext
10928cat >>conftest.$ac_ext <<_ACEOF
10929/* end confdefs.h. */
10930#include <setjmp.h>
10931int
10932main ()
10933{
10934sigjmp_buf buf;
10935 sigsetjmp( buf, 1 );
10936 siglongjmp( buf, 1 );
10937 ;
10938 return 0;
10939}
10940_ACEOF
10941rm -f conftest.$ac_objext conftest$ac_exeext
10942if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000010943 (eval $ac_link) 2>conftest.er1
Alexandre Julliardb2d937d2003-11-12 03:16:00 +000010944 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000010945 grep -v '^ *+' conftest.er1 >conftest.err
10946 rm -f conftest.er1
10947 cat conftest.err >&5
Alexandre Julliardb2d937d2003-11-12 03:16:00 +000010948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10949 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000010950 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10952 (eval $ac_try) 2>&5
10953 ac_status=$?
10954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10955 (exit $ac_status); }; } &&
10956 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliardb2d937d2003-11-12 03:16:00 +000010957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10958 (eval $ac_try) 2>&5
10959 ac_status=$?
10960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10961 (exit $ac_status); }; }; then
10962 ac_cv_c_sigsetjmp="yes"
10963else
10964 echo "$as_me: failed program was:" >&5
10965sed 's/^/| /' conftest.$ac_ext >&5
10966
10967ac_cv_c_sigsetjmp="no"
10968fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000010969rm -f conftest.err conftest.$ac_objext \
10970 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardb2d937d2003-11-12 03:16:00 +000010971
10972fi
10973echo "$as_me:$LINENO: result: $ac_cv_c_sigsetjmp" >&5
10974echo "${ECHO_T}$ac_cv_c_sigsetjmp" >&6
10975if test "$ac_cv_c_sigsetjmp" = "yes"
10976then
10977
10978cat >>confdefs.h <<\_ACEOF
10979#define HAVE_SIGSETJMP 1
10980_ACEOF
10981
10982fi
10983
Alexandre Julliard80e34db2003-09-03 00:26:08 +000010984echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
10985echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6
10986if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
10987 echo $ECHO_N "(cached) $ECHO_C" >&6
10988else
10989 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliard80e34db2003-09-03 00:26:08 +000010990/* confdefs.h. */
10991_ACEOF
10992cat confdefs.h >>conftest.$ac_ext
10993cat >>conftest.$ac_ext <<_ACEOF
10994/* end confdefs.h. */
10995#define _GNU_SOURCE
10996#include <pthread.h>
10997
10998int
10999main ()
11000{
11001if ((pthread_rwlock_t *) 0)
11002 return 0;
11003if (sizeof (pthread_rwlock_t))
11004 return 0;
11005 ;
11006 return 0;
11007}
11008_ACEOF
11009rm -f conftest.$ac_objext
11010if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000011011 (eval $ac_compile) 2>conftest.er1
Alexandre Julliard80e34db2003-09-03 00:26:08 +000011012 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000011013 grep -v '^ *+' conftest.er1 >conftest.err
11014 rm -f conftest.er1
11015 cat conftest.err >&5
Alexandre Julliard80e34db2003-09-03 00:26:08 +000011016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11017 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000011018 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11020 (eval $ac_try) 2>&5
11021 ac_status=$?
11022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11023 (exit $ac_status); }; } &&
11024 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliard80e34db2003-09-03 00:26:08 +000011025 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11026 (eval $ac_try) 2>&5
11027 ac_status=$?
11028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11029 (exit $ac_status); }; }; then
11030 ac_cv_type_pthread_rwlock_t=yes
11031else
11032 echo "$as_me: failed program was:" >&5
11033sed 's/^/| /' conftest.$ac_ext >&5
11034
11035ac_cv_type_pthread_rwlock_t=no
11036fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000011037rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliard80e34db2003-09-03 00:26:08 +000011038fi
11039echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
11040echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6
11041if test $ac_cv_type_pthread_rwlock_t = yes; then
11042
11043cat >>confdefs.h <<_ACEOF
11044#define HAVE_PTHREAD_RWLOCK_T 1
11045_ACEOF
11046
11047
11048fi
11049echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
11050echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6
11051if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
11052 echo $ECHO_N "(cached) $ECHO_C" >&6
11053else
11054 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliard80e34db2003-09-03 00:26:08 +000011055/* confdefs.h. */
11056_ACEOF
11057cat confdefs.h >>conftest.$ac_ext
11058cat >>conftest.$ac_ext <<_ACEOF
11059/* end confdefs.h. */
11060#define _GNU_SOURCE
11061#include <pthread.h>
11062
11063int
11064main ()
11065{
11066if ((pthread_rwlockattr_t *) 0)
11067 return 0;
11068if (sizeof (pthread_rwlockattr_t))
11069 return 0;
11070 ;
11071 return 0;
11072}
11073_ACEOF
11074rm -f conftest.$ac_objext
11075if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000011076 (eval $ac_compile) 2>conftest.er1
Alexandre Julliard80e34db2003-09-03 00:26:08 +000011077 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000011078 grep -v '^ *+' conftest.er1 >conftest.err
11079 rm -f conftest.er1
11080 cat conftest.err >&5
Alexandre Julliard80e34db2003-09-03 00:26:08 +000011081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11082 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000011083 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11085 (eval $ac_try) 2>&5
11086 ac_status=$?
11087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11088 (exit $ac_status); }; } &&
11089 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliard80e34db2003-09-03 00:26:08 +000011090 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11091 (eval $ac_try) 2>&5
11092 ac_status=$?
11093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11094 (exit $ac_status); }; }; then
11095 ac_cv_type_pthread_rwlockattr_t=yes
11096else
11097 echo "$as_me: failed program was:" >&5
11098sed 's/^/| /' conftest.$ac_ext >&5
11099
11100ac_cv_type_pthread_rwlockattr_t=no
11101fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000011102rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliard80e34db2003-09-03 00:26:08 +000011103fi
11104echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
11105echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6
11106if test $ac_cv_type_pthread_rwlockattr_t = yes; then
11107
11108cat >>confdefs.h <<_ACEOF
11109#define HAVE_PTHREAD_RWLOCKATTR_T 1
11110_ACEOF
11111
11112
11113fi
11114
11115
Alexandre Julliard2d1a6272006-02-11 20:54:06 +010011116ac_wine_check_funcs_save_LIBS="$LIBS"
Alexandre Julliard821ab862003-11-12 22:44:56 +000011117LIBS="$LIBS $LIBPTHREAD"
11118
Emmanuel Maillardd110e1f2004-07-21 03:06:03 +000011119
11120
11121for ac_func in \
11122 pthread_getattr_np \
11123 pthread_get_stackaddr_np \
Alexandre Julliard2d1a6272006-02-11 20:54:06 +010011124 pthread_get_stacksize_np
Alexandre Julliard821ab862003-11-12 22:44:56 +000011125do
11126as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11127echo "$as_me:$LINENO: checking for $ac_func" >&5
11128echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11129if eval "test \"\${$as_ac_var+set}\" = set"; then
11130 echo $ECHO_N "(cached) $ECHO_C" >&6
11131else
11132 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliard821ab862003-11-12 22:44:56 +000011133/* confdefs.h. */
11134_ACEOF
11135cat confdefs.h >>conftest.$ac_ext
11136cat >>conftest.$ac_ext <<_ACEOF
11137/* end confdefs.h. */
Alexandre Julliard875927f2004-01-02 01:55:29 +000011138/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11139 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11140#define $ac_func innocuous_$ac_func
11141
Alexandre Julliard821ab862003-11-12 22:44:56 +000011142/* System header to define __stub macros and hopefully few prototypes,
11143 which can conflict with char $ac_func (); below.
11144 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11145 <limits.h> exists even on freestanding compilers. */
Alexandre Julliard875927f2004-01-02 01:55:29 +000011146
Alexandre Julliard821ab862003-11-12 22:44:56 +000011147#ifdef __STDC__
11148# include <limits.h>
11149#else
11150# include <assert.h>
11151#endif
Alexandre Julliard875927f2004-01-02 01:55:29 +000011152
11153#undef $ac_func
11154
Alexandre Julliard821ab862003-11-12 22:44:56 +000011155/* Override any gcc2 internal prototype to avoid an error. */
11156#ifdef __cplusplus
11157extern "C"
11158{
11159#endif
11160/* We use char because int might match the return type of a gcc2
11161 builtin and then its argument prototype would still apply. */
11162char $ac_func ();
11163/* The GNU C library defines this for functions which it implements
11164 to always fail with ENOSYS. Some functions are actually named
11165 something starting with __ and the normal name is an alias. */
11166#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11167choke me
11168#else
11169char (*f) () = $ac_func;
11170#endif
11171#ifdef __cplusplus
11172}
11173#endif
11174
11175int
11176main ()
11177{
11178return f != $ac_func;
11179 ;
11180 return 0;
11181}
11182_ACEOF
11183rm -f conftest.$ac_objext conftest$ac_exeext
11184if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000011185 (eval $ac_link) 2>conftest.er1
Alexandre Julliard821ab862003-11-12 22:44:56 +000011186 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000011187 grep -v '^ *+' conftest.er1 >conftest.err
11188 rm -f conftest.er1
11189 cat conftest.err >&5
Alexandre Julliard821ab862003-11-12 22:44:56 +000011190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11191 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000011192 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11194 (eval $ac_try) 2>&5
11195 ac_status=$?
11196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11197 (exit $ac_status); }; } &&
11198 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliard821ab862003-11-12 22:44:56 +000011199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11200 (eval $ac_try) 2>&5
11201 ac_status=$?
11202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11203 (exit $ac_status); }; }; then
11204 eval "$as_ac_var=yes"
11205else
11206 echo "$as_me: failed program was:" >&5
11207sed 's/^/| /' conftest.$ac_ext >&5
11208
11209eval "$as_ac_var=no"
11210fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000011211rm -f conftest.err conftest.$ac_objext \
11212 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard821ab862003-11-12 22:44:56 +000011213fi
11214echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
11215echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11216if test `eval echo '${'$as_ac_var'}'` = yes; then
11217 cat >>confdefs.h <<_ACEOF
11218#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11219_ACEOF
11220
11221fi
11222done
11223
Alexandre Julliard2d1a6272006-02-11 20:54:06 +010011224LIBS="$ac_wine_check_funcs_save_LIBS"
Alexandre Julliard821ab862003-11-12 22:44:56 +000011225
Chris Morgan9b0ba7c2002-03-21 01:38:19 +000011226# Extract the first word of "artsc-config", so it can be a program name with args.
11227set dummy artsc-config; ac_word=$2
Alexandre Julliarddaa28862002-04-11 21:54:01 +000011228echo "$as_me:$LINENO: checking for $ac_word" >&5
Chris Morgan9b0ba7c2002-03-21 01:38:19 +000011229echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11230if test "${ac_cv_path_ARTSCCONFIG+set}" = set; then
11231 echo $ECHO_N "(cached) $ECHO_C" >&6
11232else
11233 case $ARTSCCONFIG in
11234 [\\/]* | ?:[\\/]*)
11235 ac_cv_path_ARTSCCONFIG="$ARTSCCONFIG" # Let the user override the test with a path.
11236 ;;
11237 *)
Alexandre Julliarddaa28862002-04-11 21:54:01 +000011238 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11239for as_dir in $PATH
11240do
11241 IFS=$as_save_IFS
11242 test -z "$as_dir" && as_dir=.
11243 for ac_exec_ext in '' $ac_executable_extensions; do
11244 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11245 ac_cv_path_ARTSCCONFIG="$as_dir/$ac_word$ac_exec_ext"
11246 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11247 break 2
11248 fi
11249done
Chris Morgan9b0ba7c2002-03-21 01:38:19 +000011250done
11251
11252 ;;
11253esac
11254fi
11255ARTSCCONFIG=$ac_cv_path_ARTSCCONFIG
11256
11257if test -n "$ARTSCCONFIG"; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +000011258 echo "$as_me:$LINENO: result: $ARTSCCONFIG" >&5
Chris Morgan9b0ba7c2002-03-21 01:38:19 +000011259echo "${ECHO_T}$ARTSCCONFIG" >&6
11260else
Alexandre Julliarddaa28862002-04-11 21:54:01 +000011261 echo "$as_me:$LINENO: result: no" >&5
Chris Morgan9b0ba7c2002-03-21 01:38:19 +000011262echo "${ECHO_T}no" >&6
11263fi
11264
Marcus Meissnerbc624582004-01-18 22:15:46 +000011265if test x$ARTSCCONFIG != x -a x$ARTSCCONFIG != x'"$ARTSCCONFIG"';
11266then
Alexandre Julliardb3b12cf2004-02-24 01:24:20 +000011267 ARTSC_CFLAGS=""
11268 for i in `$ARTSCCONFIG --cflags`
11269 do
11270 case "$i" in
11271 -I*) ARTSC_CFLAGS="$ARTSC_CFLAGS $i";;
11272 esac
11273 done
Alexandre Julliard197a7d02006-04-04 12:08:30 +020011274 ARTSC_LIBS=""
11275 for i in `$ARTSCCONFIG --libs`
11276 do
11277 case "$i" in
11278 -L/usr/lib|-L/usr/lib64) ;;
11279 -L*|-l*) ARTSC_LIBS="$ARTSC_LIBS $i";;
11280 esac
11281 done
Marcus Meissnerbc624582004-01-18 22:15:46 +000011282 save_CFLAGS="$CFLAGS"
11283 CFLAGS="$CFLAGS $ARTSC_CFLAGS"
Jacek Caban6f8f4752005-03-28 09:58:45 +000011284 echo "$as_me:$LINENO: checking for arts_init in -lartsc" >&5
11285echo $ECHO_N "checking for arts_init in -lartsc... $ECHO_C" >&6
11286if test "${ac_cv_lib_artsc_arts_init+set}" = set; then
11287 echo $ECHO_N "(cached) $ECHO_C" >&6
11288else
11289 ac_check_lib_save_LIBS=$LIBS
Vitaliy Margolen80816e92005-06-30 20:46:59 +000011290LIBS="-lartsc $ARTSC_LIBS $LIBS"
Jacek Caban6f8f4752005-03-28 09:58:45 +000011291cat >conftest.$ac_ext <<_ACEOF
11292/* confdefs.h. */
11293_ACEOF
11294cat confdefs.h >>conftest.$ac_ext
11295cat >>conftest.$ac_ext <<_ACEOF
11296/* end confdefs.h. */
11297
11298/* Override any gcc2 internal prototype to avoid an error. */
11299#ifdef __cplusplus
11300extern "C"
11301#endif
11302/* We use char because int might match the return type of a gcc2
11303 builtin and then its argument prototype would still apply. */
11304char arts_init ();
11305int
11306main ()
11307{
11308arts_init ();
11309 ;
11310 return 0;
11311}
11312_ACEOF
11313rm -f conftest.$ac_objext conftest$ac_exeext
11314if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11315 (eval $ac_link) 2>conftest.er1
11316 ac_status=$?
11317 grep -v '^ *+' conftest.er1 >conftest.err
11318 rm -f conftest.er1
11319 cat conftest.err >&5
11320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11321 (exit $ac_status); } &&
11322 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11323 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11324 (eval $ac_try) 2>&5
11325 ac_status=$?
11326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11327 (exit $ac_status); }; } &&
11328 { ac_try='test -s conftest$ac_exeext'
11329 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11330 (eval $ac_try) 2>&5
11331 ac_status=$?
11332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11333 (exit $ac_status); }; }; then
11334 ac_cv_lib_artsc_arts_init=yes
11335else
11336 echo "$as_me: failed program was:" >&5
11337sed 's/^/| /' conftest.$ac_ext >&5
11338
11339ac_cv_lib_artsc_arts_init=no
11340fi
11341rm -f conftest.err conftest.$ac_objext \
11342 conftest$ac_exeext conftest.$ac_ext
11343LIBS=$ac_check_lib_save_LIBS
11344fi
11345echo "$as_me:$LINENO: result: $ac_cv_lib_artsc_arts_init" >&5
11346echo "${ECHO_T}$ac_cv_lib_artsc_arts_init" >&6
11347if test $ac_cv_lib_artsc_arts_init = yes; then
11348 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000011349/* confdefs.h. */
11350_ACEOF
11351cat confdefs.h >>conftest.$ac_ext
11352cat >>conftest.$ac_ext <<_ACEOF
11353/* end confdefs.h. */
Marcus Meissnerbc624582004-01-18 22:15:46 +000011354#include <artsc.h>
Chris Morgan9b0ba7c2002-03-21 01:38:19 +000011355int
11356main ()
11357{
Marcus Meissnerbc624582004-01-18 22:15:46 +000011358arts_stream_t stream;
Chris Morgan9b0ba7c2002-03-21 01:38:19 +000011359 ;
11360 return 0;
11361}
11362_ACEOF
11363rm -f conftest.$ac_objext
Alexandre Julliarddaa28862002-04-11 21:54:01 +000011364if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000011365 (eval $ac_compile) 2>conftest.er1
Chris Morgan9b0ba7c2002-03-21 01:38:19 +000011366 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000011367 grep -v '^ *+' conftest.er1 >conftest.err
11368 rm -f conftest.er1
11369 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +000011370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Chris Morgan9b0ba7c2002-03-21 01:38:19 +000011371 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000011372 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11374 (eval $ac_try) 2>&5
11375 ac_status=$?
11376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11377 (exit $ac_status); }; } &&
11378 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +000011379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Chris Morgan9b0ba7c2002-03-21 01:38:19 +000011380 (eval $ac_try) 2>&5
11381 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +000011382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Chris Morgan9b0ba7c2002-03-21 01:38:19 +000011383 (exit $ac_status); }; }; then
Marcus Meissnerbc624582004-01-18 22:15:46 +000011384 ARTSLIBS=$ARTSC_LIBS
Chris Morgan9b0ba7c2002-03-21 01:38:19 +000011385
Jacek Caban6f8f4752005-03-28 09:58:45 +000011386 ARTSINCL=$ARTSC_CFLAGS
Marcus Meissnerbc624582004-01-18 22:15:46 +000011387
11388
11389cat >>confdefs.h <<\_ACEOF
11390#define HAVE_ARTS 1
11391_ACEOF
Chris Morgan9b0ba7c2002-03-21 01:38:19 +000011392
11393else
11394 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000011395sed 's/^/| /' conftest.$ac_ext >&5
11396
Chris Morgan9b0ba7c2002-03-21 01:38:19 +000011397fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000011398rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Jacek Caban6f8f4752005-03-28 09:58:45 +000011399fi
11400
Marcus Meissnerbc624582004-01-18 22:15:46 +000011401 CFLAGS="$save_CFLAGS"
Chris Morgan9b0ba7c2002-03-21 01:38:19 +000011402fi
11403
Peter Åstrand7a15eb92005-08-03 15:53:26 +000011404# Extract the first word of "esd-config", so it can be a program name with args.
11405set dummy esd-config; ac_word=$2
11406echo "$as_me:$LINENO: checking for $ac_word" >&5
11407echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11408if test "${ac_cv_path_ESDCONFIG+set}" = set; then
11409 echo $ECHO_N "(cached) $ECHO_C" >&6
11410else
11411 case $ESDCONFIG in
11412 [\\/]* | ?:[\\/]*)
11413 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
11414 ;;
11415 *)
11416 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11417for as_dir in $PATH
11418do
11419 IFS=$as_save_IFS
11420 test -z "$as_dir" && as_dir=.
11421 for ac_exec_ext in '' $ac_executable_extensions; do
11422 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11423 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
11424 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11425 break 2
11426 fi
11427done
11428done
11429
11430 ;;
11431esac
11432fi
11433ESDCONFIG=$ac_cv_path_ESDCONFIG
11434
11435if test -n "$ESDCONFIG"; then
11436 echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
11437echo "${ECHO_T}$ESDCONFIG" >&6
11438else
11439 echo "$as_me:$LINENO: result: no" >&5
11440echo "${ECHO_T}no" >&6
11441fi
11442
11443if test x$ESDCONFIG != x -a x$ESDCONFIG != x'"$ESDCONFIG"';
11444then
11445 ESD_CFLAGS=""
11446 for i in `$ESDCONFIG --cflags`
11447 do
11448 case "$i" in
11449 -I*) ESD_CFLAGS="$ESD_CFLAGS $i";;
11450 esac
11451 done
11452 ESD_LIBS=`$ESDCONFIG --libs`
11453 save_CFLAGS="$CFLAGS"
11454 CFLAGS="$CFLAGS $ESD_CFLAGS"
11455 echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
11456echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6
11457if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
11458 echo $ECHO_N "(cached) $ECHO_C" >&6
11459else
11460 ac_check_lib_save_LIBS=$LIBS
11461LIBS="-lesd $LIBS"
11462cat >conftest.$ac_ext <<_ACEOF
11463/* confdefs.h. */
11464_ACEOF
11465cat confdefs.h >>conftest.$ac_ext
11466cat >>conftest.$ac_ext <<_ACEOF
11467/* end confdefs.h. */
11468
11469/* Override any gcc2 internal prototype to avoid an error. */
11470#ifdef __cplusplus
11471extern "C"
11472#endif
11473/* We use char because int might match the return type of a gcc2
11474 builtin and then its argument prototype would still apply. */
11475char esd_open_sound ();
11476int
11477main ()
11478{
11479esd_open_sound ();
11480 ;
11481 return 0;
11482}
11483_ACEOF
11484rm -f conftest.$ac_objext conftest$ac_exeext
11485if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11486 (eval $ac_link) 2>conftest.er1
11487 ac_status=$?
11488 grep -v '^ *+' conftest.er1 >conftest.err
11489 rm -f conftest.er1
11490 cat conftest.err >&5
11491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11492 (exit $ac_status); } &&
11493 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11495 (eval $ac_try) 2>&5
11496 ac_status=$?
11497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11498 (exit $ac_status); }; } &&
11499 { ac_try='test -s conftest$ac_exeext'
11500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11501 (eval $ac_try) 2>&5
11502 ac_status=$?
11503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11504 (exit $ac_status); }; }; then
11505 ac_cv_lib_esd_esd_open_sound=yes
11506else
11507 echo "$as_me: failed program was:" >&5
11508sed 's/^/| /' conftest.$ac_ext >&5
11509
11510ac_cv_lib_esd_esd_open_sound=no
11511fi
11512rm -f conftest.err conftest.$ac_objext \
11513 conftest$ac_exeext conftest.$ac_ext
11514LIBS=$ac_check_lib_save_LIBS
11515fi
11516echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
11517echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6
11518if test $ac_cv_lib_esd_esd_open_sound = yes; then
11519 ESDLIBS=$ESD_LIBS
11520
11521 ESDINCL=$ESD_CFLAGS
11522
11523
11524cat >>confdefs.h <<\_ACEOF
11525#define HAVE_ESD 1
11526_ACEOF
11527
11528fi
11529
11530 CFLAGS="$save_CFLAGS"
11531fi
11532
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000011533ALSALIBS=""
11534
Marco Pietrobono0e79a412002-08-29 01:51:31 +000011535if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000011536then
Vincent Béron151015f2005-01-10 13:26:33 +000011537 echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
11538echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6
11539if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000011540 echo $ECHO_N "(cached) $ECHO_C" >&6
11541else
11542 ac_check_lib_save_LIBS=$LIBS
11543LIBS="-lasound $LIBS"
11544cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000011545/* confdefs.h. */
11546_ACEOF
11547cat confdefs.h >>conftest.$ac_ext
11548cat >>conftest.$ac_ext <<_ACEOF
11549/* end confdefs.h. */
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000011550
11551/* Override any gcc2 internal prototype to avoid an error. */
11552#ifdef __cplusplus
11553extern "C"
11554#endif
11555/* We use char because int might match the return type of a gcc2
11556 builtin and then its argument prototype would still apply. */
Vincent Béron151015f2005-01-10 13:26:33 +000011557char snd_pcm_hw_params_get_access ();
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000011558int
11559main ()
11560{
Vincent Béron151015f2005-01-10 13:26:33 +000011561snd_pcm_hw_params_get_access ();
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000011562 ;
11563 return 0;
11564}
11565_ACEOF
11566rm -f conftest.$ac_objext conftest$ac_exeext
11567if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000011568 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000011569 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000011570 grep -v '^ *+' conftest.er1 >conftest.err
11571 rm -f conftest.er1
11572 cat conftest.err >&5
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000011573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11574 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000011575 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11577 (eval $ac_try) 2>&5
11578 ac_status=$?
11579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11580 (exit $ac_status); }; } &&
11581 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000011582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11583 (eval $ac_try) 2>&5
11584 ac_status=$?
11585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11586 (exit $ac_status); }; }; then
Vincent Béron151015f2005-01-10 13:26:33 +000011587 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000011588else
11589 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000011590sed 's/^/| /' conftest.$ac_ext >&5
11591
Vincent Béron151015f2005-01-10 13:26:33 +000011592ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000011593fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000011594rm -f conftest.err conftest.$ac_objext \
11595 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000011596LIBS=$ac_check_lib_save_LIBS
11597fi
Vincent Béron151015f2005-01-10 13:26:33 +000011598echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
11599echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6
11600if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
11601 cat >conftest.$ac_ext <<_ACEOF
11602/* confdefs.h. */
11603_ACEOF
11604cat confdefs.h >>conftest.$ac_ext
11605cat >>conftest.$ac_ext <<_ACEOF
11606/* end confdefs.h. */
11607#ifdef HAVE_ALSA_ASOUNDLIB_H
11608#include <alsa/asoundlib.h>
11609#elif defined(HAVE_SYS_ASOUNDLIB_H)
11610#include <sys/asoundlib.h>
11611#endif
11612int
11613main ()
11614{
11615int ret = snd_pcm_hw_params_get_access(NULL, NULL)
11616 ;
11617 return 0;
11618}
11619_ACEOF
11620rm -f conftest.$ac_objext
11621if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11622 (eval $ac_compile) 2>conftest.er1
11623 ac_status=$?
11624 grep -v '^ *+' conftest.er1 >conftest.err
11625 rm -f conftest.er1
11626 cat conftest.err >&5
11627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11628 (exit $ac_status); } &&
11629 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11631 (eval $ac_try) 2>&5
11632 ac_status=$?
11633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11634 (exit $ac_status); }; } &&
11635 { ac_try='test -s conftest.$ac_objext'
11636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11637 (eval $ac_try) 2>&5
11638 ac_status=$?
11639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11640 (exit $ac_status); }; }; then
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000011641
11642cat >>confdefs.h <<\_ACEOF
11643#define HAVE_ALSA 1
11644_ACEOF
11645
Vincent Béron151015f2005-01-10 13:26:33 +000011646 ALSALIBS="-lasound"
11647else
11648 echo "$as_me: failed program was:" >&5
11649sed 's/^/| /' conftest.$ac_ext >&5
11650
11651fi
11652rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000011653fi
11654
11655fi
11656
Alexandre Julliarddaa28862002-04-11 21:54:01 +000011657
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000011658AUDIOIOLIBS=""
11659
Alexandre Julliard73482142005-08-03 19:21:04 +000011660if test "$ac_cv_header_libaudioio_h" = "yes"
11661then
11662 echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000011663echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6
11664if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
11665 echo $ECHO_N "(cached) $ECHO_C" >&6
11666else
11667 ac_check_lib_save_LIBS=$LIBS
11668LIBS="-laudioio $LIBS"
11669cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000011670/* confdefs.h. */
11671_ACEOF
11672cat confdefs.h >>conftest.$ac_ext
11673cat >>conftest.$ac_ext <<_ACEOF
11674/* end confdefs.h. */
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000011675
11676/* Override any gcc2 internal prototype to avoid an error. */
11677#ifdef __cplusplus
11678extern "C"
11679#endif
11680/* We use char because int might match the return type of a gcc2
11681 builtin and then its argument prototype would still apply. */
11682char AudioIOGetVersion ();
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000011683int
11684main ()
11685{
11686AudioIOGetVersion ();
11687 ;
11688 return 0;
11689}
11690_ACEOF
11691rm -f conftest.$ac_objext conftest$ac_exeext
11692if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000011693 (eval $ac_link) 2>conftest.er1
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000011694 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000011695 grep -v '^ *+' conftest.er1 >conftest.err
11696 rm -f conftest.er1
11697 cat conftest.err >&5
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000011698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11699 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000011700 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11702 (eval $ac_try) 2>&5
11703 ac_status=$?
11704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11705 (exit $ac_status); }; } &&
11706 { ac_try='test -s conftest$ac_exeext'
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000011707 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11708 (eval $ac_try) 2>&5
11709 ac_status=$?
11710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11711 (exit $ac_status); }; }; then
11712 ac_cv_lib_audioio_AudioIOGetVersion=yes
11713else
11714 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000011715sed 's/^/| /' conftest.$ac_ext >&5
11716
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000011717ac_cv_lib_audioio_AudioIOGetVersion=no
11718fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000011719rm -f conftest.err conftest.$ac_objext \
11720 conftest$ac_exeext conftest.$ac_ext
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000011721LIBS=$ac_check_lib_save_LIBS
11722fi
11723echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
11724echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6
11725if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
11726 AUDIOIOLIBS="-laudioio"
11727
11728cat >>confdefs.h <<\_ACEOF
11729#define HAVE_LIBAUDIOIO 1
11730_ACEOF
11731
11732fi
11733
11734fi
11735
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000011736
Alexandre Julliard73482142005-08-03 19:21:04 +000011737if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
11738then
11739 echo "$as_me:$LINENO: checking for capi20_register in -lcapi20" >&5
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000011740echo $ECHO_N "checking for capi20_register in -lcapi20... $ECHO_C" >&6
11741if test "${ac_cv_lib_capi20_capi20_register+set}" = set; then
11742 echo $ECHO_N "(cached) $ECHO_C" >&6
11743else
11744 ac_check_lib_save_LIBS=$LIBS
11745LIBS="-lcapi20 $LIBS"
11746cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000011747/* confdefs.h. */
11748_ACEOF
11749cat confdefs.h >>conftest.$ac_ext
11750cat >>conftest.$ac_ext <<_ACEOF
11751/* end confdefs.h. */
11752
11753/* Override any gcc2 internal prototype to avoid an error. */
11754#ifdef __cplusplus
11755extern "C"
11756#endif
11757/* We use char because int might match the return type of a gcc2
11758 builtin and then its argument prototype would still apply. */
11759char capi20_register ();
11760int
11761main ()
11762{
11763capi20_register ();
11764 ;
11765 return 0;
11766}
11767_ACEOF
11768rm -f conftest.$ac_objext conftest$ac_exeext
11769if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000011770 (eval $ac_link) 2>conftest.er1
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000011771 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000011772 grep -v '^ *+' conftest.er1 >conftest.err
11773 rm -f conftest.er1
11774 cat conftest.err >&5
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000011775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11776 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000011777 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11779 (eval $ac_try) 2>&5
11780 ac_status=$?
11781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11782 (exit $ac_status); }; } &&
11783 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000011784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11785 (eval $ac_try) 2>&5
11786 ac_status=$?
11787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11788 (exit $ac_status); }; }; then
11789 ac_cv_lib_capi20_capi20_register=yes
11790else
11791 echo "$as_me: failed program was:" >&5
11792sed 's/^/| /' conftest.$ac_ext >&5
11793
11794ac_cv_lib_capi20_capi20_register=no
11795fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000011796rm -f conftest.err conftest.$ac_objext \
11797 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000011798LIBS=$ac_check_lib_save_LIBS
11799fi
11800echo "$as_me:$LINENO: result: $ac_cv_lib_capi20_capi20_register" >&5
11801echo "${ECHO_T}$ac_cv_lib_capi20_capi20_register" >&6
11802if test $ac_cv_lib_capi20_capi20_register = yes; then
11803
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000011804cat >>confdefs.h <<\_ACEOF
11805#define HAVE_CAPI4LINUX 1
11806_ACEOF
11807
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000011808fi
11809
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000011810fi
11811
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000011812
Alexandre Julliardfc094232003-04-14 21:46:41 +000011813EXTRACFLAGS=""
11814
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011815if test "x${GCC}" = "xyes"
11816then
Hans Leidekkerd17b2322004-01-06 21:37:44 +000011817 EXTRACFLAGS="-Wall -pipe"
Mike McCormackc509bc42003-02-25 04:01:58 +000011818
11819 echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000011820echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6
11821if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
11822 echo $ECHO_N "(cached) $ECHO_C" >&6
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011823else
11824 if test "$cross_compiling" = yes; then
11825 ac_cv_c_gcc_strength_bug="yes"
11826else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000011827 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000011828/* confdefs.h. */
11829_ACEOF
11830cat confdefs.h >>conftest.$ac_ext
11831cat >>conftest.$ac_ext <<_ACEOF
11832/* end confdefs.h. */
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011833
Eric Pouech5aee80f2000-11-11 00:31:39 +000011834int L[4] = {0,1,2,3};
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011835int main(void) {
Alexandre Julliardd2e1c1a1996-03-09 16:12:43 +000011836 static int Array[3];
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011837 unsigned int B = 3;
11838 int i;
Alexandre Julliardd2e1c1a1996-03-09 16:12:43 +000011839 for(i=0; i<B; i++) Array[i] = i - 3;
Eric Pouech5aee80f2000-11-11 00:31:39 +000011840 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11841 L[i] = 4;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000011842
Eric Pouech5aee80f2000-11-11 00:31:39 +000011843 exit( Array[1] != -2 || L[2] != 3);
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011844}
Alexandre Julliardf5818d22002-02-14 19:47:29 +000011845_ACEOF
11846rm -f conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +000011847if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000011848 (eval $ac_link) 2>&5
11849 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +000011850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000011851 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +000011852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000011853 (eval $ac_try) 2>&5
11854 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +000011855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000011856 (exit $ac_status); }; }; then
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011857 ac_cv_c_gcc_strength_bug="no"
11858else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000011859 echo "$as_me: program exited with status $ac_status" >&5
11860echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000011861sed 's/^/| /' conftest.$ac_ext >&5
11862
Alexandre Julliarddaa28862002-04-11 21:54:01 +000011863( exit $ac_status )
Alexandre Julliardf5818d22002-02-14 19:47:29 +000011864ac_cv_c_gcc_strength_bug="yes"
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011865fi
Alexandre Julliard80e34db2003-09-03 00:26:08 +000011866rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011867fi
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011868fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +000011869echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000011870echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011871 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11872 then
Alexandre Julliardfc094232003-04-14 21:46:41 +000011873 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011874 fi
Alexandre Julliardf9b94cb2000-12-06 03:50:22 +000011875
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +000011876 echo "$as_me:$LINENO: checking for gcc -fshort-wchar support" >&5
11877echo $ECHO_N "checking for gcc -fshort-wchar support... $ECHO_C" >&6
11878if test "${ac_cv_c_gcc_fshort_wchar+set}" = set; then
11879 echo $ECHO_N "(cached) $ECHO_C" >&6
11880else
11881 ac_wine_try_cflags_saved=$CFLAGS
11882CFLAGS="$CFLAGS -fshort-wchar"
11883cat >conftest.$ac_ext <<_ACEOF
11884/* confdefs.h. */
11885_ACEOF
11886cat confdefs.h >>conftest.$ac_ext
11887cat >>conftest.$ac_ext <<_ACEOF
11888/* end confdefs.h. */
11889
11890int
11891main ()
11892{
11893
11894 ;
11895 return 0;
11896}
11897_ACEOF
11898rm -f conftest.$ac_objext conftest$ac_exeext
11899if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11900 (eval $ac_link) 2>conftest.er1
11901 ac_status=$?
11902 grep -v '^ *+' conftest.er1 >conftest.err
11903 rm -f conftest.er1
11904 cat conftest.err >&5
11905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11906 (exit $ac_status); } &&
11907 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11909 (eval $ac_try) 2>&5
11910 ac_status=$?
11911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11912 (exit $ac_status); }; } &&
11913 { ac_try='test -s conftest$ac_exeext'
11914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11915 (eval $ac_try) 2>&5
11916 ac_status=$?
11917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11918 (exit $ac_status); }; }; then
11919 ac_cv_c_gcc_fshort_wchar="yes"
11920else
11921 echo "$as_me: failed program was:" >&5
11922sed 's/^/| /' conftest.$ac_ext >&5
11923
11924ac_cv_c_gcc_fshort_wchar="no"
11925fi
11926rm -f conftest.err conftest.$ac_objext \
11927 conftest$ac_exeext conftest.$ac_ext
11928CFLAGS=$ac_wine_try_cflags_saved
11929fi
11930echo "$as_me:$LINENO: result: $ac_cv_c_gcc_fshort_wchar" >&5
11931echo "${ECHO_T}$ac_cv_c_gcc_fshort_wchar" >&6
11932 if test "$ac_cv_c_gcc_fshort_wchar" = "yes"
11933 then
11934
11935cat >>confdefs.h <<\_ACEOF
11936#define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
11937_ACEOF
11938
11939 fi
11940
Alexandre Julliardefca0f62003-07-24 00:09:51 +000011941 echo "$as_me:$LINENO: checking for gcc -fno-strict-aliasing support" >&5
11942echo $ECHO_N "checking for gcc -fno-strict-aliasing support... $ECHO_C" >&6
11943if test "${ac_cv_c_gcc_no_strict_aliasing+set}" = set; then
11944 echo $ECHO_N "(cached) $ECHO_C" >&6
11945else
11946 ac_wine_try_cflags_saved=$CFLAGS
11947CFLAGS="$CFLAGS -fno-strict-aliasing"
11948cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliardefca0f62003-07-24 00:09:51 +000011949/* confdefs.h. */
11950_ACEOF
11951cat confdefs.h >>conftest.$ac_ext
11952cat >>conftest.$ac_ext <<_ACEOF
11953/* end confdefs.h. */
11954
11955int
11956main ()
11957{
11958
11959 ;
11960 return 0;
11961}
11962_ACEOF
11963rm -f conftest.$ac_objext conftest$ac_exeext
11964if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000011965 (eval $ac_link) 2>conftest.er1
Alexandre Julliardefca0f62003-07-24 00:09:51 +000011966 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000011967 grep -v '^ *+' conftest.er1 >conftest.err
11968 rm -f conftest.er1
11969 cat conftest.err >&5
Alexandre Julliardefca0f62003-07-24 00:09:51 +000011970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11971 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000011972 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11974 (eval $ac_try) 2>&5
11975 ac_status=$?
11976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11977 (exit $ac_status); }; } &&
11978 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliardefca0f62003-07-24 00:09:51 +000011979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11980 (eval $ac_try) 2>&5
11981 ac_status=$?
11982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11983 (exit $ac_status); }; }; then
11984 ac_cv_c_gcc_no_strict_aliasing="yes"
11985else
11986 echo "$as_me: failed program was:" >&5
11987sed 's/^/| /' conftest.$ac_ext >&5
11988
11989ac_cv_c_gcc_no_strict_aliasing="no"
11990fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000011991rm -f conftest.err conftest.$ac_objext \
11992 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardefca0f62003-07-24 00:09:51 +000011993CFLAGS=$ac_wine_try_cflags_saved
11994fi
11995echo "$as_me:$LINENO: result: $ac_cv_c_gcc_no_strict_aliasing" >&5
11996echo "${ECHO_T}$ac_cv_c_gcc_no_strict_aliasing" >&6
11997 if test "$ac_cv_c_gcc_no_strict_aliasing" = "yes"
11998 then
11999 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
12000 fi
12001
Alexandre Julliard14bd1202003-01-09 00:42:26 +000012002 echo "$as_me:$LINENO: checking for gcc -gstabs+ support" >&5
12003echo $ECHO_N "checking for gcc -gstabs+ support... $ECHO_C" >&6
12004if test "${ac_cv_c_gcc_gstabs+set}" = set; then
12005 echo $ECHO_N "(cached) $ECHO_C" >&6
12006else
12007 ac_wine_try_cflags_saved=$CFLAGS
12008CFLAGS="$CFLAGS -gstabs+"
12009cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliard14bd1202003-01-09 00:42:26 +000012010/* confdefs.h. */
12011_ACEOF
12012cat confdefs.h >>conftest.$ac_ext
12013cat >>conftest.$ac_ext <<_ACEOF
12014/* end confdefs.h. */
12015
12016int
12017main ()
12018{
12019
12020 ;
12021 return 0;
12022}
12023_ACEOF
12024rm -f conftest.$ac_objext conftest$ac_exeext
12025if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000012026 (eval $ac_link) 2>conftest.er1
Alexandre Julliard14bd1202003-01-09 00:42:26 +000012027 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000012028 grep -v '^ *+' conftest.er1 >conftest.err
12029 rm -f conftest.er1
12030 cat conftest.err >&5
Alexandre Julliard14bd1202003-01-09 00:42:26 +000012031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12032 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000012033 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12035 (eval $ac_try) 2>&5
12036 ac_status=$?
12037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12038 (exit $ac_status); }; } &&
12039 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliard14bd1202003-01-09 00:42:26 +000012040 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12041 (eval $ac_try) 2>&5
12042 ac_status=$?
12043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12044 (exit $ac_status); }; }; then
12045 ac_cv_c_gcc_gstabs="yes"
12046else
12047 echo "$as_me: failed program was:" >&5
12048sed 's/^/| /' conftest.$ac_ext >&5
12049
12050ac_cv_c_gcc_gstabs="no"
12051fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000012052rm -f conftest.err conftest.$ac_objext \
12053 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard14bd1202003-01-09 00:42:26 +000012054CFLAGS=$ac_wine_try_cflags_saved
12055fi
12056echo "$as_me:$LINENO: result: $ac_cv_c_gcc_gstabs" >&5
12057echo "${ECHO_T}$ac_cv_c_gcc_gstabs" >&6
12058 if test "$ac_cv_c_gcc_gstabs" = "yes"
12059 then
Alexandre Julliardfc094232003-04-14 21:46:41 +000012060 EXTRACFLAGS="$EXTRACFLAGS -gstabs+"
Alexandre Julliard14bd1202003-01-09 00:42:26 +000012061 fi
Mike McCormackc509bc42003-02-25 04:01:58 +000012062
Alexandre Julliardf8cb48b2005-09-12 10:14:00 +000012063 echo "$as_me:$LINENO: checking for gcc -Wdeclaration-after-statement support" >&5
12064echo $ECHO_N "checking for gcc -Wdeclaration-after-statement support... $ECHO_C" >&6
12065if test "${ac_cv_c_gcc_decl_after_statement+set}" = set; then
12066 echo $ECHO_N "(cached) $ECHO_C" >&6
12067else
12068 ac_wine_try_cflags_saved=$CFLAGS
12069CFLAGS="$CFLAGS -Wdeclaration-after-statement"
12070cat >conftest.$ac_ext <<_ACEOF
12071/* confdefs.h. */
12072_ACEOF
12073cat confdefs.h >>conftest.$ac_ext
12074cat >>conftest.$ac_ext <<_ACEOF
12075/* end confdefs.h. */
12076
12077int
12078main ()
12079{
12080
12081 ;
12082 return 0;
12083}
12084_ACEOF
12085rm -f conftest.$ac_objext conftest$ac_exeext
12086if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12087 (eval $ac_link) 2>conftest.er1
12088 ac_status=$?
12089 grep -v '^ *+' conftest.er1 >conftest.err
12090 rm -f conftest.er1
12091 cat conftest.err >&5
12092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12093 (exit $ac_status); } &&
12094 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12095 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12096 (eval $ac_try) 2>&5
12097 ac_status=$?
12098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12099 (exit $ac_status); }; } &&
12100 { ac_try='test -s conftest$ac_exeext'
12101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12102 (eval $ac_try) 2>&5
12103 ac_status=$?
12104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12105 (exit $ac_status); }; }; then
12106 ac_cv_c_gcc_decl_after_statement="yes"
12107else
12108 echo "$as_me: failed program was:" >&5
12109sed 's/^/| /' conftest.$ac_ext >&5
12110
12111ac_cv_c_gcc_decl_after_statement="no"
12112fi
12113rm -f conftest.err conftest.$ac_objext \
12114 conftest$ac_exeext conftest.$ac_ext
12115CFLAGS=$ac_wine_try_cflags_saved
12116fi
12117echo "$as_me:$LINENO: result: $ac_cv_c_gcc_decl_after_statement" >&5
12118echo "${ECHO_T}$ac_cv_c_gcc_decl_after_statement" >&6
12119 if test "$ac_cv_c_gcc_decl_after_statement" = "yes"
12120 then
12121 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
12122 fi
12123
Alexandre Julliard4d52d372003-03-24 19:33:20 +000012124 saved_CFLAGS="$CFLAGS"
Mike McCormackc509bc42003-02-25 04:01:58 +000012125 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
12126 echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
12127echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6
12128if test "${ac_cv_c_string_h_warnings+set}" = set; then
12129 echo $ECHO_N "(cached) $ECHO_C" >&6
12130else
12131 cat >conftest.$ac_ext <<_ACEOF
Mike McCormackc509bc42003-02-25 04:01:58 +000012132/* confdefs.h. */
12133_ACEOF
12134cat confdefs.h >>conftest.$ac_ext
12135cat >>conftest.$ac_ext <<_ACEOF
12136/* end confdefs.h. */
12137#include <string.h>
12138int
12139main ()
12140{
12141
12142 ;
12143 return 0;
12144}
12145_ACEOF
12146rm -f conftest.$ac_objext
12147if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000012148 (eval $ac_compile) 2>conftest.er1
Mike McCormackc509bc42003-02-25 04:01:58 +000012149 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000012150 grep -v '^ *+' conftest.er1 >conftest.err
12151 rm -f conftest.er1
12152 cat conftest.err >&5
Mike McCormackc509bc42003-02-25 04:01:58 +000012153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12154 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000012155 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12157 (eval $ac_try) 2>&5
12158 ac_status=$?
12159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12160 (exit $ac_status); }; } &&
12161 { ac_try='test -s conftest.$ac_objext'
Mike McCormackc509bc42003-02-25 04:01:58 +000012162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12163 (eval $ac_try) 2>&5
12164 ac_status=$?
12165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12166 (exit $ac_status); }; }; then
12167 ac_cv_c_string_h_warnings=no
12168else
12169 echo "$as_me: failed program was:" >&5
12170sed 's/^/| /' conftest.$ac_ext >&5
12171
12172ac_cv_c_string_h_warnings=yes
12173fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000012174rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Mike McCormackc509bc42003-02-25 04:01:58 +000012175fi
12176echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
12177echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6
Alexandre Julliard4d52d372003-03-24 19:33:20 +000012178 CFLAGS="$saved_CFLAGS"
Mike McCormackc509bc42003-02-25 04:01:58 +000012179 if test "$ac_cv_c_string_h_warnings" = "no"
12180 then
Alexandre Julliardfc094232003-04-14 21:46:41 +000012181 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
Mike McCormackc509bc42003-02-25 04:01:58 +000012182 fi
Mike McCormackb7443722005-08-11 17:12:18 +000012183
12184 BUILTINFLAG=""
12185
12186 saved_CFLAGS="$CFLAGS"
12187 CFLAGS="$CFLAGS -Werror"
12188 echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
12189echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6
12190if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
12191 echo $ECHO_N "(cached) $ECHO_C" >&6
12192else
12193 cat >conftest.$ac_ext <<_ACEOF
12194/* confdefs.h. */
12195_ACEOF
12196cat confdefs.h >>conftest.$ac_ext
12197cat >>conftest.$ac_ext <<_ACEOF
12198/* end confdefs.h. */
12199
12200int
12201main ()
12202{
12203int iswlower(unsigned short);
12204 ;
12205 return 0;
12206}
12207_ACEOF
12208rm -f conftest.$ac_objext
12209if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12210 (eval $ac_compile) 2>conftest.er1
12211 ac_status=$?
12212 grep -v '^ *+' conftest.er1 >conftest.err
12213 rm -f conftest.er1
12214 cat conftest.err >&5
12215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12216 (exit $ac_status); } &&
12217 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12218 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12219 (eval $ac_try) 2>&5
12220 ac_status=$?
12221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12222 (exit $ac_status); }; } &&
12223 { ac_try='test -s conftest.$ac_objext'
12224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12225 (eval $ac_try) 2>&5
12226 ac_status=$?
12227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12228 (exit $ac_status); }; }; then
12229 ac_cv_c_builtin_wchar_ctype=no
12230else
12231 echo "$as_me: failed program was:" >&5
12232sed 's/^/| /' conftest.$ac_ext >&5
12233
12234ac_cv_c_builtin_wchar_ctype=yes
12235fi
12236rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12237fi
12238echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
12239echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6
12240 CFLAGS="$saved_CFLAGS"
12241 if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
12242 then
12243 BUILTINFLAG=""
12244 for builtin in \
12245 iswalnum iswalpha iswcntrl iswdigit iswgraph iswlower \
12246 iswprint iswpunct iswspace iswupper iswxdigit towlower towupper
12247 do
12248 BUILTINFLAG="$BUILTINFLAG -fno-builtin-$builtin"
12249 done
12250 fi
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000012251fi
12252
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012253
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012254echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
12255echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6
12256if test "${ac_cv_asm_func_def+set}" = set; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012257 echo $ECHO_N "(cached) $ECHO_C" >&6
Dimitrie O. Paunc77cbbc2000-11-27 23:32:55 +000012258else
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012259 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012260/* confdefs.h. */
12261_ACEOF
12262cat confdefs.h >>conftest.$ac_ext
12263cat >>conftest.$ac_ext <<_ACEOF
12264/* end confdefs.h. */
Alexandre Julliard520852c2002-08-07 00:04:44 +000012265void ac_asm(void) { asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0"); }
Dimitrie O. Paunc77cbbc2000-11-27 23:32:55 +000012266
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012267int
12268main ()
12269{
Dimitrie O. Paunc77cbbc2000-11-27 23:32:55 +000012270
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012271 ;
12272 return 0;
12273}
12274_ACEOF
12275rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012276if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000012277 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012278 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000012279 grep -v '^ *+' conftest.er1 >conftest.err
12280 rm -f conftest.er1
12281 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012283 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000012284 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12286 (eval $ac_try) 2>&5
12287 ac_status=$?
12288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12289 (exit $ac_status); }; } &&
12290 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012292 (eval $ac_try) 2>&5
12293 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012295 (exit $ac_status); }; }; then
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012296 ac_cv_asm_func_def=".def"
Dimitrie O. Paunc77cbbc2000-11-27 23:32:55 +000012297else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012298 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012299sed 's/^/| /' conftest.$ac_ext >&5
12300
Gregg Mattinson57807fa2002-07-20 20:17:13 +000012301cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012302/* confdefs.h. */
12303_ACEOF
12304cat confdefs.h >>conftest.$ac_ext
12305cat >>conftest.$ac_ext <<_ACEOF
12306/* end confdefs.h. */
Alexandre Julliard520852c2002-08-07 00:04:44 +000012307void ac_asm(void) { asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0"); }
Gregg Mattinson57807fa2002-07-20 20:17:13 +000012308
Gregg Mattinson57807fa2002-07-20 20:17:13 +000012309int
12310main ()
12311{
12312
12313 ;
12314 return 0;
12315}
12316_ACEOF
12317rm -f conftest.$ac_objext conftest$ac_exeext
12318if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000012319 (eval $ac_link) 2>conftest.er1
Gregg Mattinson57807fa2002-07-20 20:17:13 +000012320 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000012321 grep -v '^ *+' conftest.er1 >conftest.err
12322 rm -f conftest.er1
12323 cat conftest.err >&5
Gregg Mattinson57807fa2002-07-20 20:17:13 +000012324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12325 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000012326 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12328 (eval $ac_try) 2>&5
12329 ac_status=$?
12330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12331 (exit $ac_status); }; } &&
12332 { ac_try='test -s conftest$ac_exeext'
Gregg Mattinson57807fa2002-07-20 20:17:13 +000012333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12334 (eval $ac_try) 2>&5
12335 ac_status=$?
12336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12337 (exit $ac_status); }; }; then
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012338 ac_cv_asm_func_def=".type @function"
Gregg Mattinson57807fa2002-07-20 20:17:13 +000012339else
12340 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012341sed 's/^/| /' conftest.$ac_ext >&5
12342
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012343cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012344/* confdefs.h. */
12345_ACEOF
12346cat confdefs.h >>conftest.$ac_ext
12347cat >>conftest.$ac_ext <<_ACEOF
12348/* end confdefs.h. */
Alexandre Julliard520852c2002-08-07 00:04:44 +000012349void ac_asm(void) { asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0"); }
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012350
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012351int
12352main ()
12353{
12354
12355 ;
12356 return 0;
12357}
12358_ACEOF
12359rm -f conftest.$ac_objext conftest$ac_exeext
12360if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000012361 (eval $ac_link) 2>conftest.er1
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012362 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000012363 grep -v '^ *+' conftest.er1 >conftest.err
12364 rm -f conftest.er1
12365 cat conftest.err >&5
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12367 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000012368 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12370 (eval $ac_try) 2>&5
12371 ac_status=$?
12372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12373 (exit $ac_status); }; } &&
12374 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12376 (eval $ac_try) 2>&5
12377 ac_status=$?
12378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12379 (exit $ac_status); }; }; then
12380 ac_cv_asm_func_def=".type 2"
12381else
12382 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012383sed 's/^/| /' conftest.$ac_ext >&5
12384
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012385ac_cv_asm_func_def="unknown"
Gregg Mattinson57807fa2002-07-20 20:17:13 +000012386fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000012387rm -f conftest.err conftest.$ac_objext \
12388 conftest$ac_exeext conftest.$ac_ext
Gregg Mattinson57807fa2002-07-20 20:17:13 +000012389fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000012390rm -f conftest.err conftest.$ac_objext \
12391 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012392fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000012393rm -f conftest.err conftest.$ac_objext \
12394 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012395fi
12396echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
12397echo "${ECHO_T}$ac_cv_asm_func_def" >&6
Gregg Mattinson57807fa2002-07-20 20:17:13 +000012398
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012399
12400
12401case "$ac_cv_asm_func_def" in
12402 ".def")
12403 cat >>confdefs.h <<\_ACEOF
12404#define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
Gregg Mattinson57807fa2002-07-20 20:17:13 +000012405_ACEOF
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012406 ;;
12407 ".type @function")
12408 cat >>confdefs.h <<\_ACEOF
12409#define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
12410_ACEOF
12411 ;;
12412 ".type 2")
12413 cat >>confdefs.h <<\_ACEOF
12414#define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
12415_ACEOF
12416 ;;
12417 *)
12418 cat >>confdefs.h <<\_ACEOF
12419#define __ASM_FUNC(name) ""
12420_ACEOF
12421 ;;
12422esac
Gregg Mattinson57807fa2002-07-20 20:17:13 +000012423
12424
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012425echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012426echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6
12427if test "${ac_cv_c_extern_prefix+set}" = set; then
12428 echo $ECHO_N "(cached) $ECHO_C" >&6
Alexandre Julliard8cc3a5e1996-08-11 15:49:51 +000012429else
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012430 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012431/* confdefs.h. */
12432_ACEOF
12433cat confdefs.h >>conftest.$ac_ext
12434cat >>conftest.$ac_ext <<_ACEOF
12435/* end confdefs.h. */
Alexandre Julliard520852c2002-08-07 00:04:44 +000012436void ac_asm(void) { asm(".globl _ac_test\n_ac_test:\t.long 0"); }
Alexandre Julliard8cc3a5e1996-08-11 15:49:51 +000012437extern int ac_test;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012438int
12439main ()
12440{
Alexandre Julliard8cc3a5e1996-08-11 15:49:51 +000012441if (ac_test) return 1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012442 ;
12443 return 0;
12444}
12445_ACEOF
12446rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012447if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000012448 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012449 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000012450 grep -v '^ *+' conftest.er1 >conftest.err
12451 rm -f conftest.er1
12452 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012454 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000012455 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12457 (eval $ac_try) 2>&5
12458 ac_status=$?
12459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12460 (exit $ac_status); }; } &&
12461 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012463 (eval $ac_try) 2>&5
12464 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012466 (exit $ac_status); }; }; then
Alexandre Julliard8cc3a5e1996-08-11 15:49:51 +000012467 ac_cv_c_extern_prefix="yes"
12468else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012469 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012470sed 's/^/| /' conftest.$ac_ext >&5
12471
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012472ac_cv_c_extern_prefix="no"
Alexandre Julliard8cc3a5e1996-08-11 15:49:51 +000012473fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000012474rm -f conftest.err conftest.$ac_objext \
12475 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard8cc3a5e1996-08-11 15:49:51 +000012476fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012477echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012478echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012479
12480
12481
Alexandre Julliard8cc3a5e1996-08-11 15:49:51 +000012482if test "$ac_cv_c_extern_prefix" = "yes"
12483then
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012484 cat >>confdefs.h <<\_ACEOF
12485#define __ASM_NAME(name) "_" name
12486_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012487
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012488else
12489 cat >>confdefs.h <<\_ACEOF
12490#define __ASM_NAME(name) name
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012491_ACEOF
Alexandre Julliard8cc3a5e1996-08-11 15:49:51 +000012492
12493fi
12494
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012495
Alexandre Julliard7bf07d12002-08-03 00:25:59 +000012496DLLEXT=""
12497
Alexandre Julliardfc094232003-04-14 21:46:41 +000012498DLLFLAGS="-D_REENTRANT"
Alexandre Julliard7bf07d12002-08-03 00:25:59 +000012499
Alexandre Julliardfa3a5362002-05-09 01:49:54 +000012500DLLIBS=""
12501
Alexandre Julliard7bf07d12002-08-03 00:25:59 +000012502LDSHARED=""
12503
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +000012504LDDLLFLAGS=""
Alexandre Julliard6ac34ac2003-10-11 01:05:18 +000012505
Alexandre Julliardada5e652002-12-12 22:03:14 +000012506LIBEXT="so"
12507
12508IMPLIBEXT="def"
12509
Alexandre Julliard7bf07d12002-08-03 00:25:59 +000012510
Alexandre Julliardfc01b722002-05-12 03:16:39 +000012511case $host_os in
12512 cygwin*|mingw32*)
12513 if test -n "$ac_tool_prefix"; then
Alexandre Julliardada5e652002-12-12 22:03:14 +000012514 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
12515set dummy ${ac_tool_prefix}dlltool; ac_word=$2
12516echo "$as_me:$LINENO: checking for $ac_word" >&5
12517echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12518if test "${ac_cv_prog_DLLTOOL+set}" = set; then
12519 echo $ECHO_N "(cached) $ECHO_C" >&6
12520else
12521 if test -n "$DLLTOOL"; then
12522 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
12523else
12524as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12525for as_dir in $PATH
12526do
12527 IFS=$as_save_IFS
12528 test -z "$as_dir" && as_dir=.
12529 for ac_exec_ext in '' $ac_executable_extensions; do
12530 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12531 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
12532 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12533 break 2
12534 fi
12535done
12536done
12537
12538fi
12539fi
12540DLLTOOL=$ac_cv_prog_DLLTOOL
12541if test -n "$DLLTOOL"; then
12542 echo "$as_me:$LINENO: result: $DLLTOOL" >&5
12543echo "${ECHO_T}$DLLTOOL" >&6
12544else
12545 echo "$as_me:$LINENO: result: no" >&5
12546echo "${ECHO_T}no" >&6
12547fi
12548
12549fi
12550if test -z "$ac_cv_prog_DLLTOOL"; then
12551 ac_ct_DLLTOOL=$DLLTOOL
12552 # Extract the first word of "dlltool", so it can be a program name with args.
12553set dummy dlltool; ac_word=$2
12554echo "$as_me:$LINENO: checking for $ac_word" >&5
12555echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12556if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
12557 echo $ECHO_N "(cached) $ECHO_C" >&6
12558else
12559 if test -n "$ac_ct_DLLTOOL"; then
12560 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
12561else
12562as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12563for as_dir in $PATH
12564do
12565 IFS=$as_save_IFS
12566 test -z "$as_dir" && as_dir=.
12567 for ac_exec_ext in '' $ac_executable_extensions; do
12568 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12569 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
12570 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12571 break 2
12572 fi
12573done
12574done
12575
12576 test -z "$ac_cv_prog_ac_ct_DLLTOOL" && ac_cv_prog_ac_ct_DLLTOOL="false"
12577fi
12578fi
12579ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
12580if test -n "$ac_ct_DLLTOOL"; then
12581 echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
12582echo "${ECHO_T}$ac_ct_DLLTOOL" >&6
12583else
12584 echo "$as_me:$LINENO: result: no" >&5
12585echo "${ECHO_T}no" >&6
12586fi
12587
12588 DLLTOOL=$ac_ct_DLLTOOL
12589else
12590 DLLTOOL="$ac_cv_prog_DLLTOOL"
12591fi
12592
12593 if test -n "$ac_tool_prefix"; then
Alexandre Julliardfc01b722002-05-12 03:16:39 +000012594 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
12595set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
Alexandre Julliard466ae142002-05-07 18:33:47 +000012596echo "$as_me:$LINENO: checking for $ac_word" >&5
12597echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12598if test "${ac_cv_prog_DLLWRAP+set}" = set; then
12599 echo $ECHO_N "(cached) $ECHO_C" >&6
12600else
12601 if test -n "$DLLWRAP"; then
12602 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
12603else
12604as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12605for as_dir in $PATH
12606do
12607 IFS=$as_save_IFS
12608 test -z "$as_dir" && as_dir=.
12609 for ac_exec_ext in '' $ac_executable_extensions; do
12610 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
Alexandre Julliardfc01b722002-05-12 03:16:39 +000012611 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
Alexandre Julliard466ae142002-05-07 18:33:47 +000012612 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12613 break 2
12614 fi
12615done
12616done
12617
Alexandre Julliard466ae142002-05-07 18:33:47 +000012618fi
12619fi
12620DLLWRAP=$ac_cv_prog_DLLWRAP
12621if test -n "$DLLWRAP"; then
12622 echo "$as_me:$LINENO: result: $DLLWRAP" >&5
12623echo "${ECHO_T}$DLLWRAP" >&6
12624else
12625 echo "$as_me:$LINENO: result: no" >&5
12626echo "${ECHO_T}no" >&6
12627fi
12628
Alexandre Julliardfc01b722002-05-12 03:16:39 +000012629fi
12630if test -z "$ac_cv_prog_DLLWRAP"; then
12631 ac_ct_DLLWRAP=$DLLWRAP
12632 # Extract the first word of "dllwrap", so it can be a program name with args.
12633set dummy dllwrap; ac_word=$2
12634echo "$as_me:$LINENO: checking for $ac_word" >&5
12635echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12636if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
12637 echo $ECHO_N "(cached) $ECHO_C" >&6
12638else
12639 if test -n "$ac_ct_DLLWRAP"; then
12640 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
12641else
12642as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12643for as_dir in $PATH
12644do
12645 IFS=$as_save_IFS
12646 test -z "$as_dir" && as_dir=.
12647 for ac_exec_ext in '' $ac_executable_extensions; do
12648 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12649 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
12650 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12651 break 2
12652 fi
12653done
12654done
12655
12656 test -z "$ac_cv_prog_ac_ct_DLLWRAP" && ac_cv_prog_ac_ct_DLLWRAP="false"
12657fi
12658fi
12659ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
12660if test -n "$ac_ct_DLLWRAP"; then
12661 echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
12662echo "${ECHO_T}$ac_ct_DLLWRAP" >&6
12663else
12664 echo "$as_me:$LINENO: result: no" >&5
12665echo "${ECHO_T}no" >&6
12666fi
12667
12668 DLLWRAP=$ac_ct_DLLWRAP
12669else
12670 DLLWRAP="$ac_cv_prog_DLLWRAP"
12671fi
12672
12673 if test "$DLLWRAP" = "false"; then
Alexandre Julliardfa3a5362002-05-09 01:49:54 +000012674 LIBEXT="a"
Alexandre Julliardfc01b722002-05-12 03:16:39 +000012675 else
12676 LIBEXT="dll"
Alexandre Julliardfa3a5362002-05-09 01:49:54 +000012677 fi
Alexandre Julliardada5e652002-12-12 22:03:14 +000012678 IMPLIBEXT="a"
Alexandre Julliard56a4a762004-08-12 03:27:50 +000012679 WIN16_FILES=""
12680 WIN16_INSTALL=""
Alexandre Julliardfa3a5362002-05-09 01:49:54 +000012681 ;;
12682 *)
Alexandre Julliard73482142005-08-03 19:21:04 +000012683 if test "$ac_cv_header_dlfcn_h" = "yes"
12684 then
Alexandre Julliardfa3a5362002-05-09 01:49:54 +000012685
12686for ac_func in dlopen
12687do
12688as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12689echo "$as_me:$LINENO: checking for $ac_func" >&5
12690echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12691if eval "test \"\${$as_ac_var+set}\" = set"; then
12692 echo $ECHO_N "(cached) $ECHO_C" >&6
12693else
12694 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012695/* confdefs.h. */
12696_ACEOF
12697cat confdefs.h >>conftest.$ac_ext
12698cat >>conftest.$ac_ext <<_ACEOF
12699/* end confdefs.h. */
Alexandre Julliard875927f2004-01-02 01:55:29 +000012700/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12701 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12702#define $ac_func innocuous_$ac_func
12703
Alexandre Julliardfa3a5362002-05-09 01:49:54 +000012704/* System header to define __stub macros and hopefully few prototypes,
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012705 which can conflict with char $ac_func (); below.
12706 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12707 <limits.h> exists even on freestanding compilers. */
Alexandre Julliard875927f2004-01-02 01:55:29 +000012708
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012709#ifdef __STDC__
12710# include <limits.h>
12711#else
12712# include <assert.h>
12713#endif
Alexandre Julliard875927f2004-01-02 01:55:29 +000012714
12715#undef $ac_func
12716
Alexandre Julliardfa3a5362002-05-09 01:49:54 +000012717/* Override any gcc2 internal prototype to avoid an error. */
12718#ifdef __cplusplus
12719extern "C"
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012720{
Alexandre Julliardfa3a5362002-05-09 01:49:54 +000012721#endif
12722/* We use char because int might match the return type of a gcc2
12723 builtin and then its argument prototype would still apply. */
12724char $ac_func ();
Alexandre Julliardfa3a5362002-05-09 01:49:54 +000012725/* The GNU C library defines this for functions which it implements
12726 to always fail with ENOSYS. Some functions are actually named
12727 something starting with __ and the normal name is an alias. */
12728#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12729choke me
12730#else
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012731char (*f) () = $ac_func;
12732#endif
12733#ifdef __cplusplus
12734}
Alexandre Julliardfa3a5362002-05-09 01:49:54 +000012735#endif
12736
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012737int
12738main ()
12739{
12740return f != $ac_func;
Alexandre Julliardfa3a5362002-05-09 01:49:54 +000012741 ;
12742 return 0;
12743}
12744_ACEOF
12745rm -f conftest.$ac_objext conftest$ac_exeext
12746if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000012747 (eval $ac_link) 2>conftest.er1
Alexandre Julliardfa3a5362002-05-09 01:49:54 +000012748 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000012749 grep -v '^ *+' conftest.er1 >conftest.err
12750 rm -f conftest.er1
12751 cat conftest.err >&5
Alexandre Julliardfa3a5362002-05-09 01:49:54 +000012752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12753 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000012754 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12756 (eval $ac_try) 2>&5
12757 ac_status=$?
12758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12759 (exit $ac_status); }; } &&
12760 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliardfa3a5362002-05-09 01:49:54 +000012761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12762 (eval $ac_try) 2>&5
12763 ac_status=$?
12764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12765 (exit $ac_status); }; }; then
12766 eval "$as_ac_var=yes"
12767else
12768 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012769sed 's/^/| /' conftest.$ac_ext >&5
12770
Alexandre Julliardfa3a5362002-05-09 01:49:54 +000012771eval "$as_ac_var=no"
12772fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000012773rm -f conftest.err conftest.$ac_objext \
12774 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardfa3a5362002-05-09 01:49:54 +000012775fi
12776echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12777echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12778if test `eval echo '${'$as_ac_var'}'` = yes; then
12779 cat >>confdefs.h <<_ACEOF
12780#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12781_ACEOF
12782
12783else
12784 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
12785echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
12786if test "${ac_cv_lib_dl_dlopen+set}" = set; then
12787 echo $ECHO_N "(cached) $ECHO_C" >&6
12788else
12789 ac_check_lib_save_LIBS=$LIBS
12790LIBS="-ldl $LIBS"
12791cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012792/* confdefs.h. */
12793_ACEOF
12794cat confdefs.h >>conftest.$ac_ext
12795cat >>conftest.$ac_ext <<_ACEOF
12796/* end confdefs.h. */
Alexandre Julliardfa3a5362002-05-09 01:49:54 +000012797
12798/* Override any gcc2 internal prototype to avoid an error. */
12799#ifdef __cplusplus
12800extern "C"
12801#endif
12802/* We use char because int might match the return type of a gcc2
12803 builtin and then its argument prototype would still apply. */
12804char dlopen ();
Alexandre Julliardfa3a5362002-05-09 01:49:54 +000012805int
12806main ()
12807{
12808dlopen ();
12809 ;
12810 return 0;
12811}
12812_ACEOF
12813rm -f conftest.$ac_objext conftest$ac_exeext
12814if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000012815 (eval $ac_link) 2>conftest.er1
Alexandre Julliardfa3a5362002-05-09 01:49:54 +000012816 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000012817 grep -v '^ *+' conftest.er1 >conftest.err
12818 rm -f conftest.er1
12819 cat conftest.err >&5
Alexandre Julliardfa3a5362002-05-09 01:49:54 +000012820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12821 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000012822 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12824 (eval $ac_try) 2>&5
12825 ac_status=$?
12826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12827 (exit $ac_status); }; } &&
12828 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliardfa3a5362002-05-09 01:49:54 +000012829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12830 (eval $ac_try) 2>&5
12831 ac_status=$?
12832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12833 (exit $ac_status); }; }; then
12834 ac_cv_lib_dl_dlopen=yes
12835else
12836 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012837sed 's/^/| /' conftest.$ac_ext >&5
12838
Alexandre Julliardfa3a5362002-05-09 01:49:54 +000012839ac_cv_lib_dl_dlopen=no
12840fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000012841rm -f conftest.err conftest.$ac_objext \
12842 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardfa3a5362002-05-09 01:49:54 +000012843LIBS=$ac_check_lib_save_LIBS
12844fi
12845echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
12846echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
12847if test $ac_cv_lib_dl_dlopen = yes; then
12848
12849cat >>confdefs.h <<\_ACEOF
12850#define HAVE_DLOPEN 1
12851_ACEOF
12852
12853 DLLIBS="-ldl"
12854else
12855 LIBEXT="a"
12856fi
12857
12858fi
12859done
12860
Alexandre Julliard266c6092006-02-11 20:55:50 +010012861 ac_wine_check_funcs_save_LIBS="$LIBS"
12862LIBS="$LIBS $DLLIBS"
12863
12864for ac_func in dladdr
12865do
12866as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12867echo "$as_me:$LINENO: checking for $ac_func" >&5
12868echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12869if eval "test \"\${$as_ac_var+set}\" = set"; then
12870 echo $ECHO_N "(cached) $ECHO_C" >&6
12871else
12872 cat >conftest.$ac_ext <<_ACEOF
12873/* confdefs.h. */
12874_ACEOF
12875cat confdefs.h >>conftest.$ac_ext
12876cat >>conftest.$ac_ext <<_ACEOF
12877/* end confdefs.h. */
12878/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12879 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12880#define $ac_func innocuous_$ac_func
12881
12882/* System header to define __stub macros and hopefully few prototypes,
12883 which can conflict with char $ac_func (); below.
12884 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12885 <limits.h> exists even on freestanding compilers. */
12886
12887#ifdef __STDC__
12888# include <limits.h>
12889#else
12890# include <assert.h>
12891#endif
12892
12893#undef $ac_func
12894
12895/* Override any gcc2 internal prototype to avoid an error. */
12896#ifdef __cplusplus
12897extern "C"
12898{
12899#endif
12900/* We use char because int might match the return type of a gcc2
12901 builtin and then its argument prototype would still apply. */
12902char $ac_func ();
12903/* The GNU C library defines this for functions which it implements
12904 to always fail with ENOSYS. Some functions are actually named
12905 something starting with __ and the normal name is an alias. */
12906#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12907choke me
12908#else
12909char (*f) () = $ac_func;
12910#endif
12911#ifdef __cplusplus
12912}
12913#endif
12914
12915int
12916main ()
12917{
12918return f != $ac_func;
12919 ;
12920 return 0;
12921}
12922_ACEOF
12923rm -f conftest.$ac_objext conftest$ac_exeext
12924if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12925 (eval $ac_link) 2>conftest.er1
12926 ac_status=$?
12927 grep -v '^ *+' conftest.er1 >conftest.err
12928 rm -f conftest.er1
12929 cat conftest.err >&5
12930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12931 (exit $ac_status); } &&
12932 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12934 (eval $ac_try) 2>&5
12935 ac_status=$?
12936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12937 (exit $ac_status); }; } &&
12938 { ac_try='test -s conftest$ac_exeext'
12939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12940 (eval $ac_try) 2>&5
12941 ac_status=$?
12942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12943 (exit $ac_status); }; }; then
12944 eval "$as_ac_var=yes"
12945else
12946 echo "$as_me: failed program was:" >&5
12947sed 's/^/| /' conftest.$ac_ext >&5
12948
12949eval "$as_ac_var=no"
12950fi
12951rm -f conftest.err conftest.$ac_objext \
12952 conftest$ac_exeext conftest.$ac_ext
12953fi
12954echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12955echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12956if test `eval echo '${'$as_ac_var'}'` = yes; then
12957 cat >>confdefs.h <<_ACEOF
12958#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12959_ACEOF
12960
12961fi
12962done
12963
12964LIBS="$ac_wine_check_funcs_save_LIBS"
Alexandre Julliard73482142005-08-03 19:21:04 +000012965 else
12966 LIBEXT="a"
12967 fi
Alexandre Julliardfa3a5362002-05-09 01:49:54 +000012968
12969 if test "$LIBEXT" = "so"
12970 then
Alexandre Julliardfc094232003-04-14 21:46:41 +000012971 DLLFLAGS="$DLLFLAGS -fPIC"
Alexandre Julliard7bf07d12002-08-03 00:25:59 +000012972 DLLEXT=".so"
Alexandre Julliard466ae142002-05-07 18:33:47 +000012973 echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012974echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6
12975if test "${ac_cv_c_dll_gnuelf+set}" = set; then
12976 echo $ECHO_N "(cached) $ECHO_C" >&6
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +000012977else
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000012978 ac_wine_try_cflags_saved=$CFLAGS
12979CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,conftest.so.1.0,-Bsymbolic"
12980cat >conftest.$ac_ext <<_ACEOF
Warren Baird421e8b92004-09-22 19:17:55 +000012981void myfunc() {}
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012982_ACEOF
12983rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012984if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000012985 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012986 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000012987 grep -v '^ *+' conftest.er1 >conftest.err
12988 rm -f conftest.er1
12989 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012991 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000012992 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12994 (eval $ac_try) 2>&5
12995 ac_status=$?
12996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12997 (exit $ac_status); }; } &&
12998 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013000 (eval $ac_try) 2>&5
13001 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +000013002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013003 (exit $ac_status); }; }; then
Bang Jun-Young37e5e7f2001-06-06 21:21:27 +000013004 ac_cv_c_dll_gnuelf="yes"
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +000013005else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013006 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000013007sed 's/^/| /' conftest.$ac_ext >&5
13008
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013009ac_cv_c_dll_gnuelf="no"
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +000013010fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000013011rm -f conftest.err conftest.$ac_objext \
13012 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000013013CFLAGS=$ac_wine_try_cflags_saved
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013014fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +000013015echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013016echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6
Alexandre Julliard466ae142002-05-07 18:33:47 +000013017 if test "$ac_cv_c_dll_gnuelf" = "yes"
13018 then
13019 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +000013020 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
Alexandre Julliardf2abe472002-11-21 04:13:35 +000013021 echo "$as_me:$LINENO: checking whether the linker accepts -z defs" >&5
13022echo $ECHO_N "checking whether the linker accepts -z defs... $ECHO_C" >&6
13023if test "${ac_cv_c_dll_zdefs+set}" = set; then
13024 echo $ECHO_N "(cached) $ECHO_C" >&6
13025else
13026 ac_wine_try_cflags_saved=$CFLAGS
13027CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
13028cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000013029/* confdefs.h. */
13030_ACEOF
13031cat confdefs.h >>conftest.$ac_ext
13032cat >>conftest.$ac_ext <<_ACEOF
13033/* end confdefs.h. */
Alexandre Julliardf2abe472002-11-21 04:13:35 +000013034
13035int
13036main ()
13037{
13038
13039 ;
13040 return 0;
13041}
13042_ACEOF
13043rm -f conftest.$ac_objext conftest$ac_exeext
13044if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000013045 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf2abe472002-11-21 04:13:35 +000013046 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000013047 grep -v '^ *+' conftest.er1 >conftest.err
13048 rm -f conftest.er1
13049 cat conftest.err >&5
Alexandre Julliardf2abe472002-11-21 04:13:35 +000013050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13051 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000013052 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13054 (eval $ac_try) 2>&5
13055 ac_status=$?
13056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13057 (exit $ac_status); }; } &&
13058 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliardf2abe472002-11-21 04:13:35 +000013059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13060 (eval $ac_try) 2>&5
13061 ac_status=$?
13062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13063 (exit $ac_status); }; }; then
13064 ac_cv_c_dll_zdefs="yes"
13065else
13066 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000013067sed 's/^/| /' conftest.$ac_ext >&5
13068
Alexandre Julliardf2abe472002-11-21 04:13:35 +000013069ac_cv_c_dll_zdefs="no"
13070fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000013071rm -f conftest.err conftest.$ac_objext \
13072 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf2abe472002-11-21 04:13:35 +000013073CFLAGS=$ac_wine_try_cflags_saved
13074fi
13075echo "$as_me:$LINENO: result: $ac_cv_c_dll_zdefs" >&5
13076echo "${ECHO_T}$ac_cv_c_dll_zdefs" >&6
13077 if test "$ac_cv_c_dll_zdefs" = "yes"
13078 then
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +000013079 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
Alexandre Julliardf2abe472002-11-21 04:13:35 +000013080 fi
Alexandre Julliard4d52d372003-03-24 19:33:20 +000013081
Alexandre Julliard36048242004-01-08 03:36:53 +000013082 echo "$as_me:$LINENO: checking whether the linker accepts -init and -fini" >&5
13083echo $ECHO_N "checking whether the linker accepts -init and -fini... $ECHO_C" >&6
13084if test "${ac_cv_c_dll_init_fini+set}" = set; then
13085 echo $ECHO_N "(cached) $ECHO_C" >&6
13086else
13087 ac_wine_try_cflags_saved=$CFLAGS
13088CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
13089cat >conftest.$ac_ext <<_ACEOF
13090/* confdefs.h. */
13091_ACEOF
13092cat confdefs.h >>conftest.$ac_ext
13093cat >>conftest.$ac_ext <<_ACEOF
13094/* end confdefs.h. */
13095
13096int
13097main ()
13098{
13099
13100 ;
13101 return 0;
13102}
13103_ACEOF
13104rm -f conftest.$ac_objext conftest$ac_exeext
13105if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13106 (eval $ac_link) 2>conftest.er1
13107 ac_status=$?
13108 grep -v '^ *+' conftest.er1 >conftest.err
13109 rm -f conftest.er1
13110 cat conftest.err >&5
13111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13112 (exit $ac_status); } &&
13113 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13115 (eval $ac_try) 2>&5
13116 ac_status=$?
13117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13118 (exit $ac_status); }; } &&
13119 { ac_try='test -s conftest$ac_exeext'
13120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13121 (eval $ac_try) 2>&5
13122 ac_status=$?
13123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13124 (exit $ac_status); }; }; then
13125 ac_cv_c_dll_init_fini="yes"
13126else
13127 echo "$as_me: failed program was:" >&5
13128sed 's/^/| /' conftest.$ac_ext >&5
13129
13130ac_cv_c_dll_init_fini="no"
13131fi
13132rm -f conftest.err conftest.$ac_objext \
13133 conftest$ac_exeext conftest.$ac_ext
13134CFLAGS=$ac_wine_try_cflags_saved
13135fi
13136echo "$as_me:$LINENO: result: $ac_cv_c_dll_init_fini" >&5
13137echo "${ECHO_T}$ac_cv_c_dll_init_fini" >&6
13138 if test "$ac_cv_c_dll_init_fini" = "yes"
13139 then
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +000013140 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
Alexandre Julliard36048242004-01-08 03:36:53 +000013141 fi
13142
Alexandre Julliard440ff6d2004-02-12 22:54:00 +000013143 echo "$as_me:$LINENO: checking whether the linker accepts version scripts" >&5
13144echo $ECHO_N "checking whether the linker accepts version scripts... $ECHO_C" >&6
13145if test "${ac_cv_c_ld_version_scripts+set}" = set; then
13146 echo $ECHO_N "(cached) $ECHO_C" >&6
13147else
13148 echo '{ global: *; };' >conftest.map
13149 ac_wine_try_cflags_saved=$CFLAGS
13150CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
13151cat >conftest.$ac_ext <<_ACEOF
13152/* confdefs.h. */
13153_ACEOF
13154cat confdefs.h >>conftest.$ac_ext
13155cat >>conftest.$ac_ext <<_ACEOF
13156/* end confdefs.h. */
13157
13158int
13159main ()
13160{
13161
13162 ;
13163 return 0;
13164}
13165_ACEOF
13166rm -f conftest.$ac_objext conftest$ac_exeext
13167if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13168 (eval $ac_link) 2>conftest.er1
13169 ac_status=$?
13170 grep -v '^ *+' conftest.er1 >conftest.err
13171 rm -f conftest.er1
13172 cat conftest.err >&5
13173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13174 (exit $ac_status); } &&
13175 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13177 (eval $ac_try) 2>&5
13178 ac_status=$?
13179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13180 (exit $ac_status); }; } &&
13181 { ac_try='test -s conftest$ac_exeext'
13182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13183 (eval $ac_try) 2>&5
13184 ac_status=$?
13185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13186 (exit $ac_status); }; }; then
13187 ac_cv_c_ld_version_scripts="yes"
13188else
13189 echo "$as_me: failed program was:" >&5
13190sed 's/^/| /' conftest.$ac_ext >&5
13191
13192ac_cv_c_ld_version_scripts="no"
13193fi
13194rm -f conftest.err conftest.$ac_objext \
13195 conftest$ac_exeext conftest.$ac_ext
13196CFLAGS=$ac_wine_try_cflags_saved
13197 rm -f conftest.map
13198fi
13199echo "$as_me:$LINENO: result: $ac_cv_c_ld_version_scripts" >&5
13200echo "${ECHO_T}$ac_cv_c_ld_version_scripts" >&6
13201 if test "$ac_cv_c_ld_version_scripts" = "yes"
13202 then
13203 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
13204 fi
13205
Alexandre Julliardef2d04d2003-11-17 20:07:55 +000013206 echo "$as_me:$LINENO: checking whether the linker accepts --export-dynamic" >&5
13207echo $ECHO_N "checking whether the linker accepts --export-dynamic... $ECHO_C" >&6
13208if test "${ac_cv_c_export_dynamic+set}" = set; then
13209 echo $ECHO_N "(cached) $ECHO_C" >&6
13210else
13211 ac_wine_try_cflags_saved=$CFLAGS
13212CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
13213cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliardef2d04d2003-11-17 20:07:55 +000013214/* confdefs.h. */
13215_ACEOF
13216cat confdefs.h >>conftest.$ac_ext
13217cat >>conftest.$ac_ext <<_ACEOF
13218/* end confdefs.h. */
13219
13220int
13221main ()
13222{
13223
13224 ;
13225 return 0;
13226}
13227_ACEOF
13228rm -f conftest.$ac_objext conftest$ac_exeext
13229if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000013230 (eval $ac_link) 2>conftest.er1
Alexandre Julliardef2d04d2003-11-17 20:07:55 +000013231 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000013232 grep -v '^ *+' conftest.er1 >conftest.err
13233 rm -f conftest.er1
13234 cat conftest.err >&5
Alexandre Julliardef2d04d2003-11-17 20:07:55 +000013235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13236 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000013237 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13239 (eval $ac_try) 2>&5
13240 ac_status=$?
13241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13242 (exit $ac_status); }; } &&
13243 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliardef2d04d2003-11-17 20:07:55 +000013244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13245 (eval $ac_try) 2>&5
13246 ac_status=$?
13247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13248 (exit $ac_status); }; }; then
13249 ac_cv_c_export_dynamic="yes"
13250else
13251 echo "$as_me: failed program was:" >&5
13252sed 's/^/| /' conftest.$ac_ext >&5
13253
13254ac_cv_c_export_dynamic="no"
13255fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000013256rm -f conftest.err conftest.$ac_objext \
13257 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardef2d04d2003-11-17 20:07:55 +000013258CFLAGS=$ac_wine_try_cflags_saved
13259fi
13260echo "$as_me:$LINENO: result: $ac_cv_c_export_dynamic" >&5
13261echo "${ECHO_T}$ac_cv_c_export_dynamic" >&6
13262 if test "$ac_cv_c_export_dynamic" = "yes"
13263 then
Alexandre Julliardc6d44be2003-11-22 00:08:26 +000013264 LDEXECFLAGS="-Wl,--export-dynamic"
13265
Alexandre Julliardef2d04d2003-11-17 20:07:55 +000013266 fi
Alexandre Julliardc6d44be2003-11-22 00:08:26 +000013267
Alexandre Julliard5ed59012006-02-20 11:20:47 +010013268 echo "$as_me:$LINENO: checking whether the linker accepts --rpath" >&5
13269echo $ECHO_N "checking whether the linker accepts --rpath... $ECHO_C" >&6
13270if test "${ac_cv_ld_rpath+set}" = set; then
13271 echo $ECHO_N "(cached) $ECHO_C" >&6
13272else
13273 ac_wine_try_cflags_saved=$CFLAGS
13274CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
13275cat >conftest.$ac_ext <<_ACEOF
13276/* confdefs.h. */
13277_ACEOF
13278cat confdefs.h >>conftest.$ac_ext
13279cat >>conftest.$ac_ext <<_ACEOF
13280/* end confdefs.h. */
13281
13282int
13283main ()
13284{
13285
13286 ;
13287 return 0;
13288}
13289_ACEOF
13290rm -f conftest.$ac_objext conftest$ac_exeext
13291if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13292 (eval $ac_link) 2>conftest.er1
13293 ac_status=$?
13294 grep -v '^ *+' conftest.er1 >conftest.err
13295 rm -f conftest.er1
13296 cat conftest.err >&5
13297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13298 (exit $ac_status); } &&
13299 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13300 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13301 (eval $ac_try) 2>&5
13302 ac_status=$?
13303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13304 (exit $ac_status); }; } &&
13305 { ac_try='test -s conftest$ac_exeext'
13306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13307 (eval $ac_try) 2>&5
13308 ac_status=$?
13309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13310 (exit $ac_status); }; }; then
13311 ac_cv_ld_rpath="yes"
13312else
13313 echo "$as_me: failed program was:" >&5
13314sed 's/^/| /' conftest.$ac_ext >&5
13315
13316ac_cv_ld_rpath="no"
13317fi
13318rm -f conftest.err conftest.$ac_objext \
13319 conftest$ac_exeext conftest.$ac_ext
13320CFLAGS=$ac_wine_try_cflags_saved
13321fi
13322echo "$as_me:$LINENO: result: $ac_cv_ld_rpath" >&5
13323echo "${ECHO_T}$ac_cv_ld_rpath" >&6
13324 if test "$ac_cv_ld_rpath" = "yes"
13325 then
13326 LDEXERPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
13327
Alexandre Julliard1fd32cf2006-03-20 22:08:26 +010013328 LDDLLRPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(dlldir) \$(libdir)\`"
13329
Alexandre Julliard5ed59012006-02-20 11:20:47 +010013330 fi
13331
Alexandre Julliardc6d44be2003-11-22 00:08:26 +000013332 case $host_cpu in
13333 *i[3456789]86*)
Alexandre Julliard5729f582005-06-17 10:22:46 +000013334 echo "$as_me:$LINENO: checking whether we can relocate the executable to 0x7bf00000" >&5
13335echo $ECHO_N "checking whether we can relocate the executable to 0x7bf00000... $ECHO_C" >&6
Alexandre Julliardc6d44be2003-11-22 00:08:26 +000013336if test "${ac_cv_ld_reloc_exec+set}" = set; then
13337 echo $ECHO_N "(cached) $ECHO_C" >&6
13338else
Alexandre Julliardb1abca82004-05-28 20:59:22 +000013339 ac_wine_try_cflags_saved=$CFLAGS
Alexandre Julliard5729f582005-06-17 10:22:46 +000013340CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
Alexandre Julliardb1abca82004-05-28 20:59:22 +000013341cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliardc6d44be2003-11-22 00:08:26 +000013342/* confdefs.h. */
13343_ACEOF
13344cat confdefs.h >>conftest.$ac_ext
13345cat >>conftest.$ac_ext <<_ACEOF
13346/* end confdefs.h. */
Alexandre Julliardb1abca82004-05-28 20:59:22 +000013347
13348int
13349main ()
13350{
13351
13352 ;
13353 return 0;
13354}
Alexandre Julliardc6d44be2003-11-22 00:08:26 +000013355_ACEOF
Alexandre Julliardb1abca82004-05-28 20:59:22 +000013356rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliardc6d44be2003-11-22 00:08:26 +000013357if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliardb1abca82004-05-28 20:59:22 +000013358 (eval $ac_link) 2>conftest.er1
13359 ac_status=$?
13360 grep -v '^ *+' conftest.er1 >conftest.err
13361 rm -f conftest.er1
13362 cat conftest.err >&5
13363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13364 (exit $ac_status); } &&
13365 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13367 (eval $ac_try) 2>&5
Alexandre Julliardc6d44be2003-11-22 00:08:26 +000013368 ac_status=$?
13369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardb1abca82004-05-28 20:59:22 +000013370 (exit $ac_status); }; } &&
13371 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliardc6d44be2003-11-22 00:08:26 +000013372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13373 (eval $ac_try) 2>&5
13374 ac_status=$?
13375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13376 (exit $ac_status); }; }; then
13377 ac_cv_ld_reloc_exec="yes"
13378else
Alexandre Julliardb1abca82004-05-28 20:59:22 +000013379 echo "$as_me: failed program was:" >&5
Alexandre Julliardc6d44be2003-11-22 00:08:26 +000013380sed 's/^/| /' conftest.$ac_ext >&5
13381
Alexandre Julliardc6d44be2003-11-22 00:08:26 +000013382ac_cv_ld_reloc_exec="no"
13383fi
Alexandre Julliardb1abca82004-05-28 20:59:22 +000013384rm -f conftest.err conftest.$ac_objext \
13385 conftest$ac_exeext conftest.$ac_ext
13386CFLAGS=$ac_wine_try_cflags_saved
Alexandre Julliardc6d44be2003-11-22 00:08:26 +000013387fi
13388echo "$as_me:$LINENO: result: $ac_cv_ld_reloc_exec" >&5
13389echo "${ECHO_T}$ac_cv_ld_reloc_exec" >&6
13390 if test "$ac_cv_ld_reloc_exec" = "yes"
13391 then
Alexandre Julliard5729f582005-06-17 10:22:46 +000013392 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
Alexandre Julliardc6d44be2003-11-22 00:08:26 +000013393 fi
13394 ;;
13395 esac
13396
Alexandre Julliard466ae142002-05-07 18:33:47 +000013397 else
13398 echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013399echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6
13400if test "${ac_cv_c_dll_unixware+set}" = set; then
13401 echo $ECHO_N "(cached) $ECHO_C" >&6
Todd Vierling4b992b01998-12-15 15:26:27 +000013402else
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000013403 ac_wine_try_cflags_saved=$CFLAGS
13404CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
13405cat >conftest.$ac_ext <<_ACEOF
Warren Baird421e8b92004-09-22 19:17:55 +000013406void myfunc() {}
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013407_ACEOF
13408rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +000013409if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000013410 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013411 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000013412 grep -v '^ *+' conftest.er1 >conftest.err
13413 rm -f conftest.er1
13414 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +000013415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013416 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000013417 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13419 (eval $ac_try) 2>&5
13420 ac_status=$?
13421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13422 (exit $ac_status); }; } &&
13423 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +000013424 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013425 (eval $ac_try) 2>&5
13426 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +000013427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013428 (exit $ac_status); }; }; then
Ron Recorde977d6c1999-09-05 12:32:05 +000013429 ac_cv_c_dll_unixware="yes"
13430else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013431 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000013432sed 's/^/| /' conftest.$ac_ext >&5
13433
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013434ac_cv_c_dll_unixware="no"
Ron Recorde977d6c1999-09-05 12:32:05 +000013435fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000013436rm -f conftest.err conftest.$ac_objext \
13437 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000013438CFLAGS=$ac_wine_try_cflags_saved
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013439fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +000013440echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013441echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6
Alexandre Julliard466ae142002-05-07 18:33:47 +000013442 if test "$ac_cv_c_dll_unixware" = "yes"
13443 then
13444 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +000013445 LDDLLFLAGS="-Wl,-G,-B,symbolic"
Pierre d'Herbemont794bf0f2003-11-25 03:31:26 +000013446
13447 else
13448 echo "$as_me:$LINENO: checking whether we can build a Mach-O (Mac OS X/Darwin) dll" >&5
13449echo $ECHO_N "checking whether we can build a Mach-O (Mac OS X/Darwin) dll... $ECHO_C" >&6
13450if test "${ac_cv_c_dll_macho+set}" = set; then
13451 echo $ECHO_N "(cached) $ECHO_C" >&6
13452else
13453 ac_wine_try_cflags_saved=$CFLAGS
13454CFLAGS="$CFLAGS -bundle"
13455cat >conftest.$ac_ext <<_ACEOF
Warren Baird421e8b92004-09-22 19:17:55 +000013456void myfunc() {}
Pierre d'Herbemont794bf0f2003-11-25 03:31:26 +000013457_ACEOF
13458rm -f conftest.$ac_objext conftest$ac_exeext
13459if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000013460 (eval $ac_link) 2>conftest.er1
Pierre d'Herbemont794bf0f2003-11-25 03:31:26 +000013461 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000013462 grep -v '^ *+' conftest.er1 >conftest.err
13463 rm -f conftest.er1
13464 cat conftest.err >&5
Pierre d'Herbemont794bf0f2003-11-25 03:31:26 +000013465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13466 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000013467 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13468 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13469 (eval $ac_try) 2>&5
13470 ac_status=$?
13471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13472 (exit $ac_status); }; } &&
13473 { ac_try='test -s conftest$ac_exeext'
Pierre d'Herbemont794bf0f2003-11-25 03:31:26 +000013474 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13475 (eval $ac_try) 2>&5
13476 ac_status=$?
13477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13478 (exit $ac_status); }; }; then
13479 ac_cv_c_dll_macho="yes"
13480else
13481 echo "$as_me: failed program was:" >&5
13482sed 's/^/| /' conftest.$ac_ext >&5
13483
13484ac_cv_c_dll_macho="no"
13485fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000013486rm -f conftest.err conftest.$ac_objext \
13487 conftest$ac_exeext conftest.$ac_ext
Pierre d'Herbemont794bf0f2003-11-25 03:31:26 +000013488CFLAGS=$ac_wine_try_cflags_saved
13489fi
13490echo "$as_me:$LINENO: result: $ac_cv_c_dll_macho" >&5
13491echo "${ECHO_T}$ac_cv_c_dll_macho" >&6
13492 if test "$ac_cv_c_dll_macho" = "yes"
13493 then
13494 LIBEXT="dylib"
Alexandre Julliard495bf512005-09-15 09:48:18 +000013495 LDDLLFLAGS="-bundle"
Pierre d'Herbemont794bf0f2003-11-25 03:31:26 +000013496 LDSHARED="\$(CC) -dynamiclib"
Pierre d'Herbemont197b5e32004-06-14 19:34:42 +000013497 STRIP="$STRIP -u -r"
Alexandre Julliard495bf512005-09-15 09:48:18 +000013498 COREFOUNDATIONLIB="-framework CoreFoundation"
Emmanuel Maillard46718f82004-07-22 19:48:41 +000013499
Alexandre Julliard495bf512005-09-15 09:48:18 +000013500 IOKITLIB="-framework IOKit -framework CoreFoundation"
Emmanuel Maillard46718f82004-07-22 19:48:41 +000013501
Emmanuel Maillardaaae6602006-02-15 13:52:02 +010013502 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7ffe0000"
Emmanuel Maillard2300ce62004-08-19 01:20:45 +000013503
Emmanuel Maillardaaae6602006-02-15 13:52:02 +010013504 case $host_cpu in
Alexandre Julliard495bf512005-09-15 09:48:18 +000013505 *powerpc*)
13506 CFLAGS="$CFLAGS -ffixed-r13"
13507 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"
Alexandre Julliard495bf512005-09-15 09:48:18 +000013508 ;;
13509 esac
13510
Warren Baird421e8b92004-09-22 19:17:55 +000013511 else
13512 echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
13513echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6
13514if test "${ac_cv_c_dll_hpux+set}" = set; then
13515 echo $ECHO_N "(cached) $ECHO_C" >&6
13516else
13517 ac_wine_try_cflags_saved=$CFLAGS
13518CFLAGS="$CFLAGS -shared"
13519cat >conftest.$ac_ext <<_ACEOF
13520void myfunc() {}
13521_ACEOF
13522rm -f conftest.$ac_objext conftest$ac_exeext
13523if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13524 (eval $ac_link) 2>conftest.er1
13525 ac_status=$?
13526 grep -v '^ *+' conftest.er1 >conftest.err
13527 rm -f conftest.er1
13528 cat conftest.err >&5
13529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13530 (exit $ac_status); } &&
13531 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13533 (eval $ac_try) 2>&5
13534 ac_status=$?
13535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13536 (exit $ac_status); }; } &&
13537 { ac_try='test -s conftest$ac_exeext'
13538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13539 (eval $ac_try) 2>&5
13540 ac_status=$?
13541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13542 (exit $ac_status); }; }; then
13543 ac_cv_c_dll_hpux="yes"
13544else
13545 echo "$as_me: failed program was:" >&5
13546sed 's/^/| /' conftest.$ac_ext >&5
13547
13548ac_cv_c_dll_hpux="no"
13549fi
13550rm -f conftest.err conftest.$ac_objext \
13551 conftest$ac_exeext conftest.$ac_ext
13552CFLAGS=$ac_wine_try_cflags_saved
13553fi
13554echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
13555echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6
13556 if test "$ac_cv_c_dll_hpux" = "yes"
13557 then
13558 LIBEXT="sl"
Warren Baird1023fe32004-10-19 21:37:09 +000013559 DLLEXT=".sl"
13560 LDDLLFLAGS="-shared -fPIC"
Warren Baird421e8b92004-09-22 19:17:55 +000013561 LDSHARED="\$(CC) -shared"
13562 fi
Pierre d'Herbemont794bf0f2003-11-25 03:31:26 +000013563 fi
Alexandre Julliard466ae142002-05-07 18:33:47 +000013564 fi
13565 fi
Alexandre Julliardfa3a5362002-05-09 01:49:54 +000013566 fi
Alexandre Julliardc3c587e2002-09-06 19:46:00 +000013567
13568 CROSSTEST=""
13569
13570 if test "$cross_compiling" = "no"
13571 then
Kevin Koltzaud3444562004-04-15 00:01:05 +000013572 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i386-mingw32-gcc mingw-gcc
Alexandre Julliardc3c587e2002-09-06 19:46:00 +000013573do
13574 # Extract the first word of "$ac_prog", so it can be a program name with args.
13575set dummy $ac_prog; ac_word=$2
13576echo "$as_me:$LINENO: checking for $ac_word" >&5
13577echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13578if test "${ac_cv_prog_CROSSCC+set}" = set; then
13579 echo $ECHO_N "(cached) $ECHO_C" >&6
13580else
13581 if test -n "$CROSSCC"; then
13582 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
13583else
13584as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13585for as_dir in $PATH
13586do
13587 IFS=$as_save_IFS
13588 test -z "$as_dir" && as_dir=.
13589 for ac_exec_ext in '' $ac_executable_extensions; do
13590 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13591 ac_cv_prog_CROSSCC="$ac_prog"
13592 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13593 break 2
13594 fi
13595done
13596done
13597
13598fi
13599fi
13600CROSSCC=$ac_cv_prog_CROSSCC
13601if test -n "$CROSSCC"; then
13602 echo "$as_me:$LINENO: result: $CROSSCC" >&5
13603echo "${ECHO_T}$CROSSCC" >&6
13604else
13605 echo "$as_me:$LINENO: result: no" >&5
13606echo "${ECHO_T}no" >&6
13607fi
13608
13609 test -n "$CROSSCC" && break
13610done
13611test -n "$CROSSCC" || CROSSCC="false"
13612
Kevin Koltzaud3444562004-04-15 00:01:05 +000013613 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i386-mingw32-dlltool mingw-dlltool
Alexandre Julliardc3c587e2002-09-06 19:46:00 +000013614do
13615 # Extract the first word of "$ac_prog", so it can be a program name with args.
13616set dummy $ac_prog; ac_word=$2
13617echo "$as_me:$LINENO: checking for $ac_word" >&5
13618echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13619if test "${ac_cv_prog_DLLTOOL+set}" = set; then
13620 echo $ECHO_N "(cached) $ECHO_C" >&6
13621else
13622 if test -n "$DLLTOOL"; then
13623 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
13624else
13625as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13626for as_dir in $PATH
13627do
13628 IFS=$as_save_IFS
13629 test -z "$as_dir" && as_dir=.
13630 for ac_exec_ext in '' $ac_executable_extensions; do
13631 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13632 ac_cv_prog_DLLTOOL="$ac_prog"
13633 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13634 break 2
13635 fi
13636done
13637done
13638
13639fi
13640fi
13641DLLTOOL=$ac_cv_prog_DLLTOOL
13642if test -n "$DLLTOOL"; then
13643 echo "$as_me:$LINENO: result: $DLLTOOL" >&5
13644echo "${ECHO_T}$DLLTOOL" >&6
13645else
13646 echo "$as_me:$LINENO: result: no" >&5
13647echo "${ECHO_T}no" >&6
13648fi
13649
13650 test -n "$DLLTOOL" && break
13651done
13652test -n "$DLLTOOL" || DLLTOOL="false"
13653
Kevin Koltzaud3444562004-04-15 00:01:05 +000013654 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i386-mingw32-windres mingw-windres
Alexandre Julliard21ee3292003-04-21 22:52:31 +000013655do
13656 # Extract the first word of "$ac_prog", so it can be a program name with args.
13657set dummy $ac_prog; ac_word=$2
13658echo "$as_me:$LINENO: checking for $ac_word" >&5
13659echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13660if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
13661 echo $ECHO_N "(cached) $ECHO_C" >&6
13662else
13663 if test -n "$CROSSWINDRES"; then
13664 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
13665else
13666as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13667for as_dir in $PATH
13668do
13669 IFS=$as_save_IFS
13670 test -z "$as_dir" && as_dir=.
13671 for ac_exec_ext in '' $ac_executable_extensions; do
13672 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13673 ac_cv_prog_CROSSWINDRES="$ac_prog"
13674 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13675 break 2
13676 fi
13677done
13678done
13679
13680fi
13681fi
13682CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
13683if test -n "$CROSSWINDRES"; then
13684 echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
13685echo "${ECHO_T}$CROSSWINDRES" >&6
13686else
13687 echo "$as_me:$LINENO: result: no" >&5
13688echo "${ECHO_T}no" >&6
13689fi
13690
13691 test -n "$CROSSWINDRES" && break
13692done
13693test -n "$CROSSWINDRES" || CROSSWINDRES="false"
13694
Alexandre Julliardc3c587e2002-09-06 19:46:00 +000013695 if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
13696 fi
Alexandre Julliardfa3a5362002-05-09 01:49:54 +000013697 ;;
13698esac
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +000013699
Hidenori Takeshimad48ca942000-12-22 22:28:00 +000013700if test "$LIBEXT" = "a"; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +000013701 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013702It is currently not possible to build Wine without shared library
13703(.so) support to allow transparent switch between .so and .dll files.
13704If you are using Linux, you will need a newer binutils.
13705" >&5
13706echo "$as_me: error: could not find a way to build shared libraries.
13707It is currently not possible to build Wine without shared library
13708(.so) support to allow transparent switch between .so and .dll files.
13709If you are using Linux, you will need a newer binutils.
13710" >&2;}
13711 { (exit 1); exit 1; }; }
Hidenori Takeshimad48ca942000-12-22 22:28:00 +000013712fi
13713
Alexandre Julliardfc01b722002-05-12 03:16:39 +000013714case $build_os in
13715 cygwin*|mingw32*)
Alexandre Julliard7ab9a712003-03-21 05:06:48 +000013716 LDPATH="PATH=\"\$(TOOLSDIR)/libs/unicode:\$\$PATH\""
Alexandre Julliard7bf07d12002-08-03 00:25:59 +000013717 ;;
Pierre d'Herbemont794bf0f2003-11-25 03:31:26 +000013718 darwin*|macosx*)
13719 LDPATH="DYLD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/unicode:\$\$DYLD_LIBRARY_PATH\""
13720 ;;
Alexandre Julliardfc01b722002-05-12 03:16:39 +000013721 *)
Alexandre Julliard7ab9a712003-03-21 05:06:48 +000013722 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/unicode:\$\$LD_LIBRARY_PATH\""
Alexandre Julliard7bf07d12002-08-03 00:25:59 +000013723 ;;
Alexandre Julliardfc01b722002-05-12 03:16:39 +000013724esac
13725
Alexandre Julliard7bf07d12002-08-03 00:25:59 +000013726case $host_os in
13727 mingw32*)
Alexandre Julliard546839f2003-11-11 00:48:21 +000013728 CRTLIBS="-lmsvcrt"
Steven Edwardsc91ae452004-09-03 18:57:19 +000013729
13730 SOCKETLIBS="-lws2_32"
13731
13732 ;;
Alexandre Julliard546839f2003-11-11 00:48:21 +000013733esac
13734
Alexandre Julliard2cdfd4d2006-02-18 15:03:51 +010013735case $host_cpu in
13736 *i[3456789]86*)
13737 case $host_os in
13738 linux* | k*bsd*-gnu)
13739 MAIN_BINARY="wine-glibc"
Alexandre Julliard546839f2003-11-11 00:48:21 +000013740
Alexandre Julliard2cdfd4d2006-02-18 15:03:51 +010013741 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
13742 ;;
13743 darwin*)
13744 MAIN_BINARY="wine-pthread"
13745 ;;
13746 *)
13747 MAIN_BINARY="wine-kthread"
13748 ;;
13749 esac
Emmanuel Maillard3bc8d2e2004-07-19 20:11:10 +000013750 ;;
Alexandre Julliard2cdfd4d2006-02-18 15:03:51 +010013751 *) MAIN_BINARY="wine-pthread"
Alexandre Julliard26639172006-02-17 14:12:29 +010013752 ;;
Alexandre Julliard7bf07d12002-08-03 00:25:59 +000013753esac
Alexandre Julliarddaa28862002-04-11 21:54:01 +000013754
13755
Pierre d'Herbemont197b5e32004-06-14 19:34:42 +000013756if test "$LIBEXT" = "so" -o "$LIBEXT" = "dylib"
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000013757then
13758 # Extract the first word of "ldd", so it can be a program name with args.
13759set dummy ldd; ac_word=$2
13760echo "$as_me:$LINENO: checking for $ac_word" >&5
13761echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13762if test "${ac_cv_path_LDD+set}" = set; then
13763 echo $ECHO_N "(cached) $ECHO_C" >&6
13764else
13765 case $LDD in
13766 [\\/]* | ?:[\\/]*)
13767 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
13768 ;;
13769 *)
13770 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Alexandre Julliard11af04e2002-10-10 03:48:04 +000013771as_dummy="/sbin:/usr/sbin:$PATH"
13772for as_dir in $as_dummy
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000013773do
13774 IFS=$as_save_IFS
13775 test -z "$as_dir" && as_dir=.
13776 for ac_exec_ext in '' $ac_executable_extensions; do
13777 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13778 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
13779 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13780 break 2
13781 fi
13782done
13783done
13784
13785 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
13786 ;;
13787esac
13788fi
13789LDD=$ac_cv_path_LDD
13790
13791if test -n "$LDD"; then
13792 echo "$as_me:$LINENO: result: $LDD" >&5
13793echo "${ECHO_T}$LDD" >&6
13794else
13795 echo "$as_me:$LINENO: result: no" >&5
13796echo "${ECHO_T}no" >&6
13797fi
13798
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000013799echo "$as_me:$LINENO: checking for -lX11 soname" >&5
13800echo $ECHO_N "checking for -lX11 soname... $ECHO_C" >&6
13801if test "${ac_cv_lib_soname_X11+set}" = set; then
13802 echo $ECHO_N "(cached) $ECHO_C" >&6
13803else
13804 ac_get_soname_save_LIBS=$LIBS
13805LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
13806 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000013807/* confdefs.h. */
13808_ACEOF
13809cat confdefs.h >>conftest.$ac_ext
13810cat >>conftest.$ac_ext <<_ACEOF
13811/* end confdefs.h. */
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000013812
13813/* Override any gcc2 internal prototype to avoid an error. */
13814#ifdef __cplusplus
13815extern "C"
13816#endif
13817/* We use char because int might match the return type of a gcc2
13818 builtin and then its argument prototype would still apply. */
13819char XCreateWindow ();
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000013820int
13821main ()
13822{
13823XCreateWindow ();
13824 ;
13825 return 0;
13826}
13827_ACEOF
13828rm -f conftest.$ac_objext conftest$ac_exeext
13829if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000013830 (eval $ac_link) 2>conftest.er1
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000013831 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000013832 grep -v '^ *+' conftest.er1 >conftest.err
13833 rm -f conftest.er1
13834 cat conftest.err >&5
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000013835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13836 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000013837 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13839 (eval $ac_try) 2>&5
13840 ac_status=$?
13841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13842 (exit $ac_status); }; } &&
13843 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000013844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13845 (eval $ac_try) 2>&5
13846 ac_status=$?
13847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13848 (exit $ac_status); }; }; then
Marcus Meissner049b5942005-10-27 10:22:13 +000013849 ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep libX11\\.$LIBEXT | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000013850 if test "x$ac_cv_lib_soname_X11" = "x"
13851 then
Pierre d'Herbemont197b5e32004-06-14 19:34:42 +000013852 ac_cv_lib_soname_X11="libX11.$LIBEXT"
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000013853 fi
13854else
13855 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000013856sed 's/^/| /' conftest.$ac_ext >&5
13857
Pierre d'Herbemont197b5e32004-06-14 19:34:42 +000013858ac_cv_lib_soname_X11="libX11.$LIBEXT"
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000013859fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000013860rm -f conftest.err conftest.$ac_objext \
13861 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000013862 LIBS=$ac_get_soname_save_LIBS
13863fi
13864echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
13865echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6
Alexandre Julliard30de3e82006-03-10 21:24:05 +010013866if test "${ac_cv_lib_soname_X11+set}" = set; then
13867
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000013868cat >>confdefs.h <<_ACEOF
13869#define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
13870_ACEOF
Alexandre Julliard30de3e82006-03-10 21:24:05 +010013871
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000013872fi
13873
Alexandre Julliard30de3e82006-03-10 21:24:05 +010013874 echo "$as_me:$LINENO: checking for -lXext soname" >&5
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000013875echo $ECHO_N "checking for -lXext soname... $ECHO_C" >&6
13876if test "${ac_cv_lib_soname_Xext+set}" = set; then
13877 echo $ECHO_N "(cached) $ECHO_C" >&6
13878else
13879 ac_get_soname_save_LIBS=$LIBS
13880LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
13881 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000013882/* confdefs.h. */
13883_ACEOF
13884cat confdefs.h >>conftest.$ac_ext
13885cat >>conftest.$ac_ext <<_ACEOF
13886/* end confdefs.h. */
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000013887
13888/* Override any gcc2 internal prototype to avoid an error. */
13889#ifdef __cplusplus
13890extern "C"
13891#endif
13892/* We use char because int might match the return type of a gcc2
13893 builtin and then its argument prototype would still apply. */
13894char XextCreateExtension ();
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000013895int
13896main ()
13897{
13898XextCreateExtension ();
13899 ;
13900 return 0;
13901}
13902_ACEOF
13903rm -f conftest.$ac_objext conftest$ac_exeext
13904if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000013905 (eval $ac_link) 2>conftest.er1
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000013906 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000013907 grep -v '^ *+' conftest.er1 >conftest.err
13908 rm -f conftest.er1
13909 cat conftest.err >&5
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000013910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13911 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000013912 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13914 (eval $ac_try) 2>&5
13915 ac_status=$?
13916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13917 (exit $ac_status); }; } &&
13918 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000013919 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13920 (eval $ac_try) 2>&5
13921 ac_status=$?
13922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13923 (exit $ac_status); }; }; then
Marcus Meissner049b5942005-10-27 10:22:13 +000013924 ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep libXext\\.$LIBEXT | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000013925 if test "x$ac_cv_lib_soname_Xext" = "x"
13926 then
Pierre d'Herbemont197b5e32004-06-14 19:34:42 +000013927 ac_cv_lib_soname_Xext="libXext.$LIBEXT"
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000013928 fi
13929else
13930 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000013931sed 's/^/| /' conftest.$ac_ext >&5
13932
Pierre d'Herbemont197b5e32004-06-14 19:34:42 +000013933ac_cv_lib_soname_Xext="libXext.$LIBEXT"
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000013934fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000013935rm -f conftest.err conftest.$ac_objext \
13936 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000013937 LIBS=$ac_get_soname_save_LIBS
13938fi
13939echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
13940echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6
Alexandre Julliard30de3e82006-03-10 21:24:05 +010013941if test "${ac_cv_lib_soname_Xext+set}" = set; then
13942
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000013943cat >>confdefs.h <<_ACEOF
13944#define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
13945_ACEOF
Alexandre Julliard30de3e82006-03-10 21:24:05 +010013946
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000013947fi
13948
Alexandre Julliard30de3e82006-03-10 21:24:05 +010013949 echo "$as_me:$LINENO: checking for -lXi soname" >&5
Aric Stewart2eebf3c2004-01-09 00:03:00 +000013950echo $ECHO_N "checking for -lXi soname... $ECHO_C" >&6
13951if test "${ac_cv_lib_soname_Xi+set}" = set; then
13952 echo $ECHO_N "(cached) $ECHO_C" >&6
13953else
13954 ac_get_soname_save_LIBS=$LIBS
13955LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
13956 cat >conftest.$ac_ext <<_ACEOF
13957/* confdefs.h. */
13958_ACEOF
13959cat confdefs.h >>conftest.$ac_ext
13960cat >>conftest.$ac_ext <<_ACEOF
13961/* end confdefs.h. */
13962
13963/* Override any gcc2 internal prototype to avoid an error. */
13964#ifdef __cplusplus
13965extern "C"
13966#endif
13967/* We use char because int might match the return type of a gcc2
13968 builtin and then its argument prototype would still apply. */
13969char XOpenDevice ();
13970int
13971main ()
13972{
13973XOpenDevice ();
13974 ;
13975 return 0;
13976}
13977_ACEOF
13978rm -f conftest.$ac_objext conftest$ac_exeext
13979if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13980 (eval $ac_link) 2>conftest.er1
13981 ac_status=$?
13982 grep -v '^ *+' conftest.er1 >conftest.err
13983 rm -f conftest.er1
13984 cat conftest.err >&5
13985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13986 (exit $ac_status); } &&
13987 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13989 (eval $ac_try) 2>&5
13990 ac_status=$?
13991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13992 (exit $ac_status); }; } &&
13993 { ac_try='test -s conftest$ac_exeext'
13994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13995 (eval $ac_try) 2>&5
13996 ac_status=$?
13997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13998 (exit $ac_status); }; }; then
Marcus Meissner049b5942005-10-27 10:22:13 +000013999 ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep libXi\\.$LIBEXT | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
Aric Stewart2eebf3c2004-01-09 00:03:00 +000014000 if test "x$ac_cv_lib_soname_Xi" = "x"
14001 then
Pierre d'Herbemont197b5e32004-06-14 19:34:42 +000014002 ac_cv_lib_soname_Xi="libXi.$LIBEXT"
Aric Stewart2eebf3c2004-01-09 00:03:00 +000014003 fi
14004else
14005 echo "$as_me: failed program was:" >&5
14006sed 's/^/| /' conftest.$ac_ext >&5
14007
Pierre d'Herbemont197b5e32004-06-14 19:34:42 +000014008ac_cv_lib_soname_Xi="libXi.$LIBEXT"
Aric Stewart2eebf3c2004-01-09 00:03:00 +000014009fi
14010rm -f conftest.err conftest.$ac_objext \
14011 conftest$ac_exeext conftest.$ac_ext
14012 LIBS=$ac_get_soname_save_LIBS
14013fi
14014echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
14015echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014016if test "${ac_cv_lib_soname_Xi+set}" = set; then
14017
Aric Stewart2eebf3c2004-01-09 00:03:00 +000014018cat >>confdefs.h <<_ACEOF
14019#define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
14020_ACEOF
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014021
Aric Stewart2eebf3c2004-01-09 00:03:00 +000014022fi
14023
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014024 echo "$as_me:$LINENO: checking for -lXrender soname" >&5
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000014025echo $ECHO_N "checking for -lXrender soname... $ECHO_C" >&6
14026if test "${ac_cv_lib_soname_Xrender+set}" = set; then
14027 echo $ECHO_N "(cached) $ECHO_C" >&6
14028else
14029 ac_get_soname_save_LIBS=$LIBS
14030LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
14031 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000014032/* confdefs.h. */
14033_ACEOF
14034cat confdefs.h >>conftest.$ac_ext
14035cat >>conftest.$ac_ext <<_ACEOF
14036/* end confdefs.h. */
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000014037
14038/* Override any gcc2 internal prototype to avoid an error. */
14039#ifdef __cplusplus
14040extern "C"
14041#endif
14042/* We use char because int might match the return type of a gcc2
14043 builtin and then its argument prototype would still apply. */
14044char XRenderQueryExtension ();
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000014045int
14046main ()
14047{
14048XRenderQueryExtension ();
14049 ;
14050 return 0;
14051}
14052_ACEOF
14053rm -f conftest.$ac_objext conftest$ac_exeext
14054if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000014055 (eval $ac_link) 2>conftest.er1
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000014056 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000014057 grep -v '^ *+' conftest.er1 >conftest.err
14058 rm -f conftest.er1
14059 cat conftest.err >&5
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000014060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14061 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000014062 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14064 (eval $ac_try) 2>&5
14065 ac_status=$?
14066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14067 (exit $ac_status); }; } &&
14068 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000014069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14070 (eval $ac_try) 2>&5
14071 ac_status=$?
14072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14073 (exit $ac_status); }; }; then
Marcus Meissner049b5942005-10-27 10:22:13 +000014074 ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep libXrender\\.$LIBEXT | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000014075 if test "x$ac_cv_lib_soname_Xrender" = "x"
14076 then
Pierre d'Herbemont197b5e32004-06-14 19:34:42 +000014077 ac_cv_lib_soname_Xrender="libXrender.$LIBEXT"
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000014078 fi
14079else
14080 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000014081sed 's/^/| /' conftest.$ac_ext >&5
14082
Pierre d'Herbemont197b5e32004-06-14 19:34:42 +000014083ac_cv_lib_soname_Xrender="libXrender.$LIBEXT"
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000014084fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000014085rm -f conftest.err conftest.$ac_objext \
14086 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000014087 LIBS=$ac_get_soname_save_LIBS
14088fi
14089echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
14090echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014091if test "${ac_cv_lib_soname_Xrender+set}" = set; then
14092
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000014093cat >>confdefs.h <<_ACEOF
14094#define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
14095_ACEOF
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014096
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000014097fi
14098
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014099 echo "$as_me:$LINENO: checking for -lXrandr soname" >&5
Mike McCormackc7c9f932004-04-07 03:57:35 +000014100echo $ECHO_N "checking for -lXrandr soname... $ECHO_C" >&6
14101if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
14102 echo $ECHO_N "(cached) $ECHO_C" >&6
14103else
14104 ac_get_soname_save_LIBS=$LIBS
14105LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
14106 cat >conftest.$ac_ext <<_ACEOF
14107/* confdefs.h. */
14108_ACEOF
14109cat confdefs.h >>conftest.$ac_ext
14110cat >>conftest.$ac_ext <<_ACEOF
14111/* end confdefs.h. */
14112
14113/* Override any gcc2 internal prototype to avoid an error. */
14114#ifdef __cplusplus
14115extern "C"
14116#endif
14117/* We use char because int might match the return type of a gcc2
14118 builtin and then its argument prototype would still apply. */
14119char XRRQueryExtension ();
14120int
14121main ()
14122{
14123XRRQueryExtension ();
14124 ;
14125 return 0;
14126}
14127_ACEOF
14128rm -f conftest.$ac_objext conftest$ac_exeext
14129if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14130 (eval $ac_link) 2>conftest.er1
14131 ac_status=$?
14132 grep -v '^ *+' conftest.er1 >conftest.err
14133 rm -f conftest.er1
14134 cat conftest.err >&5
14135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14136 (exit $ac_status); } &&
14137 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14138 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14139 (eval $ac_try) 2>&5
14140 ac_status=$?
14141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14142 (exit $ac_status); }; } &&
14143 { ac_try='test -s conftest$ac_exeext'
14144 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14145 (eval $ac_try) 2>&5
14146 ac_status=$?
14147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14148 (exit $ac_status); }; }; then
Marcus Meissner049b5942005-10-27 10:22:13 +000014149 ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep libXrandr\\.$LIBEXT | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
Mike McCormackc7c9f932004-04-07 03:57:35 +000014150 if test "x$ac_cv_lib_soname_Xrandr" = "x"
14151 then
Pierre d'Herbemont197b5e32004-06-14 19:34:42 +000014152 ac_cv_lib_soname_Xrandr="libXrandr.$LIBEXT"
Mike McCormackc7c9f932004-04-07 03:57:35 +000014153 fi
14154else
14155 echo "$as_me: failed program was:" >&5
14156sed 's/^/| /' conftest.$ac_ext >&5
14157
Pierre d'Herbemont197b5e32004-06-14 19:34:42 +000014158ac_cv_lib_soname_Xrandr="libXrandr.$LIBEXT"
Mike McCormackc7c9f932004-04-07 03:57:35 +000014159fi
14160rm -f conftest.err conftest.$ac_objext \
14161 conftest$ac_exeext conftest.$ac_ext
14162 LIBS=$ac_get_soname_save_LIBS
14163fi
14164echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
14165echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014166if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
14167
Mike McCormackc7c9f932004-04-07 03:57:35 +000014168cat >>confdefs.h <<_ACEOF
14169#define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
14170_ACEOF
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014171
Mike McCormackc7c9f932004-04-07 03:57:35 +000014172fi
14173
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014174 echo "$as_me:$LINENO: checking for -lfreetype soname" >&5
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000014175echo $ECHO_N "checking for -lfreetype soname... $ECHO_C" >&6
14176if test "${ac_cv_lib_soname_freetype+set}" = set; then
14177 echo $ECHO_N "(cached) $ECHO_C" >&6
14178else
14179 ac_get_soname_save_LIBS=$LIBS
14180LIBS="-lfreetype $X_LIBS $LIBS"
14181 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000014182/* confdefs.h. */
14183_ACEOF
14184cat confdefs.h >>conftest.$ac_ext
14185cat >>conftest.$ac_ext <<_ACEOF
14186/* end confdefs.h. */
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000014187
14188/* Override any gcc2 internal prototype to avoid an error. */
14189#ifdef __cplusplus
14190extern "C"
14191#endif
14192/* We use char because int might match the return type of a gcc2
14193 builtin and then its argument prototype would still apply. */
14194char FT_Init_FreeType ();
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000014195int
14196main ()
14197{
14198FT_Init_FreeType ();
14199 ;
14200 return 0;
14201}
14202_ACEOF
14203rm -f conftest.$ac_objext conftest$ac_exeext
14204if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000014205 (eval $ac_link) 2>conftest.er1
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000014206 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000014207 grep -v '^ *+' conftest.er1 >conftest.err
14208 rm -f conftest.er1
14209 cat conftest.err >&5
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000014210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14211 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000014212 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14214 (eval $ac_try) 2>&5
14215 ac_status=$?
14216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14217 (exit $ac_status); }; } &&
14218 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000014219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14220 (eval $ac_try) 2>&5
14221 ac_status=$?
14222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14223 (exit $ac_status); }; }; then
Marcus Meissner049b5942005-10-27 10:22:13 +000014224 ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep libfreetype\\.$LIBEXT | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000014225 if test "x$ac_cv_lib_soname_freetype" = "x"
14226 then
Pierre d'Herbemont197b5e32004-06-14 19:34:42 +000014227 ac_cv_lib_soname_freetype="libfreetype.$LIBEXT"
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000014228 fi
14229else
14230 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000014231sed 's/^/| /' conftest.$ac_ext >&5
14232
Pierre d'Herbemont197b5e32004-06-14 19:34:42 +000014233ac_cv_lib_soname_freetype="libfreetype.$LIBEXT"
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000014234fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000014235rm -f conftest.err conftest.$ac_objext \
14236 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000014237 LIBS=$ac_get_soname_save_LIBS
14238fi
14239echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14240echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014241if test "${ac_cv_lib_soname_freetype+set}" = set; then
14242
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000014243cat >>confdefs.h <<_ACEOF
14244#define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14245_ACEOF
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014246
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000014247fi
Marcus Meissnerf061f762002-11-12 02:22:24 +000014248
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014249 echo "$as_me:$LINENO: checking for -lGL soname" >&5
Lionel Ulmer56ab2b3e2002-11-15 04:16:38 +000014250echo $ECHO_N "checking for -lGL soname... $ECHO_C" >&6
14251if test "${ac_cv_lib_soname_GL+set}" = set; then
14252 echo $ECHO_N "(cached) $ECHO_C" >&6
14253else
14254 ac_get_soname_save_LIBS=$LIBS
14255LIBS="-lGL $X_LIBS $X_EXTRA_LIBS $LIBS"
14256 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000014257/* confdefs.h. */
14258_ACEOF
14259cat confdefs.h >>conftest.$ac_ext
14260cat >>conftest.$ac_ext <<_ACEOF
14261/* end confdefs.h. */
Lionel Ulmer56ab2b3e2002-11-15 04:16:38 +000014262
14263/* Override any gcc2 internal prototype to avoid an error. */
14264#ifdef __cplusplus
14265extern "C"
14266#endif
14267/* We use char because int might match the return type of a gcc2
14268 builtin and then its argument prototype would still apply. */
14269char glXQueryExtension ();
14270int
14271main ()
14272{
14273glXQueryExtension ();
14274 ;
14275 return 0;
14276}
14277_ACEOF
14278rm -f conftest.$ac_objext conftest$ac_exeext
14279if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000014280 (eval $ac_link) 2>conftest.er1
Lionel Ulmer56ab2b3e2002-11-15 04:16:38 +000014281 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000014282 grep -v '^ *+' conftest.er1 >conftest.err
14283 rm -f conftest.er1
14284 cat conftest.err >&5
Lionel Ulmer56ab2b3e2002-11-15 04:16:38 +000014285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14286 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000014287 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14288 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14289 (eval $ac_try) 2>&5
14290 ac_status=$?
14291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14292 (exit $ac_status); }; } &&
14293 { ac_try='test -s conftest$ac_exeext'
Lionel Ulmer56ab2b3e2002-11-15 04:16:38 +000014294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14295 (eval $ac_try) 2>&5
14296 ac_status=$?
14297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14298 (exit $ac_status); }; }; then
Marcus Meissner049b5942005-10-27 10:22:13 +000014299 ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep libGL\\.$LIBEXT | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
Lionel Ulmer56ab2b3e2002-11-15 04:16:38 +000014300 if test "x$ac_cv_lib_soname_GL" = "x"
14301 then
Pierre d'Herbemont197b5e32004-06-14 19:34:42 +000014302 ac_cv_lib_soname_GL="libGL.$LIBEXT"
Lionel Ulmer56ab2b3e2002-11-15 04:16:38 +000014303 fi
14304else
14305 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000014306sed 's/^/| /' conftest.$ac_ext >&5
14307
Pierre d'Herbemont197b5e32004-06-14 19:34:42 +000014308ac_cv_lib_soname_GL="libGL.$LIBEXT"
Lionel Ulmer56ab2b3e2002-11-15 04:16:38 +000014309fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000014310rm -f conftest.err conftest.$ac_objext \
14311 conftest$ac_exeext conftest.$ac_ext
Lionel Ulmer56ab2b3e2002-11-15 04:16:38 +000014312 LIBS=$ac_get_soname_save_LIBS
14313fi
14314echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
14315echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014316if test "${ac_cv_lib_soname_GL+set}" = set; then
14317
Lionel Ulmer56ab2b3e2002-11-15 04:16:38 +000014318cat >>confdefs.h <<_ACEOF
14319#define SONAME_LIBGL "$ac_cv_lib_soname_GL"
14320_ACEOF
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014321
Lionel Ulmer56ab2b3e2002-11-15 04:16:38 +000014322fi
14323
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014324 echo "$as_me:$LINENO: checking for -ltxc_dxtn soname" >&5
Christian Costaeac96b52004-07-30 18:54:32 +000014325echo $ECHO_N "checking for -ltxc_dxtn soname... $ECHO_C" >&6
14326if test "${ac_cv_lib_soname_txc_dxtn+set}" = set; then
14327 echo $ECHO_N "(cached) $ECHO_C" >&6
14328else
14329 ac_get_soname_save_LIBS=$LIBS
14330LIBS="-ltxc_dxtn $LIBS"
14331 cat >conftest.$ac_ext <<_ACEOF
14332/* confdefs.h. */
14333_ACEOF
14334cat confdefs.h >>conftest.$ac_ext
14335cat >>conftest.$ac_ext <<_ACEOF
14336/* end confdefs.h. */
14337
14338/* Override any gcc2 internal prototype to avoid an error. */
14339#ifdef __cplusplus
14340extern "C"
14341#endif
14342/* We use char because int might match the return type of a gcc2
14343 builtin and then its argument prototype would still apply. */
14344char fetch_2d_texel_rgba_dxt1 ();
14345int
14346main ()
14347{
14348fetch_2d_texel_rgba_dxt1 ();
14349 ;
14350 return 0;
14351}
14352_ACEOF
14353rm -f conftest.$ac_objext conftest$ac_exeext
14354if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14355 (eval $ac_link) 2>conftest.er1
14356 ac_status=$?
14357 grep -v '^ *+' conftest.er1 >conftest.err
14358 rm -f conftest.er1
14359 cat conftest.err >&5
14360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14361 (exit $ac_status); } &&
14362 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14364 (eval $ac_try) 2>&5
14365 ac_status=$?
14366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14367 (exit $ac_status); }; } &&
14368 { ac_try='test -s conftest$ac_exeext'
14369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14370 (eval $ac_try) 2>&5
14371 ac_status=$?
14372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14373 (exit $ac_status); }; }; then
Marcus Meissner049b5942005-10-27 10:22:13 +000014374 ac_cv_lib_soname_txc_dxtn=`$ac_cv_path_LDD conftest$ac_exeext | grep libtxc_dxtn\\.$LIBEXT | sed -e "s/^.*\(libtxc_dxtn\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
Christian Costaeac96b52004-07-30 18:54:32 +000014375 if test "x$ac_cv_lib_soname_txc_dxtn" = "x"
14376 then
14377 ac_cv_lib_soname_txc_dxtn="libtxc_dxtn.$LIBEXT"
14378 fi
14379else
14380 echo "$as_me: failed program was:" >&5
14381sed 's/^/| /' conftest.$ac_ext >&5
14382
14383ac_cv_lib_soname_txc_dxtn="libtxc_dxtn.$LIBEXT"
14384fi
14385rm -f conftest.err conftest.$ac_objext \
14386 conftest$ac_exeext conftest.$ac_ext
14387 LIBS=$ac_get_soname_save_LIBS
14388fi
14389echo "$as_me:$LINENO: result: $ac_cv_lib_soname_txc_dxtn" >&5
14390echo "${ECHO_T}$ac_cv_lib_soname_txc_dxtn" >&6
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014391if test "${ac_cv_lib_soname_txc_dxtn+set}" = set; then
14392
Christian Costaeac96b52004-07-30 18:54:32 +000014393cat >>confdefs.h <<_ACEOF
14394#define SONAME_LIBTXC_DXTN "$ac_cv_lib_soname_txc_dxtn"
14395_ACEOF
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014396
Christian Costaeac96b52004-07-30 18:54:32 +000014397fi
14398
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014399 echo "$as_me:$LINENO: checking for -lcups soname" >&5
Marcus Meissnerf061f762002-11-12 02:22:24 +000014400echo $ECHO_N "checking for -lcups soname... $ECHO_C" >&6
14401if test "${ac_cv_lib_soname_cups+set}" = set; then
14402 echo $ECHO_N "(cached) $ECHO_C" >&6
14403else
14404 ac_get_soname_save_LIBS=$LIBS
14405LIBS="-lcups $LIBS"
14406 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000014407/* confdefs.h. */
14408_ACEOF
14409cat confdefs.h >>conftest.$ac_ext
14410cat >>conftest.$ac_ext <<_ACEOF
14411/* end confdefs.h. */
Marcus Meissnerf061f762002-11-12 02:22:24 +000014412
14413/* Override any gcc2 internal prototype to avoid an error. */
14414#ifdef __cplusplus
14415extern "C"
14416#endif
14417/* We use char because int might match the return type of a gcc2
14418 builtin and then its argument prototype would still apply. */
14419char cupsGetDefault ();
14420int
14421main ()
14422{
14423cupsGetDefault ();
14424 ;
14425 return 0;
14426}
14427_ACEOF
14428rm -f conftest.$ac_objext conftest$ac_exeext
14429if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000014430 (eval $ac_link) 2>conftest.er1
Marcus Meissnerf061f762002-11-12 02:22:24 +000014431 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000014432 grep -v '^ *+' conftest.er1 >conftest.err
14433 rm -f conftest.er1
14434 cat conftest.err >&5
Marcus Meissnerf061f762002-11-12 02:22:24 +000014435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14436 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000014437 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14439 (eval $ac_try) 2>&5
14440 ac_status=$?
14441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14442 (exit $ac_status); }; } &&
14443 { ac_try='test -s conftest$ac_exeext'
Marcus Meissnerf061f762002-11-12 02:22:24 +000014444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14445 (eval $ac_try) 2>&5
14446 ac_status=$?
14447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14448 (exit $ac_status); }; }; then
Marcus Meissner049b5942005-10-27 10:22:13 +000014449 ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep libcups\\.$LIBEXT | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
Marcus Meissnerf061f762002-11-12 02:22:24 +000014450 if test "x$ac_cv_lib_soname_cups" = "x"
14451 then
Pierre d'Herbemont197b5e32004-06-14 19:34:42 +000014452 ac_cv_lib_soname_cups="libcups.$LIBEXT"
Marcus Meissnerf061f762002-11-12 02:22:24 +000014453 fi
14454else
14455 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000014456sed 's/^/| /' conftest.$ac_ext >&5
14457
Pierre d'Herbemont197b5e32004-06-14 19:34:42 +000014458ac_cv_lib_soname_cups="libcups.$LIBEXT"
Marcus Meissnerf061f762002-11-12 02:22:24 +000014459fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000014460rm -f conftest.err conftest.$ac_objext \
14461 conftest$ac_exeext conftest.$ac_ext
Marcus Meissnerf061f762002-11-12 02:22:24 +000014462 LIBS=$ac_get_soname_save_LIBS
14463fi
14464echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
14465echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014466if test "${ac_cv_lib_soname_cups+set}" = set; then
14467
Marcus Meissnerf061f762002-11-12 02:22:24 +000014468cat >>confdefs.h <<_ACEOF
14469#define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
14470_ACEOF
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014471
Marcus Meissnerf061f762002-11-12 02:22:24 +000014472fi
Chris Morgan4691b182002-12-13 02:26:18 +000014473
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014474 echo "$as_me:$LINENO: checking for -ljack soname" >&5
Chris Morgan4691b182002-12-13 02:26:18 +000014475echo $ECHO_N "checking for -ljack soname... $ECHO_C" >&6
14476if test "${ac_cv_lib_soname_jack+set}" = set; then
14477 echo $ECHO_N "(cached) $ECHO_C" >&6
14478else
14479 ac_get_soname_save_LIBS=$LIBS
14480LIBS="-ljack $LIBS"
14481 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000014482/* confdefs.h. */
14483_ACEOF
14484cat confdefs.h >>conftest.$ac_ext
14485cat >>conftest.$ac_ext <<_ACEOF
14486/* end confdefs.h. */
Chris Morgan4691b182002-12-13 02:26:18 +000014487
14488/* Override any gcc2 internal prototype to avoid an error. */
14489#ifdef __cplusplus
14490extern "C"
14491#endif
14492/* We use char because int might match the return type of a gcc2
14493 builtin and then its argument prototype would still apply. */
14494char jack_client_new ();
14495int
14496main ()
14497{
14498jack_client_new ();
14499 ;
14500 return 0;
14501}
14502_ACEOF
14503rm -f conftest.$ac_objext conftest$ac_exeext
14504if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000014505 (eval $ac_link) 2>conftest.er1
Chris Morgan4691b182002-12-13 02:26:18 +000014506 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000014507 grep -v '^ *+' conftest.er1 >conftest.err
14508 rm -f conftest.er1
14509 cat conftest.err >&5
Chris Morgan4691b182002-12-13 02:26:18 +000014510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14511 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000014512 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14513 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14514 (eval $ac_try) 2>&5
14515 ac_status=$?
14516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14517 (exit $ac_status); }; } &&
14518 { ac_try='test -s conftest$ac_exeext'
Chris Morgan4691b182002-12-13 02:26:18 +000014519 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14520 (eval $ac_try) 2>&5
14521 ac_status=$?
14522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14523 (exit $ac_status); }; }; then
Marcus Meissner049b5942005-10-27 10:22:13 +000014524 ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest$ac_exeext | grep libjack\\.$LIBEXT | sed -e "s/^.*\(libjack\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
Chris Morgan4691b182002-12-13 02:26:18 +000014525 if test "x$ac_cv_lib_soname_jack" = "x"
14526 then
Pierre d'Herbemont197b5e32004-06-14 19:34:42 +000014527 ac_cv_lib_soname_jack="libjack.$LIBEXT"
Chris Morgan4691b182002-12-13 02:26:18 +000014528 fi
14529else
14530 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000014531sed 's/^/| /' conftest.$ac_ext >&5
14532
Pierre d'Herbemont197b5e32004-06-14 19:34:42 +000014533ac_cv_lib_soname_jack="libjack.$LIBEXT"
Chris Morgan4691b182002-12-13 02:26:18 +000014534fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000014535rm -f conftest.err conftest.$ac_objext \
14536 conftest$ac_exeext conftest.$ac_ext
Chris Morgan4691b182002-12-13 02:26:18 +000014537 LIBS=$ac_get_soname_save_LIBS
14538fi
14539echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
14540echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014541if test "${ac_cv_lib_soname_jack+set}" = set; then
14542
Chris Morgan4691b182002-12-13 02:26:18 +000014543cat >>confdefs.h <<_ACEOF
14544#define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
14545_ACEOF
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014546
Chris Morgan4691b182002-12-13 02:26:18 +000014547fi
David Hammerton852c7ae2003-06-20 23:26:56 +000014548
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014549 echo "$as_me:$LINENO: checking for -lfontconfig soname" >&5
Huw Davies6e128072003-11-09 00:30:13 +000014550echo $ECHO_N "checking for -lfontconfig soname... $ECHO_C" >&6
14551if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
14552 echo $ECHO_N "(cached) $ECHO_C" >&6
14553else
14554 ac_get_soname_save_LIBS=$LIBS
14555LIBS="-lfontconfig $LIBS"
14556 cat >conftest.$ac_ext <<_ACEOF
Huw Davies6e128072003-11-09 00:30:13 +000014557/* confdefs.h. */
14558_ACEOF
14559cat confdefs.h >>conftest.$ac_ext
14560cat >>conftest.$ac_ext <<_ACEOF
14561/* end confdefs.h. */
14562
14563/* Override any gcc2 internal prototype to avoid an error. */
14564#ifdef __cplusplus
14565extern "C"
14566#endif
14567/* We use char because int might match the return type of a gcc2
14568 builtin and then its argument prototype would still apply. */
14569char FcInit ();
14570int
14571main ()
14572{
14573FcInit ();
14574 ;
14575 return 0;
14576}
14577_ACEOF
14578rm -f conftest.$ac_objext conftest$ac_exeext
14579if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000014580 (eval $ac_link) 2>conftest.er1
Huw Davies6e128072003-11-09 00:30:13 +000014581 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000014582 grep -v '^ *+' conftest.er1 >conftest.err
14583 rm -f conftest.er1
14584 cat conftest.err >&5
Huw Davies6e128072003-11-09 00:30:13 +000014585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14586 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000014587 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14589 (eval $ac_try) 2>&5
14590 ac_status=$?
14591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14592 (exit $ac_status); }; } &&
14593 { ac_try='test -s conftest$ac_exeext'
Huw Davies6e128072003-11-09 00:30:13 +000014594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14595 (eval $ac_try) 2>&5
14596 ac_status=$?
14597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14598 (exit $ac_status); }; }; then
Marcus Meissner049b5942005-10-27 10:22:13 +000014599 ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep libfontconfig\\.$LIBEXT | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
Huw Davies6e128072003-11-09 00:30:13 +000014600 if test "x$ac_cv_lib_soname_fontconfig" = "x"
14601 then
Pierre d'Herbemont197b5e32004-06-14 19:34:42 +000014602 ac_cv_lib_soname_fontconfig="libfontconfig.$LIBEXT"
Huw Davies6e128072003-11-09 00:30:13 +000014603 fi
14604else
14605 echo "$as_me: failed program was:" >&5
14606sed 's/^/| /' conftest.$ac_ext >&5
14607
Pierre d'Herbemont197b5e32004-06-14 19:34:42 +000014608ac_cv_lib_soname_fontconfig="libfontconfig.$LIBEXT"
Huw Davies6e128072003-11-09 00:30:13 +000014609fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000014610rm -f conftest.err conftest.$ac_objext \
14611 conftest$ac_exeext conftest.$ac_ext
Huw Davies6e128072003-11-09 00:30:13 +000014612 LIBS=$ac_get_soname_save_LIBS
14613fi
14614echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
14615echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014616if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
14617
Huw Davies6e128072003-11-09 00:30:13 +000014618cat >>confdefs.h <<_ACEOF
14619#define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
14620_ACEOF
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014621
Alexandre Julliard79994692003-11-13 20:58:55 +000014622fi
Huw Davies6e128072003-11-09 00:30:13 +000014623
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014624 echo "$as_me:$LINENO: checking for -lssl soname" >&5
David Hammerton852c7ae2003-06-20 23:26:56 +000014625echo $ECHO_N "checking for -lssl soname... $ECHO_C" >&6
14626if test "${ac_cv_lib_soname_ssl+set}" = set; then
14627 echo $ECHO_N "(cached) $ECHO_C" >&6
14628else
14629 ac_get_soname_save_LIBS=$LIBS
14630LIBS="-lssl $LIBS"
14631 cat >conftest.$ac_ext <<_ACEOF
David Hammerton852c7ae2003-06-20 23:26:56 +000014632/* confdefs.h. */
14633_ACEOF
14634cat confdefs.h >>conftest.$ac_ext
14635cat >>conftest.$ac_ext <<_ACEOF
14636/* end confdefs.h. */
14637
14638/* Override any gcc2 internal prototype to avoid an error. */
14639#ifdef __cplusplus
14640extern "C"
14641#endif
14642/* We use char because int might match the return type of a gcc2
14643 builtin and then its argument prototype would still apply. */
14644char SSL_library_init ();
14645int
14646main ()
14647{
14648SSL_library_init ();
14649 ;
14650 return 0;
14651}
14652_ACEOF
14653rm -f conftest.$ac_objext conftest$ac_exeext
14654if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000014655 (eval $ac_link) 2>conftest.er1
David Hammerton852c7ae2003-06-20 23:26:56 +000014656 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000014657 grep -v '^ *+' conftest.er1 >conftest.err
14658 rm -f conftest.er1
14659 cat conftest.err >&5
David Hammerton852c7ae2003-06-20 23:26:56 +000014660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14661 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000014662 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14663 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14664 (eval $ac_try) 2>&5
14665 ac_status=$?
14666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14667 (exit $ac_status); }; } &&
14668 { ac_try='test -s conftest$ac_exeext'
David Hammerton852c7ae2003-06-20 23:26:56 +000014669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14670 (eval $ac_try) 2>&5
14671 ac_status=$?
14672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14673 (exit $ac_status); }; }; then
Marcus Meissner049b5942005-10-27 10:22:13 +000014674 ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep libssl\\.$LIBEXT | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
David Hammerton852c7ae2003-06-20 23:26:56 +000014675 if test "x$ac_cv_lib_soname_ssl" = "x"
14676 then
Pierre d'Herbemont197b5e32004-06-14 19:34:42 +000014677 ac_cv_lib_soname_ssl="libssl.$LIBEXT"
David Hammerton852c7ae2003-06-20 23:26:56 +000014678 fi
14679else
14680 echo "$as_me: failed program was:" >&5
14681sed 's/^/| /' conftest.$ac_ext >&5
14682
Pierre d'Herbemont197b5e32004-06-14 19:34:42 +000014683ac_cv_lib_soname_ssl="libssl.$LIBEXT"
David Hammerton852c7ae2003-06-20 23:26:56 +000014684fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000014685rm -f conftest.err conftest.$ac_objext \
14686 conftest$ac_exeext conftest.$ac_ext
David Hammerton852c7ae2003-06-20 23:26:56 +000014687 LIBS=$ac_get_soname_save_LIBS
14688fi
14689echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
14690echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014691if test "${ac_cv_lib_soname_ssl+set}" = set; then
14692
David Hammerton852c7ae2003-06-20 23:26:56 +000014693cat >>confdefs.h <<_ACEOF
14694#define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
14695_ACEOF
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014696
David Hammerton852c7ae2003-06-20 23:26:56 +000014697fi
14698
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014699 echo "$as_me:$LINENO: checking for -lcrypto soname" >&5
David Hammerton852c7ae2003-06-20 23:26:56 +000014700echo $ECHO_N "checking for -lcrypto soname... $ECHO_C" >&6
14701if test "${ac_cv_lib_soname_crypto+set}" = set; then
14702 echo $ECHO_N "(cached) $ECHO_C" >&6
14703else
14704 ac_get_soname_save_LIBS=$LIBS
14705LIBS="-lcrypto $LIBS"
14706 cat >conftest.$ac_ext <<_ACEOF
David Hammerton852c7ae2003-06-20 23:26:56 +000014707/* confdefs.h. */
14708_ACEOF
14709cat confdefs.h >>conftest.$ac_ext
14710cat >>conftest.$ac_ext <<_ACEOF
14711/* end confdefs.h. */
14712
14713/* Override any gcc2 internal prototype to avoid an error. */
14714#ifdef __cplusplus
14715extern "C"
14716#endif
14717/* We use char because int might match the return type of a gcc2
14718 builtin and then its argument prototype would still apply. */
14719char BIO_new_socket ();
14720int
14721main ()
14722{
14723BIO_new_socket ();
14724 ;
14725 return 0;
14726}
14727_ACEOF
14728rm -f conftest.$ac_objext conftest$ac_exeext
14729if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000014730 (eval $ac_link) 2>conftest.er1
David Hammerton852c7ae2003-06-20 23:26:56 +000014731 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000014732 grep -v '^ *+' conftest.er1 >conftest.err
14733 rm -f conftest.er1
14734 cat conftest.err >&5
David Hammerton852c7ae2003-06-20 23:26:56 +000014735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14736 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000014737 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14739 (eval $ac_try) 2>&5
14740 ac_status=$?
14741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14742 (exit $ac_status); }; } &&
14743 { ac_try='test -s conftest$ac_exeext'
David Hammerton852c7ae2003-06-20 23:26:56 +000014744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14745 (eval $ac_try) 2>&5
14746 ac_status=$?
14747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14748 (exit $ac_status); }; }; then
Marcus Meissner049b5942005-10-27 10:22:13 +000014749 ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep libcrypto\\.$LIBEXT | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
David Hammerton852c7ae2003-06-20 23:26:56 +000014750 if test "x$ac_cv_lib_soname_crypto" = "x"
14751 then
Pierre d'Herbemont197b5e32004-06-14 19:34:42 +000014752 ac_cv_lib_soname_crypto="libcrypto.$LIBEXT"
David Hammerton852c7ae2003-06-20 23:26:56 +000014753 fi
14754else
14755 echo "$as_me: failed program was:" >&5
14756sed 's/^/| /' conftest.$ac_ext >&5
14757
Pierre d'Herbemont197b5e32004-06-14 19:34:42 +000014758ac_cv_lib_soname_crypto="libcrypto.$LIBEXT"
David Hammerton852c7ae2003-06-20 23:26:56 +000014759fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000014760rm -f conftest.err conftest.$ac_objext \
14761 conftest$ac_exeext conftest.$ac_ext
David Hammerton852c7ae2003-06-20 23:26:56 +000014762 LIBS=$ac_get_soname_save_LIBS
14763fi
14764echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
14765echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014766if test "${ac_cv_lib_soname_crypto+set}" = set; then
14767
David Hammerton852c7ae2003-06-20 23:26:56 +000014768cat >>confdefs.h <<_ACEOF
14769#define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
14770_ACEOF
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014771
David Hammerton852c7ae2003-06-20 23:26:56 +000014772fi
Mike McCormack9557d1b2003-08-20 04:19:01 +000014773
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014774 echo "$as_me:$LINENO: checking for -lncurses soname" >&5
Mike McCormack9557d1b2003-08-20 04:19:01 +000014775echo $ECHO_N "checking for -lncurses soname... $ECHO_C" >&6
14776if test "${ac_cv_lib_soname_ncurses+set}" = set; then
14777 echo $ECHO_N "(cached) $ECHO_C" >&6
14778else
14779 ac_get_soname_save_LIBS=$LIBS
14780LIBS="-lncurses $LIBS"
14781 cat >conftest.$ac_ext <<_ACEOF
Mike McCormack9557d1b2003-08-20 04:19:01 +000014782/* confdefs.h. */
14783_ACEOF
14784cat confdefs.h >>conftest.$ac_ext
14785cat >>conftest.$ac_ext <<_ACEOF
14786/* end confdefs.h. */
14787
14788/* Override any gcc2 internal prototype to avoid an error. */
14789#ifdef __cplusplus
14790extern "C"
14791#endif
14792/* We use char because int might match the return type of a gcc2
14793 builtin and then its argument prototype would still apply. */
14794char waddch ();
14795int
14796main ()
14797{
14798waddch ();
14799 ;
14800 return 0;
14801}
14802_ACEOF
14803rm -f conftest.$ac_objext conftest$ac_exeext
14804if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000014805 (eval $ac_link) 2>conftest.er1
Mike McCormack9557d1b2003-08-20 04:19:01 +000014806 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000014807 grep -v '^ *+' conftest.er1 >conftest.err
14808 rm -f conftest.er1
14809 cat conftest.err >&5
Mike McCormack9557d1b2003-08-20 04:19:01 +000014810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14811 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000014812 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14813 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14814 (eval $ac_try) 2>&5
14815 ac_status=$?
14816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14817 (exit $ac_status); }; } &&
14818 { ac_try='test -s conftest$ac_exeext'
Mike McCormack9557d1b2003-08-20 04:19:01 +000014819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14820 (eval $ac_try) 2>&5
14821 ac_status=$?
14822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14823 (exit $ac_status); }; }; then
Marcus Meissner049b5942005-10-27 10:22:13 +000014824 ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep libncurses\\.$LIBEXT | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
Mike McCormack9557d1b2003-08-20 04:19:01 +000014825 if test "x$ac_cv_lib_soname_ncurses" = "x"
14826 then
Pierre d'Herbemont197b5e32004-06-14 19:34:42 +000014827 ac_cv_lib_soname_ncurses="libncurses.$LIBEXT"
Mike McCormack9557d1b2003-08-20 04:19:01 +000014828 fi
14829else
14830 echo "$as_me: failed program was:" >&5
14831sed 's/^/| /' conftest.$ac_ext >&5
14832
Pierre d'Herbemont197b5e32004-06-14 19:34:42 +000014833ac_cv_lib_soname_ncurses="libncurses.$LIBEXT"
Mike McCormack9557d1b2003-08-20 04:19:01 +000014834fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000014835rm -f conftest.err conftest.$ac_objext \
14836 conftest$ac_exeext conftest.$ac_ext
Mike McCormack9557d1b2003-08-20 04:19:01 +000014837 LIBS=$ac_get_soname_save_LIBS
14838fi
14839echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
14840echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014841if test "${ac_cv_lib_soname_ncurses+set}" = set; then
14842
Mike McCormack9557d1b2003-08-20 04:19:01 +000014843cat >>confdefs.h <<_ACEOF
14844#define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
14845_ACEOF
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014846
Mike McCormack9557d1b2003-08-20 04:19:01 +000014847fi
14848
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014849 echo "$as_me:$LINENO: checking for -lcurses soname" >&5
Mike McCormack9557d1b2003-08-20 04:19:01 +000014850echo $ECHO_N "checking for -lcurses soname... $ECHO_C" >&6
14851if test "${ac_cv_lib_soname_curses+set}" = set; then
14852 echo $ECHO_N "(cached) $ECHO_C" >&6
14853else
14854 ac_get_soname_save_LIBS=$LIBS
14855LIBS="-lcurses $LIBS"
14856 cat >conftest.$ac_ext <<_ACEOF
Mike McCormack9557d1b2003-08-20 04:19:01 +000014857/* confdefs.h. */
14858_ACEOF
14859cat confdefs.h >>conftest.$ac_ext
14860cat >>conftest.$ac_ext <<_ACEOF
14861/* end confdefs.h. */
14862
14863/* Override any gcc2 internal prototype to avoid an error. */
14864#ifdef __cplusplus
14865extern "C"
14866#endif
14867/* We use char because int might match the return type of a gcc2
14868 builtin and then its argument prototype would still apply. */
14869char waddch ();
14870int
14871main ()
14872{
14873waddch ();
14874 ;
14875 return 0;
14876}
14877_ACEOF
14878rm -f conftest.$ac_objext conftest$ac_exeext
14879if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000014880 (eval $ac_link) 2>conftest.er1
Mike McCormack9557d1b2003-08-20 04:19:01 +000014881 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000014882 grep -v '^ *+' conftest.er1 >conftest.err
14883 rm -f conftest.er1
14884 cat conftest.err >&5
Mike McCormack9557d1b2003-08-20 04:19:01 +000014885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14886 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000014887 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14889 (eval $ac_try) 2>&5
14890 ac_status=$?
14891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14892 (exit $ac_status); }; } &&
14893 { ac_try='test -s conftest$ac_exeext'
Mike McCormack9557d1b2003-08-20 04:19:01 +000014894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14895 (eval $ac_try) 2>&5
14896 ac_status=$?
14897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14898 (exit $ac_status); }; }; then
Marcus Meissner049b5942005-10-27 10:22:13 +000014899 ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep libcurses\\.$LIBEXT | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
Mike McCormack9557d1b2003-08-20 04:19:01 +000014900 if test "x$ac_cv_lib_soname_curses" = "x"
14901 then
Pierre d'Herbemont197b5e32004-06-14 19:34:42 +000014902 ac_cv_lib_soname_curses="libcurses.$LIBEXT"
Mike McCormack9557d1b2003-08-20 04:19:01 +000014903 fi
14904else
14905 echo "$as_me: failed program was:" >&5
14906sed 's/^/| /' conftest.$ac_ext >&5
14907
Pierre d'Herbemont197b5e32004-06-14 19:34:42 +000014908ac_cv_lib_soname_curses="libcurses.$LIBEXT"
Mike McCormack9557d1b2003-08-20 04:19:01 +000014909fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000014910rm -f conftest.err conftest.$ac_objext \
14911 conftest$ac_exeext conftest.$ac_ext
Mike McCormack9557d1b2003-08-20 04:19:01 +000014912 LIBS=$ac_get_soname_save_LIBS
14913fi
14914echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
14915echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014916if test "${ac_cv_lib_soname_curses+set}" = set; then
14917
Mike McCormack9557d1b2003-08-20 04:19:01 +000014918cat >>confdefs.h <<_ACEOF
14919#define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
14920_ACEOF
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014921
Mike McCormack9557d1b2003-08-20 04:19:01 +000014922fi
Huw Daviese82dfab2004-08-04 19:10:26 +000014923
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014924 echo "$as_me:$LINENO: checking for -ljpeg soname" >&5
Huw Daviese82dfab2004-08-04 19:10:26 +000014925echo $ECHO_N "checking for -ljpeg soname... $ECHO_C" >&6
14926if test "${ac_cv_lib_soname_jpeg+set}" = set; then
14927 echo $ECHO_N "(cached) $ECHO_C" >&6
14928else
14929 ac_get_soname_save_LIBS=$LIBS
14930LIBS="-ljpeg $LIBS"
14931 cat >conftest.$ac_ext <<_ACEOF
14932/* confdefs.h. */
14933_ACEOF
14934cat confdefs.h >>conftest.$ac_ext
14935cat >>conftest.$ac_ext <<_ACEOF
14936/* end confdefs.h. */
14937
14938/* Override any gcc2 internal prototype to avoid an error. */
14939#ifdef __cplusplus
14940extern "C"
14941#endif
14942/* We use char because int might match the return type of a gcc2
14943 builtin and then its argument prototype would still apply. */
14944char jpeg_start_decompress ();
14945int
14946main ()
14947{
14948jpeg_start_decompress ();
14949 ;
14950 return 0;
14951}
14952_ACEOF
14953rm -f conftest.$ac_objext conftest$ac_exeext
14954if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14955 (eval $ac_link) 2>conftest.er1
14956 ac_status=$?
14957 grep -v '^ *+' conftest.er1 >conftest.err
14958 rm -f conftest.er1
14959 cat conftest.err >&5
14960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14961 (exit $ac_status); } &&
14962 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14964 (eval $ac_try) 2>&5
14965 ac_status=$?
14966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14967 (exit $ac_status); }; } &&
14968 { ac_try='test -s conftest$ac_exeext'
14969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14970 (eval $ac_try) 2>&5
14971 ac_status=$?
14972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14973 (exit $ac_status); }; }; then
Marcus Meissner049b5942005-10-27 10:22:13 +000014974 ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep libjpeg\\.$LIBEXT | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
Huw Daviese82dfab2004-08-04 19:10:26 +000014975 if test "x$ac_cv_lib_soname_jpeg" = "x"
14976 then
14977 ac_cv_lib_soname_jpeg="libjpeg.$LIBEXT"
14978 fi
14979else
14980 echo "$as_me: failed program was:" >&5
14981sed 's/^/| /' conftest.$ac_ext >&5
14982
14983ac_cv_lib_soname_jpeg="libjpeg.$LIBEXT"
14984fi
14985rm -f conftest.err conftest.$ac_objext \
14986 conftest$ac_exeext conftest.$ac_ext
14987 LIBS=$ac_get_soname_save_LIBS
14988fi
14989echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
14990echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014991if test "${ac_cv_lib_soname_jpeg+set}" = set; then
14992
Huw Daviese82dfab2004-08-04 19:10:26 +000014993cat >>confdefs.h <<_ACEOF
14994#define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
14995_ACEOF
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014996
Huw Daviese82dfab2004-08-04 19:10:26 +000014997fi
14998
Alexandre Julliard30de3e82006-03-10 21:24:05 +010014999 echo "$as_me:$LINENO: checking for -lungif soname" >&5
Huw Daviese82dfab2004-08-04 19:10:26 +000015000echo $ECHO_N "checking for -lungif soname... $ECHO_C" >&6
15001if test "${ac_cv_lib_soname_ungif+set}" = set; then
15002 echo $ECHO_N "(cached) $ECHO_C" >&6
15003else
15004 ac_get_soname_save_LIBS=$LIBS
15005LIBS="-lungif $LIBS"
15006 cat >conftest.$ac_ext <<_ACEOF
15007/* confdefs.h. */
15008_ACEOF
15009cat confdefs.h >>conftest.$ac_ext
15010cat >>conftest.$ac_ext <<_ACEOF
15011/* end confdefs.h. */
15012
15013/* Override any gcc2 internal prototype to avoid an error. */
15014#ifdef __cplusplus
15015extern "C"
15016#endif
15017/* We use char because int might match the return type of a gcc2
15018 builtin and then its argument prototype would still apply. */
15019char DGifOpen ();
15020int
15021main ()
15022{
15023DGifOpen ();
15024 ;
15025 return 0;
15026}
15027_ACEOF
15028rm -f conftest.$ac_objext conftest$ac_exeext
15029if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15030 (eval $ac_link) 2>conftest.er1
15031 ac_status=$?
15032 grep -v '^ *+' conftest.er1 >conftest.err
15033 rm -f conftest.er1
15034 cat conftest.err >&5
15035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15036 (exit $ac_status); } &&
15037 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15039 (eval $ac_try) 2>&5
15040 ac_status=$?
15041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15042 (exit $ac_status); }; } &&
15043 { ac_try='test -s conftest$ac_exeext'
15044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15045 (eval $ac_try) 2>&5
15046 ac_status=$?
15047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15048 (exit $ac_status); }; }; then
Marcus Meissner049b5942005-10-27 10:22:13 +000015049 ac_cv_lib_soname_ungif=`$ac_cv_path_LDD conftest$ac_exeext | grep libungif\\.$LIBEXT | sed -e "s/^.*\(libungif\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
Huw Daviese82dfab2004-08-04 19:10:26 +000015050 if test "x$ac_cv_lib_soname_ungif" = "x"
15051 then
15052 ac_cv_lib_soname_ungif="libungif.$LIBEXT"
15053 fi
15054else
15055 echo "$as_me: failed program was:" >&5
15056sed 's/^/| /' conftest.$ac_ext >&5
15057
15058ac_cv_lib_soname_ungif="libungif.$LIBEXT"
15059fi
15060rm -f conftest.err conftest.$ac_objext \
15061 conftest$ac_exeext conftest.$ac_ext
15062 LIBS=$ac_get_soname_save_LIBS
15063fi
15064echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ungif" >&5
15065echo "${ECHO_T}$ac_cv_lib_soname_ungif" >&6
Alexandre Julliard30de3e82006-03-10 21:24:05 +010015066if test "${ac_cv_lib_soname_ungif+set}" = set; then
15067
Huw Daviese82dfab2004-08-04 19:10:26 +000015068cat >>confdefs.h <<_ACEOF
15069#define SONAME_LIBUNGIF "$ac_cv_lib_soname_ungif"
15070_ACEOF
Alexandre Julliard30de3e82006-03-10 21:24:05 +010015071
Huw Daviese82dfab2004-08-04 19:10:26 +000015072fi
Marcus Meissner00cf13a2004-09-14 19:27:58 +000015073
Alexandre Julliard30de3e82006-03-10 21:24:05 +010015074 echo "$as_me:$LINENO: checking for -lgif soname" >&5
Marcus Meissner00cf13a2004-09-14 19:27:58 +000015075echo $ECHO_N "checking for -lgif soname... $ECHO_C" >&6
15076if test "${ac_cv_lib_soname_gif+set}" = set; then
15077 echo $ECHO_N "(cached) $ECHO_C" >&6
15078else
15079 ac_get_soname_save_LIBS=$LIBS
15080LIBS="-lgif $LIBS"
15081 cat >conftest.$ac_ext <<_ACEOF
15082/* confdefs.h. */
15083_ACEOF
15084cat confdefs.h >>conftest.$ac_ext
15085cat >>conftest.$ac_ext <<_ACEOF
15086/* end confdefs.h. */
15087
15088/* Override any gcc2 internal prototype to avoid an error. */
15089#ifdef __cplusplus
15090extern "C"
15091#endif
15092/* We use char because int might match the return type of a gcc2
15093 builtin and then its argument prototype would still apply. */
15094char DGifOpen ();
15095int
15096main ()
15097{
15098DGifOpen ();
15099 ;
15100 return 0;
15101}
15102_ACEOF
15103rm -f conftest.$ac_objext conftest$ac_exeext
15104if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15105 (eval $ac_link) 2>conftest.er1
15106 ac_status=$?
15107 grep -v '^ *+' conftest.er1 >conftest.err
15108 rm -f conftest.er1
15109 cat conftest.err >&5
15110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15111 (exit $ac_status); } &&
15112 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15114 (eval $ac_try) 2>&5
15115 ac_status=$?
15116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15117 (exit $ac_status); }; } &&
15118 { ac_try='test -s conftest$ac_exeext'
15119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15120 (eval $ac_try) 2>&5
15121 ac_status=$?
15122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15123 (exit $ac_status); }; }; then
Marcus Meissner049b5942005-10-27 10:22:13 +000015124 ac_cv_lib_soname_gif=`$ac_cv_path_LDD conftest$ac_exeext | grep libgif\\.$LIBEXT | sed -e "s/^.*\(libgif\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
Marcus Meissner00cf13a2004-09-14 19:27:58 +000015125 if test "x$ac_cv_lib_soname_gif" = "x"
15126 then
15127 ac_cv_lib_soname_gif="libgif.$LIBEXT"
15128 fi
15129else
15130 echo "$as_me: failed program was:" >&5
15131sed 's/^/| /' conftest.$ac_ext >&5
15132
15133ac_cv_lib_soname_gif="libgif.$LIBEXT"
15134fi
15135rm -f conftest.err conftest.$ac_objext \
15136 conftest$ac_exeext conftest.$ac_ext
15137 LIBS=$ac_get_soname_save_LIBS
15138fi
15139echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gif" >&5
15140echo "${ECHO_T}$ac_cv_lib_soname_gif" >&6
Alexandre Julliard30de3e82006-03-10 21:24:05 +010015141if test "${ac_cv_lib_soname_gif+set}" = set; then
15142
Marcus Meissner00cf13a2004-09-14 19:27:58 +000015143cat >>confdefs.h <<_ACEOF
15144#define SONAME_LIBGIF "$ac_cv_lib_soname_gif"
15145_ACEOF
Alexandre Julliard30de3e82006-03-10 21:24:05 +010015146
Marcus Meissner00cf13a2004-09-14 19:27:58 +000015147fi
Hans Leidekker081b2502004-10-07 19:12:41 +000015148
Alexandre Julliard30de3e82006-03-10 21:24:05 +010015149 echo "$as_me:$LINENO: checking for -lcapi20 soname" >&5
Marcus Meissner67d3afb2005-01-07 15:33:02 +000015150echo $ECHO_N "checking for -lcapi20 soname... $ECHO_C" >&6
15151if test "${ac_cv_lib_soname_capi20+set}" = set; then
15152 echo $ECHO_N "(cached) $ECHO_C" >&6
15153else
15154 ac_get_soname_save_LIBS=$LIBS
15155LIBS="-lcapi20 $LIBS"
15156 cat >conftest.$ac_ext <<_ACEOF
15157/* confdefs.h. */
15158_ACEOF
15159cat confdefs.h >>conftest.$ac_ext
15160cat >>conftest.$ac_ext <<_ACEOF
15161/* end confdefs.h. */
15162
15163/* Override any gcc2 internal prototype to avoid an error. */
15164#ifdef __cplusplus
15165extern "C"
15166#endif
15167/* We use char because int might match the return type of a gcc2
15168 builtin and then its argument prototype would still apply. */
15169char capi20_isinstalled ();
15170int
15171main ()
15172{
15173capi20_isinstalled ();
15174 ;
15175 return 0;
15176}
15177_ACEOF
15178rm -f conftest.$ac_objext conftest$ac_exeext
15179if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15180 (eval $ac_link) 2>conftest.er1
15181 ac_status=$?
15182 grep -v '^ *+' conftest.er1 >conftest.err
15183 rm -f conftest.er1
15184 cat conftest.err >&5
15185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15186 (exit $ac_status); } &&
15187 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15189 (eval $ac_try) 2>&5
15190 ac_status=$?
15191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15192 (exit $ac_status); }; } &&
15193 { ac_try='test -s conftest$ac_exeext'
15194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15195 (eval $ac_try) 2>&5
15196 ac_status=$?
15197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15198 (exit $ac_status); }; }; then
Marcus Meissner049b5942005-10-27 10:22:13 +000015199 ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep libcapi20\\.$LIBEXT | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
Marcus Meissner67d3afb2005-01-07 15:33:02 +000015200 if test "x$ac_cv_lib_soname_capi20" = "x"
15201 then
15202 ac_cv_lib_soname_capi20="libcapi20.$LIBEXT"
15203 fi
15204else
15205 echo "$as_me: failed program was:" >&5
15206sed 's/^/| /' conftest.$ac_ext >&5
15207
15208ac_cv_lib_soname_capi20="libcapi20.$LIBEXT"
15209fi
15210rm -f conftest.err conftest.$ac_objext \
15211 conftest$ac_exeext conftest.$ac_ext
15212 LIBS=$ac_get_soname_save_LIBS
15213fi
15214echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15215echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6
Alexandre Julliard30de3e82006-03-10 21:24:05 +010015216if test "${ac_cv_lib_soname_capi20+set}" = set; then
15217
Marcus Meissner67d3afb2005-01-07 15:33:02 +000015218cat >>confdefs.h <<_ACEOF
15219#define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15220_ACEOF
Alexandre Julliard30de3e82006-03-10 21:24:05 +010015221
Marcus Meissner67d3afb2005-01-07 15:33:02 +000015222fi
Alexandre Julliard30de3e82006-03-10 21:24:05 +010015223
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000015224fi
15225
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015226
Alexandre Julliardfa3a5362002-05-09 01:49:54 +000015227
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015228
15229
15230
15231
15232
15233
15234
15235
15236
15237
15238
15239
15240
15241
15242
15243
15244
15245
15246
15247
15248
15249
15250
15251
15252
15253
15254
15255
15256
15257
15258
15259
15260
15261
15262
15263
15264
15265
15266
15267
15268
15269
Steven Edwardsb9627c12002-05-05 21:03:44 +000015270
15271
Steven Edwards0a8e15a2002-05-10 01:33:40 +000015272
15273
Alexandre Julliard142dab82002-07-01 18:17:30 +000015274
Patrik Stridvall6caeb722002-11-25 21:12:26 +000015275
15276
15277
Pavel Roskin7add08a2003-09-24 18:54:40 +000015278
Alexandre Julliardb2d937d2003-11-12 03:16:00 +000015279
Alexandre Julliarde2930742004-01-08 05:07:05 +000015280
Alexandre Julliard13af4892004-03-05 21:03:46 +000015281
Alexandre Julliarda1fe8b42004-03-27 01:48:52 +000015282
Alexandre Julliarde77c9be2004-04-06 03:33:25 +000015283
15284
Alexandre Julliard969f57c2004-09-23 04:48:24 +000015285
Paul Millar10a6c562004-12-07 17:19:54 +000015286
Robert Lunnonc0cb4d32005-05-07 14:53:38 +000015287
Marcus Meissner7a6fdea2005-11-17 12:58:35 +000015288
Alexandre Julliardf9e5b0f2006-01-14 17:22:03 +010015289
Hans Leidekkerc0e6bb22006-02-20 14:16:38 +010015290
Alexandre Julliard9603ee02006-04-06 11:57:37 +020015291
Patrik Stridvall1bb94031999-05-08 15:47:44 +000015292for ac_func in \
15293 _lwp_create \
Alexandre Julliard6f7a2042003-04-01 04:39:35 +000015294 _lwp_self \
Patrik Stridvall81ecb522002-03-11 05:08:14 +000015295 _pclose \
15296 _popen \
Steven Edwards0a8e15a2002-05-10 01:33:40 +000015297 _snprintf \
Alexandre Julliardc45bbad2003-04-01 00:12:02 +000015298 _spawnvp \
Patrik Stridvall81ecb522002-03-11 05:08:14 +000015299 _stricmp \
15300 _strnicmp \
Steven Edwardsbe514b92003-01-14 19:35:03 +000015301 _vsnprintf \
Alexandre Julliardf9e5b0f2006-01-14 17:22:03 +010015302 asctime_r \
Steven Edwardsb9627c12002-05-05 21:03:44 +000015303 chsize \
Patrik Stridvall1bb94031999-05-08 15:47:44 +000015304 clone \
Alexandre Julliard969f57c2004-09-23 04:48:24 +000015305 epoll_create \
Hans Leidekkerc3de6ef2004-10-19 23:53:26 +000015306 ffs \
Jon Griffithsd6deb6d2000-11-27 01:37:28 +000015307 finite \
Hans Leidekkerbed38422004-10-14 03:08:57 +000015308 fork \
Jon Griffithsd6deb6d2000-11-27 01:37:28 +000015309 fpclass \
Alexandre Julliarde77c9be2004-04-06 03:33:25 +000015310 fstatfs \
15311 fstatvfs \
Steven Edwardsb9627c12002-05-05 21:03:44 +000015312 ftruncate \
Alexandre Julliarda1fe8b42004-03-27 01:48:52 +000015313 futimes \
Robert Lunnonc0cb4d32005-05-07 14:53:38 +000015314 futimesat \
Marcus Meissner7a6fdea2005-11-17 12:58:35 +000015315 getaddrinfo \
Hans Leidekkerc0e6bb22006-02-20 14:16:38 +010015316 getnameinfo \
Patrik Stridvallb9010211999-11-13 22:23:35 +000015317 getnetbyname \
Dimitrie O. Paun647c1a32002-12-10 19:16:24 +000015318 getopt_long \
Patrik Stridvall1bb94031999-05-08 15:47:44 +000015319 getpagesize \
Patrik Stridvallb9010211999-11-13 22:23:35 +000015320 getprotobyname \
15321 getprotobynumber \
Alexandre Julliard142dab82002-07-01 18:17:30 +000015322 getpwuid \
Patrik Stridvallb9010211999-11-13 22:23:35 +000015323 getservbyport \
Alexandre Julliardb2d937d2003-11-12 03:16:00 +000015324 gettid \
Alexandre Julliard8d7b8e52003-03-23 20:11:45 +000015325 gettimeofday \
Steven Edwardse7c3ab12004-10-04 20:45:49 +000015326 getuid \
Patrik Stridvallb9010211999-11-13 22:23:35 +000015327 inet_network \
Alexandre Julliard27bb3112000-11-29 17:48:06 +000015328 lstat \
Patrik Stridvall1bb94031999-05-08 15:47:44 +000015329 memmove \
Hidenori Takeshimaa85b0a62000-11-25 23:54:12 +000015330 mmap \
Patrik Stridvall81ecb522002-03-11 05:08:14 +000015331 pclose \
Patrik Stridvall81ecb522002-03-11 05:08:14 +000015332 popen \
Alexandre Julliard9603ee02006-04-06 11:57:37 +020015333 prctl \
Steven Edwardsb9627c12002-05-05 21:03:44 +000015334 pread \
Alexandre Julliardf1a0de92002-01-07 21:00:27 +000015335 pwrite \
Alexandre Julliarde2930742004-01-08 05:07:05 +000015336 readlink \
Patrik Stridvall1bb94031999-05-08 15:47:44 +000015337 rfork \
Jeremy White08c0f692004-10-09 02:26:29 +000015338 sched_yield \
Patrik Stridvallb9010211999-11-13 22:23:35 +000015339 select \
Patrik Stridvall1bb94031999-05-08 15:47:44 +000015340 sendmsg \
Patrik Stridvallb9010211999-11-13 22:23:35 +000015341 settimeofday \
Patrik Stridvall1bb94031999-05-08 15:47:44 +000015342 sigaltstack \
Paul Millar10a6c562004-12-07 17:19:54 +000015343 sigprocmask \
Steven Edwards0a8e15a2002-05-10 01:33:40 +000015344 snprintf \
Pavel Roskin7add08a2003-09-24 18:54:40 +000015345 spawnvp \
Patrik Stridvallb9010211999-11-13 22:23:35 +000015346 statfs \
Alexandre Julliard13af4892004-03-05 21:03:46 +000015347 statvfs \
Alexandre Julliard3b96efc1999-09-04 14:36:02 +000015348 strcasecmp \
Patrik Stridvall1bb94031999-05-08 15:47:44 +000015349 strerror \
Alexandre Julliard3b96efc1999-09-04 14:36:02 +000015350 strncasecmp \
Patrik Stridvall1bb94031999-05-08 15:47:44 +000015351 tcgetattr \
15352 timegm \
15353 usleep \
Steven Edwardsbe514b92003-01-14 19:35:03 +000015354 vsnprintf \
Patrik Stridvall1bb94031999-05-08 15:47:44 +000015355 wait4 \
15356 waitpid \
15357
15358do
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015359as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015360echo "$as_me:$LINENO: checking for $ac_func" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015361echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
15362if eval "test \"\${$as_ac_var+set}\" = set"; then
15363 echo $ECHO_N "(cached) $ECHO_C" >&6
Patrik Stridvall1bb94031999-05-08 15:47:44 +000015364else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015365 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015366/* confdefs.h. */
15367_ACEOF
15368cat confdefs.h >>conftest.$ac_ext
15369cat >>conftest.$ac_ext <<_ACEOF
15370/* end confdefs.h. */
Alexandre Julliard875927f2004-01-02 01:55:29 +000015371/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15372 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15373#define $ac_func innocuous_$ac_func
15374
Patrik Stridvall1bb94031999-05-08 15:47:44 +000015375/* System header to define __stub macros and hopefully few prototypes,
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015376 which can conflict with char $ac_func (); below.
15377 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15378 <limits.h> exists even on freestanding compilers. */
Alexandre Julliard875927f2004-01-02 01:55:29 +000015379
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015380#ifdef __STDC__
15381# include <limits.h>
15382#else
15383# include <assert.h>
15384#endif
Alexandre Julliard875927f2004-01-02 01:55:29 +000015385
15386#undef $ac_func
15387
Patrik Stridvall1bb94031999-05-08 15:47:44 +000015388/* Override any gcc2 internal prototype to avoid an error. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015389#ifdef __cplusplus
15390extern "C"
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015391{
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015392#endif
Patrik Stridvall1bb94031999-05-08 15:47:44 +000015393/* We use char because int might match the return type of a gcc2
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015394 builtin and then its argument prototype would still apply. */
15395char $ac_func ();
Patrik Stridvall1bb94031999-05-08 15:47:44 +000015396/* The GNU C library defines this for functions which it implements
15397 to always fail with ENOSYS. Some functions are actually named
15398 something starting with __ and the normal name is an alias. */
15399#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15400choke me
15401#else
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015402char (*f) () = $ac_func;
15403#endif
15404#ifdef __cplusplus
15405}
Patrik Stridvall1bb94031999-05-08 15:47:44 +000015406#endif
15407
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015408int
15409main ()
15410{
15411return f != $ac_func;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015412 ;
15413 return 0;
15414}
15415_ACEOF
15416rm -f conftest.$ac_objext conftest$ac_exeext
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015417if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000015418 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015419 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000015420 grep -v '^ *+' conftest.er1 >conftest.err
15421 rm -f conftest.er1
15422 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015424 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000015425 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15426 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15427 (eval $ac_try) 2>&5
15428 ac_status=$?
15429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15430 (exit $ac_status); }; } &&
15431 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015433 (eval $ac_try) 2>&5
15434 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015436 (exit $ac_status); }; }; then
15437 eval "$as_ac_var=yes"
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000015438else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015439 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015440sed 's/^/| /' conftest.$ac_ext >&5
15441
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015442eval "$as_ac_var=no"
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000015443fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000015444rm -f conftest.err conftest.$ac_objext \
15445 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000015446fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015447echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015448echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
15449if test `eval echo '${'$as_ac_var'}'` = yes; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015450 cat >>confdefs.h <<_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015451#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015452_ACEOF
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +000015453
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000015454fi
15455done
15456
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015457
15458
15459
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015460echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015461echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
15462if test "${ac_cv_c_const+set}" = set; then
15463 echo $ECHO_N "(cached) $ECHO_C" >&6
15464else
15465 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015466/* confdefs.h. */
15467_ACEOF
15468cat confdefs.h >>conftest.$ac_ext
15469cat >>conftest.$ac_ext <<_ACEOF
15470/* end confdefs.h. */
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000015471
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015472int
15473main ()
15474{
15475/* FIXME: Include the comments suggested by Paul. */
15476#ifndef __cplusplus
15477 /* Ultrix mips cc rejects this. */
15478 typedef int charset[2];
15479 const charset x;
15480 /* SunOS 4.1.1 cc rejects this. */
15481 char const *const *ccp;
15482 char **p;
15483 /* NEC SVR4.0.2 mips cc rejects this. */
15484 struct point {int x, y;};
15485 static struct point const zero = {0,0};
15486 /* AIX XL C 1.02.0.0 rejects this.
15487 It does not let you subtract one const X* pointer from another in
15488 an arm of an if-expression whose if-part is not a constant
15489 expression */
15490 const char *g = "string";
15491 ccp = &g + (g ? g-g : 0);
15492 /* HPUX 7.0 cc rejects these. */
15493 ++ccp;
15494 p = (char**) ccp;
15495 ccp = (char const *const *) p;
15496 { /* SCO 3.2v4 cc rejects this. */
15497 char *t;
15498 char const *s = 0 ? (char *) 0 : (char const *) 0;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000015499
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015500 *t++ = 0;
15501 }
15502 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
15503 int x[] = {25, 17};
15504 const int *foo = &x[0];
15505 ++foo;
15506 }
15507 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
15508 typedef const int *iptr;
15509 iptr p = 0;
15510 ++p;
15511 }
15512 { /* AIX XL C 1.02.0.0 rejects this saying
15513 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
15514 struct s { int j; const int *ap[3]; };
15515 struct s *b; b->j = 5;
15516 }
15517 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
15518 const int foo = 10;
15519 }
15520#endif
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000015521
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015522 ;
15523 return 0;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000015524}
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015525_ACEOF
15526rm -f conftest.$ac_objext
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015527if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000015528 (eval $ac_compile) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015529 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000015530 grep -v '^ *+' conftest.er1 >conftest.err
15531 rm -f conftest.er1
15532 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015534 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000015535 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15537 (eval $ac_try) 2>&5
15538 ac_status=$?
15539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15540 (exit $ac_status); }; } &&
15541 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015543 (eval $ac_try) 2>&5
15544 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015546 (exit $ac_status); }; }; then
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000015547 ac_cv_c_const=yes
15548else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015549 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015550sed 's/^/| /' conftest.$ac_ext >&5
15551
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015552ac_cv_c_const=no
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000015553fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000015554rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000015555fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015556echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015557echo "${ECHO_T}$ac_cv_c_const" >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000015558if test $ac_cv_c_const = no; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015559
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015560cat >>confdefs.h <<\_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015561#define const
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015562_ACEOF
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000015563
15564fi
15565
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015566echo "$as_me:$LINENO: checking for inline" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015567echo $ECHO_N "checking for inline... $ECHO_C" >&6
15568if test "${ac_cv_c_inline+set}" = set; then
15569 echo $ECHO_N "(cached) $ECHO_C" >&6
Marcus Meissner1a8bbd71999-04-26 14:58:58 +000015570else
15571 ac_cv_c_inline=no
15572for ac_kw in inline __inline__ __inline; do
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015573 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015574/* confdefs.h. */
15575_ACEOF
15576cat confdefs.h >>conftest.$ac_ext
15577cat >>conftest.$ac_ext <<_ACEOF
15578/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015579#ifndef __cplusplus
Alexandre Julliard11af04e2002-10-10 03:48:04 +000015580typedef int foo_t;
15581static $ac_kw foo_t static_foo () {return 0; }
15582$ac_kw foo_t foo () {return 0; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015583#endif
Marcus Meissner1a8bbd71999-04-26 14:58:58 +000015584
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015585_ACEOF
15586rm -f conftest.$ac_objext
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015587if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000015588 (eval $ac_compile) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015589 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000015590 grep -v '^ *+' conftest.er1 >conftest.err
15591 rm -f conftest.er1
15592 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015594 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000015595 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15597 (eval $ac_try) 2>&5
15598 ac_status=$?
15599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15600 (exit $ac_status); }; } &&
15601 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015603 (eval $ac_try) 2>&5
15604 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015606 (exit $ac_status); }; }; then
Marcus Meissner1a8bbd71999-04-26 14:58:58 +000015607 ac_cv_c_inline=$ac_kw; break
15608else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015609 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015610sed 's/^/| /' conftest.$ac_ext >&5
15611
Marcus Meissner1a8bbd71999-04-26 14:58:58 +000015612fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000015613rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Marcus Meissner1a8bbd71999-04-26 14:58:58 +000015614done
15615
15616fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015617echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015618echo "${ECHO_T}$ac_cv_c_inline" >&6
Alexandre Julliard875927f2004-01-02 01:55:29 +000015619
15620
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015621case $ac_cv_c_inline in
Marcus Meissner1a8bbd71999-04-26 14:58:58 +000015622 inline | yes) ;;
Alexandre Julliard875927f2004-01-02 01:55:29 +000015623 *)
15624 case $ac_cv_c_inline in
15625 no) ac_val=;;
15626 *) ac_val=$ac_cv_c_inline;;
15627 esac
15628 cat >>confdefs.h <<_ACEOF
15629#ifndef __cplusplus
15630#define inline $ac_val
15631#endif
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015632_ACEOF
Alexandre Julliard875927f2004-01-02 01:55:29 +000015633 ;;
Marcus Meissner1a8bbd71999-04-26 14:58:58 +000015634esac
15635
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015636echo "$as_me:$LINENO: checking for mode_t" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015637echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
15638if test "${ac_cv_type_mode_t+set}" = set; then
15639 echo $ECHO_N "(cached) $ECHO_C" >&6
15640else
15641 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015642/* confdefs.h. */
15643_ACEOF
15644cat confdefs.h >>conftest.$ac_ext
15645cat >>conftest.$ac_ext <<_ACEOF
15646/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015647$ac_includes_default
15648int
15649main ()
15650{
15651if ((mode_t *) 0)
15652 return 0;
15653if (sizeof (mode_t))
15654 return 0;
15655 ;
15656 return 0;
15657}
15658_ACEOF
15659rm -f conftest.$ac_objext
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015660if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000015661 (eval $ac_compile) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015662 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000015663 grep -v '^ *+' conftest.er1 >conftest.err
15664 rm -f conftest.er1
15665 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015667 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000015668 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15670 (eval $ac_try) 2>&5
15671 ac_status=$?
15672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15673 (exit $ac_status); }; } &&
15674 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015676 (eval $ac_try) 2>&5
15677 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015679 (exit $ac_status); }; }; then
15680 ac_cv_type_mode_t=yes
15681else
15682 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015683sed 's/^/| /' conftest.$ac_ext >&5
15684
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015685ac_cv_type_mode_t=no
15686fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000015687rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015688fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015689echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015690echo "${ECHO_T}$ac_cv_type_mode_t" >&6
15691if test $ac_cv_type_mode_t = yes; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015692
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015693cat >>confdefs.h <<_ACEOF
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000015694#define HAVE_MODE_T 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015695_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015696
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015697
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000015698fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015699echo "$as_me:$LINENO: checking for off_t" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015700echo $ECHO_N "checking for off_t... $ECHO_C" >&6
15701if test "${ac_cv_type_off_t+set}" = set; then
15702 echo $ECHO_N "(cached) $ECHO_C" >&6
15703else
15704 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015705/* confdefs.h. */
15706_ACEOF
15707cat confdefs.h >>conftest.$ac_ext
15708cat >>conftest.$ac_ext <<_ACEOF
15709/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015710$ac_includes_default
15711int
15712main ()
15713{
15714if ((off_t *) 0)
15715 return 0;
15716if (sizeof (off_t))
15717 return 0;
15718 ;
15719 return 0;
15720}
15721_ACEOF
15722rm -f conftest.$ac_objext
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015723if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000015724 (eval $ac_compile) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015725 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000015726 grep -v '^ *+' conftest.er1 >conftest.err
15727 rm -f conftest.er1
15728 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015730 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000015731 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15733 (eval $ac_try) 2>&5
15734 ac_status=$?
15735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15736 (exit $ac_status); }; } &&
15737 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015739 (eval $ac_try) 2>&5
15740 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015742 (exit $ac_status); }; }; then
15743 ac_cv_type_off_t=yes
15744else
15745 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015746sed 's/^/| /' conftest.$ac_ext >&5
15747
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015748ac_cv_type_off_t=no
15749fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000015750rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015751fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015752echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015753echo "${ECHO_T}$ac_cv_type_off_t" >&6
15754if test $ac_cv_type_off_t = yes; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015755
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015756cat >>confdefs.h <<_ACEOF
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000015757#define HAVE_OFF_T 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015758_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015759
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015760
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000015761fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015762echo "$as_me:$LINENO: checking for pid_t" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015763echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
15764if test "${ac_cv_type_pid_t+set}" = set; then
15765 echo $ECHO_N "(cached) $ECHO_C" >&6
15766else
15767 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015768/* confdefs.h. */
15769_ACEOF
15770cat confdefs.h >>conftest.$ac_ext
15771cat >>conftest.$ac_ext <<_ACEOF
15772/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015773$ac_includes_default
15774int
15775main ()
15776{
15777if ((pid_t *) 0)
15778 return 0;
15779if (sizeof (pid_t))
15780 return 0;
15781 ;
15782 return 0;
15783}
15784_ACEOF
15785rm -f conftest.$ac_objext
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015786if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000015787 (eval $ac_compile) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015788 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000015789 grep -v '^ *+' conftest.er1 >conftest.err
15790 rm -f conftest.er1
15791 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015793 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000015794 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15796 (eval $ac_try) 2>&5
15797 ac_status=$?
15798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15799 (exit $ac_status); }; } &&
15800 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015801 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015802 (eval $ac_try) 2>&5
15803 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015805 (exit $ac_status); }; }; then
15806 ac_cv_type_pid_t=yes
15807else
15808 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015809sed 's/^/| /' conftest.$ac_ext >&5
15810
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015811ac_cv_type_pid_t=no
15812fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000015813rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015814fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015815echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015816echo "${ECHO_T}$ac_cv_type_pid_t" >&6
15817if test $ac_cv_type_pid_t = yes; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015818
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015819cat >>confdefs.h <<_ACEOF
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000015820#define HAVE_PID_T 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015821_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015822
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015823
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000015824fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015825echo "$as_me:$LINENO: checking for size_t" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015826echo $ECHO_N "checking for size_t... $ECHO_C" >&6
15827if test "${ac_cv_type_size_t+set}" = set; then
15828 echo $ECHO_N "(cached) $ECHO_C" >&6
15829else
15830 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015831/* confdefs.h. */
15832_ACEOF
15833cat confdefs.h >>conftest.$ac_ext
15834cat >>conftest.$ac_ext <<_ACEOF
15835/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015836$ac_includes_default
15837int
15838main ()
15839{
15840if ((size_t *) 0)
15841 return 0;
15842if (sizeof (size_t))
15843 return 0;
15844 ;
15845 return 0;
15846}
15847_ACEOF
15848rm -f conftest.$ac_objext
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015849if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000015850 (eval $ac_compile) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015851 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000015852 grep -v '^ *+' conftest.er1 >conftest.err
15853 rm -f conftest.er1
15854 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015856 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000015857 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15858 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15859 (eval $ac_try) 2>&5
15860 ac_status=$?
15861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15862 (exit $ac_status); }; } &&
15863 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015864 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015865 (eval $ac_try) 2>&5
15866 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015868 (exit $ac_status); }; }; then
15869 ac_cv_type_size_t=yes
15870else
15871 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015872sed 's/^/| /' conftest.$ac_ext >&5
15873
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015874ac_cv_type_size_t=no
15875fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000015876rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015877fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015878echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015879echo "${ECHO_T}$ac_cv_type_size_t" >&6
15880if test $ac_cv_type_size_t = yes; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015881
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015882cat >>confdefs.h <<_ACEOF
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000015883#define HAVE_SIZE_T 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015884_ACEOF
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000015885
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000015886
15887fi
15888echo "$as_me:$LINENO: checking for ssize_t" >&5
15889echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
15890if test "${ac_cv_type_ssize_t+set}" = set; then
15891 echo $ECHO_N "(cached) $ECHO_C" >&6
15892else
15893 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015894/* confdefs.h. */
15895_ACEOF
15896cat confdefs.h >>conftest.$ac_ext
15897cat >>conftest.$ac_ext <<_ACEOF
15898/* end confdefs.h. */
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000015899$ac_includes_default
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000015900int
15901main ()
15902{
15903if ((ssize_t *) 0)
15904 return 0;
15905if (sizeof (ssize_t))
15906 return 0;
15907 ;
15908 return 0;
15909}
15910_ACEOF
15911rm -f conftest.$ac_objext
15912if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000015913 (eval $ac_compile) 2>conftest.er1
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000015914 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000015915 grep -v '^ *+' conftest.er1 >conftest.err
15916 rm -f conftest.er1
15917 cat conftest.err >&5
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000015918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15919 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000015920 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15922 (eval $ac_try) 2>&5
15923 ac_status=$?
15924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15925 (exit $ac_status); }; } &&
15926 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000015927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15928 (eval $ac_try) 2>&5
15929 ac_status=$?
15930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15931 (exit $ac_status); }; }; then
15932 ac_cv_type_ssize_t=yes
15933else
15934 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015935sed 's/^/| /' conftest.$ac_ext >&5
15936
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000015937ac_cv_type_ssize_t=no
15938fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000015939rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000015940fi
15941echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
15942echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
15943if test $ac_cv_type_ssize_t = yes; then
15944
15945cat >>confdefs.h <<_ACEOF
15946#define HAVE_SSIZE_T 1
15947_ACEOF
15948
15949
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000015950fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015951echo "$as_me:$LINENO: checking for long long" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015952echo $ECHO_N "checking for long long... $ECHO_C" >&6
15953if test "${ac_cv_type_long_long+set}" = set; then
15954 echo $ECHO_N "(cached) $ECHO_C" >&6
15955else
15956 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015957/* confdefs.h. */
15958_ACEOF
15959cat confdefs.h >>conftest.$ac_ext
15960cat >>conftest.$ac_ext <<_ACEOF
15961/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015962$ac_includes_default
15963int
15964main ()
15965{
15966if ((long long *) 0)
15967 return 0;
15968if (sizeof (long long))
15969 return 0;
15970 ;
15971 return 0;
15972}
15973_ACEOF
15974rm -f conftest.$ac_objext
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015975if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000015976 (eval $ac_compile) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015977 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000015978 grep -v '^ *+' conftest.er1 >conftest.err
15979 rm -f conftest.er1
15980 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015982 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000015983 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15985 (eval $ac_try) 2>&5
15986 ac_status=$?
15987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15988 (exit $ac_status); }; } &&
15989 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015990 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015991 (eval $ac_try) 2>&5
15992 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015994 (exit $ac_status); }; }; then
15995 ac_cv_type_long_long=yes
15996else
15997 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015998sed 's/^/| /' conftest.$ac_ext >&5
15999
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016000ac_cv_type_long_long=no
16001fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000016002rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016003fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016004echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016005echo "${ECHO_T}$ac_cv_type_long_long" >&6
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +000016006if test $ac_cv_type_long_long = yes; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016007
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016008cat >>confdefs.h <<_ACEOF
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +000016009#define HAVE_LONG_LONG 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016010_ACEOF
Alexandre Julliardc7c217b1998-04-13 12:21:30 +000016011
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016012
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +000016013fi
Alexandre Julliard13af4892004-03-05 21:03:46 +000016014echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
16015echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6
16016if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
16017 echo $ECHO_N "(cached) $ECHO_C" >&6
16018else
16019 cat >conftest.$ac_ext <<_ACEOF
16020/* confdefs.h. */
16021_ACEOF
16022cat confdefs.h >>conftest.$ac_ext
16023cat >>conftest.$ac_ext <<_ACEOF
16024/* end confdefs.h. */
16025$ac_includes_default
16026int
16027main ()
16028{
16029if ((fsblkcnt_t *) 0)
16030 return 0;
16031if (sizeof (fsblkcnt_t))
16032 return 0;
16033 ;
16034 return 0;
16035}
16036_ACEOF
16037rm -f conftest.$ac_objext
16038if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16039 (eval $ac_compile) 2>conftest.er1
16040 ac_status=$?
16041 grep -v '^ *+' conftest.er1 >conftest.err
16042 rm -f conftest.er1
16043 cat conftest.err >&5
16044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16045 (exit $ac_status); } &&
16046 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16048 (eval $ac_try) 2>&5
16049 ac_status=$?
16050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16051 (exit $ac_status); }; } &&
16052 { ac_try='test -s conftest.$ac_objext'
16053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16054 (eval $ac_try) 2>&5
16055 ac_status=$?
16056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16057 (exit $ac_status); }; }; then
16058 ac_cv_type_fsblkcnt_t=yes
16059else
16060 echo "$as_me: failed program was:" >&5
16061sed 's/^/| /' conftest.$ac_ext >&5
16062
16063ac_cv_type_fsblkcnt_t=no
16064fi
16065rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16066fi
16067echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
16068echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6
16069if test $ac_cv_type_fsblkcnt_t = yes; then
16070
16071cat >>confdefs.h <<_ACEOF
16072#define HAVE_FSBLKCNT_T 1
16073_ACEOF
16074
16075
16076fi
16077echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
16078echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6
16079if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
16080 echo $ECHO_N "(cached) $ECHO_C" >&6
16081else
16082 cat >conftest.$ac_ext <<_ACEOF
16083/* confdefs.h. */
16084_ACEOF
16085cat confdefs.h >>conftest.$ac_ext
16086cat >>conftest.$ac_ext <<_ACEOF
16087/* end confdefs.h. */
16088$ac_includes_default
16089int
16090main ()
16091{
16092if ((fsfilcnt_t *) 0)
16093 return 0;
16094if (sizeof (fsfilcnt_t))
16095 return 0;
16096 ;
16097 return 0;
16098}
16099_ACEOF
16100rm -f conftest.$ac_objext
16101if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16102 (eval $ac_compile) 2>conftest.er1
16103 ac_status=$?
16104 grep -v '^ *+' conftest.er1 >conftest.err
16105 rm -f conftest.er1
16106 cat conftest.err >&5
16107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16108 (exit $ac_status); } &&
16109 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16110 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16111 (eval $ac_try) 2>&5
16112 ac_status=$?
16113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16114 (exit $ac_status); }; } &&
16115 { ac_try='test -s conftest.$ac_objext'
16116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16117 (eval $ac_try) 2>&5
16118 ac_status=$?
16119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16120 (exit $ac_status); }; }; then
16121 ac_cv_type_fsfilcnt_t=yes
16122else
16123 echo "$as_me: failed program was:" >&5
16124sed 's/^/| /' conftest.$ac_ext >&5
16125
16126ac_cv_type_fsfilcnt_t=no
16127fi
16128rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16129fi
16130echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
16131echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6
16132if test $ac_cv_type_fsfilcnt_t = yes; then
16133
16134cat >>confdefs.h <<_ACEOF
16135#define HAVE_FSFILCNT_T 1
16136_ACEOF
16137
16138
16139fi
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +000016140
Paul Millar10a6c562004-12-07 17:19:54 +000016141echo "$as_me:$LINENO: checking for sigset_t" >&5
16142echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6
16143if test "${ac_cv_type_sigset_t+set}" = set; then
16144 echo $ECHO_N "(cached) $ECHO_C" >&6
16145else
16146 cat >conftest.$ac_ext <<_ACEOF
16147/* confdefs.h. */
16148_ACEOF
16149cat confdefs.h >>conftest.$ac_ext
16150cat >>conftest.$ac_ext <<_ACEOF
16151/* end confdefs.h. */
16152#include <signal.h>
16153
16154int
16155main ()
16156{
16157if ((sigset_t *) 0)
16158 return 0;
16159if (sizeof (sigset_t))
16160 return 0;
16161 ;
16162 return 0;
16163}
16164_ACEOF
16165rm -f conftest.$ac_objext
16166if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16167 (eval $ac_compile) 2>conftest.er1
16168 ac_status=$?
16169 grep -v '^ *+' conftest.er1 >conftest.err
16170 rm -f conftest.er1
16171 cat conftest.err >&5
16172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16173 (exit $ac_status); } &&
16174 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16176 (eval $ac_try) 2>&5
16177 ac_status=$?
16178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16179 (exit $ac_status); }; } &&
16180 { ac_try='test -s conftest.$ac_objext'
16181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16182 (eval $ac_try) 2>&5
16183 ac_status=$?
16184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16185 (exit $ac_status); }; }; then
16186 ac_cv_type_sigset_t=yes
16187else
16188 echo "$as_me: failed program was:" >&5
16189sed 's/^/| /' conftest.$ac_ext >&5
16190
16191ac_cv_type_sigset_t=no
16192fi
16193rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16194fi
16195echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
16196echo "${ECHO_T}$ac_cv_type_sigset_t" >&6
16197if test $ac_cv_type_sigset_t = yes; then
16198
16199cat >>confdefs.h <<_ACEOF
16200#define HAVE_SIGSET_T 1
16201_ACEOF
16202
16203
16204fi
16205
Gerald Pfeiferb8b15f32005-07-10 17:42:46 +000016206echo "$as_me:$LINENO: checking for request_sense" >&5
16207echo $ECHO_N "checking for request_sense... $ECHO_C" >&6
16208if test "${ac_cv_type_request_sense+set}" = set; then
16209 echo $ECHO_N "(cached) $ECHO_C" >&6
16210else
16211 cat >conftest.$ac_ext <<_ACEOF
16212/* confdefs.h. */
16213_ACEOF
16214cat confdefs.h >>conftest.$ac_ext
16215cat >>conftest.$ac_ext <<_ACEOF
16216/* end confdefs.h. */
16217#include <linux/cdrom.h>
16218
16219int
16220main ()
16221{
16222if ((request_sense *) 0)
16223 return 0;
16224if (sizeof (request_sense))
16225 return 0;
16226 ;
16227 return 0;
16228}
16229_ACEOF
16230rm -f conftest.$ac_objext
16231if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16232 (eval $ac_compile) 2>conftest.er1
16233 ac_status=$?
16234 grep -v '^ *+' conftest.er1 >conftest.err
16235 rm -f conftest.er1
16236 cat conftest.err >&5
16237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16238 (exit $ac_status); } &&
16239 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16241 (eval $ac_try) 2>&5
16242 ac_status=$?
16243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16244 (exit $ac_status); }; } &&
16245 { ac_try='test -s conftest.$ac_objext'
16246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16247 (eval $ac_try) 2>&5
16248 ac_status=$?
16249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16250 (exit $ac_status); }; }; then
16251 ac_cv_type_request_sense=yes
16252else
16253 echo "$as_me: failed program was:" >&5
16254sed 's/^/| /' conftest.$ac_ext >&5
16255
16256ac_cv_type_request_sense=no
16257fi
16258rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16259fi
16260echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
16261echo "${ECHO_T}$ac_cv_type_request_sense" >&6
16262if test $ac_cv_type_request_sense = yes; then
16263
16264cat >>confdefs.h <<_ACEOF
16265#define HAVE_REQUEST_SENSE 1
16266_ACEOF
16267
16268
16269fi
16270
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016271
Daniel Remenake491e8f2005-07-29 14:18:58 +000016272echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
16273echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6
16274if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
16275 echo $ECHO_N "(cached) $ECHO_C" >&6
16276else
16277 cat >conftest.$ac_ext <<_ACEOF
16278/* confdefs.h. */
16279_ACEOF
16280cat confdefs.h >>conftest.$ac_ext
16281cat >>conftest.$ac_ext <<_ACEOF
16282/* end confdefs.h. */
16283#ifdef HAVE_LINUX_INPUT_H
16284#include <linux/input.h>
16285#endif
16286
16287int
16288main ()
16289{
16290static struct ff_effect ac_aggr;
16291if (ac_aggr.direction)
16292return 0;
16293 ;
16294 return 0;
16295}
16296_ACEOF
16297rm -f conftest.$ac_objext
16298if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16299 (eval $ac_compile) 2>conftest.er1
16300 ac_status=$?
16301 grep -v '^ *+' conftest.er1 >conftest.err
16302 rm -f conftest.er1
16303 cat conftest.err >&5
16304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16305 (exit $ac_status); } &&
16306 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16308 (eval $ac_try) 2>&5
16309 ac_status=$?
16310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16311 (exit $ac_status); }; } &&
16312 { ac_try='test -s conftest.$ac_objext'
16313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16314 (eval $ac_try) 2>&5
16315 ac_status=$?
16316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16317 (exit $ac_status); }; }; then
16318 ac_cv_member_struct_ff_effect_direction=yes
16319else
16320 echo "$as_me: failed program was:" >&5
16321sed 's/^/| /' conftest.$ac_ext >&5
16322
16323cat >conftest.$ac_ext <<_ACEOF
16324/* confdefs.h. */
16325_ACEOF
16326cat confdefs.h >>conftest.$ac_ext
16327cat >>conftest.$ac_ext <<_ACEOF
16328/* end confdefs.h. */
16329#ifdef HAVE_LINUX_INPUT_H
16330#include <linux/input.h>
16331#endif
16332
16333int
16334main ()
16335{
16336static struct ff_effect ac_aggr;
16337if (sizeof ac_aggr.direction)
16338return 0;
16339 ;
16340 return 0;
16341}
16342_ACEOF
16343rm -f conftest.$ac_objext
16344if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16345 (eval $ac_compile) 2>conftest.er1
16346 ac_status=$?
16347 grep -v '^ *+' conftest.er1 >conftest.err
16348 rm -f conftest.er1
16349 cat conftest.err >&5
16350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16351 (exit $ac_status); } &&
16352 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16353 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16354 (eval $ac_try) 2>&5
16355 ac_status=$?
16356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16357 (exit $ac_status); }; } &&
16358 { ac_try='test -s conftest.$ac_objext'
16359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16360 (eval $ac_try) 2>&5
16361 ac_status=$?
16362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16363 (exit $ac_status); }; }; then
16364 ac_cv_member_struct_ff_effect_direction=yes
16365else
16366 echo "$as_me: failed program was:" >&5
16367sed 's/^/| /' conftest.$ac_ext >&5
16368
16369ac_cv_member_struct_ff_effect_direction=no
16370fi
16371rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16372fi
16373rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16374fi
16375echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
16376echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6
16377if test $ac_cv_member_struct_ff_effect_direction = yes; then
16378
16379cat >>confdefs.h <<_ACEOF
16380#define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
16381_ACEOF
16382
16383
16384fi
16385
16386
Paul Millar10a6c562004-12-07 17:19:54 +000016387echo "$as_me:$LINENO: checking for sigaddset" >&5
16388echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6
16389if test "${wine_cv_have_sigaddset+set}" = set; then
16390 echo $ECHO_N "(cached) $ECHO_C" >&6
16391else
16392 cat >conftest.$ac_ext <<_ACEOF
16393/* confdefs.h. */
16394_ACEOF
16395cat confdefs.h >>conftest.$ac_ext
16396cat >>conftest.$ac_ext <<_ACEOF
16397/* end confdefs.h. */
16398#include <signal.h>
16399int
16400main ()
16401{
16402sigset_t set; sigaddset(&set,SIGTERM);
16403 ;
16404 return 0;
16405}
16406_ACEOF
16407rm -f conftest.$ac_objext conftest$ac_exeext
16408if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16409 (eval $ac_link) 2>conftest.er1
16410 ac_status=$?
16411 grep -v '^ *+' conftest.er1 >conftest.err
16412 rm -f conftest.er1
16413 cat conftest.err >&5
16414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16415 (exit $ac_status); } &&
16416 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16418 (eval $ac_try) 2>&5
16419 ac_status=$?
16420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16421 (exit $ac_status); }; } &&
16422 { ac_try='test -s conftest$ac_exeext'
16423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16424 (eval $ac_try) 2>&5
16425 ac_status=$?
16426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16427 (exit $ac_status); }; }; then
16428 wine_cv_have_sigaddset=yes
16429else
16430 echo "$as_me: failed program was:" >&5
16431sed 's/^/| /' conftest.$ac_ext >&5
16432
16433wine_cv_have_sigaddset=no
16434fi
16435rm -f conftest.err conftest.$ac_objext \
16436 conftest$ac_exeext conftest.$ac_ext
16437fi
16438echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
16439echo "${ECHO_T}$wine_cv_have_sigaddset" >&6
16440if test "$wine_cv_have_sigaddset" = "yes"
16441then
16442
16443cat >>confdefs.h <<\_ACEOF
16444#define HAVE_SIGADDSET 1
16445_ACEOF
16446
16447fi
16448
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016449
16450echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016451echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6
16452if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
16453 echo $ECHO_N "(cached) $ECHO_C" >&6
Rein Klazesff7a61f2000-09-24 19:41:57 +000016454else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016455 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000016456/* confdefs.h. */
16457_ACEOF
16458cat confdefs.h >>conftest.$ac_ext
16459cat >>conftest.$ac_ext <<_ACEOF
16460/* end confdefs.h. */
Rein Klazesff7a61f2000-09-24 19:41:57 +000016461
16462#include <netdb.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016463
16464int
16465main ()
16466{
Rein Klazesff7a61f2000-09-24 19:41:57 +000016467
16468 char *name=NULL;
16469 struct hostent he;
16470 struct hostent *result;
16471 char *buf=NULL;
16472 int bufsize=0;
16473 int res,errnr;
16474 char *addr=NULL;
16475 int addrlen=0;
16476 int addrtype=0;
16477 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
16478 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016479
16480 ;
16481 return 0;
16482}
16483_ACEOF
Marcus Meissnerdfd315b2004-01-02 03:53:57 +000016484rm -f conftest.$ac_objext conftest$ac_exeext
16485if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16486 (eval $ac_link) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016487 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000016488 grep -v '^ *+' conftest.er1 >conftest.err
16489 rm -f conftest.er1
16490 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016492 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000016493 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16495 (eval $ac_try) 2>&5
16496 ac_status=$?
16497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16498 (exit $ac_status); }; } &&
Marcus Meissnerdfd315b2004-01-02 03:53:57 +000016499 { ac_try='test -s conftest$ac_exeext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016501 (eval $ac_try) 2>&5
16502 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016504 (exit $ac_status); }; }; then
Rein Klazesff7a61f2000-09-24 19:41:57 +000016505 wine_cv_linux_gethostbyname_r_6=yes
16506else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016507 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000016508sed 's/^/| /' conftest.$ac_ext >&5
16509
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016510wine_cv_linux_gethostbyname_r_6=no
Rein Klazesff7a61f2000-09-24 19:41:57 +000016511
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016512fi
Marcus Meissnerdfd315b2004-01-02 03:53:57 +000016513rm -f conftest.err conftest.$ac_objext \
16514 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016515
16516fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016517echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016518echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6
Rein Klazesff7a61f2000-09-24 19:41:57 +000016519 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
16520 then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016521
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016522cat >>confdefs.h <<\_ACEOF
Rein Klazesff7a61f2000-09-24 19:41:57 +000016523#define HAVE_LINUX_GETHOSTBYNAME_R_6 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016524_ACEOF
Rein Klazesff7a61f2000-09-24 19:41:57 +000016525
16526 fi
16527
Marcus Meissner028e9a11999-08-04 15:07:56 +000016528if test "$ac_cv_header_linux_joystick_h" = "yes"
Alexandre Julliarddadf78f1998-05-17 17:13:43 +000016529then
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016530 echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016531echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6
16532if test "${wine_cv_linux_joystick_22_api+set}" = set; then
16533 echo $ECHO_N "(cached) $ECHO_C" >&6
Alexandre Julliarddadf78f1998-05-17 17:13:43 +000016534else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016535 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000016536/* confdefs.h. */
16537_ACEOF
16538cat confdefs.h >>conftest.$ac_ext
16539cat >>conftest.$ac_ext <<_ACEOF
16540/* end confdefs.h. */
Alexandre Julliarddadf78f1998-05-17 17:13:43 +000016541
Marcus Meissner028e9a11999-08-04 15:07:56 +000016542 #include <sys/ioctl.h>
16543 #include <linux/joystick.h>
16544
16545 struct js_event blub;
Marcus Meissner605a9c31999-11-04 02:04:01 +000016546 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
16547 #error "no 2.2 header"
16548 #endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016549
16550int
16551main ()
16552{
Marcus Meissner028e9a11999-08-04 15:07:56 +000016553/*empty*/
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016554 ;
16555 return 0;
16556}
16557_ACEOF
16558rm -f conftest.$ac_objext
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016559if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000016560 (eval $ac_compile) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016561 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000016562 grep -v '^ *+' conftest.er1 >conftest.err
16563 rm -f conftest.er1
16564 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016566 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000016567 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16569 (eval $ac_try) 2>&5
16570 ac_status=$?
16571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16572 (exit $ac_status); }; } &&
16573 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016575 (eval $ac_try) 2>&5
16576 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016578 (exit $ac_status); }; }; then
Marcus Meissner028e9a11999-08-04 15:07:56 +000016579 wine_cv_linux_joystick_22_api=yes
16580else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016581 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000016582sed 's/^/| /' conftest.$ac_ext >&5
16583
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016584wine_cv_linux_joystick_22_api=no
Marcus Meissner028e9a11999-08-04 15:07:56 +000016585fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000016586rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Marcus Meissner028e9a11999-08-04 15:07:56 +000016587
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016588fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016589echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016590echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6
Rein Klazes87d224a2000-04-24 17:33:49 +000016591 if test "$wine_cv_linux_joystick_22_api" = "yes"
Marcus Meissner028e9a11999-08-04 15:07:56 +000016592 then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016593
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016594cat >>confdefs.h <<\_ACEOF
Marcus Meissner028e9a11999-08-04 15:07:56 +000016595#define HAVE_LINUX_22_JOYSTICK_API 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016596_ACEOF
Marcus Meissner028e9a11999-08-04 15:07:56 +000016597
16598 fi
16599fi
16600
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016601
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000016602echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
16603echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6
16604if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016605 echo $ECHO_N "(cached) $ECHO_C" >&6
Alexandre Julliarddadf78f1998-05-17 17:13:43 +000016606else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016607 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000016608/* confdefs.h. */
16609_ACEOF
16610cat confdefs.h >>conftest.$ac_ext
16611cat >>conftest.$ac_ext <<_ACEOF
16612/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016613#include <sys/types.h>
16614#ifdef HAVE_SYS_PARAM_H
16615# include <sys/param.h>
16616#endif
Robert Millan55b74482006-02-06 21:53:27 +010016617#ifdef HAVE_SYS_MOUNT_H
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016618# include <sys/mount.h>
Robert Millan55b74482006-02-06 21:53:27 +010016619#endif
16620#ifdef HAVE_SYS_VFS_H
16621# include <sys/vfs.h>
16622#endif
16623#ifdef HAVE_SYS_STATFS_H
16624# include <sys/statfs.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016625#endif
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000016626
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016627int
16628main ()
16629{
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000016630static struct statfs ac_aggr;
16631if (ac_aggr.f_bfree)
16632return 0;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016633 ;
16634 return 0;
16635}
16636_ACEOF
16637rm -f conftest.$ac_objext
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016638if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000016639 (eval $ac_compile) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016640 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000016641 grep -v '^ *+' conftest.er1 >conftest.err
16642 rm -f conftest.er1
16643 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016645 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000016646 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16648 (eval $ac_try) 2>&5
16649 ac_status=$?
16650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16651 (exit $ac_status); }; } &&
16652 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016654 (eval $ac_try) 2>&5
16655 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016657 (exit $ac_status); }; }; then
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000016658 ac_cv_member_struct_statfs_f_bfree=yes
Alexandre Julliarddadf78f1998-05-17 17:13:43 +000016659else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016660 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000016661sed 's/^/| /' conftest.$ac_ext >&5
16662
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000016663cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000016664/* confdefs.h. */
16665_ACEOF
16666cat confdefs.h >>conftest.$ac_ext
16667cat >>conftest.$ac_ext <<_ACEOF
16668/* end confdefs.h. */
16669#include <sys/types.h>
16670#ifdef HAVE_SYS_PARAM_H
16671# include <sys/param.h>
16672#endif
Robert Millan55b74482006-02-06 21:53:27 +010016673#ifdef HAVE_SYS_MOUNT_H
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000016674# include <sys/mount.h>
Robert Millan55b74482006-02-06 21:53:27 +010016675#endif
16676#ifdef HAVE_SYS_VFS_H
16677# include <sys/vfs.h>
16678#endif
16679#ifdef HAVE_SYS_STATFS_H
16680# include <sys/statfs.h>
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000016681#endif
16682
16683int
16684main ()
16685{
16686static struct statfs ac_aggr;
16687if (sizeof ac_aggr.f_bfree)
16688return 0;
16689 ;
16690 return 0;
16691}
16692_ACEOF
16693rm -f conftest.$ac_objext
16694if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000016695 (eval $ac_compile) 2>conftest.er1
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000016696 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000016697 grep -v '^ *+' conftest.er1 >conftest.err
16698 rm -f conftest.er1
16699 cat conftest.err >&5
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000016700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16701 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000016702 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16704 (eval $ac_try) 2>&5
16705 ac_status=$?
16706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16707 (exit $ac_status); }; } &&
16708 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000016709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16710 (eval $ac_try) 2>&5
16711 ac_status=$?
16712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16713 (exit $ac_status); }; }; then
16714 ac_cv_member_struct_statfs_f_bfree=yes
16715else
16716 echo "$as_me: failed program was:" >&5
16717sed 's/^/| /' conftest.$ac_ext >&5
16718
16719ac_cv_member_struct_statfs_f_bfree=no
Alexandre Julliarddadf78f1998-05-17 17:13:43 +000016720fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000016721rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliarddadf78f1998-05-17 17:13:43 +000016722fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000016723rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000016724fi
16725echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
16726echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6
16727if test $ac_cv_member_struct_statfs_f_bfree = yes; then
Alexandre Julliarddadf78f1998-05-17 17:13:43 +000016728
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000016729cat >>confdefs.h <<_ACEOF
16730#define HAVE_STRUCT_STATFS_F_BFREE 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016731_ACEOF
Alexandre Julliarddadf78f1998-05-17 17:13:43 +000016732
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000016733
Alexandre Julliarddadf78f1998-05-17 17:13:43 +000016734fi
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000016735echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
16736echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6
16737if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016738 echo $ECHO_N "(cached) $ECHO_C" >&6
Alexandre Julliardc7c217b1998-04-13 12:21:30 +000016739else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016740 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000016741/* confdefs.h. */
16742_ACEOF
16743cat confdefs.h >>conftest.$ac_ext
16744cat >>conftest.$ac_ext <<_ACEOF
16745/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016746#include <sys/types.h>
16747#ifdef HAVE_SYS_PARAM_H
16748# include <sys/param.h>
16749#endif
Robert Millan55b74482006-02-06 21:53:27 +010016750#ifdef HAVE_SYS_MOUNT_H
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016751# include <sys/mount.h>
Robert Millan55b74482006-02-06 21:53:27 +010016752#endif
16753#ifdef HAVE_SYS_VFS_H
16754# include <sys/vfs.h>
16755#endif
16756#ifdef HAVE_SYS_STATFS_H
16757# include <sys/statfs.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016758#endif
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000016759
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016760int
16761main ()
16762{
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000016763static struct statfs ac_aggr;
16764if (ac_aggr.f_bavail)
16765return 0;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016766 ;
16767 return 0;
16768}
16769_ACEOF
16770rm -f conftest.$ac_objext
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016771if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000016772 (eval $ac_compile) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016773 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000016774 grep -v '^ *+' conftest.er1 >conftest.err
16775 rm -f conftest.er1
16776 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016778 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000016779 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16781 (eval $ac_try) 2>&5
16782 ac_status=$?
16783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16784 (exit $ac_status); }; } &&
16785 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016787 (eval $ac_try) 2>&5
16788 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016790 (exit $ac_status); }; }; then
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000016791 ac_cv_member_struct_statfs_f_bavail=yes
Alexandre Julliardc7c217b1998-04-13 12:21:30 +000016792else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016793 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000016794sed 's/^/| /' conftest.$ac_ext >&5
16795
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000016796cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000016797/* confdefs.h. */
16798_ACEOF
16799cat confdefs.h >>conftest.$ac_ext
16800cat >>conftest.$ac_ext <<_ACEOF
16801/* end confdefs.h. */
Alexandre Julliard829fe321998-07-26 14:27:39 +000016802#include <sys/types.h>
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000016803#ifdef HAVE_SYS_PARAM_H
16804# include <sys/param.h>
Patrik Stridvall63ae7fe2002-11-08 19:34:52 +000016805#endif
Robert Millan55b74482006-02-06 21:53:27 +010016806#ifdef HAVE_SYS_MOUNT_H
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000016807# include <sys/mount.h>
Robert Millan55b74482006-02-06 21:53:27 +010016808#endif
16809#ifdef HAVE_SYS_VFS_H
16810# include <sys/vfs.h>
16811#endif
16812#ifdef HAVE_SYS_STATFS_H
16813# include <sys/statfs.h>
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000016814#endif
16815
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016816int
16817main ()
16818{
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000016819static struct statfs ac_aggr;
16820if (sizeof ac_aggr.f_bavail)
16821return 0;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016822 ;
16823 return 0;
16824}
16825_ACEOF
16826rm -f conftest.$ac_objext
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016827if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000016828 (eval $ac_compile) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016829 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000016830 grep -v '^ *+' conftest.er1 >conftest.err
16831 rm -f conftest.er1
16832 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016834 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000016835 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16837 (eval $ac_try) 2>&5
16838 ac_status=$?
16839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16840 (exit $ac_status); }; } &&
16841 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016843 (eval $ac_try) 2>&5
16844 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016846 (exit $ac_status); }; }; then
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000016847 ac_cv_member_struct_statfs_f_bavail=yes
Alexandre Julliard829fe321998-07-26 14:27:39 +000016848else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016849 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000016850sed 's/^/| /' conftest.$ac_ext >&5
16851
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000016852ac_cv_member_struct_statfs_f_bavail=no
Alexandre Julliard829fe321998-07-26 14:27:39 +000016853fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000016854rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliard829fe321998-07-26 14:27:39 +000016855fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000016856rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Patrik Stridvall09da9662001-07-08 22:30:50 +000016857fi
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000016858echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
16859echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6
16860if test $ac_cv_member_struct_statfs_f_bavail = yes; then
Patrik Stridvall09da9662001-07-08 22:30:50 +000016861
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000016862cat >>confdefs.h <<_ACEOF
16863#define HAVE_STRUCT_STATFS_F_BAVAIL 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016864_ACEOF
Patrik Stridvall09da9662001-07-08 22:30:50 +000016865
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000016866
Patrik Stridvall09da9662001-07-08 22:30:50 +000016867fi
Alexandre Julliard13af4892004-03-05 21:03:46 +000016868echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
16869echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6
16870if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
16871 echo $ECHO_N "(cached) $ECHO_C" >&6
16872else
16873 cat >conftest.$ac_ext <<_ACEOF
16874/* confdefs.h. */
16875_ACEOF
16876cat confdefs.h >>conftest.$ac_ext
16877cat >>conftest.$ac_ext <<_ACEOF
16878/* end confdefs.h. */
16879#include <sys/types.h>
16880#ifdef HAVE_SYS_PARAM_H
16881# include <sys/param.h>
16882#endif
Robert Millan55b74482006-02-06 21:53:27 +010016883#ifdef HAVE_SYS_MOUNT_H
Alexandre Julliard13af4892004-03-05 21:03:46 +000016884# include <sys/mount.h>
Robert Millan55b74482006-02-06 21:53:27 +010016885#endif
16886#ifdef HAVE_SYS_VFS_H
16887# include <sys/vfs.h>
16888#endif
16889#ifdef HAVE_SYS_STATFS_H
16890# include <sys/statfs.h>
Alexandre Julliard13af4892004-03-05 21:03:46 +000016891#endif
16892
16893int
16894main ()
16895{
16896static struct statfs ac_aggr;
16897if (ac_aggr.f_frsize)
16898return 0;
16899 ;
16900 return 0;
16901}
16902_ACEOF
16903rm -f conftest.$ac_objext
16904if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16905 (eval $ac_compile) 2>conftest.er1
16906 ac_status=$?
16907 grep -v '^ *+' conftest.er1 >conftest.err
16908 rm -f conftest.er1
16909 cat conftest.err >&5
16910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16911 (exit $ac_status); } &&
16912 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16914 (eval $ac_try) 2>&5
16915 ac_status=$?
16916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16917 (exit $ac_status); }; } &&
16918 { ac_try='test -s conftest.$ac_objext'
16919 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16920 (eval $ac_try) 2>&5
16921 ac_status=$?
16922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16923 (exit $ac_status); }; }; then
16924 ac_cv_member_struct_statfs_f_frsize=yes
16925else
16926 echo "$as_me: failed program was:" >&5
16927sed 's/^/| /' conftest.$ac_ext >&5
16928
16929cat >conftest.$ac_ext <<_ACEOF
16930/* confdefs.h. */
16931_ACEOF
16932cat confdefs.h >>conftest.$ac_ext
16933cat >>conftest.$ac_ext <<_ACEOF
16934/* end confdefs.h. */
16935#include <sys/types.h>
16936#ifdef HAVE_SYS_PARAM_H
16937# include <sys/param.h>
16938#endif
Robert Millan55b74482006-02-06 21:53:27 +010016939#ifdef HAVE_SYS_MOUNT_H
Alexandre Julliard13af4892004-03-05 21:03:46 +000016940# include <sys/mount.h>
Robert Millan55b74482006-02-06 21:53:27 +010016941#endif
16942#ifdef HAVE_SYS_VFS_H
16943# include <sys/vfs.h>
16944#endif
16945#ifdef HAVE_SYS_STATFS_H
16946# include <sys/statfs.h>
Alexandre Julliard13af4892004-03-05 21:03:46 +000016947#endif
16948
16949int
16950main ()
16951{
16952static struct statfs ac_aggr;
16953if (sizeof ac_aggr.f_frsize)
16954return 0;
16955 ;
16956 return 0;
16957}
16958_ACEOF
16959rm -f conftest.$ac_objext
16960if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16961 (eval $ac_compile) 2>conftest.er1
16962 ac_status=$?
16963 grep -v '^ *+' conftest.er1 >conftest.err
16964 rm -f conftest.er1
16965 cat conftest.err >&5
16966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16967 (exit $ac_status); } &&
16968 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16970 (eval $ac_try) 2>&5
16971 ac_status=$?
16972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16973 (exit $ac_status); }; } &&
16974 { ac_try='test -s conftest.$ac_objext'
16975 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16976 (eval $ac_try) 2>&5
16977 ac_status=$?
16978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16979 (exit $ac_status); }; }; then
16980 ac_cv_member_struct_statfs_f_frsize=yes
16981else
16982 echo "$as_me: failed program was:" >&5
16983sed 's/^/| /' conftest.$ac_ext >&5
16984
16985ac_cv_member_struct_statfs_f_frsize=no
16986fi
16987rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16988fi
16989rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16990fi
16991echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
16992echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6
16993if test $ac_cv_member_struct_statfs_f_frsize = yes; then
16994
16995cat >>confdefs.h <<_ACEOF
16996#define HAVE_STRUCT_STATFS_F_FRSIZE 1
16997_ACEOF
16998
16999
17000fi
17001echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
17002echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6
17003if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
17004 echo $ECHO_N "(cached) $ECHO_C" >&6
17005else
17006 cat >conftest.$ac_ext <<_ACEOF
17007/* confdefs.h. */
17008_ACEOF
17009cat confdefs.h >>conftest.$ac_ext
17010cat >>conftest.$ac_ext <<_ACEOF
17011/* end confdefs.h. */
17012#include <sys/types.h>
17013#ifdef HAVE_SYS_PARAM_H
17014# include <sys/param.h>
17015#endif
Robert Millan55b74482006-02-06 21:53:27 +010017016#ifdef HAVE_SYS_MOUNT_H
Alexandre Julliard13af4892004-03-05 21:03:46 +000017017# include <sys/mount.h>
Robert Millan55b74482006-02-06 21:53:27 +010017018#endif
17019#ifdef HAVE_SYS_VFS_H
17020# include <sys/vfs.h>
17021#endif
17022#ifdef HAVE_SYS_STATFS_H
17023# include <sys/statfs.h>
Alexandre Julliard13af4892004-03-05 21:03:46 +000017024#endif
17025
17026int
17027main ()
17028{
17029static struct statfs ac_aggr;
17030if (ac_aggr.f_ffree)
17031return 0;
17032 ;
17033 return 0;
17034}
17035_ACEOF
17036rm -f conftest.$ac_objext
17037if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17038 (eval $ac_compile) 2>conftest.er1
17039 ac_status=$?
17040 grep -v '^ *+' conftest.er1 >conftest.err
17041 rm -f conftest.er1
17042 cat conftest.err >&5
17043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17044 (exit $ac_status); } &&
17045 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17046 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17047 (eval $ac_try) 2>&5
17048 ac_status=$?
17049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17050 (exit $ac_status); }; } &&
17051 { ac_try='test -s conftest.$ac_objext'
17052 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17053 (eval $ac_try) 2>&5
17054 ac_status=$?
17055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17056 (exit $ac_status); }; }; then
17057 ac_cv_member_struct_statfs_f_ffree=yes
17058else
17059 echo "$as_me: failed program was:" >&5
17060sed 's/^/| /' conftest.$ac_ext >&5
17061
17062cat >conftest.$ac_ext <<_ACEOF
17063/* confdefs.h. */
17064_ACEOF
17065cat confdefs.h >>conftest.$ac_ext
17066cat >>conftest.$ac_ext <<_ACEOF
17067/* end confdefs.h. */
17068#include <sys/types.h>
17069#ifdef HAVE_SYS_PARAM_H
17070# include <sys/param.h>
17071#endif
Robert Millan55b74482006-02-06 21:53:27 +010017072#ifdef HAVE_SYS_MOUNT_H
Alexandre Julliard13af4892004-03-05 21:03:46 +000017073# include <sys/mount.h>
Robert Millan55b74482006-02-06 21:53:27 +010017074#endif
17075#ifdef HAVE_SYS_VFS_H
17076# include <sys/vfs.h>
17077#endif
17078#ifdef HAVE_SYS_STATFS_H
17079# include <sys/statfs.h>
Alexandre Julliard13af4892004-03-05 21:03:46 +000017080#endif
17081
17082int
17083main ()
17084{
17085static struct statfs ac_aggr;
17086if (sizeof ac_aggr.f_ffree)
17087return 0;
17088 ;
17089 return 0;
17090}
17091_ACEOF
17092rm -f conftest.$ac_objext
17093if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17094 (eval $ac_compile) 2>conftest.er1
17095 ac_status=$?
17096 grep -v '^ *+' conftest.er1 >conftest.err
17097 rm -f conftest.er1
17098 cat conftest.err >&5
17099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17100 (exit $ac_status); } &&
17101 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17103 (eval $ac_try) 2>&5
17104 ac_status=$?
17105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17106 (exit $ac_status); }; } &&
17107 { ac_try='test -s conftest.$ac_objext'
17108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17109 (eval $ac_try) 2>&5
17110 ac_status=$?
17111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17112 (exit $ac_status); }; }; then
17113 ac_cv_member_struct_statfs_f_ffree=yes
17114else
17115 echo "$as_me: failed program was:" >&5
17116sed 's/^/| /' conftest.$ac_ext >&5
17117
17118ac_cv_member_struct_statfs_f_ffree=no
17119fi
17120rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17121fi
17122rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17123fi
17124echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
17125echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6
17126if test $ac_cv_member_struct_statfs_f_ffree = yes; then
17127
17128cat >>confdefs.h <<_ACEOF
17129#define HAVE_STRUCT_STATFS_F_FFREE 1
17130_ACEOF
17131
17132
17133fi
17134echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
17135echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6
17136if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
17137 echo $ECHO_N "(cached) $ECHO_C" >&6
17138else
17139 cat >conftest.$ac_ext <<_ACEOF
17140/* confdefs.h. */
17141_ACEOF
17142cat confdefs.h >>conftest.$ac_ext
17143cat >>conftest.$ac_ext <<_ACEOF
17144/* end confdefs.h. */
17145#include <sys/types.h>
17146#ifdef HAVE_SYS_PARAM_H
17147# include <sys/param.h>
17148#endif
Robert Millan55b74482006-02-06 21:53:27 +010017149#ifdef HAVE_SYS_MOUNT_H
Alexandre Julliard13af4892004-03-05 21:03:46 +000017150# include <sys/mount.h>
Robert Millan55b74482006-02-06 21:53:27 +010017151#endif
17152#ifdef HAVE_SYS_VFS_H
17153# include <sys/vfs.h>
17154#endif
17155#ifdef HAVE_SYS_STATFS_H
17156# include <sys/statfs.h>
Alexandre Julliard13af4892004-03-05 21:03:46 +000017157#endif
17158
17159int
17160main ()
17161{
17162static struct statfs ac_aggr;
17163if (ac_aggr.f_favail)
17164return 0;
17165 ;
17166 return 0;
17167}
17168_ACEOF
17169rm -f conftest.$ac_objext
17170if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17171 (eval $ac_compile) 2>conftest.er1
17172 ac_status=$?
17173 grep -v '^ *+' conftest.er1 >conftest.err
17174 rm -f conftest.er1
17175 cat conftest.err >&5
17176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17177 (exit $ac_status); } &&
17178 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17180 (eval $ac_try) 2>&5
17181 ac_status=$?
17182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17183 (exit $ac_status); }; } &&
17184 { ac_try='test -s conftest.$ac_objext'
17185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17186 (eval $ac_try) 2>&5
17187 ac_status=$?
17188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17189 (exit $ac_status); }; }; then
17190 ac_cv_member_struct_statfs_f_favail=yes
17191else
17192 echo "$as_me: failed program was:" >&5
17193sed 's/^/| /' conftest.$ac_ext >&5
17194
17195cat >conftest.$ac_ext <<_ACEOF
17196/* confdefs.h. */
17197_ACEOF
17198cat confdefs.h >>conftest.$ac_ext
17199cat >>conftest.$ac_ext <<_ACEOF
17200/* end confdefs.h. */
17201#include <sys/types.h>
17202#ifdef HAVE_SYS_PARAM_H
17203# include <sys/param.h>
17204#endif
Robert Millan55b74482006-02-06 21:53:27 +010017205#ifdef HAVE_SYS_MOUNT_H
Alexandre Julliard13af4892004-03-05 21:03:46 +000017206# include <sys/mount.h>
Robert Millan55b74482006-02-06 21:53:27 +010017207#endif
17208#ifdef HAVE_SYS_VFS_H
17209# include <sys/vfs.h>
17210#endif
17211#ifdef HAVE_SYS_STATFS_H
17212# include <sys/statfs.h>
Alexandre Julliard13af4892004-03-05 21:03:46 +000017213#endif
17214
17215int
17216main ()
17217{
17218static struct statfs ac_aggr;
17219if (sizeof ac_aggr.f_favail)
17220return 0;
17221 ;
17222 return 0;
17223}
17224_ACEOF
17225rm -f conftest.$ac_objext
17226if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17227 (eval $ac_compile) 2>conftest.er1
17228 ac_status=$?
17229 grep -v '^ *+' conftest.er1 >conftest.err
17230 rm -f conftest.er1
17231 cat conftest.err >&5
17232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17233 (exit $ac_status); } &&
17234 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17235 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17236 (eval $ac_try) 2>&5
17237 ac_status=$?
17238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17239 (exit $ac_status); }; } &&
17240 { ac_try='test -s conftest.$ac_objext'
17241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17242 (eval $ac_try) 2>&5
17243 ac_status=$?
17244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17245 (exit $ac_status); }; }; then
17246 ac_cv_member_struct_statfs_f_favail=yes
17247else
17248 echo "$as_me: failed program was:" >&5
17249sed 's/^/| /' conftest.$ac_ext >&5
17250
17251ac_cv_member_struct_statfs_f_favail=no
17252fi
17253rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17254fi
17255rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17256fi
17257echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
17258echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6
17259if test $ac_cv_member_struct_statfs_f_favail = yes; then
17260
17261cat >>confdefs.h <<_ACEOF
17262#define HAVE_STRUCT_STATFS_F_FAVAIL 1
17263_ACEOF
17264
17265
17266fi
Alexandre Julliardb859a682004-03-07 03:16:43 +000017267echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
17268echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6
17269if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
17270 echo $ECHO_N "(cached) $ECHO_C" >&6
17271else
17272 cat >conftest.$ac_ext <<_ACEOF
17273/* confdefs.h. */
17274_ACEOF
17275cat confdefs.h >>conftest.$ac_ext
17276cat >>conftest.$ac_ext <<_ACEOF
17277/* end confdefs.h. */
17278#include <sys/types.h>
17279#ifdef HAVE_SYS_PARAM_H
17280# include <sys/param.h>
17281#endif
Robert Millan55b74482006-02-06 21:53:27 +010017282#ifdef HAVE_SYS_MOUNT_H
Alexandre Julliardb859a682004-03-07 03:16:43 +000017283# include <sys/mount.h>
Robert Millan55b74482006-02-06 21:53:27 +010017284#endif
17285#ifdef HAVE_SYS_VFS_H
17286# include <sys/vfs.h>
17287#endif
17288#ifdef HAVE_SYS_STATFS_H
17289# include <sys/statfs.h>
Alexandre Julliardb859a682004-03-07 03:16:43 +000017290#endif
17291
17292int
17293main ()
17294{
17295static struct statfs ac_aggr;
17296if (ac_aggr.f_namelen)
17297return 0;
17298 ;
17299 return 0;
17300}
17301_ACEOF
17302rm -f conftest.$ac_objext
17303if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17304 (eval $ac_compile) 2>conftest.er1
17305 ac_status=$?
17306 grep -v '^ *+' conftest.er1 >conftest.err
17307 rm -f conftest.er1
17308 cat conftest.err >&5
17309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17310 (exit $ac_status); } &&
17311 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17313 (eval $ac_try) 2>&5
17314 ac_status=$?
17315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17316 (exit $ac_status); }; } &&
17317 { ac_try='test -s conftest.$ac_objext'
17318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17319 (eval $ac_try) 2>&5
17320 ac_status=$?
17321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17322 (exit $ac_status); }; }; then
17323 ac_cv_member_struct_statfs_f_namelen=yes
17324else
17325 echo "$as_me: failed program was:" >&5
17326sed 's/^/| /' conftest.$ac_ext >&5
17327
17328cat >conftest.$ac_ext <<_ACEOF
17329/* confdefs.h. */
17330_ACEOF
17331cat confdefs.h >>conftest.$ac_ext
17332cat >>conftest.$ac_ext <<_ACEOF
17333/* end confdefs.h. */
17334#include <sys/types.h>
17335#ifdef HAVE_SYS_PARAM_H
17336# include <sys/param.h>
17337#endif
Robert Millan55b74482006-02-06 21:53:27 +010017338#ifdef HAVE_SYS_MOUNT_H
Alexandre Julliardb859a682004-03-07 03:16:43 +000017339# include <sys/mount.h>
Robert Millan55b74482006-02-06 21:53:27 +010017340#endif
17341#ifdef HAVE_SYS_VFS_H
17342# include <sys/vfs.h>
17343#endif
17344#ifdef HAVE_SYS_STATFS_H
17345# include <sys/statfs.h>
Alexandre Julliardb859a682004-03-07 03:16:43 +000017346#endif
17347
17348int
17349main ()
17350{
17351static struct statfs ac_aggr;
17352if (sizeof ac_aggr.f_namelen)
17353return 0;
17354 ;
17355 return 0;
17356}
17357_ACEOF
17358rm -f conftest.$ac_objext
17359if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17360 (eval $ac_compile) 2>conftest.er1
17361 ac_status=$?
17362 grep -v '^ *+' conftest.er1 >conftest.err
17363 rm -f conftest.er1
17364 cat conftest.err >&5
17365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17366 (exit $ac_status); } &&
17367 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17369 (eval $ac_try) 2>&5
17370 ac_status=$?
17371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17372 (exit $ac_status); }; } &&
17373 { ac_try='test -s conftest.$ac_objext'
17374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17375 (eval $ac_try) 2>&5
17376 ac_status=$?
17377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17378 (exit $ac_status); }; }; then
17379 ac_cv_member_struct_statfs_f_namelen=yes
17380else
17381 echo "$as_me: failed program was:" >&5
17382sed 's/^/| /' conftest.$ac_ext >&5
17383
17384ac_cv_member_struct_statfs_f_namelen=no
17385fi
17386rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17387fi
17388rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17389fi
17390echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
17391echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6
17392if test $ac_cv_member_struct_statfs_f_namelen = yes; then
17393
17394cat >>confdefs.h <<_ACEOF
17395#define HAVE_STRUCT_STATFS_F_NAMELEN 1
17396_ACEOF
17397
17398
17399fi
Alexandre Julliard13af4892004-03-05 21:03:46 +000017400
17401
17402echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
17403echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6
17404if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
17405 echo $ECHO_N "(cached) $ECHO_C" >&6
17406else
17407 cat >conftest.$ac_ext <<_ACEOF
17408/* confdefs.h. */
17409_ACEOF
17410cat confdefs.h >>conftest.$ac_ext
17411cat >>conftest.$ac_ext <<_ACEOF
17412/* end confdefs.h. */
17413#ifdef HAVE_SYS_STATVFS_H
17414#include <sys/statvfs.h>
17415#endif
17416
17417int
17418main ()
17419{
17420static struct statvfs ac_aggr;
17421if (ac_aggr.f_blocks)
17422return 0;
17423 ;
17424 return 0;
17425}
17426_ACEOF
17427rm -f conftest.$ac_objext
17428if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17429 (eval $ac_compile) 2>conftest.er1
17430 ac_status=$?
17431 grep -v '^ *+' conftest.er1 >conftest.err
17432 rm -f conftest.er1
17433 cat conftest.err >&5
17434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17435 (exit $ac_status); } &&
17436 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17438 (eval $ac_try) 2>&5
17439 ac_status=$?
17440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17441 (exit $ac_status); }; } &&
17442 { ac_try='test -s conftest.$ac_objext'
17443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17444 (eval $ac_try) 2>&5
17445 ac_status=$?
17446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17447 (exit $ac_status); }; }; then
17448 ac_cv_member_struct_statvfs_f_blocks=yes
17449else
17450 echo "$as_me: failed program was:" >&5
17451sed 's/^/| /' conftest.$ac_ext >&5
17452
17453cat >conftest.$ac_ext <<_ACEOF
17454/* confdefs.h. */
17455_ACEOF
17456cat confdefs.h >>conftest.$ac_ext
17457cat >>conftest.$ac_ext <<_ACEOF
17458/* end confdefs.h. */
17459#ifdef HAVE_SYS_STATVFS_H
17460#include <sys/statvfs.h>
17461#endif
17462
17463int
17464main ()
17465{
17466static struct statvfs ac_aggr;
17467if (sizeof ac_aggr.f_blocks)
17468return 0;
17469 ;
17470 return 0;
17471}
17472_ACEOF
17473rm -f conftest.$ac_objext
17474if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17475 (eval $ac_compile) 2>conftest.er1
17476 ac_status=$?
17477 grep -v '^ *+' conftest.er1 >conftest.err
17478 rm -f conftest.er1
17479 cat conftest.err >&5
17480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17481 (exit $ac_status); } &&
17482 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17484 (eval $ac_try) 2>&5
17485 ac_status=$?
17486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17487 (exit $ac_status); }; } &&
17488 { ac_try='test -s conftest.$ac_objext'
17489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17490 (eval $ac_try) 2>&5
17491 ac_status=$?
17492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17493 (exit $ac_status); }; }; then
17494 ac_cv_member_struct_statvfs_f_blocks=yes
17495else
17496 echo "$as_me: failed program was:" >&5
17497sed 's/^/| /' conftest.$ac_ext >&5
17498
17499ac_cv_member_struct_statvfs_f_blocks=no
17500fi
17501rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17502fi
17503rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17504fi
17505echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
17506echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6
17507if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
17508
17509cat >>confdefs.h <<_ACEOF
17510#define HAVE_STRUCT_STATVFS_F_BLOCKS 1
17511_ACEOF
17512
17513
17514fi
Patrik Stridvall09da9662001-07-08 22:30:50 +000017515
Alexandre Julliarddaa28862002-04-11 21:54:01 +000017516
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017517echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
17518echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6
17519if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000017520 echo $ECHO_N "(cached) $ECHO_C" >&6
Patrik Stridvall09da9662001-07-08 22:30:50 +000017521else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000017522 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000017523/* confdefs.h. */
17524_ACEOF
17525cat confdefs.h >>conftest.$ac_ext
17526cat >>conftest.$ac_ext <<_ACEOF
17527/* end confdefs.h. */
Patrik Stridvall09da9662001-07-08 22:30:50 +000017528#include <sys/types.h>
Patrik Stridvall63ae7fe2002-11-08 19:34:52 +000017529#ifdef HAVE_SYS_SOCKET_H
17530# include <sys/socket.h>
17531#endif
17532#ifdef HAVE_SYS_UN_H
17533# include <sys/un.h>
17534#endif
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017535
Alexandre Julliardf5818d22002-02-14 19:47:29 +000017536int
17537main ()
17538{
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017539static struct msghdr ac_aggr;
17540if (ac_aggr.msg_accrights)
17541return 0;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000017542 ;
17543 return 0;
17544}
17545_ACEOF
17546rm -f conftest.$ac_objext
Alexandre Julliarddaa28862002-04-11 21:54:01 +000017547if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000017548 (eval $ac_compile) 2>conftest.er1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000017549 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000017550 grep -v '^ *+' conftest.er1 >conftest.err
17551 rm -f conftest.er1
17552 cat conftest.err >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +000017553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000017554 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000017555 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17557 (eval $ac_try) 2>&5
17558 ac_status=$?
17559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17560 (exit $ac_status); }; } &&
17561 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliarddaa28862002-04-11 21:54:01 +000017562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000017563 (eval $ac_try) 2>&5
17564 ac_status=$?
Alexandre Julliarddaa28862002-04-11 21:54:01 +000017565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000017566 (exit $ac_status); }; }; then
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017567 ac_cv_member_struct_msghdr_msg_accrights=yes
Juergen Lock2d33ab92000-02-13 16:03:29 +000017568else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000017569 echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000017570sed 's/^/| /' conftest.$ac_ext >&5
17571
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017572cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017573/* confdefs.h. */
17574_ACEOF
17575cat confdefs.h >>conftest.$ac_ext
17576cat >>conftest.$ac_ext <<_ACEOF
17577/* end confdefs.h. */
17578#include <sys/types.h>
17579#ifdef HAVE_SYS_SOCKET_H
17580# include <sys/socket.h>
17581#endif
17582#ifdef HAVE_SYS_UN_H
17583# include <sys/un.h>
17584#endif
17585
17586int
17587main ()
17588{
17589static struct msghdr ac_aggr;
17590if (sizeof ac_aggr.msg_accrights)
17591return 0;
17592 ;
17593 return 0;
17594}
17595_ACEOF
17596rm -f conftest.$ac_objext
17597if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000017598 (eval $ac_compile) 2>conftest.er1
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017599 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000017600 grep -v '^ *+' conftest.er1 >conftest.err
17601 rm -f conftest.er1
17602 cat conftest.err >&5
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17604 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000017605 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17607 (eval $ac_try) 2>&5
17608 ac_status=$?
17609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17610 (exit $ac_status); }; } &&
17611 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17613 (eval $ac_try) 2>&5
17614 ac_status=$?
17615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17616 (exit $ac_status); }; }; then
17617 ac_cv_member_struct_msghdr_msg_accrights=yes
17618else
17619 echo "$as_me: failed program was:" >&5
17620sed 's/^/| /' conftest.$ac_ext >&5
17621
17622ac_cv_member_struct_msghdr_msg_accrights=no
Juergen Lock2d33ab92000-02-13 16:03:29 +000017623fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000017624rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Juergen Lock2d33ab92000-02-13 16:03:29 +000017625fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000017626rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017627fi
17628echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
17629echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6
17630if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
Juergen Lock2d33ab92000-02-13 16:03:29 +000017631
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017632cat >>confdefs.h <<_ACEOF
17633#define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000017634_ACEOF
Juergen Lock2d33ab92000-02-13 16:03:29 +000017635
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017636
17637fi
17638echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
17639echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6
17640if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
17641 echo $ECHO_N "(cached) $ECHO_C" >&6
17642else
17643 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017644/* confdefs.h. */
17645_ACEOF
17646cat confdefs.h >>conftest.$ac_ext
17647cat >>conftest.$ac_ext <<_ACEOF
17648/* end confdefs.h. */
17649#include <sys/types.h>
17650#ifdef HAVE_SYS_SOCKET_H
17651# include <sys/socket.h>
17652#endif
17653#ifdef HAVE_SYS_UN_H
17654# include <sys/un.h>
17655#endif
17656
17657int
17658main ()
17659{
17660static struct sockaddr ac_aggr;
17661if (ac_aggr.sa_len)
17662return 0;
17663 ;
17664 return 0;
17665}
17666_ACEOF
17667rm -f conftest.$ac_objext
17668if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000017669 (eval $ac_compile) 2>conftest.er1
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017670 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000017671 grep -v '^ *+' conftest.er1 >conftest.err
17672 rm -f conftest.er1
17673 cat conftest.err >&5
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17675 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000017676 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17678 (eval $ac_try) 2>&5
17679 ac_status=$?
17680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17681 (exit $ac_status); }; } &&
17682 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17684 (eval $ac_try) 2>&5
17685 ac_status=$?
17686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17687 (exit $ac_status); }; }; then
17688 ac_cv_member_struct_sockaddr_sa_len=yes
17689else
17690 echo "$as_me: failed program was:" >&5
17691sed 's/^/| /' conftest.$ac_ext >&5
17692
17693cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017694/* confdefs.h. */
17695_ACEOF
17696cat confdefs.h >>conftest.$ac_ext
17697cat >>conftest.$ac_ext <<_ACEOF
17698/* end confdefs.h. */
17699#include <sys/types.h>
17700#ifdef HAVE_SYS_SOCKET_H
17701# include <sys/socket.h>
17702#endif
17703#ifdef HAVE_SYS_UN_H
17704# include <sys/un.h>
17705#endif
17706
17707int
17708main ()
17709{
17710static struct sockaddr ac_aggr;
17711if (sizeof ac_aggr.sa_len)
17712return 0;
17713 ;
17714 return 0;
17715}
17716_ACEOF
17717rm -f conftest.$ac_objext
17718if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000017719 (eval $ac_compile) 2>conftest.er1
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017720 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000017721 grep -v '^ *+' conftest.er1 >conftest.err
17722 rm -f conftest.er1
17723 cat conftest.err >&5
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17725 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000017726 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17728 (eval $ac_try) 2>&5
17729 ac_status=$?
17730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17731 (exit $ac_status); }; } &&
17732 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17734 (eval $ac_try) 2>&5
17735 ac_status=$?
17736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17737 (exit $ac_status); }; }; then
17738 ac_cv_member_struct_sockaddr_sa_len=yes
17739else
17740 echo "$as_me: failed program was:" >&5
17741sed 's/^/| /' conftest.$ac_ext >&5
17742
17743ac_cv_member_struct_sockaddr_sa_len=no
17744fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000017745rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017746fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000017747rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017748fi
17749echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
17750echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6
17751if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
17752
17753cat >>confdefs.h <<_ACEOF
17754#define HAVE_STRUCT_SOCKADDR_SA_LEN 1
17755_ACEOF
17756
17757
17758fi
17759echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
17760echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6
17761if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
17762 echo $ECHO_N "(cached) $ECHO_C" >&6
17763else
17764 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017765/* confdefs.h. */
17766_ACEOF
17767cat confdefs.h >>conftest.$ac_ext
17768cat >>conftest.$ac_ext <<_ACEOF
17769/* end confdefs.h. */
17770#include <sys/types.h>
17771#ifdef HAVE_SYS_SOCKET_H
17772# include <sys/socket.h>
17773#endif
17774#ifdef HAVE_SYS_UN_H
17775# include <sys/un.h>
17776#endif
17777
17778int
17779main ()
17780{
17781static struct sockaddr_un ac_aggr;
17782if (ac_aggr.sun_len)
17783return 0;
17784 ;
17785 return 0;
17786}
17787_ACEOF
17788rm -f conftest.$ac_objext
17789if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000017790 (eval $ac_compile) 2>conftest.er1
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017791 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000017792 grep -v '^ *+' conftest.er1 >conftest.err
17793 rm -f conftest.er1
17794 cat conftest.err >&5
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17796 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000017797 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17799 (eval $ac_try) 2>&5
17800 ac_status=$?
17801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17802 (exit $ac_status); }; } &&
17803 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17805 (eval $ac_try) 2>&5
17806 ac_status=$?
17807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17808 (exit $ac_status); }; }; then
17809 ac_cv_member_struct_sockaddr_un_sun_len=yes
17810else
17811 echo "$as_me: failed program was:" >&5
17812sed 's/^/| /' conftest.$ac_ext >&5
17813
17814cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017815/* confdefs.h. */
17816_ACEOF
17817cat confdefs.h >>conftest.$ac_ext
17818cat >>conftest.$ac_ext <<_ACEOF
17819/* end confdefs.h. */
17820#include <sys/types.h>
17821#ifdef HAVE_SYS_SOCKET_H
17822# include <sys/socket.h>
17823#endif
17824#ifdef HAVE_SYS_UN_H
17825# include <sys/un.h>
17826#endif
17827
17828int
17829main ()
17830{
17831static struct sockaddr_un ac_aggr;
17832if (sizeof ac_aggr.sun_len)
17833return 0;
17834 ;
17835 return 0;
17836}
17837_ACEOF
17838rm -f conftest.$ac_objext
17839if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000017840 (eval $ac_compile) 2>conftest.er1
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017841 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000017842 grep -v '^ *+' conftest.er1 >conftest.err
17843 rm -f conftest.er1
17844 cat conftest.err >&5
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17846 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000017847 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17849 (eval $ac_try) 2>&5
17850 ac_status=$?
17851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17852 (exit $ac_status); }; } &&
17853 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17855 (eval $ac_try) 2>&5
17856 ac_status=$?
17857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17858 (exit $ac_status); }; }; then
17859 ac_cv_member_struct_sockaddr_un_sun_len=yes
17860else
17861 echo "$as_me: failed program was:" >&5
17862sed 's/^/| /' conftest.$ac_ext >&5
17863
17864ac_cv_member_struct_sockaddr_un_sun_len=no
17865fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000017866rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017867fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000017868rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000017869fi
17870echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
17871echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6
17872if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
17873
17874cat >>confdefs.h <<_ACEOF
17875#define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
17876_ACEOF
17877
17878
Juergen Lock2d33ab92000-02-13 16:03:29 +000017879fi
17880
Alexandre Julliarddaa28862002-04-11 21:54:01 +000017881
Dmitry Timoshkovea64a362005-06-27 12:07:49 +000017882echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
17883echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6
17884if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
17885 echo $ECHO_N "(cached) $ECHO_C" >&6
17886else
17887 cat >conftest.$ac_ext <<_ACEOF
17888/* confdefs.h. */
17889_ACEOF
17890cat confdefs.h >>conftest.$ac_ext
17891cat >>conftest.$ac_ext <<_ACEOF
17892/* end confdefs.h. */
17893#include <sys/types.h>
17894#ifdef HAVE_SCSI_SG_H
17895#include <scsi/sg.h>
17896#endif
17897
17898int
17899main ()
17900{
17901static scsireq_t ac_aggr;
17902if (ac_aggr.cmd)
17903return 0;
17904 ;
17905 return 0;
17906}
17907_ACEOF
17908rm -f conftest.$ac_objext
17909if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17910 (eval $ac_compile) 2>conftest.er1
17911 ac_status=$?
17912 grep -v '^ *+' conftest.er1 >conftest.err
17913 rm -f conftest.er1
17914 cat conftest.err >&5
17915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17916 (exit $ac_status); } &&
17917 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17919 (eval $ac_try) 2>&5
17920 ac_status=$?
17921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17922 (exit $ac_status); }; } &&
17923 { ac_try='test -s conftest.$ac_objext'
17924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17925 (eval $ac_try) 2>&5
17926 ac_status=$?
17927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17928 (exit $ac_status); }; }; then
17929 ac_cv_member_scsireq_t_cmd=yes
17930else
17931 echo "$as_me: failed program was:" >&5
17932sed 's/^/| /' conftest.$ac_ext >&5
17933
17934cat >conftest.$ac_ext <<_ACEOF
17935/* confdefs.h. */
17936_ACEOF
17937cat confdefs.h >>conftest.$ac_ext
17938cat >>conftest.$ac_ext <<_ACEOF
17939/* end confdefs.h. */
17940#include <sys/types.h>
17941#ifdef HAVE_SCSI_SG_H
17942#include <scsi/sg.h>
17943#endif
17944
17945int
17946main ()
17947{
17948static scsireq_t ac_aggr;
17949if (sizeof ac_aggr.cmd)
17950return 0;
17951 ;
17952 return 0;
17953}
17954_ACEOF
17955rm -f conftest.$ac_objext
17956if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17957 (eval $ac_compile) 2>conftest.er1
17958 ac_status=$?
17959 grep -v '^ *+' conftest.er1 >conftest.err
17960 rm -f conftest.er1
17961 cat conftest.err >&5
17962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17963 (exit $ac_status); } &&
17964 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17966 (eval $ac_try) 2>&5
17967 ac_status=$?
17968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17969 (exit $ac_status); }; } &&
17970 { ac_try='test -s conftest.$ac_objext'
17971 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17972 (eval $ac_try) 2>&5
17973 ac_status=$?
17974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17975 (exit $ac_status); }; }; then
17976 ac_cv_member_scsireq_t_cmd=yes
17977else
17978 echo "$as_me: failed program was:" >&5
17979sed 's/^/| /' conftest.$ac_ext >&5
17980
17981ac_cv_member_scsireq_t_cmd=no
17982fi
17983rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17984fi
17985rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17986fi
17987echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
17988echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6
17989if test $ac_cv_member_scsireq_t_cmd = yes; then
17990
17991cat >>confdefs.h <<_ACEOF
17992#define HAVE_SCSIREQ_T_CMD 1
17993_ACEOF
17994
17995
17996fi
17997echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
17998echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6
17999if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
18000 echo $ECHO_N "(cached) $ECHO_C" >&6
18001else
18002 cat >conftest.$ac_ext <<_ACEOF
18003/* confdefs.h. */
18004_ACEOF
18005cat confdefs.h >>conftest.$ac_ext
18006cat >>conftest.$ac_ext <<_ACEOF
18007/* end confdefs.h. */
18008#include <sys/types.h>
18009#ifdef HAVE_SCSI_SG_H
18010#include <scsi/sg.h>
18011#endif
18012
18013int
18014main ()
18015{
18016static sg_io_hdr_t ac_aggr;
18017if (ac_aggr.interface_id)
18018return 0;
18019 ;
18020 return 0;
18021}
18022_ACEOF
18023rm -f conftest.$ac_objext
18024if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18025 (eval $ac_compile) 2>conftest.er1
18026 ac_status=$?
18027 grep -v '^ *+' conftest.er1 >conftest.err
18028 rm -f conftest.er1
18029 cat conftest.err >&5
18030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18031 (exit $ac_status); } &&
18032 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18034 (eval $ac_try) 2>&5
18035 ac_status=$?
18036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18037 (exit $ac_status); }; } &&
18038 { ac_try='test -s conftest.$ac_objext'
18039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18040 (eval $ac_try) 2>&5
18041 ac_status=$?
18042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18043 (exit $ac_status); }; }; then
18044 ac_cv_member_sg_io_hdr_t_interface_id=yes
18045else
18046 echo "$as_me: failed program was:" >&5
18047sed 's/^/| /' conftest.$ac_ext >&5
18048
18049cat >conftest.$ac_ext <<_ACEOF
18050/* confdefs.h. */
18051_ACEOF
18052cat confdefs.h >>conftest.$ac_ext
18053cat >>conftest.$ac_ext <<_ACEOF
18054/* end confdefs.h. */
18055#include <sys/types.h>
18056#ifdef HAVE_SCSI_SG_H
18057#include <scsi/sg.h>
18058#endif
18059
18060int
18061main ()
18062{
18063static sg_io_hdr_t ac_aggr;
18064if (sizeof ac_aggr.interface_id)
18065return 0;
18066 ;
18067 return 0;
18068}
18069_ACEOF
18070rm -f conftest.$ac_objext
18071if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18072 (eval $ac_compile) 2>conftest.er1
18073 ac_status=$?
18074 grep -v '^ *+' conftest.er1 >conftest.err
18075 rm -f conftest.er1
18076 cat conftest.err >&5
18077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18078 (exit $ac_status); } &&
18079 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18081 (eval $ac_try) 2>&5
18082 ac_status=$?
18083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18084 (exit $ac_status); }; } &&
18085 { ac_try='test -s conftest.$ac_objext'
18086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18087 (eval $ac_try) 2>&5
18088 ac_status=$?
18089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18090 (exit $ac_status); }; }; then
18091 ac_cv_member_sg_io_hdr_t_interface_id=yes
18092else
18093 echo "$as_me: failed program was:" >&5
18094sed 's/^/| /' conftest.$ac_ext >&5
18095
18096ac_cv_member_sg_io_hdr_t_interface_id=no
18097fi
18098rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18099fi
18100rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18101fi
18102echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
18103echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6
18104if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
18105
18106cat >>confdefs.h <<_ACEOF
18107#define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
18108_ACEOF
18109
18110
18111fi
18112
18113
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000018114echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
18115echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6
18116if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
18117 echo $ECHO_N "(cached) $ECHO_C" >&6
18118else
18119 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000018120/* confdefs.h. */
18121_ACEOF
18122cat confdefs.h >>conftest.$ac_ext
18123cat >>conftest.$ac_ext <<_ACEOF
18124/* end confdefs.h. */
18125#include <signal.h>
18126
18127int
18128main ()
18129{
18130static siginfo_t ac_aggr;
18131if (ac_aggr.si_fd)
18132return 0;
18133 ;
18134 return 0;
18135}
18136_ACEOF
18137rm -f conftest.$ac_objext
18138if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000018139 (eval $ac_compile) 2>conftest.er1
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000018140 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000018141 grep -v '^ *+' conftest.er1 >conftest.err
18142 rm -f conftest.er1
18143 cat conftest.err >&5
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000018144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18145 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000018146 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18148 (eval $ac_try) 2>&5
18149 ac_status=$?
18150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18151 (exit $ac_status); }; } &&
18152 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000018153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18154 (eval $ac_try) 2>&5
18155 ac_status=$?
18156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18157 (exit $ac_status); }; }; then
18158 ac_cv_member_siginfo_t_si_fd=yes
18159else
18160 echo "$as_me: failed program was:" >&5
18161sed 's/^/| /' conftest.$ac_ext >&5
18162
18163cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000018164/* confdefs.h. */
18165_ACEOF
18166cat confdefs.h >>conftest.$ac_ext
18167cat >>conftest.$ac_ext <<_ACEOF
18168/* end confdefs.h. */
18169#include <signal.h>
18170
18171int
18172main ()
18173{
18174static siginfo_t ac_aggr;
18175if (sizeof ac_aggr.si_fd)
18176return 0;
18177 ;
18178 return 0;
18179}
18180_ACEOF
18181rm -f conftest.$ac_objext
18182if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000018183 (eval $ac_compile) 2>conftest.er1
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000018184 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000018185 grep -v '^ *+' conftest.er1 >conftest.err
18186 rm -f conftest.er1
18187 cat conftest.err >&5
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000018188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18189 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000018190 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18192 (eval $ac_try) 2>&5
18193 ac_status=$?
18194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18195 (exit $ac_status); }; } &&
18196 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000018197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18198 (eval $ac_try) 2>&5
18199 ac_status=$?
18200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18201 (exit $ac_status); }; }; then
18202 ac_cv_member_siginfo_t_si_fd=yes
18203else
18204 echo "$as_me: failed program was:" >&5
18205sed 's/^/| /' conftest.$ac_ext >&5
18206
18207ac_cv_member_siginfo_t_si_fd=no
18208fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000018209rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000018210fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000018211rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000018212fi
18213echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
18214echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6
18215if test $ac_cv_member_siginfo_t_si_fd = yes; then
18216
18217cat >>confdefs.h <<_ACEOF
18218#define HAVE_SIGINFO_T_SI_FD 1
18219_ACEOF
18220
18221
18222fi
18223
Alexandre Julliarddaa28862002-04-11 21:54:01 +000018224
Gerald Pfeifer36bdc642006-02-05 13:51:03 +010018225echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
18226echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6
18227if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
18228 echo $ECHO_N "(cached) $ECHO_C" >&6
18229else
18230 cat >conftest.$ac_ext <<_ACEOF
18231/* confdefs.h. */
18232_ACEOF
18233cat confdefs.h >>conftest.$ac_ext
18234cat >>conftest.$ac_ext <<_ACEOF
18235/* end confdefs.h. */
Phil Krylov368dab32006-02-11 20:26:33 +010018236#include <sys/types.h>
Gerald Pfeifer36bdc642006-02-05 13:51:03 +010018237#ifdef HAVE_SYS_MTIO_H
18238#include <sys/mtio.h>
18239#endif
18240
18241int
18242main ()
18243{
18244static struct mtget ac_aggr;
18245if (ac_aggr.mt_blksiz)
18246return 0;
18247 ;
18248 return 0;
18249}
18250_ACEOF
18251rm -f conftest.$ac_objext
18252if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18253 (eval $ac_compile) 2>conftest.er1
18254 ac_status=$?
18255 grep -v '^ *+' conftest.er1 >conftest.err
18256 rm -f conftest.er1
18257 cat conftest.err >&5
18258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18259 (exit $ac_status); } &&
18260 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18262 (eval $ac_try) 2>&5
18263 ac_status=$?
18264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18265 (exit $ac_status); }; } &&
18266 { ac_try='test -s conftest.$ac_objext'
18267 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18268 (eval $ac_try) 2>&5
18269 ac_status=$?
18270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18271 (exit $ac_status); }; }; then
18272 ac_cv_member_struct_mtget_mt_blksiz=yes
18273else
18274 echo "$as_me: failed program was:" >&5
18275sed 's/^/| /' conftest.$ac_ext >&5
18276
18277cat >conftest.$ac_ext <<_ACEOF
18278/* confdefs.h. */
18279_ACEOF
18280cat confdefs.h >>conftest.$ac_ext
18281cat >>conftest.$ac_ext <<_ACEOF
18282/* end confdefs.h. */
Phil Krylov368dab32006-02-11 20:26:33 +010018283#include <sys/types.h>
Gerald Pfeifer36bdc642006-02-05 13:51:03 +010018284#ifdef HAVE_SYS_MTIO_H
18285#include <sys/mtio.h>
18286#endif
18287
18288int
18289main ()
18290{
18291static struct mtget ac_aggr;
18292if (sizeof ac_aggr.mt_blksiz)
18293return 0;
18294 ;
18295 return 0;
18296}
18297_ACEOF
18298rm -f conftest.$ac_objext
18299if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18300 (eval $ac_compile) 2>conftest.er1
18301 ac_status=$?
18302 grep -v '^ *+' conftest.er1 >conftest.err
18303 rm -f conftest.er1
18304 cat conftest.err >&5
18305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18306 (exit $ac_status); } &&
18307 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18309 (eval $ac_try) 2>&5
18310 ac_status=$?
18311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18312 (exit $ac_status); }; } &&
18313 { ac_try='test -s conftest.$ac_objext'
18314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18315 (eval $ac_try) 2>&5
18316 ac_status=$?
18317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18318 (exit $ac_status); }; }; then
18319 ac_cv_member_struct_mtget_mt_blksiz=yes
18320else
18321 echo "$as_me: failed program was:" >&5
18322sed 's/^/| /' conftest.$ac_ext >&5
18323
18324ac_cv_member_struct_mtget_mt_blksiz=no
18325fi
18326rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18327fi
18328rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18329fi
18330echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
18331echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6
18332if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
18333
18334cat >>confdefs.h <<_ACEOF
18335#define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
18336_ACEOF
18337
18338
18339fi
18340echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
18341echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6
18342if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
18343 echo $ECHO_N "(cached) $ECHO_C" >&6
18344else
18345 cat >conftest.$ac_ext <<_ACEOF
18346/* confdefs.h. */
18347_ACEOF
18348cat confdefs.h >>conftest.$ac_ext
18349cat >>conftest.$ac_ext <<_ACEOF
18350/* end confdefs.h. */
Phil Krylov368dab32006-02-11 20:26:33 +010018351#include <sys/types.h>
Gerald Pfeifer36bdc642006-02-05 13:51:03 +010018352#ifdef HAVE_SYS_MTIO_H
18353#include <sys/mtio.h>
18354#endif
18355
18356int
18357main ()
18358{
18359static struct mtget ac_aggr;
18360if (ac_aggr.mt_gstat)
18361return 0;
18362 ;
18363 return 0;
18364}
18365_ACEOF
18366rm -f conftest.$ac_objext
18367if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18368 (eval $ac_compile) 2>conftest.er1
18369 ac_status=$?
18370 grep -v '^ *+' conftest.er1 >conftest.err
18371 rm -f conftest.er1
18372 cat conftest.err >&5
18373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18374 (exit $ac_status); } &&
18375 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18377 (eval $ac_try) 2>&5
18378 ac_status=$?
18379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18380 (exit $ac_status); }; } &&
18381 { ac_try='test -s conftest.$ac_objext'
18382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18383 (eval $ac_try) 2>&5
18384 ac_status=$?
18385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18386 (exit $ac_status); }; }; then
18387 ac_cv_member_struct_mtget_mt_gstat=yes
18388else
18389 echo "$as_me: failed program was:" >&5
18390sed 's/^/| /' conftest.$ac_ext >&5
18391
18392cat >conftest.$ac_ext <<_ACEOF
18393/* confdefs.h. */
18394_ACEOF
18395cat confdefs.h >>conftest.$ac_ext
18396cat >>conftest.$ac_ext <<_ACEOF
18397/* end confdefs.h. */
Phil Krylov368dab32006-02-11 20:26:33 +010018398#include <sys/types.h>
Gerald Pfeifer36bdc642006-02-05 13:51:03 +010018399#ifdef HAVE_SYS_MTIO_H
18400#include <sys/mtio.h>
18401#endif
18402
18403int
18404main ()
18405{
18406static struct mtget ac_aggr;
18407if (sizeof ac_aggr.mt_gstat)
18408return 0;
18409 ;
18410 return 0;
18411}
18412_ACEOF
18413rm -f conftest.$ac_objext
18414if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18415 (eval $ac_compile) 2>conftest.er1
18416 ac_status=$?
18417 grep -v '^ *+' conftest.er1 >conftest.err
18418 rm -f conftest.er1
18419 cat conftest.err >&5
18420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18421 (exit $ac_status); } &&
18422 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18424 (eval $ac_try) 2>&5
18425 ac_status=$?
18426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18427 (exit $ac_status); }; } &&
18428 { ac_try='test -s conftest.$ac_objext'
18429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18430 (eval $ac_try) 2>&5
18431 ac_status=$?
18432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18433 (exit $ac_status); }; }; then
18434 ac_cv_member_struct_mtget_mt_gstat=yes
18435else
18436 echo "$as_me: failed program was:" >&5
18437sed 's/^/| /' conftest.$ac_ext >&5
18438
18439ac_cv_member_struct_mtget_mt_gstat=no
18440fi
18441rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18442fi
18443rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18444fi
18445echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
18446echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6
18447if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
18448
18449cat >>confdefs.h <<_ACEOF
18450#define HAVE_STRUCT_MTGET_MT_GSTAT 1
18451_ACEOF
18452
18453
18454fi
Gerald Pfeifer571d9fb2006-02-06 20:59:44 +010018455echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
18456echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6
18457if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
18458 echo $ECHO_N "(cached) $ECHO_C" >&6
18459else
18460 cat >conftest.$ac_ext <<_ACEOF
18461/* confdefs.h. */
18462_ACEOF
18463cat confdefs.h >>conftest.$ac_ext
18464cat >>conftest.$ac_ext <<_ACEOF
18465/* end confdefs.h. */
Phil Krylov368dab32006-02-11 20:26:33 +010018466#include <sys/types.h>
Gerald Pfeifer571d9fb2006-02-06 20:59:44 +010018467#ifdef HAVE_SYS_MTIO_H
18468#include <sys/mtio.h>
18469#endif
18470
18471int
18472main ()
18473{
18474static struct mtget ac_aggr;
18475if (ac_aggr.mt_blkno)
18476return 0;
18477 ;
18478 return 0;
18479}
18480_ACEOF
18481rm -f conftest.$ac_objext
18482if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18483 (eval $ac_compile) 2>conftest.er1
18484 ac_status=$?
18485 grep -v '^ *+' conftest.er1 >conftest.err
18486 rm -f conftest.er1
18487 cat conftest.err >&5
18488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18489 (exit $ac_status); } &&
18490 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18492 (eval $ac_try) 2>&5
18493 ac_status=$?
18494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18495 (exit $ac_status); }; } &&
18496 { ac_try='test -s conftest.$ac_objext'
18497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18498 (eval $ac_try) 2>&5
18499 ac_status=$?
18500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18501 (exit $ac_status); }; }; then
18502 ac_cv_member_struct_mtget_mt_blkno=yes
18503else
18504 echo "$as_me: failed program was:" >&5
18505sed 's/^/| /' conftest.$ac_ext >&5
18506
18507cat >conftest.$ac_ext <<_ACEOF
18508/* confdefs.h. */
18509_ACEOF
18510cat confdefs.h >>conftest.$ac_ext
18511cat >>conftest.$ac_ext <<_ACEOF
18512/* end confdefs.h. */
Phil Krylov368dab32006-02-11 20:26:33 +010018513#include <sys/types.h>
Gerald Pfeifer571d9fb2006-02-06 20:59:44 +010018514#ifdef HAVE_SYS_MTIO_H
18515#include <sys/mtio.h>
18516#endif
18517
18518int
18519main ()
18520{
18521static struct mtget ac_aggr;
18522if (sizeof ac_aggr.mt_blkno)
18523return 0;
18524 ;
18525 return 0;
18526}
18527_ACEOF
18528rm -f conftest.$ac_objext
18529if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18530 (eval $ac_compile) 2>conftest.er1
18531 ac_status=$?
18532 grep -v '^ *+' conftest.er1 >conftest.err
18533 rm -f conftest.er1
18534 cat conftest.err >&5
18535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18536 (exit $ac_status); } &&
18537 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18539 (eval $ac_try) 2>&5
18540 ac_status=$?
18541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18542 (exit $ac_status); }; } &&
18543 { ac_try='test -s conftest.$ac_objext'
18544 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18545 (eval $ac_try) 2>&5
18546 ac_status=$?
18547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18548 (exit $ac_status); }; }; then
18549 ac_cv_member_struct_mtget_mt_blkno=yes
18550else
18551 echo "$as_me: failed program was:" >&5
18552sed 's/^/| /' conftest.$ac_ext >&5
18553
18554ac_cv_member_struct_mtget_mt_blkno=no
18555fi
18556rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18557fi
18558rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18559fi
18560echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
18561echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6
18562if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
18563
18564cat >>confdefs.h <<_ACEOF
18565#define HAVE_STRUCT_MTGET_MT_BLKNO 1
18566_ACEOF
18567
18568
18569fi
Gerald Pfeifer36bdc642006-02-05 13:51:03 +010018570
18571
Alexandre Julliarddb89a542003-04-20 02:56:14 +000018572echo "$as_me:$LINENO: checking for struct option.name" >&5
18573echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6
18574if test "${ac_cv_member_struct_option_name+set}" = set; then
18575 echo $ECHO_N "(cached) $ECHO_C" >&6
18576else
18577 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarddb89a542003-04-20 02:56:14 +000018578/* confdefs.h. */
18579_ACEOF
18580cat confdefs.h >>conftest.$ac_ext
18581cat >>conftest.$ac_ext <<_ACEOF
18582/* end confdefs.h. */
18583#ifdef HAVE_GETOPT_H
18584#include <getopt.h>
18585#endif
18586
18587int
18588main ()
18589{
18590static struct option ac_aggr;
18591if (ac_aggr.name)
18592return 0;
18593 ;
18594 return 0;
18595}
18596_ACEOF
18597rm -f conftest.$ac_objext
18598if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000018599 (eval $ac_compile) 2>conftest.er1
Alexandre Julliarddb89a542003-04-20 02:56:14 +000018600 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000018601 grep -v '^ *+' conftest.er1 >conftest.err
18602 rm -f conftest.er1
18603 cat conftest.err >&5
Alexandre Julliarddb89a542003-04-20 02:56:14 +000018604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18605 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000018606 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18608 (eval $ac_try) 2>&5
18609 ac_status=$?
18610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18611 (exit $ac_status); }; } &&
18612 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliarddb89a542003-04-20 02:56:14 +000018613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18614 (eval $ac_try) 2>&5
18615 ac_status=$?
18616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18617 (exit $ac_status); }; }; then
18618 ac_cv_member_struct_option_name=yes
18619else
18620 echo "$as_me: failed program was:" >&5
18621sed 's/^/| /' conftest.$ac_ext >&5
18622
18623cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarddb89a542003-04-20 02:56:14 +000018624/* confdefs.h. */
18625_ACEOF
18626cat confdefs.h >>conftest.$ac_ext
18627cat >>conftest.$ac_ext <<_ACEOF
18628/* end confdefs.h. */
18629#ifdef HAVE_GETOPT_H
18630#include <getopt.h>
18631#endif
18632
18633int
18634main ()
18635{
18636static struct option ac_aggr;
18637if (sizeof ac_aggr.name)
18638return 0;
18639 ;
18640 return 0;
18641}
18642_ACEOF
18643rm -f conftest.$ac_objext
18644if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000018645 (eval $ac_compile) 2>conftest.er1
Alexandre Julliarddb89a542003-04-20 02:56:14 +000018646 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000018647 grep -v '^ *+' conftest.er1 >conftest.err
18648 rm -f conftest.er1
18649 cat conftest.err >&5
Alexandre Julliarddb89a542003-04-20 02:56:14 +000018650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18651 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000018652 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18654 (eval $ac_try) 2>&5
18655 ac_status=$?
18656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18657 (exit $ac_status); }; } &&
18658 { ac_try='test -s conftest.$ac_objext'
Alexandre Julliarddb89a542003-04-20 02:56:14 +000018659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18660 (eval $ac_try) 2>&5
18661 ac_status=$?
18662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18663 (exit $ac_status); }; }; then
18664 ac_cv_member_struct_option_name=yes
18665else
18666 echo "$as_me: failed program was:" >&5
18667sed 's/^/| /' conftest.$ac_ext >&5
18668
18669ac_cv_member_struct_option_name=no
18670fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000018671rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliarddb89a542003-04-20 02:56:14 +000018672fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000018673rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliarddb89a542003-04-20 02:56:14 +000018674fi
18675echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
18676echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6
18677if test $ac_cv_member_struct_option_name = yes; then
18678
18679cat >>confdefs.h <<_ACEOF
18680#define HAVE_STRUCT_OPTION_NAME 1
18681_ACEOF
18682
18683
18684fi
18685
18686
Pavel Roskind6507192003-10-03 03:28:40 +000018687echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
18688echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6
18689if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
18690 echo $ECHO_N "(cached) $ECHO_C" >&6
18691else
18692 cat >conftest.$ac_ext <<_ACEOF
Pavel Roskind6507192003-10-03 03:28:40 +000018693/* confdefs.h. */
18694_ACEOF
18695cat confdefs.h >>conftest.$ac_ext
18696cat >>conftest.$ac_ext <<_ACEOF
18697/* end confdefs.h. */
18698$ac_includes_default
18699int
18700main ()
18701{
18702static struct stat ac_aggr;
18703if (ac_aggr.st_blocks)
18704return 0;
18705 ;
18706 return 0;
18707}
18708_ACEOF
18709rm -f conftest.$ac_objext
18710if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000018711 (eval $ac_compile) 2>conftest.er1
Pavel Roskind6507192003-10-03 03:28:40 +000018712 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000018713 grep -v '^ *+' conftest.er1 >conftest.err
18714 rm -f conftest.er1
18715 cat conftest.err >&5
Pavel Roskind6507192003-10-03 03:28:40 +000018716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18717 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000018718 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18720 (eval $ac_try) 2>&5
18721 ac_status=$?
18722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18723 (exit $ac_status); }; } &&
18724 { ac_try='test -s conftest.$ac_objext'
Pavel Roskind6507192003-10-03 03:28:40 +000018725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18726 (eval $ac_try) 2>&5
18727 ac_status=$?
18728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18729 (exit $ac_status); }; }; then
18730 ac_cv_member_struct_stat_st_blocks=yes
18731else
18732 echo "$as_me: failed program was:" >&5
18733sed 's/^/| /' conftest.$ac_ext >&5
18734
18735cat >conftest.$ac_ext <<_ACEOF
Pavel Roskind6507192003-10-03 03:28:40 +000018736/* confdefs.h. */
18737_ACEOF
18738cat confdefs.h >>conftest.$ac_ext
18739cat >>conftest.$ac_ext <<_ACEOF
18740/* end confdefs.h. */
18741$ac_includes_default
18742int
18743main ()
18744{
18745static struct stat ac_aggr;
18746if (sizeof ac_aggr.st_blocks)
18747return 0;
18748 ;
18749 return 0;
18750}
18751_ACEOF
18752rm -f conftest.$ac_objext
18753if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
Alexandre Julliard875927f2004-01-02 01:55:29 +000018754 (eval $ac_compile) 2>conftest.er1
Pavel Roskind6507192003-10-03 03:28:40 +000018755 ac_status=$?
Alexandre Julliard875927f2004-01-02 01:55:29 +000018756 grep -v '^ *+' conftest.er1 >conftest.err
18757 rm -f conftest.er1
18758 cat conftest.err >&5
Pavel Roskind6507192003-10-03 03:28:40 +000018759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18760 (exit $ac_status); } &&
Alexandre Julliard875927f2004-01-02 01:55:29 +000018761 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18763 (eval $ac_try) 2>&5
18764 ac_status=$?
18765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18766 (exit $ac_status); }; } &&
18767 { ac_try='test -s conftest.$ac_objext'
Pavel Roskind6507192003-10-03 03:28:40 +000018768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18769 (eval $ac_try) 2>&5
18770 ac_status=$?
18771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18772 (exit $ac_status); }; }; then
18773 ac_cv_member_struct_stat_st_blocks=yes
18774else
18775 echo "$as_me: failed program was:" >&5
18776sed 's/^/| /' conftest.$ac_ext >&5
18777
18778ac_cv_member_struct_stat_st_blocks=no
18779fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000018780rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Pavel Roskind6507192003-10-03 03:28:40 +000018781fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000018782rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
Pavel Roskind6507192003-10-03 03:28:40 +000018783fi
18784echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
18785echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6
18786if test $ac_cv_member_struct_stat_st_blocks = yes; then
18787
18788cat >>confdefs.h <<_ACEOF
18789#define HAVE_STRUCT_STAT_ST_BLOCKS 1
18790_ACEOF
18791
18792
18793fi
18794
18795
Vitaly Lipatov40a6a742006-02-20 15:33:09 +030018796echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
18797echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6
18798if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
18799 echo $ECHO_N "(cached) $ECHO_C" >&6
18800else
18801 cat >conftest.$ac_ext <<_ACEOF
18802/* confdefs.h. */
18803_ACEOF
18804cat confdefs.h >>conftest.$ac_ext
18805cat >>conftest.$ac_ext <<_ACEOF
18806/* end confdefs.h. */
18807#ifdef HAVE_SYS_TYPES_H
18808#include <sys/types.h>
18809#endif
18810#ifdef HAVE_NETINET_IN_H
18811#include <netinet/in.h>
18812#endif
18813
18814int
18815main ()
18816{
18817static struct sockaddr_in6 ac_aggr;
18818if (ac_aggr.sin6_scope_id)
18819return 0;
18820 ;
18821 return 0;
18822}
18823_ACEOF
18824rm -f conftest.$ac_objext
18825if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18826 (eval $ac_compile) 2>conftest.er1
18827 ac_status=$?
18828 grep -v '^ *+' conftest.er1 >conftest.err
18829 rm -f conftest.er1
18830 cat conftest.err >&5
18831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18832 (exit $ac_status); } &&
18833 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18835 (eval $ac_try) 2>&5
18836 ac_status=$?
18837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18838 (exit $ac_status); }; } &&
18839 { ac_try='test -s conftest.$ac_objext'
18840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18841 (eval $ac_try) 2>&5
18842 ac_status=$?
18843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18844 (exit $ac_status); }; }; then
18845 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
18846else
18847 echo "$as_me: failed program was:" >&5
18848sed 's/^/| /' conftest.$ac_ext >&5
18849
18850cat >conftest.$ac_ext <<_ACEOF
18851/* confdefs.h. */
18852_ACEOF
18853cat confdefs.h >>conftest.$ac_ext
18854cat >>conftest.$ac_ext <<_ACEOF
18855/* end confdefs.h. */
18856#ifdef HAVE_SYS_TYPES_H
18857#include <sys/types.h>
18858#endif
18859#ifdef HAVE_NETINET_IN_H
18860#include <netinet/in.h>
18861#endif
18862
18863int
18864main ()
18865{
18866static struct sockaddr_in6 ac_aggr;
18867if (sizeof ac_aggr.sin6_scope_id)
18868return 0;
18869 ;
18870 return 0;
18871}
18872_ACEOF
18873rm -f conftest.$ac_objext
18874if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18875 (eval $ac_compile) 2>conftest.er1
18876 ac_status=$?
18877 grep -v '^ *+' conftest.er1 >conftest.err
18878 rm -f conftest.er1
18879 cat conftest.err >&5
18880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18881 (exit $ac_status); } &&
18882 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18884 (eval $ac_try) 2>&5
18885 ac_status=$?
18886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18887 (exit $ac_status); }; } &&
18888 { ac_try='test -s conftest.$ac_objext'
18889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18890 (eval $ac_try) 2>&5
18891 ac_status=$?
18892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18893 (exit $ac_status); }; }; then
18894 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
18895else
18896 echo "$as_me: failed program was:" >&5
18897sed 's/^/| /' conftest.$ac_ext >&5
18898
18899ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
18900fi
18901rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18902fi
18903rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18904fi
18905echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
18906echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6
18907if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
18908
18909cat >>confdefs.h <<_ACEOF
18910#define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
18911_ACEOF
18912
18913
18914fi
18915
18916
Phil Krylov6618b032005-05-24 11:52:46 +000018917echo "$as_me:$LINENO: checking for timezone variable" >&5
18918echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6
18919if test "${ac_cv_have_timezone+set}" = set; then
18920 echo $ECHO_N "(cached) $ECHO_C" >&6
18921else
18922 cat >conftest.$ac_ext <<_ACEOF
18923/* confdefs.h. */
18924_ACEOF
18925cat confdefs.h >>conftest.$ac_ext
18926cat >>conftest.$ac_ext <<_ACEOF
18927/* end confdefs.h. */
18928#include <time.h>
18929int
18930main ()
18931{
18932timezone;
18933 ;
18934 return 0;
18935}
18936_ACEOF
18937rm -f conftest.$ac_objext conftest$ac_exeext
18938if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18939 (eval $ac_link) 2>conftest.er1
18940 ac_status=$?
18941 grep -v '^ *+' conftest.er1 >conftest.err
18942 rm -f conftest.er1
18943 cat conftest.err >&5
18944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18945 (exit $ac_status); } &&
18946 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18948 (eval $ac_try) 2>&5
18949 ac_status=$?
18950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18951 (exit $ac_status); }; } &&
18952 { ac_try='test -s conftest$ac_exeext'
18953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18954 (eval $ac_try) 2>&5
18955 ac_status=$?
18956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18957 (exit $ac_status); }; }; then
18958 ac_cv_have_timezone="yes"
18959else
18960 echo "$as_me: failed program was:" >&5
18961sed 's/^/| /' conftest.$ac_ext >&5
18962
18963ac_cv_have_timezone="no"
18964fi
18965rm -f conftest.err conftest.$ac_objext \
18966 conftest$ac_exeext conftest.$ac_ext
18967fi
18968echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
18969echo "${ECHO_T}$ac_cv_have_timezone" >&6
18970if test "$ac_cv_have_timezone" = "yes"
18971then
18972
18973cat >>confdefs.h <<\_ACEOF
18974#define HAVE_TIMEZONE 1
18975_ACEOF
18976
18977fi
18978echo "$as_me:$LINENO: checking for daylight variable" >&5
18979echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6
18980if test "${ac_cv_have_daylight+set}" = set; then
18981 echo $ECHO_N "(cached) $ECHO_C" >&6
18982else
18983 cat >conftest.$ac_ext <<_ACEOF
18984/* confdefs.h. */
18985_ACEOF
18986cat confdefs.h >>conftest.$ac_ext
18987cat >>conftest.$ac_ext <<_ACEOF
18988/* end confdefs.h. */
18989#include <time.h>
18990int
18991main ()
18992{
18993daylight;
18994 ;
18995 return 0;
18996}
18997_ACEOF
18998rm -f conftest.$ac_objext conftest$ac_exeext
18999if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19000 (eval $ac_link) 2>conftest.er1
19001 ac_status=$?
19002 grep -v '^ *+' conftest.er1 >conftest.err
19003 rm -f conftest.er1
19004 cat conftest.err >&5
19005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19006 (exit $ac_status); } &&
19007 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19008 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19009 (eval $ac_try) 2>&5
19010 ac_status=$?
19011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19012 (exit $ac_status); }; } &&
19013 { ac_try='test -s conftest$ac_exeext'
19014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19015 (eval $ac_try) 2>&5
19016 ac_status=$?
19017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19018 (exit $ac_status); }; }; then
19019 ac_cv_have_daylight="yes"
19020else
19021 echo "$as_me: failed program was:" >&5
19022sed 's/^/| /' conftest.$ac_ext >&5
19023
19024ac_cv_have_daylight="no"
19025fi
19026rm -f conftest.err conftest.$ac_objext \
19027 conftest$ac_exeext conftest.$ac_ext
19028fi
19029echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
19030echo "${ECHO_T}$ac_cv_have_daylight" >&6
19031if test "$ac_cv_have_daylight" = "yes"
19032then
19033
19034cat >>confdefs.h <<\_ACEOF
19035#define HAVE_DAYLIGHT 1
19036_ACEOF
19037
19038fi
19039
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019040
Alexandre Julliardfc01b722002-05-12 03:16:39 +000019041case $host_cpu in
Alexandre Julliard05783b52002-12-11 00:21:55 +000019042 *i[3456789]86*) echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019043echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6
Alexandre Julliard05783b52002-12-11 00:21:55 +000019044if test "${ac_cv_cpp_def___i386__+set}" = set; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019045 echo $ECHO_N "(cached) $ECHO_C" >&6
Juergen Lock2d33ab92000-02-13 16:03:29 +000019046else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019047 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000019048/* confdefs.h. */
19049_ACEOF
19050cat confdefs.h >>conftest.$ac_ext
19051cat >>conftest.$ac_ext <<_ACEOF
19052/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019053#ifndef __i386__
Alexandre Julliard51d46ba1999-05-08 16:05:27 +000019054yes
19055#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019056_ACEOF
Alexandre Julliard51d46ba1999-05-08 16:05:27 +000019057if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Alexandre Julliard11af04e2002-10-10 03:48:04 +000019058 $EGREP "yes" >/dev/null 2>&1; then
Alexandre Julliard05783b52002-12-11 00:21:55 +000019059 ac_cv_cpp_def___i386__=yes
Alexandre Julliard51d46ba1999-05-08 16:05:27 +000019060else
Alexandre Julliard05783b52002-12-11 00:21:55 +000019061 ac_cv_cpp_def___i386__=no
Alexandre Julliard51d46ba1999-05-08 16:05:27 +000019062fi
19063rm -f conftest*
19064
19065fi
Alexandre Julliard05783b52002-12-11 00:21:55 +000019066echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
19067echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6
19068if test $ac_cv_cpp_def___i386__ = yes; then
19069 CFLAGS="$CFLAGS -D__i386__"
19070 LINTFLAGS="$LINTFLAGS -D__i386__"
Alexandre Julliard51d46ba1999-05-08 16:05:27 +000019071fi
Alexandre Julliard05783b52002-12-11 00:21:55 +000019072 ;;
Alexandre Julliarde3be5642005-09-09 09:30:02 +000019073 *x86_64*) echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
19074echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6
19075if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
19076 echo $ECHO_N "(cached) $ECHO_C" >&6
19077else
19078 cat >conftest.$ac_ext <<_ACEOF
19079/* confdefs.h. */
19080_ACEOF
19081cat confdefs.h >>conftest.$ac_ext
19082cat >>conftest.$ac_ext <<_ACEOF
19083/* end confdefs.h. */
19084#ifndef __x86_64__
19085yes
19086#endif
19087_ACEOF
19088if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19089 $EGREP "yes" >/dev/null 2>&1; then
19090 ac_cv_cpp_def___x86_64__=yes
19091else
19092 ac_cv_cpp_def___x86_64__=no
19093fi
19094rm -f conftest*
19095
19096fi
19097echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
19098echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6
19099if test $ac_cv_cpp_def___x86_64__ = yes; then
19100 CFLAGS="$CFLAGS -D__x86_64__"
19101 LINTFLAGS="$LINTFLAGS -D__x86_64__"
19102fi
19103 ;;
Alexandre Julliard05783b52002-12-11 00:21:55 +000019104 *alpha*) echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
Steven Edwards69b67862002-12-10 22:48:48 +000019105echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6
Alexandre Julliard05783b52002-12-11 00:21:55 +000019106if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
Steven Edwards69b67862002-12-10 22:48:48 +000019107 echo $ECHO_N "(cached) $ECHO_C" >&6
19108else
19109 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000019110/* confdefs.h. */
19111_ACEOF
19112cat confdefs.h >>conftest.$ac_ext
19113cat >>conftest.$ac_ext <<_ACEOF
19114/* end confdefs.h. */
Steven Edwards69b67862002-12-10 22:48:48 +000019115#ifndef __ALPHA__
19116yes
19117#endif
19118_ACEOF
19119if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19120 $EGREP "yes" >/dev/null 2>&1; then
Alexandre Julliard05783b52002-12-11 00:21:55 +000019121 ac_cv_cpp_def___ALPHA__=yes
Steven Edwards69b67862002-12-10 22:48:48 +000019122else
Alexandre Julliard05783b52002-12-11 00:21:55 +000019123 ac_cv_cpp_def___ALPHA__=no
Steven Edwards69b67862002-12-10 22:48:48 +000019124fi
19125rm -f conftest*
19126
19127fi
Alexandre Julliard05783b52002-12-11 00:21:55 +000019128echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
19129echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6
19130if test $ac_cv_cpp_def___ALPHA__ = yes; then
19131 CFLAGS="$CFLAGS -D__ALPHA__"
19132 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
Steven Edwards69b67862002-12-10 22:48:48 +000019133fi
Alexandre Julliard05783b52002-12-11 00:21:55 +000019134 ;;
19135 *sparc*) echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
Gregg Mattinson57807fa2002-07-20 20:17:13 +000019136echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6
Alexandre Julliard05783b52002-12-11 00:21:55 +000019137if test "${ac_cv_cpp_def___sparc__+set}" = set; then
Gregg Mattinson57807fa2002-07-20 20:17:13 +000019138 echo $ECHO_N "(cached) $ECHO_C" >&6
19139else
19140 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000019141/* confdefs.h. */
19142_ACEOF
19143cat confdefs.h >>conftest.$ac_ext
19144cat >>conftest.$ac_ext <<_ACEOF
19145/* end confdefs.h. */
Gregg Mattinson57807fa2002-07-20 20:17:13 +000019146#ifndef __sparc__
19147yes
19148#endif
19149_ACEOF
19150if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Alexandre Julliard11af04e2002-10-10 03:48:04 +000019151 $EGREP "yes" >/dev/null 2>&1; then
Alexandre Julliard05783b52002-12-11 00:21:55 +000019152 ac_cv_cpp_def___sparc__=yes
Gregg Mattinson57807fa2002-07-20 20:17:13 +000019153else
Alexandre Julliard05783b52002-12-11 00:21:55 +000019154 ac_cv_cpp_def___sparc__=no
Gregg Mattinson57807fa2002-07-20 20:17:13 +000019155fi
19156rm -f conftest*
19157
19158fi
Alexandre Julliard05783b52002-12-11 00:21:55 +000019159echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
19160echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6
19161if test $ac_cv_cpp_def___sparc__ = yes; then
19162 CFLAGS="$CFLAGS -D__sparc__"
19163 LINTFLAGS="$LINTFLAGS -D__sparc__"
Gregg Mattinson57807fa2002-07-20 20:17:13 +000019164fi
Alexandre Julliard05783b52002-12-11 00:21:55 +000019165 ;;
Pierre d'Herbemontb64b7de2003-07-16 23:37:22 +000019166 *powerpc*) echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
19167echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6
19168if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
19169 echo $ECHO_N "(cached) $ECHO_C" >&6
19170else
19171 cat >conftest.$ac_ext <<_ACEOF
Pierre d'Herbemontb64b7de2003-07-16 23:37:22 +000019172/* confdefs.h. */
19173_ACEOF
19174cat confdefs.h >>conftest.$ac_ext
19175cat >>conftest.$ac_ext <<_ACEOF
19176/* end confdefs.h. */
19177#ifndef __powerpc__
19178yes
19179#endif
19180_ACEOF
19181if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19182 $EGREP "yes" >/dev/null 2>&1; then
19183 ac_cv_cpp_def___powerpc__=yes
19184else
19185 ac_cv_cpp_def___powerpc__=no
19186fi
19187rm -f conftest*
19188
19189fi
19190echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
19191echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6
19192if test $ac_cv_cpp_def___powerpc__ = yes; then
19193 CFLAGS="$CFLAGS -D__powerpc__"
19194 LINTFLAGS="$LINTFLAGS -D__powerpc__"
19195fi
19196 ;;
Alexandre Julliard05783b52002-12-11 00:21:55 +000019197esac
Gregg Mattinson57807fa2002-07-20 20:17:13 +000019198
19199case $host_vendor in
Alexandre Julliard05783b52002-12-11 00:21:55 +000019200 *sun*) echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
Gregg Mattinson57807fa2002-07-20 20:17:13 +000019201echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6
Alexandre Julliard05783b52002-12-11 00:21:55 +000019202if test "${ac_cv_cpp_def___sun__+set}" = set; then
Gregg Mattinson57807fa2002-07-20 20:17:13 +000019203 echo $ECHO_N "(cached) $ECHO_C" >&6
19204else
19205 cat >conftest.$ac_ext <<_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000019206/* confdefs.h. */
19207_ACEOF
19208cat confdefs.h >>conftest.$ac_ext
19209cat >>conftest.$ac_ext <<_ACEOF
19210/* end confdefs.h. */
Gregg Mattinson57807fa2002-07-20 20:17:13 +000019211#ifndef __sun__
19212yes
19213#endif
19214_ACEOF
19215if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Alexandre Julliard11af04e2002-10-10 03:48:04 +000019216 $EGREP "yes" >/dev/null 2>&1; then
Alexandre Julliard05783b52002-12-11 00:21:55 +000019217 ac_cv_cpp_def___sun__=yes
Gregg Mattinson57807fa2002-07-20 20:17:13 +000019218else
Alexandre Julliard05783b52002-12-11 00:21:55 +000019219 ac_cv_cpp_def___sun__=no
Gregg Mattinson57807fa2002-07-20 20:17:13 +000019220fi
19221rm -f conftest*
19222
19223fi
Alexandre Julliard05783b52002-12-11 00:21:55 +000019224echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
19225echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6
19226if test $ac_cv_cpp_def___sun__ = yes; then
19227 CFLAGS="$CFLAGS -D__sun__"
19228 LINTFLAGS="$LINTFLAGS -D__sun__"
Gregg Mattinson57807fa2002-07-20 20:17:13 +000019229fi
Alexandre Julliard05783b52002-12-11 00:21:55 +000019230 ;;
19231esac
Gregg Mattinson57807fa2002-07-20 20:17:13 +000019232
19233
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019234
19235
19236
Alexandre Julliard11af04e2002-10-10 03:48:04 +000019237 ac_config_commands="$ac_config_commands dlls/gdi/enhmfdrv"
Alexandre Julliard89118562002-03-27 21:13:40 +000019238
Alexandre Julliard11af04e2002-10-10 03:48:04 +000019239 ac_config_commands="$ac_config_commands dlls/gdi/mfdrv"
Alexandre Julliard89118562002-03-27 21:13:40 +000019240
Alexandre Julliard11af04e2002-10-10 03:48:04 +000019241 ac_config_commands="$ac_config_commands dlls/kernel/messages"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019242
Alexandre Julliard11af04e2002-10-10 03:48:04 +000019243 ac_config_commands="$ac_config_commands dlls/user/resources"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019244
Alexandre Julliard11af04e2002-10-10 03:48:04 +000019245 ac_config_commands="$ac_config_commands dlls/wineps/data"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019246
Alexandre Julliard11af04e2002-10-10 03:48:04 +000019247 ac_config_commands="$ac_config_commands include/wine"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019248
Alexandre Julliard87a2f8d2000-04-09 18:20:25 +000019249
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +000019250MAKE_RULES=Make.rules
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019251
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019252
Alexandre Julliardd0edc5f2000-03-04 22:31:27 +000019253MAKE_DLL_RULES=dlls/Makedll.rules
19254
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019255
Alexandre Julliard633b12d2005-08-25 12:14:13 +000019256MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
19257
19258
Alexandre Julliardedeee892002-08-09 01:22:40 +000019259MAKE_TEST_RULES=dlls/Maketest.rules
19260
19261
Alexandre Julliard117436e2003-05-01 00:39:29 +000019262MAKE_LIB_RULES=libs/Makelib.rules
19263
19264
Alexandre Julliard626f4252000-11-10 23:35:20 +000019265MAKE_PROG_RULES=programs/Makeprog.rules
19266
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019267
Hans Leidekker975899a2006-04-09 18:35:56 +020019268 ac_config_files="$ac_config_files Make.rules dlls/Makedll.rules dlls/Makeimplib.rules dlls/Maketest.rules libs/Makelib.rules programs/Makeprog.rules Makefile dlls/Makefile dlls/activeds/Makefile dlls/advapi32/Makefile dlls/advapi32/tests/Makefile dlls/advpack/Makefile dlls/advpack/tests/Makefile dlls/amstream/Makefile dlls/atl/Makefile dlls/avicap32/Makefile dlls/avifil32/Makefile dlls/cabinet/Makefile dlls/cabinet/tests/Makefile dlls/capi2032/Makefile dlls/cards/Makefile dlls/cfgmgr32/Makefile dlls/comcat/Makefile dlls/comctl32/Makefile dlls/comctl32/tests/Makefile dlls/commdlg/Makefile dlls/crtdll/Makefile dlls/crypt32/Makefile dlls/crypt32/tests/Makefile dlls/cryptdll/Makefile dlls/ctl3d32/Makefile dlls/d3d8/Makefile dlls/d3d9/Makefile dlls/d3d9/tests/Makefile dlls/d3dim/Makefile dlls/d3drm/Makefile dlls/d3dx8/Makefile dlls/d3dxof/Makefile dlls/dbghelp/Makefile dlls/dciman32/Makefile dlls/ddraw/Makefile dlls/ddraw/tests/Makefile dlls/devenum/Makefile dlls/dinput/Makefile dlls/dinput/tests/Makefile dlls/dinput8/Makefile dlls/dmband/Makefile dlls/dmcompos/Makefile dlls/dmime/Makefile dlls/dmloader/Makefile dlls/dmscript/Makefile dlls/dmstyle/Makefile dlls/dmsynth/Makefile dlls/dmusic/Makefile dlls/dmusic32/Makefile dlls/dnsapi/Makefile dlls/dnsapi/tests/Makefile dlls/dplay/Makefile dlls/dplayx/Makefile dlls/dpnet/Makefile dlls/dpnhpast/Makefile dlls/dsound/Makefile dlls/dsound/tests/Makefile dlls/dswave/Makefile dlls/dxdiagn/Makefile dlls/dxerr8/Makefile dlls/dxerr9/Makefile dlls/dxguid/Makefile dlls/gdi/Makefile dlls/gdi/tests/Makefile dlls/glu32/Makefile dlls/glut32/Makefile dlls/hhctrl.ocx/Makefile dlls/iccvid/Makefile dlls/icmp/Makefile dlls/ifsmgr.vxd/Makefile dlls/imaadp32.acm/Makefile dlls/imagehlp/Makefile dlls/imm32/Makefile dlls/iphlpapi/Makefile dlls/iphlpapi/tests/Makefile dlls/itss/Makefile dlls/kernel/Makefile dlls/kernel/tests/Makefile dlls/lz32/Makefile dlls/lz32/tests/Makefile dlls/mapi32/Makefile dlls/mapi32/tests/Makefile dlls/mciavi32/Makefile dlls/mcicda/Makefile dlls/mciseq/Makefile dlls/midimap/Makefile dlls/mlang/Makefile dlls/mlang/tests/Makefile dlls/mmdevldr.vxd/Makefile dlls/monodebg.vxd/Makefile dlls/mpr/Makefile dlls/msacm/Makefile dlls/msacm/tests/Makefile dlls/msadp32.acm/Makefile dlls/mscms/Makefile dlls/mscms/tests/Makefile dlls/msdmo/Makefile dlls/msftedit/Makefile dlls/msg711.acm/Makefile dlls/mshtml/Makefile dlls/mshtml/tests/Makefile dlls/msi/Makefile dlls/msi/tests/Makefile dlls/msimg32/Makefile dlls/msisys/Makefile dlls/msnet32/Makefile dlls/msrle32/Makefile dlls/msvcrt/Makefile dlls/msvcrt/tests/Makefile dlls/msvcrt20/Makefile dlls/msvcrt40/Makefile dlls/msvcrtd/Makefile dlls/msvcrtd/tests/Makefile dlls/msvfw32/Makefile dlls/msvidc32/Makefile dlls/mswsock/Makefile dlls/msxml3/Makefile dlls/msxml3/tests/Makefile dlls/netapi32/Makefile dlls/netapi32/tests/Makefile dlls/newdev/Makefile dlls/ntdll/Makefile dlls/ntdll/tests/Makefile dlls/objsel/Makefile dlls/odbc32/Makefile dlls/odbccp32/Makefile dlls/ole32/Makefile dlls/ole32/tests/Makefile dlls/oleacc/Makefile dlls/oleaut32/Makefile dlls/oleaut32/tests/Makefile dlls/olecli32/Makefile dlls/oledlg/Makefile dlls/olepro32/Makefile dlls/olesvr32/Makefile dlls/opengl32/Makefile dlls/powrprof/Makefile dlls/psapi/Makefile dlls/psapi/tests/Makefile dlls/qcap/Makefile dlls/quartz/Makefile dlls/quartz/tests/Makefile dlls/rasapi32/Makefile dlls/riched20/Makefile dlls/riched20/tests/Makefile dlls/richedit/Makefile dlls/rpcrt4/Makefile dlls/rpcrt4/tests/Makefile dlls/rsabase/Makefile dlls/rsabase/tests/Makefile dlls/rsaenh/Makefile dlls/rsaenh/tests/Makefile dlls/secur32/Makefile dlls/secur32/tests/Makefile dlls/security/Makefile dlls/sensapi/Makefile dlls/serialui/Makefile dlls/setupapi/Makefile dlls/setupapi/tests/Makefile dlls/sfc/Makefile dlls/shdocvw/Makefile dlls/shdocvw/tests/Makefile dlls/shell32/Makefile dlls/shell32/tests/Makefile dlls/shfolder/Makefile dlls/shlwapi/Makefile dlls/shlwapi/tests/Makefile dlls/snmpapi/Makefile dlls/spoolss/Makefile dlls/stdole2.tlb/Makefile dlls/stdole32.tlb/Makefile dlls/sti/Makefile dlls/strmiids/Makefile dlls/tapi32/Makefile dlls/twain/Makefile dlls/unicows/Makefile dlls/url/Makefile dlls/urlmon/Makefile dlls/urlmon/tests/Makefile dlls/user/Makefile dlls/user/tests/Makefile dlls/usp10/Makefile dlls/usp10/tests/Makefile dlls/uuid/Makefile dlls/uxtheme/Makefile dlls/vdhcp.vxd/Makefile dlls/vdmdbg/Makefile dlls/version/Makefile dlls/version/tests/Makefile dlls/vmm.vxd/Makefile dlls/vnbt.vxd/Makefile dlls/vnetbios.vxd/Makefile dlls/vtdapi.vxd/Makefile dlls/vwin32.vxd/Makefile dlls/w32skrnl/Makefile dlls/winecrt0/Makefile dlls/wined3d/Makefile dlls/winedos/Makefile dlls/winemp3.acm/Makefile dlls/wineps/Makefile dlls/wininet/Makefile dlls/wininet/tests/Makefile dlls/winmm/Makefile dlls/winmm/joystick/Makefile dlls/winmm/mciwave/Makefile dlls/winmm/tests/Makefile dlls/winmm/wavemap/Makefile dlls/winmm/winealsa/Makefile dlls/winmm/winearts/Makefile dlls/winmm/wineaudioio/Makefile dlls/winmm/wineesd/Makefile dlls/winmm/winejack/Makefile dlls/winmm/winenas/Makefile dlls/winmm/wineoss/Makefile dlls/winnls32/Makefile dlls/winspool/Makefile dlls/winspool/tests/Makefile dlls/wintab32/Makefile dlls/wintrust/Makefile dlls/wldap32/Makefile dlls/wnaspi32/Makefile dlls/wow32/Makefile dlls/ws2_32/Makefile dlls/ws2_32/tests/Makefile dlls/wsock32/Makefile dlls/wtsapi32/Makefile dlls/x11drv/Makefile documentation/Makefile fonts/Makefile include/Makefile libs/Makefile libs/port/Makefile libs/unicode/Makefile libs/wine/Makefile libs/wpp/Makefile loader/Makefile programs/Makefile programs/clock/Makefile programs/cmdlgtst/Makefile programs/control/Makefile programs/eject/Makefile programs/expand/Makefile programs/explorer/Makefile programs/hh/Makefile programs/icinfo/Makefile programs/iexplore/Makefile programs/msiexec/Makefile programs/notepad/Makefile programs/progman/Makefile programs/regedit/Makefile programs/regsvr32/Makefile programs/rpcss/Makefile programs/rundll32/Makefile programs/start/Makefile programs/taskmgr/Makefile programs/uninstaller/Makefile programs/view/Makefile programs/wcmd/Makefile programs/wineboot/Makefile programs/winebrowser/Makefile programs/winecfg/Makefile programs/wineconsole/Makefile programs/winedbg/Makefile programs/winefile/Makefile programs/winemenubuilder/Makefile programs/winemine/Makefile programs/winepath/Makefile programs/winetest/Makefile programs/winevdm/Makefile programs/winhelp/Makefile programs/winver/Makefile programs/wordpad/Makefile server/Makefile tools/Makefile tools/widl/Makefile tools/winapi/Makefile tools/winebuild/Makefile tools/winedump/Makefile tools/winegcc/Makefile tools/wmc/Makefile tools/wrc/Makefile"
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019269
Alexandre Julliard626f4252000-11-10 23:35:20 +000019270
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019271cat >confcache <<\_ACEOF
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019272# This file is a shell script that caches the results of configure
19273# tests run on this system so they can be shared between configure
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019274# scripts and configure runs, see configure's option --config-cache.
19275# It is not useful on other systems. If it contains results you don't
19276# want to keep, you may remove or edit it.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019277#
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019278# config.status only pays attention to the cache file if you give it
19279# the --recheck option to rerun configure.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019280#
Alexandre Julliard11af04e2002-10-10 03:48:04 +000019281# `ac_cv_env_foo' variables (set or unset) will be overridden when
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019282# loading this file, other *unset* `ac_cv_foo' will be assigned the
19283# following values.
19284
19285_ACEOF
19286
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +000019287# The following way of writing the cache mishandles newlines in values,
19288# but we know of no workaround that is simple, portable, and efficient.
19289# So, don't put newlines in cache variables' values.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019290# Ultrix sh set writes to stderr and can't be redirected directly,
19291# and sets the high bit in the cache file unless we assign to the vars.
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019292{
19293 (set) 2>&1 |
19294 case `(ac_space=' '; set | grep ac_space) 2>&1` in
19295 *ac_space=\ *)
19296 # `set' does not quote correctly, so add quotes (double-quote
19297 # substitution turns \\\\ into \\, and sed turns \\ into \).
19298 sed -n \
Alexandre Julliard875927f2004-01-02 01:55:29 +000019299 "s/'/'\\\\''/g;
19300 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019301 ;;
19302 *)
19303 # `set' quotes correctly as required by POSIX, so do not add quotes.
19304 sed -n \
Alexandre Julliard875927f2004-01-02 01:55:29 +000019305 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019306 ;;
19307 esac;
19308} |
19309 sed '
19310 t clear
19311 : clear
19312 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
19313 t end
19314 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
19315 : end' >>confcache
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000019316if diff $cache_file confcache >/dev/null 2>&1; then :; else
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019317 if test -w $cache_file; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019318 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
19319 cat confcache >$cache_file
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019320 else
19321 echo "not updating unwritable cache $cache_file"
19322 fi
19323fi
19324rm -f confcache
19325
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019326test "x$prefix" = xNONE && prefix=$ac_default_prefix
19327# Let make expand exec_prefix.
19328test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
19329
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019330# VPATH may cause trouble with some makes, so we remove $(srcdir),
19331# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
19332# trailing colons and then remove the whole line if VPATH becomes empty
19333# (actually we leave an empty line to preserve line numbers).
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019334if test "x$srcdir" = x.; then
Alexandre Julliard875927f2004-01-02 01:55:29 +000019335 ac_vpsub='/^[ ]*VPATH[ ]*=/{
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019336s/:*\$(srcdir):*/:/;
19337s/:*\${srcdir}:*/:/;
19338s/:*@srcdir@:*/:/;
Alexandre Julliard875927f2004-01-02 01:55:29 +000019339s/^\([^=]*=[ ]*\):*/\1/;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019340s/:*$//;
Alexandre Julliard875927f2004-01-02 01:55:29 +000019341s/^[^=]*=[ ]*$//;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019342}'
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019343fi
19344
Alexandre Julliard18f92e71996-07-17 20:02:21 +000019345DEFS=-DHAVE_CONFIG_H
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019346
Alexandre Julliard11af04e2002-10-10 03:48:04 +000019347ac_libobjs=
19348ac_ltlibobjs=
19349for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
19350 # 1. Remove the extension, and $U if already installed.
19351 ac_i=`echo "$ac_i" |
Alexandre Julliard875927f2004-01-02 01:55:29 +000019352 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
Alexandre Julliard11af04e2002-10-10 03:48:04 +000019353 # 2. Add them.
19354 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
19355 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
19356done
19357LIBOBJS=$ac_libobjs
19358
19359LTLIBOBJS=$ac_ltlibobjs
19360
19361
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019362
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019363: ${CONFIG_STATUS=./config.status}
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019364ac_clean_files_save=$ac_clean_files
19365ac_clean_files="$ac_clean_files $CONFIG_STATUS"
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019366{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019367echo "$as_me: creating $CONFIG_STATUS" >&6;}
19368cat >$CONFIG_STATUS <<_ACEOF
19369#! $SHELL
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019370# Generated by $as_me.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019371# Run this file to recreate the current configuration.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019372# Compiler output produced by configure, useful for debugging
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019373# configure, is in config.log if it exists.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019374
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019375debug=false
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000019376ac_cs_recheck=false
19377ac_cs_silent=false
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019378SHELL=\${CONFIG_SHELL-$SHELL}
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019379_ACEOF
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019380
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019381cat >>$CONFIG_STATUS <<\_ACEOF
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019382## --------------------- ##
19383## M4sh Initialization. ##
19384## --------------------- ##
19385
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019386# Be Bourne compatible
19387if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
19388 emulate sh
19389 NULLCMD=:
Alexandre Julliard11af04e2002-10-10 03:48:04 +000019390 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
19391 # is contrary to our usage. Disable this feature.
19392 alias -g '${1+"$@"}'='"$@"'
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019393elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
19394 set -o posix
Alexandre Julliardda0cfb31996-12-01 17:17:47 +000019395fi
Alexandre Julliard875927f2004-01-02 01:55:29 +000019396DUALCASE=1; export DUALCASE # for MKS sh
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019397
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019398# Support unset when possible.
Alexandre Julliard875927f2004-01-02 01:55:29 +000019399if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019400 as_unset=unset
19401else
19402 as_unset=false
19403fi
19404
Alexandre Julliard11af04e2002-10-10 03:48:04 +000019405
19406# Work around bugs in pre-3.0 UWIN ksh.
19407$as_unset ENV MAIL MAILPATH
19408PS1='$ '
19409PS2='> '
19410PS4='+ '
19411
19412# NLS nuisances.
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000019413for as_var in \
19414 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
19415 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
19416 LC_TELEPHONE LC_TIME
Alexandre Julliard11af04e2002-10-10 03:48:04 +000019417do
Alexandre Julliard875927f2004-01-02 01:55:29 +000019418 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
Alexandre Julliard11af04e2002-10-10 03:48:04 +000019419 eval $as_var=C; export $as_var
19420 else
19421 $as_unset $as_var
19422 fi
19423done
19424
19425# Required to use basename.
19426if expr a : '\(a\)' >/dev/null 2>&1; then
19427 as_expr=expr
19428else
19429 as_expr=false
19430fi
19431
19432if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
19433 as_basename=basename
19434else
19435 as_basename=false
19436fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019437
19438
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019439# Name of the executable.
Alexandre Julliard11af04e2002-10-10 03:48:04 +000019440as_me=`$as_basename "$0" ||
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019441$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
19442 X"$0" : 'X\(//\)$' \| \
19443 X"$0" : 'X\(/\)$' \| \
19444 . : '\(.\)' 2>/dev/null ||
19445echo X/"$0" |
19446 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
19447 /^X\/\(\/\/\)$/{ s//\1/; q; }
19448 /^X\/\(\/\).*/{ s//\1/; q; }
19449 s/.*/./; q'`
19450
Alexandre Julliard11af04e2002-10-10 03:48:04 +000019451
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019452# PATH needs CR, and LINENO needs CR and PATH.
19453# Avoid depending upon Character Ranges.
19454as_cr_letters='abcdefghijklmnopqrstuvwxyz'
19455as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
19456as_cr_Letters=$as_cr_letters$as_cr_LETTERS
19457as_cr_digits='0123456789'
19458as_cr_alnum=$as_cr_Letters$as_cr_digits
19459
19460# The user is always right.
19461if test "${PATH_SEPARATOR+set}" != set; then
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000019462 echo "#! /bin/sh" >conf$$.sh
19463 echo "exit 0" >>conf$$.sh
19464 chmod +x conf$$.sh
19465 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019466 PATH_SEPARATOR=';'
19467 else
19468 PATH_SEPARATOR=:
19469 fi
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000019470 rm -f conf$$.sh
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019471fi
19472
19473
19474 as_lineno_1=$LINENO
19475 as_lineno_2=$LINENO
19476 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
19477 test "x$as_lineno_1" != "x$as_lineno_2" &&
19478 test "x$as_lineno_3" = "x$as_lineno_2" || {
19479 # Find who we are. Look in the path if we contain no path at all
19480 # relative or not.
19481 case $0 in
19482 *[\\/]* ) as_myself=$0 ;;
19483 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19484for as_dir in $PATH
19485do
19486 IFS=$as_save_IFS
19487 test -z "$as_dir" && as_dir=.
19488 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
19489done
19490
19491 ;;
19492 esac
19493 # We did not find ourselves, most probably we were run as `sh COMMAND'
19494 # in which case we are not to be found in the path.
19495 if test "x$as_myself" = x; then
19496 as_myself=$0
19497 fi
19498 if test ! -f "$as_myself"; then
19499 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
19500echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
19501 { (exit 1); exit 1; }; }
19502 fi
19503 case $CONFIG_SHELL in
19504 '')
19505 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19506for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
19507do
19508 IFS=$as_save_IFS
19509 test -z "$as_dir" && as_dir=.
19510 for as_base in sh bash ksh sh5; do
19511 case $as_dir in
19512 /*)
19513 if ("$as_dir/$as_base" -c '
19514 as_lineno_1=$LINENO
19515 as_lineno_2=$LINENO
19516 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
19517 test "x$as_lineno_1" != "x$as_lineno_2" &&
19518 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
Alexandre Julliard11af04e2002-10-10 03:48:04 +000019519 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
19520 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019521 CONFIG_SHELL=$as_dir/$as_base
19522 export CONFIG_SHELL
19523 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
19524 fi;;
19525 esac
19526 done
19527done
19528;;
19529 esac
19530
19531 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
19532 # uniformly replaced by the line number. The first 'sed' inserts a
19533 # line-number line before each line; the second 'sed' does the real
19534 # work. The second script uses 'N' to pair each line-number line
19535 # with the numbered line, and appends trailing '-' during
19536 # substitution so that $LINENO is not a special case at line end.
19537 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
19538 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
19539 sed '=' <$as_myself |
19540 sed '
19541 N
19542 s,$,-,
19543 : loop
19544 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
19545 t loop
19546 s,-$,,
19547 s,^['$as_cr_digits']*\n,,
19548 ' >$as_me.lineno &&
19549 chmod +x $as_me.lineno ||
19550 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
19551echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
19552 { (exit 1); exit 1; }; }
19553
19554 # Don't try to exec as it changes $[0], causing all sort of problems
19555 # (the dirname of $[0] is not the place where we might find the
19556 # original and so on. Autoconf is especially sensible to this).
19557 . ./$as_me.lineno
19558 # Exit status is that of the last command.
19559 exit
19560}
19561
19562
19563case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
19564 *c*,-n*) ECHO_N= ECHO_C='
19565' ECHO_T=' ' ;;
19566 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
19567 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
19568esac
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019569
19570if expr a : '\(a\)' >/dev/null 2>&1; then
19571 as_expr=expr
19572else
19573 as_expr=false
19574fi
19575
19576rm -f conf$$ conf$$.exe conf$$.file
19577echo >conf$$.file
19578if ln -s conf$$.file conf$$ 2>/dev/null; then
19579 # We could just check for DJGPP; but this test a) works b) is more generic
19580 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
19581 if test -f conf$$.exe; then
19582 # Don't use ln at all; we don't have any links
19583 as_ln_s='cp -p'
19584 else
19585 as_ln_s='ln -s'
19586 fi
19587elif ln conf$$.file conf$$ 2>/dev/null; then
19588 as_ln_s=ln
19589else
19590 as_ln_s='cp -p'
19591fi
19592rm -f conf$$ conf$$.exe conf$$.file
19593
Alexandre Julliard11af04e2002-10-10 03:48:04 +000019594if mkdir -p . 2>/dev/null; then
19595 as_mkdir_p=:
19596else
Alexandre Julliard875927f2004-01-02 01:55:29 +000019597 test -d ./-p && rmdir ./-p
Alexandre Julliard11af04e2002-10-10 03:48:04 +000019598 as_mkdir_p=false
19599fi
19600
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019601as_executable_p="test -f"
19602
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019603# Sed expression to map a string onto a valid CPP name.
Alexandre Julliard875927f2004-01-02 01:55:29 +000019604as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019605
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019606# Sed expression to map a string onto a valid variable name.
Alexandre Julliard875927f2004-01-02 01:55:29 +000019607as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019608
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019609
19610# IFS
19611# We need space, tab and new line, in precisely that order.
19612as_nl='
19613'
19614IFS=" $as_nl"
19615
19616# CDPATH.
Alexandre Julliard11af04e2002-10-10 03:48:04 +000019617$as_unset CDPATH
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019618
19619exec 6>&1
19620
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019621# Open the log real soon, to keep \$[0] and so on meaningful, and to
19622# report actual input values of CONFIG_FILES etc. instead of their
19623# values after options handling. Logging --version etc. is OK.
19624exec 5>>config.log
19625{
19626 echo
19627 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19628## Running $as_me. ##
19629_ASBOX
19630} >&5
19631cat >&5 <<_CSEOF
19632
Alexandre Julliardbb8a0a92006-03-31 14:38:15 +020019633This file was extended by Wine $as_me 0.9.11, which was
Eric Pouech53fa0d52004-02-05 01:27:38 +000019634generated by GNU Autoconf 2.59. Invocation command line was
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019635
19636 CONFIG_FILES = $CONFIG_FILES
19637 CONFIG_HEADERS = $CONFIG_HEADERS
19638 CONFIG_LINKS = $CONFIG_LINKS
19639 CONFIG_COMMANDS = $CONFIG_COMMANDS
19640 $ $0 $@
19641
19642_CSEOF
19643echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
19644echo >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019645_ACEOF
19646
19647# Files that config.status was made for.
19648if test -n "$ac_config_files"; then
19649 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
19650fi
19651
19652if test -n "$ac_config_headers"; then
19653 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
19654fi
19655
19656if test -n "$ac_config_links"; then
19657 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
19658fi
19659
19660if test -n "$ac_config_commands"; then
19661 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
19662fi
19663
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019664cat >>$CONFIG_STATUS <<\_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019665
19666ac_cs_usage="\
19667\`$as_me' instantiates files from templates according to the
19668current configuration.
19669
19670Usage: $0 [OPTIONS] [FILE]...
19671
19672 -h, --help print this help, then exit
19673 -V, --version print version number, then exit
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000019674 -q, --quiet do not print progress messages
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019675 -d, --debug don't remove temporary files
19676 --recheck update $as_me by reconfiguring in the same conditions
19677 --file=FILE[:TEMPLATE]
Alexandre Julliard875927f2004-01-02 01:55:29 +000019678 instantiate the configuration file FILE
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019679 --header=FILE[:TEMPLATE]
Alexandre Julliard875927f2004-01-02 01:55:29 +000019680 instantiate the configuration header FILE
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019681
19682Configuration files:
19683$config_files
19684
19685Configuration headers:
19686$config_headers
19687
19688Configuration commands:
19689$config_commands
19690
19691Report bugs to <bug-autoconf@gnu.org>."
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019692_ACEOF
Alexandre Julliardda0cfb31996-12-01 17:17:47 +000019693
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019694cat >>$CONFIG_STATUS <<_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019695ac_cs_version="\\
Alexandre Julliardbb8a0a92006-03-31 14:38:15 +020019696Wine config.status 0.9.11
Eric Pouech53fa0d52004-02-05 01:27:38 +000019697configured by $0, generated by GNU Autoconf 2.59,
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019698 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019699
Alexandre Julliard875927f2004-01-02 01:55:29 +000019700Copyright (C) 2003 Free Software Foundation, Inc.
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019701This config.status script is free software; the Free Software Foundation
19702gives unlimited permission to copy, distribute and modify it."
19703srcdir=$srcdir
19704INSTALL="$INSTALL"
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019705_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019706
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019707cat >>$CONFIG_STATUS <<\_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019708# If no file are specified by the user, then we need to provide default
19709# value. By we need to know if files were specified by the user.
19710ac_need_defaults=:
19711while test $# != 0
19712do
19713 case $1 in
19714 --*=*)
19715 ac_option=`expr "x$1" : 'x\([^=]*\)='`
19716 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
Alexandre Julliard11af04e2002-10-10 03:48:04 +000019717 ac_shift=:
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019718 ;;
Alexandre Julliard11af04e2002-10-10 03:48:04 +000019719 -*)
19720 ac_option=$1
19721 ac_optarg=$2
19722 ac_shift=shift
19723 ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019724 *) # This is not an option, so the user has probably given explicit
19725 # arguments.
Alexandre Julliard11af04e2002-10-10 03:48:04 +000019726 ac_option=$1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019727 ac_need_defaults=false;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019728 esac
19729
Alexandre Julliard11af04e2002-10-10 03:48:04 +000019730 case $ac_option in
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019731 # Handling of the options.
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019732_ACEOF
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019733cat >>$CONFIG_STATUS <<\_ACEOF
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000019734 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
19735 ac_cs_recheck=: ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019736 --version | --vers* | -V )
19737 echo "$ac_cs_version"; exit 0 ;;
19738 --he | --h)
19739 # Conflict between --help and --header
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019740 { { echo "$as_me:$LINENO: error: ambiguous option: $1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019741Try \`$0 --help' for more information." >&5
19742echo "$as_me: error: ambiguous option: $1
19743Try \`$0 --help' for more information." >&2;}
19744 { (exit 1); exit 1; }; };;
19745 --help | --hel | -h )
19746 echo "$ac_cs_usage"; exit 0 ;;
19747 --debug | --d* | -d )
19748 debug=: ;;
19749 --file | --fil | --fi | --f )
Alexandre Julliard11af04e2002-10-10 03:48:04 +000019750 $ac_shift
19751 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019752 ac_need_defaults=false;;
19753 --header | --heade | --head | --hea )
Alexandre Julliard11af04e2002-10-10 03:48:04 +000019754 $ac_shift
19755 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019756 ac_need_defaults=false;;
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000019757 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
19758 | -silent | --silent | --silen | --sile | --sil | --si | --s)
19759 ac_cs_silent=: ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019760
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019761 # This is an error.
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019762 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019763Try \`$0 --help' for more information." >&5
19764echo "$as_me: error: unrecognized option: $1
19765Try \`$0 --help' for more information." >&2;}
19766 { (exit 1); exit 1; }; } ;;
19767
19768 *) ac_config_targets="$ac_config_targets $1" ;;
19769
19770 esac
19771 shift
19772done
19773
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000019774ac_configure_extra_args=
19775
19776if $ac_cs_silent; then
19777 exec 6>/dev/null
19778 ac_configure_extra_args="$ac_configure_extra_args --silent"
19779fi
19780
19781_ACEOF
19782cat >>$CONFIG_STATUS <<_ACEOF
19783if \$ac_cs_recheck; then
19784 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
19785 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19786fi
19787
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019788_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019789
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019790
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019791
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019792
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019793
19794cat >>$CONFIG_STATUS <<\_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019795for ac_config_target in $ac_config_targets
19796do
19797 case "$ac_config_target" in
19798 # Handling of arguments.
19799 "Make.rules" ) CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
19800 "dlls/Makedll.rules" ) CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
Alexandre Julliard633b12d2005-08-25 12:14:13 +000019801 "dlls/Makeimplib.rules" ) CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
Alexandre Julliardedeee892002-08-09 01:22:40 +000019802 "dlls/Maketest.rules" ) CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
Alexandre Julliard117436e2003-05-01 00:39:29 +000019803 "libs/Makelib.rules" ) CONFIG_FILES="$CONFIG_FILES libs/Makelib.rules" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019804 "programs/Makeprog.rules" ) CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
19805 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019806 "dlls/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
Detlef Riekenberg29056632005-06-13 11:47:46 +000019807 "dlls/activeds/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019808 "dlls/advapi32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
Alexandre Julliardedeee892002-08-09 01:22:40 +000019809 "dlls/advapi32/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
Huw Davies20313b82004-09-27 20:39:40 +000019810 "dlls/advpack/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
Robert Reif97199822005-01-20 20:03:13 +000019811 "dlls/advpack/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
Christian Costa76b77872004-03-09 01:29:56 +000019812 "dlls/amstream/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
Aric Stewart4bd374f2004-07-06 21:01:18 +000019813 "dlls/atl/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019814 "dlls/avicap32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
19815 "dlls/avifil32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
Patrik Stridvalld1447fa2002-11-19 00:47:12 +000019816 "dlls/cabinet/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
James Hawkinsca0246f2006-01-10 12:14:47 +010019817 "dlls/cabinet/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000019818 "dlls/capi2032/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
Sami Nopanen9063cef2004-03-15 20:26:42 +000019819 "dlls/cards/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
Mike McCormackb107b922003-10-31 03:38:07 +000019820 "dlls/cfgmgr32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
John K. Hohm34909c22002-05-14 21:50:56 +000019821 "dlls/comcat/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019822 "dlls/comctl32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
Uwe Bonnes2c4fd422003-05-15 23:58:48 +000019823 "dlls/comctl32/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019824 "dlls/commdlg/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/commdlg/Makefile" ;;
19825 "dlls/crtdll/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
19826 "dlls/crypt32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
Kees Cook255541a2005-05-24 09:58:26 +000019827 "dlls/crypt32/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
Ulrich Czekallac173f6a2005-01-24 19:07:16 +000019828 "dlls/cryptdll/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
Alexandre Julliard7bd53d72006-02-14 17:08:59 +010019829 "dlls/ctl3d32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
Sylvain Petreolle3a99d8b2002-06-25 23:23:03 +000019830 "dlls/d3d8/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
Alexandre Julliardaa1bdc42003-07-01 01:11:13 +000019831 "dlls/d3d9/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
H. Verbeetc26ad822005-12-09 14:53:28 +010019832 "dlls/d3d9/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
Enrico Horneaae7052003-01-24 01:08:15 +000019833 "dlls/d3dim/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
Ivan Leo Murray-Smith8f14eb02004-05-18 00:54:12 +000019834 "dlls/d3drm/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
Raphael Junqueirae31ae922002-12-17 01:15:15 +000019835 "dlls/d3dx8/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
Christian Costa7590fe52004-06-03 00:03:23 +000019836 "dlls/d3dxof/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
Eric Pouech800864a2004-04-05 22:21:27 +000019837 "dlls/dbghelp/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019838 "dlls/dciman32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
19839 "dlls/ddraw/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
Sami Aariof22a4722003-11-18 00:12:00 +000019840 "dlls/ddraw/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019841 "dlls/devenum/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
19842 "dlls/dinput/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
Robert Reif8bffed52005-05-11 12:05:17 +000019843 "dlls/dinput/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
Ove Kaavend2d08f02002-06-14 00:39:44 +000019844 "dlls/dinput8/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
Rok Mandeljc3dec4c52003-04-08 03:56:04 +000019845 "dlls/dmband/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
19846 "dlls/dmcompos/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
19847 "dlls/dmime/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
19848 "dlls/dmloader/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
19849 "dlls/dmscript/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
19850 "dlls/dmstyle/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
19851 "dlls/dmsynth/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
Rok Mandeljc2d04be72003-03-21 00:42:38 +000019852 "dlls/dmusic/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
Rok Mandeljc3dec4c52003-04-08 03:56:04 +000019853 "dlls/dmusic32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
Hans Leidekker6b1dded2006-04-09 18:35:43 +020019854 "dlls/dnsapi/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
Hans Leidekker975899a2006-04-09 18:35:56 +020019855 "dlls/dnsapi/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019856 "dlls/dplay/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
19857 "dlls/dplayx/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
Raphael Junqueira5f3f2142004-04-07 20:39:00 +000019858 "dlls/dpnet/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
Rok Mandeljc3dec4c52003-04-08 03:56:04 +000019859 "dlls/dpnhpast/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019860 "dlls/dsound/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
Francois Gougetd523a452002-12-05 19:19:41 +000019861 "dlls/dsound/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
Rok Mandeljc0382ea12004-01-20 00:21:40 +000019862 "dlls/dswave/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
Raphael Junqueira033ae922004-04-16 00:26:14 +000019863 "dlls/dxdiagn/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
Robert Reifcc02d952004-03-09 23:25:57 +000019864 "dlls/dxerr8/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
19865 "dlls/dxerr9/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
Alexandre Julliardc3eac432004-01-26 21:29:05 +000019866 "dlls/dxguid/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019867 "dlls/gdi/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/gdi/Makefile" ;;
Patrik Stridvall928ecb42002-10-02 19:58:27 +000019868 "dlls/gdi/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/gdi/tests/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019869 "dlls/glu32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
Jacek Cabanef799c42003-12-02 04:11:09 +000019870 "dlls/glut32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/glut32/Makefile" ;;
Krzysztof Foltman9bca6902004-04-22 03:45:00 +000019871 "dlls/hhctrl.ocx/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
Alexandre Julliard0a106bf2004-01-15 04:56:18 +000019872 "dlls/iccvid/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019873 "dlls/icmp/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
Alexandre Julliarda21cf072004-02-20 01:18:43 +000019874 "dlls/ifsmgr.vxd/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
Alexandre Julliardff0d1092006-03-27 23:17:19 +020019875 "dlls/imaadp32.acm/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019876 "dlls/imagehlp/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
19877 "dlls/imm32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
Juan Lang38fa5ad2003-05-13 03:32:20 +000019878 "dlls/iphlpapi/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
Juan Lange6f491a2004-01-07 01:08:55 +000019879 "dlls/iphlpapi/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
Alexandre Julliard5f6e3c82004-08-24 21:00:15 +000019880 "dlls/itss/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019881 "dlls/kernel/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/kernel/Makefile" ;;
Alexandre Julliardedeee892002-08-09 01:22:40 +000019882 "dlls/kernel/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/kernel/tests/Makefile" ;;
Alexandre Julliard556242b2006-02-28 12:54:48 +010019883 "dlls/lz32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
19884 "dlls/lz32/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019885 "dlls/mapi32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
Jon Griffiths4ec0d3b2004-04-23 23:30:00 +000019886 "dlls/mapi32/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
Rémi Assaillyc6e294d2005-08-23 19:52:30 +000019887 "dlls/mciavi32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
Rémi Assailly5df5e402005-08-17 12:15:35 +000019888 "dlls/mcicda/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
19889 "dlls/mciseq/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
Rémi Assaillyf9f5eaa2005-07-21 11:31:56 +000019890 "dlls/midimap/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
Alexandre Julliard94a9d332004-08-04 18:33:06 +000019891 "dlls/mlang/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
19892 "dlls/mlang/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
Alexandre Julliarda21cf072004-02-20 01:18:43 +000019893 "dlls/mmdevldr.vxd/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
19894 "dlls/monodebg.vxd/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019895 "dlls/mpr/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
19896 "dlls/msacm/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msacm/Makefile" ;;
Robert Reif00cd2b22004-05-03 20:17:43 +000019897 "dlls/msacm/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msacm/tests/Makefile" ;;
Alexandre Julliard3fa4fc52006-03-27 23:18:08 +020019898 "dlls/msadp32.acm/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
Hans Leidekker51647572004-09-22 04:08:38 +000019899 "dlls/mscms/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
Hans Leidekker081b2502004-10-07 19:12:41 +000019900 "dlls/mscms/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019901 "dlls/msdmo/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
Stefan Leichter3600b042006-02-22 19:17:48 +010019902 "dlls/msftedit/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
Alexandre Julliard66a5c732006-03-27 23:18:48 +020019903 "dlls/msg711.acm/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
Mike McCormackaa1c2a32003-09-08 19:32:14 +000019904 "dlls/mshtml/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
Jacek Caban51bb3f62005-06-27 11:19:49 +000019905 "dlls/mshtml/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
Mike McCormack6386edc2003-08-13 01:27:48 +000019906 "dlls/msi/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
Mike McCormack23b291a2005-01-05 13:26:34 +000019907 "dlls/msi/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019908 "dlls/msimg32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
Mike McCormackf6be0442002-04-08 23:56:14 +000019909 "dlls/msisys/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msisys/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019910 "dlls/msnet32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
Alexandre Julliard7ba8fba2004-02-27 21:51:12 +000019911 "dlls/msrle32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019912 "dlls/msvcrt/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
Uwe Bonnesa768fa32002-10-30 23:49:03 +000019913 "dlls/msvcrt/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019914 "dlls/msvcrt20/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
Mike McCormackd0779462004-01-12 22:12:27 +000019915 "dlls/msvcrt40/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
Adam Gundy19a15132003-04-04 19:37:57 +000019916 "dlls/msvcrtd/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
Patrik Stridvall5c4420f2004-05-18 01:05:36 +000019917 "dlls/msvcrtd/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
Alexandre Julliardac3be952006-03-15 10:04:53 +010019918 "dlls/msvfw32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
Mike McCormack4cc64c82004-01-23 05:00:37 +000019919 "dlls/msvidc32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
André Johansen2123c132003-08-02 00:52:02 +000019920 "dlls/mswsock/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
Mike McCormackdcc2d6c2005-08-02 11:29:04 +000019921 "dlls/msxml3/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
Mike McCormackcab04352005-08-12 11:25:05 +000019922 "dlls/msxml3/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019923 "dlls/netapi32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
Andriy Palamarchukb812c902002-09-11 02:35:17 +000019924 "dlls/netapi32/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
Ulrich Czekalla9655a5f2003-12-30 22:19:30 +000019925 "dlls/newdev/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019926 "dlls/ntdll/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
Jon Griffiths1da29712002-08-15 22:08:40 +000019927 "dlls/ntdll/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
Thomas Weidenmueller96e052b2005-07-26 11:30:42 +000019928 "dlls/objsel/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019929 "dlls/odbc32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
Mike McCormackb5c63ed2005-05-16 19:42:47 +000019930 "dlls/odbccp32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019931 "dlls/ole32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
Mike McCormack06b80462004-08-11 00:17:52 +000019932 "dlls/ole32/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
Eric Pouech5caccaf2003-06-23 03:43:00 +000019933 "dlls/oleacc/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019934 "dlls/oleaut32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
Alexandre Julliardedeee892002-08-09 01:22:40 +000019935 "dlls/oleaut32/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
Alexandre Julliardf15db162006-02-14 16:57:23 +010019936 "dlls/olecli32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019937 "dlls/oledlg/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
19938 "dlls/olepro32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
Alexandre Julliard743741d2006-02-14 17:05:32 +010019939 "dlls/olesvr32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019940 "dlls/opengl32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
Benjamin Cutler250a8ae2005-04-20 19:15:31 +000019941 "dlls/powrprof/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019942 "dlls/psapi/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
Stefan Leichter0d4fff42004-06-15 20:23:47 +000019943 "dlls/psapi/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019944 "dlls/qcap/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
19945 "dlls/quartz/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
Christian Costae3a288f2004-08-16 21:14:28 +000019946 "dlls/quartz/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019947 "dlls/rasapi32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
Krzysztof Foltmand488f3f2005-03-05 11:19:14 +000019948 "dlls/riched20/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
Thomas Kho482ab272006-02-11 18:39:07 +010019949 "dlls/riched20/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019950 "dlls/richedit/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/richedit/Makefile" ;;
19951 "dlls/rpcrt4/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
Greg Turnerac89cc22002-10-07 21:54:07 +000019952 "dlls/rpcrt4/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
Mike McCormackb6de3042004-02-13 20:47:07 +000019953 "dlls/rsabase/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
Michael Jungb4b0c242004-07-30 00:06:54 +000019954 "dlls/rsabase/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/rsabase/tests/Makefile" ;;
Michael Jung64dce8a2004-11-04 21:15:32 +000019955 "dlls/rsaenh/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
19956 "dlls/rsaenh/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
Juan Lang3ed89c32004-03-02 04:57:35 +000019957 "dlls/secur32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
Kai Blin84fb7912005-08-03 13:08:49 +000019958 "dlls/secur32/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
Robert Shearman3dea0972006-01-05 14:39:41 +010019959 "dlls/security/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
Steven Edwards160e6472005-01-28 11:41:23 +000019960 "dlls/sensapi/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019961 "dlls/serialui/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
19962 "dlls/setupapi/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
Steven Edwards331e09c2005-09-21 14:16:05 +000019963 "dlls/setupapi/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
Detlef Riekenbergaa318d12006-02-14 16:53:03 +010019964 "dlls/sfc/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019965 "dlls/shdocvw/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
Michael Jung7a48f832005-10-31 14:13:14 +000019966 "dlls/shdocvw/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019967 "dlls/shell32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
Andriy Palamarchuk5b5bea02002-08-27 01:34:33 +000019968 "dlls/shell32/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019969 "dlls/shfolder/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
19970 "dlls/shlwapi/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
Alexandre Julliardedeee892002-08-09 01:22:40 +000019971 "dlls/shlwapi/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
Patrik Stridvall4c692b92002-04-29 18:43:35 +000019972 "dlls/snmpapi/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
Detlef Riekenberg717d18c2006-03-29 21:49:52 +020019973 "dlls/spoolss/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
Huw Daviesa30c1b92005-07-20 17:52:04 +000019974 "dlls/stdole2.tlb/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
Huw Davies40468462005-01-28 14:13:08 +000019975 "dlls/stdole32.tlb/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019976 "dlls/sti/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
Francois Gougeta8963892004-08-19 19:31:20 +000019977 "dlls/strmiids/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019978 "dlls/tapi32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
Shi Quan He6b0720f2002-03-21 02:58:39 +000019979 "dlls/twain/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/twain/Makefile" ;;
Alexandre Julliard46321f42003-11-27 01:10:26 +000019980 "dlls/unicows/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019981 "dlls/url/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
19982 "dlls/urlmon/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
Patrik Stridvall9398d9c2002-11-12 01:13:10 +000019983 "dlls/urlmon/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019984 "dlls/user/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/user/Makefile" ;;
Alexandre Julliardedeee892002-08-09 01:22:40 +000019985 "dlls/user/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/user/tests/Makefile" ;;
Steven Edwards54508df2005-07-27 11:02:52 +000019986 "dlls/usp10/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
Jeff Latimer29ff53c2006-02-14 17:38:20 +010019987 "dlls/usp10/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
Alexandre Julliardc3eac432004-01-26 21:29:05 +000019988 "dlls/uuid/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
Kevin Koltzau0af4fb92003-10-04 03:48:11 +000019989 "dlls/uxtheme/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
Alexandre Julliarda21cf072004-02-20 01:18:43 +000019990 "dlls/vdhcp.vxd/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
Sami Aario78f12242004-04-07 19:41:21 +000019991 "dlls/vdmdbg/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019992 "dlls/version/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
Stefan Leichter09733db2004-04-05 22:54:03 +000019993 "dlls/version/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
Alexandre Julliard6c8147b2004-02-21 04:13:56 +000019994 "dlls/vmm.vxd/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
Juan Lange9ed2f32004-03-01 23:35:25 +000019995 "dlls/vnbt.vxd/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
Alexandre Julliarda21cf072004-02-20 01:18:43 +000019996 "dlls/vnetbios.vxd/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
19997 "dlls/vtdapi.vxd/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
19998 "dlls/vwin32.vxd/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
Alexandre Julliard1a909d12006-03-15 10:01:56 +010019999 "dlls/w32skrnl/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
Alexandre Julliard71ae2d72005-08-25 11:41:05 +000020000 "dlls/winecrt0/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
Alexandre Julliardc3eac432004-01-26 21:29:05 +000020001 "dlls/wined3d/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020002 "dlls/winedos/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
Alexandre Julliard25d13402006-03-27 23:19:50 +020020003 "dlls/winemp3.acm/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020004 "dlls/wineps/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/wineps/Makefile" ;;
20005 "dlls/wininet/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
Alexandre Julliardedeee892002-08-09 01:22:40 +000020006 "dlls/wininet/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020007 "dlls/winmm/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
20008 "dlls/winmm/joystick/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winmm/joystick/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020009 "dlls/winmm/mciwave/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winmm/mciwave/Makefile" ;;
Francois Gouget4ce28372002-11-04 23:47:49 +000020010 "dlls/winmm/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020011 "dlls/winmm/wavemap/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winmm/wavemap/Makefile" ;;
Eric Pouecha120ce02002-06-28 17:40:16 +000020012 "dlls/winmm/winealsa/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winmm/winealsa/Makefile" ;;
Chris Morgan9b0ba7c2002-03-21 01:38:19 +000020013 "dlls/winmm/winearts/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winmm/winearts/Makefile" ;;
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000020014 "dlls/winmm/wineaudioio/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winmm/wineaudioio/Makefile" ;;
Peter Åstrand7a15eb92005-08-03 15:53:26 +000020015 "dlls/winmm/wineesd/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winmm/wineesd/Makefile" ;;
Chris Morgan4691b182002-12-13 02:26:18 +000020016 "dlls/winmm/winejack/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winmm/winejack/Makefile" ;;
Alexandre Julliardc3eac432004-01-26 21:29:05 +000020017 "dlls/winmm/winenas/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winmm/winenas/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020018 "dlls/winmm/wineoss/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winmm/wineoss/Makefile" ;;
Alexandre Julliard1b329012006-02-28 13:02:42 +010020019 "dlls/winnls32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020020 "dlls/winspool/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winspool/Makefile" ;;
Stefan Leichter88b11062003-01-15 00:50:48 +000020021 "dlls/winspool/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/winspool/tests/Makefile" ;;
Patrik Stridvall5caddc72002-12-17 01:49:16 +000020022 "dlls/wintab32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020023 "dlls/wintrust/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
Hans Leidekker8d63dfb2005-07-13 11:56:15 +000020024 "dlls/wldap32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
Alexandre Julliard071f5f22006-02-28 12:59:52 +010020025 "dlls/wnaspi32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020026 "dlls/wow32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
Alexandre Julliardaf781f32006-03-15 09:57:30 +010020027 "dlls/ws2_32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
20028 "dlls/ws2_32/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020029 "dlls/wsock32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
Ulrich Czekalla04f63462005-01-24 19:42:02 +000020030 "dlls/wtsapi32/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020031 "dlls/x11drv/Makefile" ) CONFIG_FILES="$CONFIG_FILES dlls/x11drv/Makefile" ;;
20032 "documentation/Makefile" ) CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
Huw Davies00acb5f2004-08-17 22:33:14 +000020033 "fonts/Makefile" ) CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020034 "include/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
Alexandre Julliard6a9fe362003-03-19 22:09:16 +000020035 "libs/Makefile" ) CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
20036 "libs/port/Makefile" ) CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
Alexandre Julliard7ab9a712003-03-21 05:06:48 +000020037 "libs/unicode/Makefile" ) CONFIG_FILES="$CONFIG_FILES libs/unicode/Makefile" ;;
Alexandre Julliard2d1c7902003-03-22 20:40:48 +000020038 "libs/wine/Makefile" ) CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
Alexandre Julliarde1a9b102003-05-01 03:16:21 +000020039 "libs/wpp/Makefile" ) CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
Alexandre Julliard357c7402003-11-06 01:17:56 +000020040 "loader/Makefile" ) CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020041 "programs/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020042 "programs/clock/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
20043 "programs/cmdlgtst/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
20044 "programs/control/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
Alexandre Julliard5f963332005-10-31 21:10:38 +000020045 "programs/eject/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
Alexandre Julliardacfda142002-05-20 19:18:16 +000020046 "programs/expand/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
Aric Stewart6bd16252005-11-16 11:45:51 +000020047 "programs/explorer/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
Jacek Caban88313292005-07-12 20:41:52 +000020048 "programs/hh/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
Marcus Meissner40af0c82006-03-22 13:31:54 +010020049 "programs/icinfo/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
Mike McCormack5a5b35c2006-04-04 23:46:10 +090020050 "programs/iexplore/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
Vincent Béron34966892004-07-19 19:44:07 +000020051 "programs/msiexec/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020052 "programs/notepad/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020053 "programs/progman/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
Andriy Palamarchuk4e2e1762002-04-11 23:58:40 +000020054 "programs/regedit/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
Andriy Palamarchuk2f0d85c2002-04-29 23:47:39 +000020055 "programs/regsvr32/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
Alexandre Julliardd77294a2002-12-02 21:17:04 +000020056 "programs/rpcss/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
Alberto Massari15e8e0a2002-11-15 01:41:20 +000020057 "programs/rundll32/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
Dan Kegelba02ae42003-01-21 20:14:36 +000020058 "programs/start/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
Eric Pouechd6b348f2004-03-23 01:19:54 +000020059 "programs/taskmgr/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020060 "programs/uninstaller/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
20061 "programs/view/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
20062 "programs/wcmd/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/wcmd/Makefile" ;;
Shachar Shemesh175d0592003-01-04 02:52:05 +000020063 "programs/wineboot/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
Chris Morgand888d362004-01-06 20:49:58 +000020064 "programs/winebrowser/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
Dimitrie O. Paun82ce2cc2003-03-31 19:41:55 +000020065 "programs/winecfg/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020066 "programs/wineconsole/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
Alexandre Julliardf264bd32002-09-13 17:54:27 +000020067 "programs/winedbg/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
Alexandre Julliard65a42162002-06-04 21:29:40 +000020068 "programs/winefile/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
Mike McCormack88090b42003-05-21 18:50:53 +000020069 "programs/winemenubuilder/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020070 "programs/winemine/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
Mike Wetherell0d8a9fa2002-05-05 20:31:54 +000020071 "programs/winepath/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
Alexandre Julliard9f71bd92003-12-04 02:01:39 +000020072 "programs/winetest/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
Alexandre Julliardfedc4112003-04-27 00:47:58 +000020073 "programs/winevdm/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020074 "programs/winhelp/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/winhelp/Makefile" ;;
20075 "programs/winver/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
Krzysztof Foltman07bcfbd2006-02-14 14:48:29 +010020076 "programs/wordpad/Makefile" ) CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020077 "server/Makefile" ) CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
20078 "tools/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
Alexandre Julliard7d4ee772002-07-16 03:20:45 +000020079 "tools/widl/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020080 "tools/winapi/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/winapi/Makefile" ;;
20081 "tools/winebuild/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
20082 "tools/winedump/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
Alexandre Julliard280661c2003-09-11 21:27:58 +000020083 "tools/winegcc/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020084 "tools/wmc/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
20085 "tools/wrc/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
Alexandre Julliard89118562002-03-27 21:13:40 +000020086 "dlls/gdi/enhmfdrv" ) CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi/enhmfdrv" ;;
20087 "dlls/gdi/mfdrv" ) CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi/mfdrv" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020088 "dlls/kernel/messages" ) CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel/messages" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020089 "dlls/user/resources" ) CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user/resources" ;;
20090 "dlls/wineps/data" ) CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps/data" ;;
20091 "include/wine" ) CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020092 "include/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020093 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020094echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
20095 { (exit 1); exit 1; }; };;
20096 esac
20097done
20098
20099# If the user did not use the arguments to specify the items to instantiate,
20100# then the envvar interface is used. Set only those that are not.
20101# We use the long form for the default assignment because of an extremely
20102# bizarre bug on SunOS 4.1.3.
20103if $ac_need_defaults; then
20104 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
20105 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
20106 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
20107fi
20108
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000020109# Have a temporary directory for convenience. Make it in the build tree
20110# simply because there is no reason to put it here, and in addition,
20111# creating and moving files from /tmp can sometimes cause problems.
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020112# Create a temporary directory, and hook for its removal unless debugging.
20113$debug ||
20114{
20115 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
20116 trap '{ (exit 1); exit 1; }' 1 2 13 15
20117}
20118
20119# Create a (secure) tmp directory for tmp files.
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000020120
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020121{
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000020122 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020123 test -n "$tmp" && test -d "$tmp"
20124} ||
20125{
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000020126 tmp=./confstat$$-$RANDOM
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020127 (umask 077 && mkdir $tmp)
20128} ||
20129{
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000020130 echo "$me: cannot create a temporary directory in ." >&2
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020131 { (exit 1); exit 1; }
20132}
20133
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020134_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020135
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020136cat >>$CONFIG_STATUS <<_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020137
20138#
20139# CONFIG_FILES section.
20140#
20141
20142# No need to generate the scripts if there are no CONFIG_FILES.
20143# This happens for instance when ./config.status config.h
20144if test -n "\$CONFIG_FILES"; then
20145 # Protect against being on the right side of a sed subst in config.status.
20146 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
20147 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
20148s,@SHELL@,$SHELL,;t t
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020149s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
20150s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
20151s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
20152s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
20153s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
20154s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020155s,@exec_prefix@,$exec_prefix,;t t
20156s,@prefix@,$prefix,;t t
20157s,@program_transform_name@,$program_transform_name,;t t
20158s,@bindir@,$bindir,;t t
20159s,@sbindir@,$sbindir,;t t
20160s,@libexecdir@,$libexecdir,;t t
20161s,@datadir@,$datadir,;t t
20162s,@sysconfdir@,$sysconfdir,;t t
20163s,@sharedstatedir@,$sharedstatedir,;t t
20164s,@localstatedir@,$localstatedir,;t t
20165s,@libdir@,$libdir,;t t
20166s,@includedir@,$includedir,;t t
20167s,@oldincludedir@,$oldincludedir,;t t
20168s,@infodir@,$infodir,;t t
20169s,@mandir@,$mandir,;t t
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020170s,@build_alias@,$build_alias,;t t
20171s,@host_alias@,$host_alias,;t t
20172s,@target_alias@,$target_alias,;t t
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020173s,@DEFS@,$DEFS,;t t
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020174s,@ECHO_C@,$ECHO_C,;t t
20175s,@ECHO_N@,$ECHO_N,;t t
20176s,@ECHO_T@,$ECHO_T,;t t
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020177s,@LIBS@,$LIBS,;t t
Vincent Béron1f504142004-10-19 23:06:11 +000020178s,@DLLDEFS@,$DLLDEFS,;t t
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020179s,@build@,$build,;t t
20180s,@build_cpu@,$build_cpu,;t t
20181s,@build_vendor@,$build_vendor,;t t
20182s,@build_os@,$build_os,;t t
20183s,@host@,$host,;t t
20184s,@host_cpu@,$host_cpu,;t t
20185s,@host_vendor@,$host_vendor,;t t
20186s,@host_os@,$host_os,;t t
Alexandre Julliard71440f32005-05-19 14:28:17 +000020187s,@WIN16_FILES@,$WIN16_FILES,;t t
20188s,@WIN16_INSTALL@,$WIN16_INSTALL,;t t
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020189s,@SET_MAKE@,$SET_MAKE,;t t
20190s,@CC@,$CC,;t t
20191s,@CFLAGS@,$CFLAGS,;t t
20192s,@LDFLAGS@,$LDFLAGS,;t t
20193s,@CPPFLAGS@,$CPPFLAGS,;t t
20194s,@ac_ct_CC@,$ac_ct_CC,;t t
20195s,@EXEEXT@,$EXEEXT,;t t
20196s,@OBJEXT@,$OBJEXT,;t t
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +000020197s,@CXX@,$CXX,;t t
20198s,@CXXFLAGS@,$CXXFLAGS,;t t
20199s,@ac_ct_CXX@,$ac_ct_CXX,;t t
Alexandre Julliarda631ef62004-03-03 20:30:46 +000020200s,@CPPBIN@,$CPPBIN,;t t
20201s,@ac_ct_CPPBIN@,$ac_ct_CPPBIN,;t t
Alexandre Julliardfc01b722002-05-12 03:16:39 +000020202s,@TOOLSDIR@,$TOOLSDIR,;t t
Alexandre Julliarda631ef62004-03-03 20:30:46 +000020203s,@CPP@,$CPP,;t t
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020204s,@X_CFLAGS@,$X_CFLAGS,;t t
20205s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
20206s,@X_LIBS@,$X_LIBS,;t t
20207s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020208s,@LEX@,$LEX,;t t
20209s,@LEXLIB@,$LEXLIB,;t t
20210s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020211s,@XLEX@,$XLEX,;t t
Mike McCormackc068f672004-03-16 03:11:39 +000020212s,@BISON@,$BISON,;t t
Marcus Meissner1d4db782003-01-09 00:46:54 +000020213s,@AS@,$AS,;t t
20214s,@ac_ct_AS@,$ac_ct_AS,;t t
Alexandre Julliardeb5f89c2002-05-24 21:22:10 +000020215s,@LD@,$LD,;t t
20216s,@ac_ct_LD@,$ac_ct_LD,;t t
Alexandre Julliardfc01b722002-05-12 03:16:39 +000020217s,@AR@,$AR,;t t
20218s,@ac_ct_AR@,$ac_ct_AR,;t t
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020219s,@RANLIB@,$RANLIB,;t t
20220s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
Alexandre Julliardfc01b722002-05-12 03:16:39 +000020221s,@STRIP@,$STRIP,;t t
20222s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
20223s,@WINDRES@,$WINDRES,;t t
20224s,@ac_ct_WINDRES@,$ac_ct_WINDRES,;t t
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020225s,@LN_S@,$LN_S,;t t
Alexandre Julliarddf234a92002-05-22 02:10:39 +000020226s,@LN@,$LN,;t t
Alexandre Julliardc6264912004-08-16 20:09:37 +000020227s,@EGREP@,$EGREP,;t t
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020228s,@LDCONFIG@,$LDCONFIG,;t t
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000020229s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
20230s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
20231s,@INSTALL_DATA@,$INSTALL_DATA,;t t
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020232s,@LINT@,$LINT,;t t
20233s,@LINTFLAGS@,$LINTFLAGS,;t t
Huw Davies00acb5f2004-08-17 22:33:14 +000020234s,@FONTFORGE@,$FONTFORGE,;t t
Mike McCormack90c75bd2005-08-08 18:36:53 +000020235s,@PKG_CONFIG@,$PKG_CONFIG,;t t
Alexandre Julliardadbb0982005-08-09 11:12:29 +000020236s,@PRELINK@,$PRELINK,;t t
Alexandre Julliardf45325e2003-11-06 23:05:41 +000020237s,@LIBPTHREAD@,$LIBPTHREAD,;t t
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020238s,@XLIB@,$XLIB,;t t
20239s,@XFILES@,$XFILES,;t t
20240s,@OPENGLFILES@,$OPENGLFILES,;t t
20241s,@GLU32FILES@,$GLU32FILES,;t t
Lionel Ulmer56ab2b3e2002-11-15 04:16:38 +000020242s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
Jacek Cabanef799c42003-12-02 04:11:09 +000020243s,@GLUT_LIBS@,$GLUT_LIBS,;t t
20244s,@GLUT32FILES@,$GLUT32FILES,;t t
Francois Gouget6f670b12002-10-10 17:54:27 +000020245s,@NASLIBS@,$NASLIBS,;t t
Mike McCormackdcc2d6c2005-08-02 11:29:04 +000020246s,@XML2LIBS@,$XML2LIBS,;t t
20247s,@XML2INCL@,$XML2INCL,;t t
Mike McCormackf3719a82005-09-03 09:39:38 +000020248s,@XSLTLIBS@,$XSLTLIBS,;t t
20249s,@XSLTINCL@,$XSLTINCL,;t t
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020250s,@CURSESLIBS@,$CURSESLIBS,;t t
Shi Quan He6b0720f2002-03-21 02:58:39 +000020251s,@sane_devel@,$sane_devel,;t t
20252s,@SANELIBS@,$SANELIBS,;t t
20253s,@SANEINCL@,$SANEINCL,;t t
Alexandre Julliard4ee82902003-06-20 21:38:10 +000020254s,@ICULIBS@,$ICULIBS,;t t
Hans Leidekker2d6d4e92006-04-09 18:36:01 +020020255s,@RESOLVLIBS@,$RESOLVLIBS,;t t
Hans Leidekkerd3447022005-07-15 10:09:43 +000020256s,@LCMSLIBS@,$LCMSLIBS,;t t
Hans Leidekkerea524de2005-07-15 16:39:42 +000020257s,@LDAPLIBS@,$LDAPLIBS,;t t
Huw Davies00acb5f2004-08-17 22:33:14 +000020258s,@FREETYPELIBS@,$FREETYPELIBS,;t t
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020259s,@FREETYPEINCL@,$FREETYPEINCL,;t t
Alexandre Julliard82776022005-08-08 11:17:25 +000020260s,@ft_devel@,$ft_devel,;t t
20261s,@ft_devel2@,$ft_devel2,;t t
Huw Davies00acb5f2004-08-17 22:33:14 +000020262s,@FONTSSUBDIRS@,$FONTSSUBDIRS,;t t
Chris Morgan9b0ba7c2002-03-21 01:38:19 +000020263s,@ARTSCCONFIG@,$ARTSCCONFIG,;t t
20264s,@ARTSLIBS@,$ARTSLIBS,;t t
20265s,@ARTSINCL@,$ARTSINCL,;t t
Peter Åstrand7a15eb92005-08-03 15:53:26 +000020266s,@ESDCONFIG@,$ESDCONFIG,;t t
20267s,@ESDLIBS@,$ESDLIBS,;t t
20268s,@ESDINCL@,$ESDINCL,;t t
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000020269s,@ALSALIBS@,$ALSALIBS,;t t
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000020270s,@AUDIOIOLIBS@,$AUDIOIOLIBS,;t t
Alexandre Julliardfc094232003-04-14 21:46:41 +000020271s,@EXTRACFLAGS@,$EXTRACFLAGS,;t t
Mike McCormackb7443722005-08-11 17:12:18 +000020272s,@BUILTINFLAG@,$BUILTINFLAG,;t t
Alexandre Julliard7bf07d12002-08-03 00:25:59 +000020273s,@DLLEXT@,$DLLEXT,;t t
20274s,@DLLFLAGS@,$DLLFLAGS,;t t
20275s,@DLLIBS@,$DLLIBS,;t t
Alexandre Julliard7bf07d12002-08-03 00:25:59 +000020276s,@LDSHARED@,$LDSHARED,;t t
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +000020277s,@LDDLLFLAGS@,$LDDLLFLAGS,;t t
Alexandre Julliardada5e652002-12-12 22:03:14 +000020278s,@LIBEXT@,$LIBEXT,;t t
20279s,@IMPLIBEXT@,$IMPLIBEXT,;t t
20280s,@DLLTOOL@,$DLLTOOL,;t t
20281s,@ac_ct_DLLTOOL@,$ac_ct_DLLTOOL,;t t
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020282s,@DLLWRAP@,$DLLWRAP,;t t
Alexandre Julliardfc01b722002-05-12 03:16:39 +000020283s,@ac_ct_DLLWRAP@,$ac_ct_DLLWRAP,;t t
Alexandre Julliard4d52d372003-03-24 19:33:20 +000020284s,@LDEXECFLAGS@,$LDEXECFLAGS,;t t
Alexandre Julliard5ed59012006-02-20 11:20:47 +010020285s,@LDEXERPATH@,$LDEXERPATH,;t t
Alexandre Julliard1fd32cf2006-03-20 22:08:26 +010020286s,@LDDLLRPATH@,$LDDLLRPATH,;t t
Emmanuel Maillard2300ce62004-08-19 01:20:45 +000020287s,@COREFOUNDATIONLIB@,$COREFOUNDATIONLIB,;t t
20288s,@IOKITLIB@,$IOKITLIB,;t t
Alexandre Julliardc3c587e2002-09-06 19:46:00 +000020289s,@CROSSTEST@,$CROSSTEST,;t t
20290s,@CROSSCC@,$CROSSCC,;t t
Alexandre Julliard21ee3292003-04-21 22:52:31 +000020291s,@CROSSWINDRES@,$CROSSWINDRES,;t t
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020292s,@LDPATH@,$LDPATH,;t t
Alexandre Julliard7bf07d12002-08-03 00:25:59 +000020293s,@CRTLIBS@,$CRTLIBS,;t t
Steven Edwardsc91ae452004-09-03 18:57:19 +000020294s,@SOCKETLIBS@,$SOCKETLIBS,;t t
Alexandre Julliard546839f2003-11-11 00:48:21 +000020295s,@MAIN_BINARY@,$MAIN_BINARY,;t t
Alexandre Julliard26639172006-02-17 14:12:29 +010020296s,@EXTRA_BINARIES@,$EXTRA_BINARIES,;t t
Alexandre Julliard67e8dc62002-05-20 18:29:58 +000020297s,@LDD@,$LDD,;t t
Alexandre Julliard11af04e2002-10-10 03:48:04 +000020298s,@LIBOBJS@,$LIBOBJS,;t t
20299s,@LTLIBOBJS@,$LTLIBOBJS,;t t
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020300/@MAKE_RULES@/r $MAKE_RULES
20301s,@MAKE_RULES@,,;t t
20302/@MAKE_DLL_RULES@/r $MAKE_DLL_RULES
20303s,@MAKE_DLL_RULES@,,;t t
Alexandre Julliard633b12d2005-08-25 12:14:13 +000020304/@MAKE_IMPLIB_RULES@/r $MAKE_IMPLIB_RULES
20305s,@MAKE_IMPLIB_RULES@,,;t t
Alexandre Julliardedeee892002-08-09 01:22:40 +000020306/@MAKE_TEST_RULES@/r $MAKE_TEST_RULES
20307s,@MAKE_TEST_RULES@,,;t t
Alexandre Julliard117436e2003-05-01 00:39:29 +000020308/@MAKE_LIB_RULES@/r $MAKE_LIB_RULES
20309s,@MAKE_LIB_RULES@,,;t t
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020310/@MAKE_PROG_RULES@/r $MAKE_PROG_RULES
20311s,@MAKE_PROG_RULES@,,;t t
20312CEOF
20313
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020314_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020315
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020316 cat >>$CONFIG_STATUS <<\_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020317 # Split the substitutions into bite-sized pieces for seds with
20318 # small command number limits, like on Digital OSF/1 and HP-UX.
20319 ac_max_sed_lines=48
20320 ac_sed_frag=1 # Number of current file.
20321 ac_beg=1 # First line for current file.
20322 ac_end=$ac_max_sed_lines # Line after last line for current file.
20323 ac_more_lines=:
20324 ac_sed_cmds=
20325 while $ac_more_lines; do
20326 if test $ac_beg -gt 1; then
20327 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
20328 else
20329 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
20330 fi
20331 if test ! -s $tmp/subs.frag; then
20332 ac_more_lines=false
20333 else
20334 # The purpose of the label and of the branching condition is to
20335 # speed up the sed processing (if there are no `@' at all, there
20336 # is no need to browse any of the substitutions).
20337 # These are the two extra sed commands mentioned above.
20338 (echo ':t
20339 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
20340 if test -z "$ac_sed_cmds"; then
Alexandre Julliard875927f2004-01-02 01:55:29 +000020341 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020342 else
Alexandre Julliard875927f2004-01-02 01:55:29 +000020343 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020344 fi
20345 ac_sed_frag=`expr $ac_sed_frag + 1`
20346 ac_beg=$ac_end
20347 ac_end=`expr $ac_end + $ac_max_sed_lines`
20348 fi
20349 done
20350 if test -z "$ac_sed_cmds"; then
20351 ac_sed_cmds=cat
20352 fi
20353fi # test -n "$CONFIG_FILES"
20354
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020355_ACEOF
20356cat >>$CONFIG_STATUS <<\_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020357for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
20358 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
20359 case $ac_file in
20360 - | *:- | *:-:* ) # input from stdin
Alexandre Julliard875927f2004-01-02 01:55:29 +000020361 cat >$tmp/stdin
20362 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
20363 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020364 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
Alexandre Julliard875927f2004-01-02 01:55:29 +000020365 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020366 * ) ac_file_in=$ac_file.in ;;
20367 esac
20368
20369 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020370 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
20371$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
Alexandre Julliard875927f2004-01-02 01:55:29 +000020372 X"$ac_file" : 'X\(//\)[^/]' \| \
20373 X"$ac_file" : 'X\(//\)$' \| \
20374 X"$ac_file" : 'X\(/\)' \| \
20375 . : '\(.\)' 2>/dev/null ||
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020376echo X"$ac_file" |
20377 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
20378 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
20379 /^X\(\/\/\)$/{ s//\1/; q; }
20380 /^X\(\/\).*/{ s//\1/; q; }
20381 s/.*/./; q'`
Alexandre Julliard11af04e2002-10-10 03:48:04 +000020382 { if $as_mkdir_p; then
20383 mkdir -p "$ac_dir"
20384 else
20385 as_dir="$ac_dir"
20386 as_dirs=
20387 while test ! -d "$as_dir"; do
20388 as_dirs="$as_dir $as_dirs"
20389 as_dir=`(dirname "$as_dir") 2>/dev/null ||
20390$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
Alexandre Julliard875927f2004-01-02 01:55:29 +000020391 X"$as_dir" : 'X\(//\)[^/]' \| \
20392 X"$as_dir" : 'X\(//\)$' \| \
20393 X"$as_dir" : 'X\(/\)' \| \
20394 . : '\(.\)' 2>/dev/null ||
Alexandre Julliard11af04e2002-10-10 03:48:04 +000020395echo X"$as_dir" |
20396 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
20397 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
20398 /^X\(\/\/\)$/{ s//\1/; q; }
20399 /^X\(\/\).*/{ s//\1/; q; }
20400 s/.*/./; q'`
20401 done
20402 test ! -n "$as_dirs" || mkdir $as_dirs
20403 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
20404echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
20405 { (exit 1); exit 1; }; }; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020406
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020407 ac_builddir=.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000020408
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020409if test "$ac_dir" != .; then
20410 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
20411 # A "../" for each directory in $ac_dir_suffix.
20412 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
20413else
20414 ac_dir_suffix= ac_top_builddir=
20415fi
20416
20417case $srcdir in
20418 .) # No --srcdir option. We are building in place.
20419 ac_srcdir=.
20420 if test -z "$ac_top_builddir"; then
20421 ac_top_srcdir=.
20422 else
20423 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
20424 fi ;;
20425 [\\/]* | ?:[\\/]* ) # Absolute path.
20426 ac_srcdir=$srcdir$ac_dir_suffix;
20427 ac_top_srcdir=$srcdir ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000020428 *) # Relative path.
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020429 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
20430 ac_top_srcdir=$ac_top_builddir$srcdir ;;
20431esac
Alexandre Julliard875927f2004-01-02 01:55:29 +000020432
20433# Do not use `cd foo && pwd` to compute absolute paths, because
20434# the directories may not exist.
20435case `pwd` in
20436.) ac_abs_builddir="$ac_dir";;
20437*)
20438 case "$ac_dir" in
20439 .) ac_abs_builddir=`pwd`;;
20440 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
20441 *) ac_abs_builddir=`pwd`/"$ac_dir";;
20442 esac;;
20443esac
20444case $ac_abs_builddir in
20445.) ac_abs_top_builddir=${ac_top_builddir}.;;
20446*)
20447 case ${ac_top_builddir}. in
20448 .) ac_abs_top_builddir=$ac_abs_builddir;;
20449 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
20450 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
20451 esac;;
20452esac
20453case $ac_abs_builddir in
20454.) ac_abs_srcdir=$ac_srcdir;;
20455*)
20456 case $ac_srcdir in
20457 .) ac_abs_srcdir=$ac_abs_builddir;;
20458 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
20459 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
20460 esac;;
20461esac
20462case $ac_abs_builddir in
20463.) ac_abs_top_srcdir=$ac_top_srcdir;;
20464*)
20465 case $ac_top_srcdir in
20466 .) ac_abs_top_srcdir=$ac_abs_builddir;;
20467 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
20468 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
20469 esac;;
20470esac
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020471
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000020472
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020473 case $INSTALL in
20474 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020475 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +000020476 esac
Alexandre Julliardda0cfb31996-12-01 17:17:47 +000020477
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020478 # Let's still pretend it is `configure' which instantiates (i.e., don't
20479 # use $as_me), people would be surprised to read:
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020480 # /* config.h. Generated by config.status. */
20481 if test x"$ac_file" = x-; then
20482 configure_input=
20483 else
20484 configure_input="$ac_file. "
20485 fi
20486 configure_input=$configure_input"Generated from `echo $ac_file_in |
Alexandre Julliard875927f2004-01-02 01:55:29 +000020487 sed 's,.*/,,'` by configure."
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +000020488
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020489 # First look for the input files in the build tree, otherwise in the
20490 # src tree.
20491 ac_file_inputs=`IFS=:
20492 for f in $ac_file_in; do
20493 case $f in
20494 -) echo $tmp/stdin ;;
20495 [\\/$]*)
Alexandre Julliard875927f2004-01-02 01:55:29 +000020496 # Absolute (can't be DOS-style, as IFS=:)
20497 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020498echo "$as_me: error: cannot find input file: $f" >&2;}
20499 { (exit 1); exit 1; }; }
Alexandre Julliard875927f2004-01-02 01:55:29 +000020500 echo "$f";;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020501 *) # Relative
Alexandre Julliard875927f2004-01-02 01:55:29 +000020502 if test -f "$f"; then
20503 # Build tree
20504 echo "$f"
20505 elif test -f "$srcdir/$f"; then
20506 # Source tree
20507 echo "$srcdir/$f"
20508 else
20509 # /dev/null tree
20510 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020511echo "$as_me: error: cannot find input file: $f" >&2;}
20512 { (exit 1); exit 1; }; }
Alexandre Julliard875927f2004-01-02 01:55:29 +000020513 fi;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020514 esac
20515 done` || { (exit 1); exit 1; }
Alexandre Julliard875927f2004-01-02 01:55:29 +000020516
20517 if test x"$ac_file" != x-; then
20518 { echo "$as_me:$LINENO: creating $ac_file" >&5
20519echo "$as_me: creating $ac_file" >&6;}
20520 rm -f "$ac_file"
20521 fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020522_ACEOF
20523cat >>$CONFIG_STATUS <<_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020524 sed "$ac_vpsub
20525$extrasub
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020526_ACEOF
20527cat >>$CONFIG_STATUS <<\_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020528:t
20529/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
20530s,@configure_input@,$configure_input,;t t
20531s,@srcdir@,$ac_srcdir,;t t
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020532s,@abs_srcdir@,$ac_abs_srcdir,;t t
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020533s,@top_srcdir@,$ac_top_srcdir,;t t
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020534s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
20535s,@builddir@,$ac_builddir,;t t
20536s,@abs_builddir@,$ac_abs_builddir,;t t
20537s,@top_builddir@,$ac_top_builddir,;t t
20538s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020539s,@INSTALL@,$ac_INSTALL,;t t
20540" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
20541 rm -f $tmp/stdin
20542 if test x"$ac_file" != x-; then
20543 mv $tmp/out $ac_file
20544 else
20545 cat $tmp/out
20546 rm -f $tmp/out
20547 fi
20548
20549done
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020550_ACEOF
20551cat >>$CONFIG_STATUS <<\_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020552
20553#
20554# CONFIG_HEADER section.
20555#
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000020556
Alexandre Julliard18f92e71996-07-17 20:02:21 +000020557# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
20558# NAME is the cpp macro being defined and VALUE is the value it is being given.
20559#
20560# ac_d sets the value in "#define NAME VALUE" lines.
Alexandre Julliard875927f2004-01-02 01:55:29 +000020561ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
20562ac_dB='[ ].*$,\1#\2'
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020563ac_dC=' '
20564ac_dD=',;t'
20565# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
Alexandre Julliard875927f2004-01-02 01:55:29 +000020566ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020567ac_uB='$,\1#\2define\3'
Alexandre Julliard18f92e71996-07-17 20:02:21 +000020568ac_uC=' '
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020569ac_uD=',;t'
Alexandre Julliard18f92e71996-07-17 20:02:21 +000020570
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020571for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +000020572 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020573 case $ac_file in
20574 - | *:- | *:-:* ) # input from stdin
Alexandre Julliard875927f2004-01-02 01:55:29 +000020575 cat >$tmp/stdin
20576 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
20577 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020578 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
Alexandre Julliard875927f2004-01-02 01:55:29 +000020579 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020580 * ) ac_file_in=$ac_file.in ;;
Alexandre Julliard18f92e71996-07-17 20:02:21 +000020581 esac
20582
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020583 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020584echo "$as_me: creating $ac_file" >&6;}
Alexandre Julliard18f92e71996-07-17 20:02:21 +000020585
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020586 # First look for the input files in the build tree, otherwise in the
20587 # src tree.
20588 ac_file_inputs=`IFS=:
20589 for f in $ac_file_in; do
20590 case $f in
20591 -) echo $tmp/stdin ;;
20592 [\\/$]*)
Alexandre Julliard875927f2004-01-02 01:55:29 +000020593 # Absolute (can't be DOS-style, as IFS=:)
20594 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020595echo "$as_me: error: cannot find input file: $f" >&2;}
20596 { (exit 1); exit 1; }; }
Alexandre Julliard875927f2004-01-02 01:55:29 +000020597 # Do quote $f, to prevent DOS paths from being IFS'd.
20598 echo "$f";;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020599 *) # Relative
Alexandre Julliard875927f2004-01-02 01:55:29 +000020600 if test -f "$f"; then
20601 # Build tree
20602 echo "$f"
20603 elif test -f "$srcdir/$f"; then
20604 # Source tree
20605 echo "$srcdir/$f"
20606 else
20607 # /dev/null tree
20608 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020609echo "$as_me: error: cannot find input file: $f" >&2;}
20610 { (exit 1); exit 1; }; }
Alexandre Julliard875927f2004-01-02 01:55:29 +000020611 fi;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020612 esac
20613 done` || { (exit 1); exit 1; }
20614 # Remove the trailing spaces.
Alexandre Julliard875927f2004-01-02 01:55:29 +000020615 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
Alexandre Julliard18f92e71996-07-17 20:02:21 +000020616
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020617_ACEOF
Alexandre Julliard18f92e71996-07-17 20:02:21 +000020618
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020619# Transform confdefs.h into two sed scripts, `conftest.defines' and
20620# `conftest.undefs', that substitutes the proper values into
20621# config.h.in to produce config.h. The first handles `#define'
20622# templates, and the second `#undef' templates.
20623# And first: Protect against being on the right side of a sed subst in
20624# config.status. Protect against being in an unquoted here document
20625# in config.status.
20626rm -f conftest.defines conftest.undefs
20627# Using a here document instead of a string reduces the quoting nightmare.
20628# Putting comments in sed scripts is not portable.
20629#
20630# `end' is used to avoid that the second main sed command (meant for
20631# 0-ary CPP macros) applies to n-ary macro definitions.
20632# See the Autoconf documentation for `clear'.
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020633cat >confdef2sed.sed <<\_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020634s/[\\&,]/\\&/g
20635s,[\\$`],\\&,g
20636t clear
20637: clear
Alexandre Julliard875927f2004-01-02 01:55:29 +000020638s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020639t end
Alexandre Julliard875927f2004-01-02 01:55:29 +000020640s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020641: end
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020642_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020643# If some macros were called several times there might be several times
20644# the same #defines, which is useless. Nevertheless, we may not want to
20645# sort them, since we want the *last* AC-DEFINE to be honored.
20646uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
20647sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
20648rm -f confdef2sed.sed
Alexandre Julliard18f92e71996-07-17 20:02:21 +000020649
20650# This sed command replaces #undef with comments. This is necessary, for
20651# example, in the case of _POSIX_SOURCE, which is predefined and required
20652# on some systems where configure will not decide to define it.
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020653cat >>conftest.undefs <<\_ACEOF
Alexandre Julliard875927f2004-01-02 01:55:29 +000020654s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020655_ACEOF
Alexandre Julliard18f92e71996-07-17 20:02:21 +000020656
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020657# Break up conftest.defines because some shells have a limit on the size
20658# of here documents, and old seds have small limits too (100 cmds).
20659echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
Alexandre Julliard875927f2004-01-02 01:55:29 +000020660echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020661echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
20662echo ' :' >>$CONFIG_STATUS
Alexandre Julliard18f92e71996-07-17 20:02:21 +000020663rm -f conftest.tail
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020664while grep . conftest.defines >/dev/null
Alexandre Julliard18f92e71996-07-17 20:02:21 +000020665do
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020666 # Write a limited-size here document to $tmp/defines.sed.
20667 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
20668 # Speed up: don't consider the non `#define' lines.
Alexandre Julliard875927f2004-01-02 01:55:29 +000020669 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020670 # Work around the forget-to-reset-the-flag bug.
20671 echo 't clr' >>$CONFIG_STATUS
20672 echo ': clr' >>$CONFIG_STATUS
20673 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
Alexandre Julliard18f92e71996-07-17 20:02:21 +000020674 echo 'CEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020675 sed -f $tmp/defines.sed $tmp/in >$tmp/out
20676 rm -f $tmp/in
20677 mv $tmp/out $tmp/in
20678' >>$CONFIG_STATUS
20679 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
20680 rm -f conftest.defines
20681 mv conftest.tail conftest.defines
Alexandre Julliard18f92e71996-07-17 20:02:21 +000020682done
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020683rm -f conftest.defines
Alexandre Julliard11af04e2002-10-10 03:48:04 +000020684echo ' fi # grep' >>$CONFIG_STATUS
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020685echo >>$CONFIG_STATUS
Alexandre Julliard18f92e71996-07-17 20:02:21 +000020686
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020687# Break up conftest.undefs because some shells have a limit on the size
20688# of here documents, and old seds have small limits too (100 cmds).
20689echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
20690rm -f conftest.tail
20691while grep . conftest.undefs >/dev/null
20692do
20693 # Write a limited-size here document to $tmp/undefs.sed.
20694 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
20695 # Speed up: don't consider the non `#undef'
Alexandre Julliard875927f2004-01-02 01:55:29 +000020696 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020697 # Work around the forget-to-reset-the-flag bug.
20698 echo 't clr' >>$CONFIG_STATUS
20699 echo ': clr' >>$CONFIG_STATUS
20700 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
20701 echo 'CEOF
20702 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
20703 rm -f $tmp/in
20704 mv $tmp/out $tmp/in
20705' >>$CONFIG_STATUS
20706 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
20707 rm -f conftest.undefs
20708 mv conftest.tail conftest.undefs
20709done
20710rm -f conftest.undefs
20711
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020712cat >>$CONFIG_STATUS <<\_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020713 # Let's still pretend it is `configure' which instantiates (i.e., don't
20714 # use $as_me), people would be surprised to read:
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020715 # /* config.h. Generated by config.status. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020716 if test x"$ac_file" = x-; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020717 echo "/* Generated by configure. */" >$tmp/config.h
Alexandre Julliard18f92e71996-07-17 20:02:21 +000020718 else
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020719 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
Alexandre Julliard18f92e71996-07-17 20:02:21 +000020720 fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020721 cat $tmp/in >>$tmp/config.h
20722 rm -f $tmp/in
20723 if test x"$ac_file" != x-; then
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000020724 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020725 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020726echo "$as_me: $ac_file is unchanged" >&6;}
20727 else
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020728 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
20729$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
Alexandre Julliard875927f2004-01-02 01:55:29 +000020730 X"$ac_file" : 'X\(//\)[^/]' \| \
20731 X"$ac_file" : 'X\(//\)$' \| \
20732 X"$ac_file" : 'X\(/\)' \| \
20733 . : '\(.\)' 2>/dev/null ||
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020734echo X"$ac_file" |
20735 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
20736 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
20737 /^X\(\/\/\)$/{ s//\1/; q; }
20738 /^X\(\/\).*/{ s//\1/; q; }
20739 s/.*/./; q'`
Alexandre Julliard11af04e2002-10-10 03:48:04 +000020740 { if $as_mkdir_p; then
20741 mkdir -p "$ac_dir"
20742 else
20743 as_dir="$ac_dir"
20744 as_dirs=
20745 while test ! -d "$as_dir"; do
20746 as_dirs="$as_dir $as_dirs"
20747 as_dir=`(dirname "$as_dir") 2>/dev/null ||
20748$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
Alexandre Julliard875927f2004-01-02 01:55:29 +000020749 X"$as_dir" : 'X\(//\)[^/]' \| \
20750 X"$as_dir" : 'X\(//\)$' \| \
20751 X"$as_dir" : 'X\(/\)' \| \
20752 . : '\(.\)' 2>/dev/null ||
Alexandre Julliard11af04e2002-10-10 03:48:04 +000020753echo X"$as_dir" |
20754 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
20755 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
20756 /^X\(\/\/\)$/{ s//\1/; q; }
20757 /^X\(\/\).*/{ s//\1/; q; }
20758 s/.*/./; q'`
20759 done
20760 test ! -n "$as_dirs" || mkdir $as_dirs
20761 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
20762echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
20763 { (exit 1); exit 1; }; }; }
Alexandre Julliard18f92e71996-07-17 20:02:21 +000020764
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020765 rm -f $ac_file
20766 mv $tmp/config.h $ac_file
20767 fi
20768 else
20769 cat $tmp/config.h
20770 rm -f $tmp/config.h
20771 fi
20772done
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020773_ACEOF
20774cat >>$CONFIG_STATUS <<\_ACEOF
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000020775
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020776#
20777# CONFIG_COMMANDS section.
20778#
20779for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
20780 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
20781 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020782 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
20783$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
Alexandre Julliard875927f2004-01-02 01:55:29 +000020784 X"$ac_dest" : 'X\(//\)[^/]' \| \
20785 X"$ac_dest" : 'X\(//\)$' \| \
20786 X"$ac_dest" : 'X\(/\)' \| \
20787 . : '\(.\)' 2>/dev/null ||
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020788echo X"$ac_dest" |
20789 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
20790 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
20791 /^X\(\/\/\)$/{ s//\1/; q; }
20792 /^X\(\/\).*/{ s//\1/; q; }
20793 s/.*/./; q'`
Alexandre Julliard875927f2004-01-02 01:55:29 +000020794 { if $as_mkdir_p; then
20795 mkdir -p "$ac_dir"
20796 else
20797 as_dir="$ac_dir"
20798 as_dirs=
20799 while test ! -d "$as_dir"; do
20800 as_dirs="$as_dir $as_dirs"
20801 as_dir=`(dirname "$as_dir") 2>/dev/null ||
20802$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20803 X"$as_dir" : 'X\(//\)[^/]' \| \
20804 X"$as_dir" : 'X\(//\)$' \| \
20805 X"$as_dir" : 'X\(/\)' \| \
20806 . : '\(.\)' 2>/dev/null ||
20807echo X"$as_dir" |
20808 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
20809 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
20810 /^X\(\/\/\)$/{ s//\1/; q; }
20811 /^X\(\/\).*/{ s//\1/; q; }
20812 s/.*/./; q'`
20813 done
20814 test ! -n "$as_dirs" || mkdir $as_dirs
20815 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
20816echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
20817 { (exit 1); exit 1; }; }; }
20818
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020819 ac_builddir=.
Alexandre Julliard87a2f8d2000-04-09 18:20:25 +000020820
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020821if test "$ac_dir" != .; then
20822 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
20823 # A "../" for each directory in $ac_dir_suffix.
20824 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020825else
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020826 ac_dir_suffix= ac_top_builddir=
20827fi
20828
20829case $srcdir in
20830 .) # No --srcdir option. We are building in place.
20831 ac_srcdir=.
20832 if test -z "$ac_top_builddir"; then
20833 ac_top_srcdir=.
20834 else
20835 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
20836 fi ;;
20837 [\\/]* | ?:[\\/]* ) # Absolute path.
20838 ac_srcdir=$srcdir$ac_dir_suffix;
20839 ac_top_srcdir=$srcdir ;;
20840 *) # Relative path.
20841 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
20842 ac_top_srcdir=$ac_top_builddir$srcdir ;;
20843esac
Alexandre Julliard875927f2004-01-02 01:55:29 +000020844
20845# Do not use `cd foo && pwd` to compute absolute paths, because
20846# the directories may not exist.
20847case `pwd` in
20848.) ac_abs_builddir="$ac_dir";;
20849*)
20850 case "$ac_dir" in
20851 .) ac_abs_builddir=`pwd`;;
20852 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
20853 *) ac_abs_builddir=`pwd`/"$ac_dir";;
20854 esac;;
20855esac
20856case $ac_abs_builddir in
20857.) ac_abs_top_builddir=${ac_top_builddir}.;;
20858*)
20859 case ${ac_top_builddir}. in
20860 .) ac_abs_top_builddir=$ac_abs_builddir;;
20861 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
20862 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
20863 esac;;
20864esac
20865case $ac_abs_builddir in
20866.) ac_abs_srcdir=$ac_srcdir;;
20867*)
20868 case $ac_srcdir in
20869 .) ac_abs_srcdir=$ac_abs_builddir;;
20870 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
20871 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
20872 esac;;
20873esac
20874case $ac_abs_builddir in
20875.) ac_abs_top_srcdir=$ac_top_srcdir;;
20876*)
20877 case $ac_top_srcdir in
20878 .) ac_abs_top_srcdir=$ac_abs_builddir;;
20879 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
20880 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
20881 esac;;
20882esac
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020883
20884
20885 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
20886echo "$as_me: executing $ac_dest commands" >&6;}
20887 case $ac_dest in
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020888 dlls/gdi/enhmfdrv ) test -d "dlls/gdi/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi/enhmfdrv" >&5
20889echo "$as_me: creating dlls/gdi/enhmfdrv" >&6;} && mkdir "dlls/gdi/enhmfdrv") ;;
20890 dlls/gdi/mfdrv ) test -d "dlls/gdi/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi/mfdrv" >&5
20891echo "$as_me: creating dlls/gdi/mfdrv" >&6;} && mkdir "dlls/gdi/mfdrv") ;;
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020892 dlls/kernel/messages ) test -d "dlls/kernel/messages" || ({ echo "$as_me:$LINENO: creating dlls/kernel/messages" >&5
20893echo "$as_me: creating dlls/kernel/messages" >&6;} && mkdir "dlls/kernel/messages") ;;
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020894 dlls/user/resources ) test -d "dlls/user/resources" || ({ echo "$as_me:$LINENO: creating dlls/user/resources" >&5
20895echo "$as_me: creating dlls/user/resources" >&6;} && mkdir "dlls/user/resources") ;;
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020896 dlls/wineps/data ) test -d "dlls/wineps/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps/data" >&5
20897echo "$as_me: creating dlls/wineps/data" >&6;} && mkdir "dlls/wineps/data") ;;
20898 include/wine ) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
20899echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020900 esac
20901done
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020902_ACEOF
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000020903
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020904cat >>$CONFIG_STATUS <<\_ACEOF
Alexandre Julliard87a2f8d2000-04-09 18:20:25 +000020905
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020906{ (exit 0); exit 0; }
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020907_ACEOF
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000020908chmod +x $CONFIG_STATUS
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020909ac_clean_files=$ac_clean_files_save
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000020910
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020911
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020912# configure is writing to config.log, and then calls config.status.
20913# config.status does its own redirection, appending to config.log.
20914# Unfortunately, on DOS this fails, as config.log is still kept open
20915# by configure, so config.status won't be able to write to it; its
20916# output is simply discarded. So we exec the FD to /dev/null,
20917# effectively closing config.log, so it can be properly (re)opened and
20918# appended to by config.status. When coming back to configure, we
20919# need to make the FD available again.
20920if test "$no_create" != yes; then
20921 ac_cs_success=:
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000020922 ac_config_status_args=
20923 test "$silent" = yes &&
20924 ac_config_status_args="$ac_config_status_args --quiet"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020925 exec 5>/dev/null
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000020926 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020927 exec 5>>config.log
20928 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
20929 # would make configure fail if this is the last instruction.
20930 $ac_cs_success || { (exit 1); exit 1; }
20931fi
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000020932
Alexandre Julliarddaa28862002-04-11 21:54:01 +000020933
Ove Kaaven8b4431f1999-01-23 13:59:11 +000020934if test "$have_x" = "no"
20935then
20936 echo
20937 echo "*** Warning: X development files not found. Wine will be built without"
20938 echo "*** X support, which currently does not work, and would probably not be"
20939 echo "*** what you want anyway. You will need to install devel packages of"
Alexandre Julliard18e4b5e2002-01-04 18:52:40 +000020940 echo "*** Xlib/Xfree86 at the very least."
Ove Kaaven8b4431f1999-01-23 13:59:11 +000020941fi
20942
Lionel Ulmerbedf40b2000-05-12 20:18:14 +000020943if test "$wine_cv_opengl_version_OK" = "no"
Lionel Ulmer5c085701999-02-28 19:48:53 +000020944then
20945 echo
20946 echo "*** Warning: old Mesa headers detected. Wine will be built without Direct3D"
Lionel Ulmer5eee0bf2000-03-24 21:20:33 +000020947 echo "*** support. Consider upgrading your Mesa libraries (http://www.mesa3d.org/)."
20948fi
20949
Ian Pilcher563598d2001-05-16 20:56:05 +000020950if test "$wine_cv_msg_freetype" = "yes"
20951then
20952 echo
20953 echo "*** Note: Your system appears to have the FreeType 2 runtime libraries"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020954 echo "*** installed, but 'freetype-config' is not in your PATH. Install the"
20955 echo "*** freetype-devel package (or its equivalent on your distribution) to"
20956 echo "*** enable Wine to use TrueType fonts."
Ian Pilcher563598d2001-05-16 20:56:05 +000020957fi
20958
Mike McCormack8f6aa412006-04-04 13:36:51 +090020959if test "$wine_cv_msg_fonts" = "yes"
20960then
20961 echo
20962 echo "*** Warning: Freetype or Fontforge is missing."
20963 echo "*** Fonts will not be built. Dialog text may be invisible or unaligned."
20964fi
20965
Alexandre Julliard82776022005-08-08 11:17:25 +000020966if test -z "$ALSALIBS" -a \
20967 -z "$ARTSC_LIBS" -a \
20968 -z "$AUDIOIOLIBS" -a \
20969 -z "$NASLIBS" -a \
20970 -z "$ESD_LIBS" -a \
20971 -z "$ac_cv_lib_soname_jack" -a \
20972 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
20973 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
20974 "$ac_cv_header_soundcard_h" != "yes"
Francois Gouget99d026f2005-03-19 17:08:18 +000020975then
20976 echo "*** No sound system was found. Windows applications will be silent."
20977 echo "*** The currently supported sound systems are:"
Peter Åstrand7a15eb92005-08-03 15:53:26 +000020978 echo "*** ALSA, ARTS, EsounD, AudioIO, Jack, NAS and OSS"
Francois Gouget99d026f2005-03-19 17:08:18 +000020979fi
20980
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000020981echo
Vincent Béron5606d102004-08-19 00:03:45 +000020982echo "Configure finished. Do '${ac_make} depend && ${ac_make}' to compile Wine."
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000020983echo
20984