]> git.saurik.com Git - wxWidgets.git/blame - configure
Separate RESCOMP into WINDRES (for Win32) and REZ (for Mac OS).
[wxWidgets.git] / configure
CommitLineData
a848cd7e
SC
1#! /bin/sh
2# From configure.in Id: configure.in.
3# Guess values for system-dependent variables and create Makefiles.
dd8df4fc 4# Generated by GNU Autoconf 2.59 for wxWidgets 2.7.0.
a848cd7e 5#
77ffb593 6# Report bugs to <wx-dev@lists.wxwidgets.org>.
a848cd7e 7#
ac1cb8d3 8# Copyright (C) 2003 Free Software Foundation, Inc.
a848cd7e
SC
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
11## --------------------- ##
12## M4sh Initialization. ##
13## --------------------- ##
14
15# Be Bourne compatible
16if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17 emulate sh
18 NULLCMD=:
19 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
20 # is contrary to our usage. Disable this feature.
21 alias -g '${1+"$@"}'='"$@"'
22elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
23 set -o posix
24fi
ac1cb8d3 25DUALCASE=1; export DUALCASE # for MKS sh
a848cd7e
SC
26
27# Support unset when possible.
ac1cb8d3 28if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
a848cd7e
SC
29 as_unset=unset
30else
31 as_unset=false
32fi
33
34
35# Work around bugs in pre-3.0 UWIN ksh.
36$as_unset ENV MAIL MAILPATH
37PS1='$ '
38PS2='> '
39PS4='+ '
40
41# NLS nuisances.
42for as_var in \
43 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
44 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
45 LC_TELEPHONE LC_TIME
46do
ac1cb8d3 47 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
a848cd7e
SC
48 eval $as_var=C; export $as_var
49 else
50 $as_unset $as_var
51 fi
52done
53
54# Required to use basename.
55if expr a : '\(a\)' >/dev/null 2>&1; then
56 as_expr=expr
57else
58 as_expr=false
59fi
60
61if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
62 as_basename=basename
63else
64 as_basename=false
65fi
66
67
68# Name of the executable.
69as_me=`$as_basename "$0" ||
70$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
71 X"$0" : 'X\(//\)$' \| \
72 X"$0" : 'X\(/\)$' \| \
73 . : '\(.\)' 2>/dev/null ||
74echo X/"$0" |
75 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
76 /^X\/\(\/\/\)$/{ s//\1/; q; }
77 /^X\/\(\/\).*/{ s//\1/; q; }
78 s/.*/./; q'`
79
80
81# PATH needs CR, and LINENO needs CR and PATH.
82# Avoid depending upon Character Ranges.
83as_cr_letters='abcdefghijklmnopqrstuvwxyz'
84as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
85as_cr_Letters=$as_cr_letters$as_cr_LETTERS
86as_cr_digits='0123456789'
87as_cr_alnum=$as_cr_Letters$as_cr_digits
88
89# The user is always right.
90if test "${PATH_SEPARATOR+set}" != set; then
91 echo "#! /bin/sh" >conf$$.sh
92 echo "exit 0" >>conf$$.sh
93 chmod +x conf$$.sh
94 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
95 PATH_SEPARATOR=';'
96 else
97 PATH_SEPARATOR=:
98 fi
99 rm -f conf$$.sh
100fi
101
102
103 as_lineno_1=$LINENO
104 as_lineno_2=$LINENO
105 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
106 test "x$as_lineno_1" != "x$as_lineno_2" &&
107 test "x$as_lineno_3" = "x$as_lineno_2" || {
108 # Find who we are. Look in the path if we contain no path at all
109 # relative or not.
110 case $0 in
111 *[\\/]* ) as_myself=$0 ;;
112 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
113for as_dir in $PATH
114do
115 IFS=$as_save_IFS
116 test -z "$as_dir" && as_dir=.
117 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
118done
119
120 ;;
121 esac
122 # We did not find ourselves, most probably we were run as `sh COMMAND'
123 # in which case we are not to be found in the path.
124 if test "x$as_myself" = x; then
125 as_myself=$0
126 fi
127 if test ! -f "$as_myself"; then
128 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
129 { (exit 1); exit 1; }; }
130 fi
131 case $CONFIG_SHELL in
132 '')
133 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
134for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
135do
136 IFS=$as_save_IFS
137 test -z "$as_dir" && as_dir=.
138 for as_base in sh bash ksh sh5; do
139 case $as_dir in
140 /*)
141 if ("$as_dir/$as_base" -c '
142 as_lineno_1=$LINENO
143 as_lineno_2=$LINENO
144 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
145 test "x$as_lineno_1" != "x$as_lineno_2" &&
146 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
147 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
148 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
149 CONFIG_SHELL=$as_dir/$as_base
150 export CONFIG_SHELL
151 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
152 fi;;
153 esac
154 done
155done
156;;
157 esac
158
159 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
160 # uniformly replaced by the line number. The first 'sed' inserts a
161 # line-number line before each line; the second 'sed' does the real
162 # work. The second script uses 'N' to pair each line-number line
163 # with the numbered line, and appends trailing '-' during
164 # substitution so that $LINENO is not a special case at line end.
165 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
166 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
167 sed '=' <$as_myself |
168 sed '
169 N
170 s,$,-,
171 : loop
172 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
173 t loop
174 s,-$,,
175 s,^['$as_cr_digits']*\n,,
176 ' >$as_me.lineno &&
177 chmod +x $as_me.lineno ||
178 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
179 { (exit 1); exit 1; }; }
180
181 # Don't try to exec as it changes $[0], causing all sort of problems
182 # (the dirname of $[0] is not the place where we might find the
183 # original and so on. Autoconf is especially sensible to this).
184 . ./$as_me.lineno
185 # Exit status is that of the last command.
186 exit
187}
188
189
190case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
191 *c*,-n*) ECHO_N= ECHO_C='
192' ECHO_T=' ' ;;
193 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
194 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
195esac
196
197if expr a : '\(a\)' >/dev/null 2>&1; then
198 as_expr=expr
199else
200 as_expr=false
201fi
202
203rm -f conf$$ conf$$.exe conf$$.file
204echo >conf$$.file
205if ln -s conf$$.file conf$$ 2>/dev/null; then
206 # We could just check for DJGPP; but this test a) works b) is more generic
207 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
208 if test -f conf$$.exe; then
209 # Don't use ln at all; we don't have any links
210 as_ln_s='cp -p'
211 else
212 as_ln_s='ln -s'
213 fi
214elif ln conf$$.file conf$$ 2>/dev/null; then
215 as_ln_s=ln
216else
217 as_ln_s='cp -p'
218fi
219rm -f conf$$ conf$$.exe conf$$.file
220
221if mkdir -p . 2>/dev/null; then
222 as_mkdir_p=:
223else
ac1cb8d3 224 test -d ./-p && rmdir ./-p
a848cd7e
SC
225 as_mkdir_p=false
226fi
227
228as_executable_p="test -f"
229
230# Sed expression to map a string onto a valid CPP name.
ac1cb8d3 231as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
a848cd7e
SC
232
233# Sed expression to map a string onto a valid variable name.
ac1cb8d3 234as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
a848cd7e
SC
235
236
237# IFS
238# We need space, tab and new line, in precisely that order.
239as_nl='
240'
241IFS=" $as_nl"
242
243# CDPATH.
244$as_unset CDPATH
245
246
247# Name of the host.
248# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
249# so uname gets run too.
250ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
251
252exec 6>&1
253
254#
255# Initializations.
256#
257ac_default_prefix=/usr/local
258ac_config_libobj_dir=.
259cross_compiling=no
260subdirs=
261MFLAGS=
262MAKEFLAGS=
263SHELL=${CONFIG_SHELL-/bin/sh}
264
265# Maximum number of lines to put in a shell here document.
266# This variable seems obsolete. It should probably be removed, and
267# only ac_max_sed_lines should be used.
268: ${ac_max_here_lines=38}
269
270# Identity of this package.
77ffb593
JS
271PACKAGE_NAME='wxWidgets'
272PACKAGE_TARNAME='wxwidgets'
dd8df4fc
VZ
273PACKAGE_VERSION='2.7.0'
274PACKAGE_STRING='wxWidgets 2.7.0'
77ffb593 275PACKAGE_BUGREPORT='wx-dev@lists.wxwidgets.org'
a848cd7e
SC
276
277ac_unique_file="wx-config.in"
278# Factoring default headers for most tests.
279ac_includes_default="\
280#include <stdio.h>
281#if HAVE_SYS_TYPES_H
282# include <sys/types.h>
283#endif
284#if HAVE_SYS_STAT_H
285# include <sys/stat.h>
286#endif
287#if STDC_HEADERS
288# include <stdlib.h>
289# include <stddef.h>
290#else
291# if HAVE_STDLIB_H
292# include <stdlib.h>
293# endif
294#endif
295#if HAVE_STRING_H
296# if !STDC_HEADERS && HAVE_MEMORY_H
297# include <memory.h>
298# endif
299# include <string.h>
300#endif
301#if HAVE_STRINGS_H
302# include <strings.h>
303#endif
304#if HAVE_INTTYPES_H
305# include <inttypes.h>
306#else
307# if HAVE_STDINT_H
308# include <stdint.h>
309# endif
310#endif
311#if HAVE_UNISTD_H
312# include <unistd.h>
313#endif"
314
315ac_subdirs_all="$ac_subdirs_all src/expat"
370d2fd7 316ac_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 build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP CXX CXXFLAGS ac_ct_CXX RANLIB ac_ct_RANLIB AR ac_ct_AR INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA STRIP ac_ct_STRIP RESCOMP ac_ct_RESCOMP DLLTOOL ac_ct_DLLTOOL IF_GNU_MAKE LN_S LNDIR CXXCPP subdirs PKG_CONFIG GTK_CFLAGS GTK_LIBS GTK_CONFIG X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS PANGOX_CFLAGS PANGOX_LIBS PANGOFT2_CFLAGS PANGOFT2_LIBS PANGOXFT_CFLAGS PANGOXFT_LIBS DEREZ SETFILE LIBICONV EXTRALIBS_ESD SDL_CONFIG SDL_CFLAGS SDL_LIBS LIBGNOMEPRINTUI_CFLAGS LIBGNOMEPRINTUI_LIBS GSTREAMER_CFLAGS GSTREAMER_LIBS GST_INSPECT CORE_BASE_LIBS CORE_GUI_LIBS wxUSE_ZLIB wxUSE_REGEX wxUSE_EXPAT wxUSE_ODBC wxUSE_LIBJPEG wxUSE_LIBPNG wxUSE_LIBTIFF VENDOR OFFICIAL_BUILD WX_FLAVOUR WX_LIB_FLAVOUR WXUNIV MONOLITHIC USE_PLUGINS EXTRALIBS EXTRALIBS_XML EXTRALIBS_HTML EXTRALIBS_ODBC EXTRALIBS_GUI EXTRALIBS_OPENGL EXTRALIBS_SDL WITH_PLUGIN_SDL EXTRALIBS_GNOMEPRINT UNICODE BUILD DEBUG_INFO DEBUG_FLAG TOOLKIT_LOWERCASE TOOLKIT_VERSION SAMPLES_RPATH_FLAG SAMPLES_RPATH_POSTLINK HOST_SUFFIX CPPUNIT_CFLAGS CPPUNIT_LIBS SET_MAKE MAKE_SET NM ac_ct_NM INSTALL_DIR LDFLAGS_GUI PLATFORM_UNIX PLATFORM_WIN32 PLATFORM_MSDOS PLATFORM_MAC PLATFORM_MACOS PLATFORM_MACOSX PLATFORM_OS2 PLATFORM_BEOS SO_SUFFIX SO_SUFFIX_MODULE DLLIMP_SUFFIX LIBPREFIX LIBEXT DLLPREFIX DLLPREFIX_MODULE dlldir AIX_CXX_LD SHARED_LD_CC SHARED_LD_CXX SHARED_LD_MODULE_CC SHARED_LD_MODULE_CXX PIC_FLAG WINDOWS_IMPLIB USE_SOVERSION USE_SOVERLINUX USE_SOVERSOLARIS USE_SOVERCYGWIN USE_MACVERSION USE_SOSYMLINKS SONAME_FLAG DEPS_TRACKING GCC_PCH COND_BUILD_DEBUG COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT COND_BUILD_DEBUG_UNICODE_0 COND_BUILD_DEBUG_UNICODE_1 COND_BUILD_RELEASE COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT COND_BUILD_RELEASE_UNICODE_0 COND_BUILD_RELEASE_UNICODE_1 COND_DEBUG_FLAG_1 COND_DEBUG_INFO_0 COND_DEBUG_INFO_1 COND_DEPS_TRACKING_0 COND_DEPS_TRACKING_1 COND_GCC_PCH_1 COND_MONOLITHIC_0 COND_MONOLITHIC_0_SHARED_0 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1 COND_MONOLITHIC_0_SHARED_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1 COND_MONOLITHIC_0_USE_ODBC_1 COND_MONOLITHIC_1 COND_MONOLITHIC_1_SHARED_0 COND_MONOLITHIC_1_SHARED_1 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1 COND_PLATFORM_MACOSX_1 COND_PLATFORM_MACOSX_1_TOOLKIT_ COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA COND_PLATFORM_MACOSX_1_TOOLKIT_GTK COND_PLATFORM_MACOSX_1_TOOLKIT_MAC COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF COND_PLATFORM_MACOSX_1_TOOLKIT_X11 COND_PLATFORM_MACOSX_1_USE_GUI_1 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1 COND_PLATFORM_MACOS_1 COND_PLATFORM_MAC_1 COND_PLATFORM_MSDOS_1 COND_PLATFORM_OS2_1 COND_PLATFORM_UNIX_0 COND_PLATFORM_UNIX_1 COND_PLATFORM_UNIX_1_USE_GUI_1 COND_PLATFORM_UNIX_1_USE_PLUGINS_0 COND_PLATFORM_WIN32_0 COND_PLATFORM_WIN32_1 COND_SHARED_0 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN COND_SHARED_0_USE_XRC_1 COND_SHARED_0_WXUSE_EXPAT_BUILTIN COND_SHARED_0_WXUSE_ODBC_BUILTIN COND_SHARED_0_WXUSE_REGEX_BUILTIN COND_SHARED_0_WXUSE_ZLIB_BUILTIN COND_SHARED_1 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1 COND_SHARED_1_USE_XRC_1 COND_TOOLKIT_ COND_TOOLKIT_COCOA COND_TOOLKIT_COCOA_USE_GUI_1 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_GTK COND_TOOLKIT_GTK_USE_GUI_1 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MAC COND_TOOLKIT_MAC_USE_GUI_1 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MGL COND_TOOLKIT_MGL_USE_GUI_1 COND_TOOLKIT_MOTIF COND_TOOLKIT_MOTIF_USE_GUI_1 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MSW COND_TOOLKIT_MSW_USE_GUI_1 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MSW_WXUNIV_0 COND_TOOLKIT_PM COND_TOOLKIT_PM_USE_GUI_1 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_WINCE COND_TOOLKIT_WINCE_USE_GUI_1 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_WINCE_WXUNIV_0 COND_TOOLKIT_X11 COND_TOOLKIT_X11_USE_GUI_1 COND_UNICODE_1 COND_USE_EXCEPTIONS_0 COND_USE_EXCEPTIONS_1 COND_USE_GUI_0 COND_USE_GUI_1 COND_USE_GUI_1_WXUNIV_0 COND_USE_GUI_1_WXUNIV_1 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN COND_USE_ODBC_1 COND_USE_OPENGL_1 COND_USE_PLUGINS_0 COND_USE_RTTI_0 COND_USE_RTTI_1 COND_USE_SOSYMLINKS_1 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1 COND_USE_SOVERLINUX_1 COND_USE_SOVERSION_0 COND_USE_SOVERSOLARIS_1 COND_USE_THREADS_0 COND_USE_THREADS_1 COND_USE_XRC_1 COND_WINDOWS_IMPLIB_1 COND_WITH_PLUGIN_SDL_1 COND_WXUNIV_0 COND_WXUNIV_1 COND_WXUSE_EXPAT_BUILTIN COND_WXUSE_LIBJPEG_BUILTIN COND_WXUSE_LIBPNG_BUILTIN COND_WXUSE_LIBTIFF_BUILTIN COND_WXUSE_ODBC_BUILTIN COND_WXUSE_REGEX_BUILTIN COND_WXUSE_ZLIB_BUILTIN SHARED WX_LIBRARY_BASENAME_NOGUI WX_LIBRARY_BASENAME_GUI USE_GUI AFMINSTALL WIN32INSTALL TOOLKIT TOOLKIT_DIR TOOLCHAIN_NAME TOOLCHAIN_FULLNAME cross_compiling WIDGET_SET WX_RELEASE WX_VERSION WX_SUBVERSION WX_CHARTYPE WX_DEBUGTYPE WXCONFIG_CPPFLAGS WXCONFIG_CFLAGS WXCONFIG_CXXFLAGS WXCONFIG_LIBS WXCONFIG_RPATH WXCONFIG_LDFLAGS_GUI WXCONFIG_RESCOMP EXE_LINKER GUIDIST DISTDIR SAMPLES_SUBDIRS LDFLAGS_GL OPENGL_LIBS DMALLOC_LIBS WX_VERSION_TAG RESFLAGS RESPROGRAMOBJ WX_RESOURCES_MACOSX_ASCII WX_RESOURCES_MACOSX_DATA LIBWXMACRES MACRESCOMP MACSETFILE MACRESWXCONFIG GCC CPPUNIT_CONFIG LIBOBJS LTLIBOBJS'
a848cd7e
SC
317ac_subst_files=''
318
319# Initialize some variables set by options.
320ac_init_help=
321ac_init_version=false
322# The variables have the same names as the options, with
323# dashes changed to underlines.
324cache_file=/dev/null
325exec_prefix=NONE
326no_create=
327no_recursion=
328prefix=NONE
329program_prefix=NONE
330program_suffix=NONE
331program_transform_name=s,x,x,
332silent=
333site=
334srcdir=
335verbose=
336x_includes=NONE
337x_libraries=NONE
338
339# Installation directory options.
340# These are left unexpanded so users can "make install exec_prefix=/foo"
341# and all the variables that are supposed to be based on exec_prefix
342# by default will actually change.
343# Use braces instead of parens because sh, perl, etc. also accept them.
344bindir='${exec_prefix}/bin'
345sbindir='${exec_prefix}/sbin'
346libexecdir='${exec_prefix}/libexec'
347datadir='${prefix}/share'
348sysconfdir='${prefix}/etc'
349sharedstatedir='${prefix}/com'
350localstatedir='${prefix}/var'
351libdir='${exec_prefix}/lib'
352includedir='${prefix}/include'
353oldincludedir='/usr/include'
354infodir='${prefix}/info'
355mandir='${prefix}/man'
356
357ac_prev=
358for ac_option
359do
360 # If the previous option needs an argument, assign it.
361 if test -n "$ac_prev"; then
362 eval "$ac_prev=\$ac_option"
363 ac_prev=
364 continue
365 fi
366
367 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
368
369 # Accept the important Cygnus configure options, so we can diagnose typos.
370
371 case $ac_option in
372
373 -bindir | --bindir | --bindi | --bind | --bin | --bi)
374 ac_prev=bindir ;;
375 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
376 bindir=$ac_optarg ;;
377
378 -build | --build | --buil | --bui | --bu)
379 ac_prev=build_alias ;;
380 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
381 build_alias=$ac_optarg ;;
382
383 -cache-file | --cache-file | --cache-fil | --cache-fi \
384 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
385 ac_prev=cache_file ;;
386 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
387 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
388 cache_file=$ac_optarg ;;
389
390 --config-cache | -C)
391 cache_file=config.cache ;;
392
393 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
394 ac_prev=datadir ;;
395 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
396 | --da=*)
397 datadir=$ac_optarg ;;
398
399 -disable-* | --disable-*)
400 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
401 # Reject names that are not valid shell variable names.
402 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
403 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
404 { (exit 1); exit 1; }; }
405 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
406 eval "enable_$ac_feature=no" ;;
407
408 -enable-* | --enable-*)
409 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
410 # Reject names that are not valid shell variable names.
411 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
412 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
413 { (exit 1); exit 1; }; }
414 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
415 case $ac_option in
416 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
417 *) ac_optarg=yes ;;
418 esac
419 eval "enable_$ac_feature='$ac_optarg'" ;;
420
421 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
422 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
423 | --exec | --exe | --ex)
424 ac_prev=exec_prefix ;;
425 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
426 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
427 | --exec=* | --exe=* | --ex=*)
428 exec_prefix=$ac_optarg ;;
429
430 -gas | --gas | --ga | --g)
431 # Obsolete; use --with-gas.
432 with_gas=yes ;;
433
434 -help | --help | --hel | --he | -h)
435 ac_init_help=long ;;
436 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
437 ac_init_help=recursive ;;
438 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
439 ac_init_help=short ;;
440
441 -host | --host | --hos | --ho)
442 ac_prev=host_alias ;;
443 -host=* | --host=* | --hos=* | --ho=*)
444 host_alias=$ac_optarg ;;
445
446 -includedir | --includedir | --includedi | --included | --include \
447 | --includ | --inclu | --incl | --inc)
448 ac_prev=includedir ;;
449 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
450 | --includ=* | --inclu=* | --incl=* | --inc=*)
451 includedir=$ac_optarg ;;
452
453 -infodir | --infodir | --infodi | --infod | --info | --inf)
454 ac_prev=infodir ;;
455 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
456 infodir=$ac_optarg ;;
457
458 -libdir | --libdir | --libdi | --libd)
459 ac_prev=libdir ;;
460 -libdir=* | --libdir=* | --libdi=* | --libd=*)
461 libdir=$ac_optarg ;;
462
463 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
464 | --libexe | --libex | --libe)
465 ac_prev=libexecdir ;;
466 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
467 | --libexe=* | --libex=* | --libe=*)
468 libexecdir=$ac_optarg ;;
469
470 -localstatedir | --localstatedir | --localstatedi | --localstated \
471 | --localstate | --localstat | --localsta | --localst \
472 | --locals | --local | --loca | --loc | --lo)
473 ac_prev=localstatedir ;;
474 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
475 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
476 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
477 localstatedir=$ac_optarg ;;
478
479 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
480 ac_prev=mandir ;;
481 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
482 mandir=$ac_optarg ;;
483
484 -nfp | --nfp | --nf)
485 # Obsolete; use --without-fp.
486 with_fp=no ;;
487
488 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
489 | --no-cr | --no-c | -n)
490 no_create=yes ;;
491
492 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
493 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
494 no_recursion=yes ;;
495
496 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
497 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
498 | --oldin | --oldi | --old | --ol | --o)
499 ac_prev=oldincludedir ;;
500 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
501 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
502 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
503 oldincludedir=$ac_optarg ;;
504
505 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
506 ac_prev=prefix ;;
507 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
508 prefix=$ac_optarg ;;
509
510 -program-prefix | --program-prefix | --program-prefi | --program-pref \
511 | --program-pre | --program-pr | --program-p)
512 ac_prev=program_prefix ;;
513 -program-prefix=* | --program-prefix=* | --program-prefi=* \
514 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
515 program_prefix=$ac_optarg ;;
516
517 -program-suffix | --program-suffix | --program-suffi | --program-suff \
518 | --program-suf | --program-su | --program-s)
519 ac_prev=program_suffix ;;
520 -program-suffix=* | --program-suffix=* | --program-suffi=* \
521 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
522 program_suffix=$ac_optarg ;;
523
524 -program-transform-name | --program-transform-name \
525 | --program-transform-nam | --program-transform-na \
526 | --program-transform-n | --program-transform- \
527 | --program-transform | --program-transfor \
528 | --program-transfo | --program-transf \
529 | --program-trans | --program-tran \
530 | --progr-tra | --program-tr | --program-t)
531 ac_prev=program_transform_name ;;
532 -program-transform-name=* | --program-transform-name=* \
533 | --program-transform-nam=* | --program-transform-na=* \
534 | --program-transform-n=* | --program-transform-=* \
535 | --program-transform=* | --program-transfor=* \
536 | --program-transfo=* | --program-transf=* \
537 | --program-trans=* | --program-tran=* \
538 | --progr-tra=* | --program-tr=* | --program-t=*)
539 program_transform_name=$ac_optarg ;;
540
541 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
542 | -silent | --silent | --silen | --sile | --sil)
543 silent=yes ;;
544
545 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
546 ac_prev=sbindir ;;
547 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
548 | --sbi=* | --sb=*)
549 sbindir=$ac_optarg ;;
550
551 -sharedstatedir | --sharedstatedir | --sharedstatedi \
552 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
553 | --sharedst | --shareds | --shared | --share | --shar \
554 | --sha | --sh)
555 ac_prev=sharedstatedir ;;
556 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
557 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
558 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
559 | --sha=* | --sh=*)
560 sharedstatedir=$ac_optarg ;;
561
562 -site | --site | --sit)
563 ac_prev=site ;;
564 -site=* | --site=* | --sit=*)
565 site=$ac_optarg ;;
566
567 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
568 ac_prev=srcdir ;;
569 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
570 srcdir=$ac_optarg ;;
571
572 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
573 | --syscon | --sysco | --sysc | --sys | --sy)
574 ac_prev=sysconfdir ;;
575 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
576 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
577 sysconfdir=$ac_optarg ;;
578
579 -target | --target | --targe | --targ | --tar | --ta | --t)
580 ac_prev=target_alias ;;
581 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
582 target_alias=$ac_optarg ;;
583
584 -v | -verbose | --verbose | --verbos | --verbo | --verb)
585 verbose=yes ;;
586
587 -version | --version | --versio | --versi | --vers | -V)
588 ac_init_version=: ;;
589
590 -with-* | --with-*)
591 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
592 # Reject names that are not valid shell variable names.
593 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
594 { echo "$as_me: error: invalid package name: $ac_package" >&2
595 { (exit 1); exit 1; }; }
596 ac_package=`echo $ac_package| sed 's/-/_/g'`
597 case $ac_option in
598 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
599 *) ac_optarg=yes ;;
600 esac
601 eval "with_$ac_package='$ac_optarg'" ;;
602
603 -without-* | --without-*)
604 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
605 # Reject names that are not valid shell variable names.
606 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
607 { echo "$as_me: error: invalid package name: $ac_package" >&2
608 { (exit 1); exit 1; }; }
609 ac_package=`echo $ac_package | sed 's/-/_/g'`
610 eval "with_$ac_package=no" ;;
611
612 --x)
613 # Obsolete; use --with-x.
614 with_x=yes ;;
615
616 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
617 | --x-incl | --x-inc | --x-in | --x-i)
618 ac_prev=x_includes ;;
619 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
620 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
621 x_includes=$ac_optarg ;;
622
623 -x-libraries | --x-libraries | --x-librarie | --x-librari \
624 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
625 ac_prev=x_libraries ;;
626 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
627 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
628 x_libraries=$ac_optarg ;;
629
630 -*) { echo "$as_me: error: unrecognized option: $ac_option
631Try \`$0 --help' for more information." >&2
632 { (exit 1); exit 1; }; }
633 ;;
634
635 *=*)
636 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
637 # Reject names that are not valid shell variable names.
638 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
639 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
640 { (exit 1); exit 1; }; }
641 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
642 eval "$ac_envvar='$ac_optarg'"
643 export $ac_envvar ;;
644
645 *)
646 # FIXME: should be removed in autoconf 3.0.
647 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
648 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
649 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
650 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
651 ;;
652
653 esac
654done
655
656if test -n "$ac_prev"; then
657 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
658 { echo "$as_me: error: missing argument to $ac_option" >&2
659 { (exit 1); exit 1; }; }
660fi
661
662# Be sure to have absolute paths.
663for ac_var in exec_prefix prefix
664do
665 eval ac_val=$`echo $ac_var`
666 case $ac_val in
667 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
668 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
669 { (exit 1); exit 1; }; };;
670 esac
671done
672
673# Be sure to have absolute paths.
674for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
ac1cb8d3 675 localstatedir libdir includedir oldincludedir infodir mandir
a848cd7e
SC
676do
677 eval ac_val=$`echo $ac_var`
678 case $ac_val in
679 [\\/$]* | ?:[\\/]* ) ;;
680 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
681 { (exit 1); exit 1; }; };;
682 esac
683done
684
685# There might be people who depend on the old broken behavior: `$host'
686# used to hold the argument of --host etc.
687# FIXME: To remove some day.
688build=$build_alias
689host=$host_alias
690target=$target_alias
691
692# FIXME: To remove some day.
693if test "x$host_alias" != x; then
694 if test "x$build_alias" = x; then
695 cross_compiling=maybe
696 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
697 If a cross compiler is detected then cross compile mode will be used." >&2
698 elif test "x$build_alias" != "x$host_alias"; then
699 cross_compiling=yes
700 fi
701fi
702
703ac_tool_prefix=
704test -n "$host_alias" && ac_tool_prefix=$host_alias-
705
706test "$silent" = yes && exec 6>/dev/null
707
708
709# Find the source files, if location was not specified.
710if test -z "$srcdir"; then
711 ac_srcdir_defaulted=yes
712 # Try the directory containing this script, then its parent.
713 ac_confdir=`(dirname "$0") 2>/dev/null ||
714$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
715 X"$0" : 'X\(//\)[^/]' \| \
716 X"$0" : 'X\(//\)$' \| \
717 X"$0" : 'X\(/\)' \| \
718 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
719echo X"$0" |
720 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
721 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
722 /^X\(\/\/\)$/{ s//\1/; q; }
723 /^X\(\/\).*/{ s//\1/; q; }
724 s/.*/./; q'`
725 srcdir=$ac_confdir
726 if test ! -r $srcdir/$ac_unique_file; then
727 srcdir=..
728 fi
729else
730 ac_srcdir_defaulted=no
731fi
732if test ! -r $srcdir/$ac_unique_file; then
733 if test "$ac_srcdir_defaulted" = yes; then
734 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
735 { (exit 1); exit 1; }; }
736 else
737 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
738 { (exit 1); exit 1; }; }
739 fi
740fi
741(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
742 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
743 { (exit 1); exit 1; }; }
744srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
745ac_env_build_alias_set=${build_alias+set}
746ac_env_build_alias_value=$build_alias
747ac_cv_env_build_alias_set=${build_alias+set}
748ac_cv_env_build_alias_value=$build_alias
749ac_env_host_alias_set=${host_alias+set}
750ac_env_host_alias_value=$host_alias
751ac_cv_env_host_alias_set=${host_alias+set}
752ac_cv_env_host_alias_value=$host_alias
753ac_env_target_alias_set=${target_alias+set}
754ac_env_target_alias_value=$target_alias
755ac_cv_env_target_alias_set=${target_alias+set}
756ac_cv_env_target_alias_value=$target_alias
757ac_env_CC_set=${CC+set}
758ac_env_CC_value=$CC
759ac_cv_env_CC_set=${CC+set}
760ac_cv_env_CC_value=$CC
761ac_env_CFLAGS_set=${CFLAGS+set}
762ac_env_CFLAGS_value=$CFLAGS
763ac_cv_env_CFLAGS_set=${CFLAGS+set}
764ac_cv_env_CFLAGS_value=$CFLAGS
765ac_env_LDFLAGS_set=${LDFLAGS+set}
766ac_env_LDFLAGS_value=$LDFLAGS
767ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
768ac_cv_env_LDFLAGS_value=$LDFLAGS
769ac_env_CPPFLAGS_set=${CPPFLAGS+set}
770ac_env_CPPFLAGS_value=$CPPFLAGS
771ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
772ac_cv_env_CPPFLAGS_value=$CPPFLAGS
773ac_env_CPP_set=${CPP+set}
774ac_env_CPP_value=$CPP
775ac_cv_env_CPP_set=${CPP+set}
776ac_cv_env_CPP_value=$CPP
777ac_env_CXX_set=${CXX+set}
778ac_env_CXX_value=$CXX
779ac_cv_env_CXX_set=${CXX+set}
780ac_cv_env_CXX_value=$CXX
781ac_env_CXXFLAGS_set=${CXXFLAGS+set}
782ac_env_CXXFLAGS_value=$CXXFLAGS
783ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
784ac_cv_env_CXXFLAGS_value=$CXXFLAGS
785ac_env_CXXCPP_set=${CXXCPP+set}
786ac_env_CXXCPP_value=$CXXCPP
787ac_cv_env_CXXCPP_set=${CXXCPP+set}
788ac_cv_env_CXXCPP_value=$CXXCPP
789
790#
791# Report the --help message.
792#
793if test "$ac_init_help" = "long"; then
794 # Omit some internal or obsolete options to make the list less imposing.
795 # This message is too long to be a string in the A/UX 3.1 sh.
796 cat <<_ACEOF
dd8df4fc 797\`configure' configures wxWidgets 2.7.0 to adapt to many kinds of systems.
a848cd7e
SC
798
799Usage: $0 [OPTION]... [VAR=VALUE]...
800
801To assign environment variables (e.g., CC, CFLAGS...), specify them as
802VAR=VALUE. See below for descriptions of some of the useful variables.
803
804Defaults for the options are specified in brackets.
805
806Configuration:
807 -h, --help display this help and exit
808 --help=short display options specific to this package
809 --help=recursive display the short help of all the included packages
810 -V, --version display version information and exit
811 -q, --quiet, --silent do not print \`checking...' messages
812 --cache-file=FILE cache test results in FILE [disabled]
813 -C, --config-cache alias for \`--cache-file=config.cache'
814 -n, --no-create do not create output files
815 --srcdir=DIR find the sources in DIR [configure dir or \`..']
816
817_ACEOF
818
819 cat <<_ACEOF
820Installation directories:
821 --prefix=PREFIX install architecture-independent files in PREFIX
ac1cb8d3 822 [$ac_default_prefix]
a848cd7e 823 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
ac1cb8d3 824 [PREFIX]
a848cd7e
SC
825
826By default, \`make install' will install all the files in
827\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
828an installation prefix other than \`$ac_default_prefix' using \`--prefix',
829for instance \`--prefix=\$HOME'.
830
831For better control, use the options below.
832
833Fine tuning of the installation directories:
834 --bindir=DIR user executables [EPREFIX/bin]
835 --sbindir=DIR system admin executables [EPREFIX/sbin]
836 --libexecdir=DIR program executables [EPREFIX/libexec]
837 --datadir=DIR read-only architecture-independent data [PREFIX/share]
838 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
839 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
840 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
841 --libdir=DIR object code libraries [EPREFIX/lib]
842 --includedir=DIR C header files [PREFIX/include]
843 --oldincludedir=DIR C header files for non-gcc [/usr/include]
844 --infodir=DIR info documentation [PREFIX/info]
845 --mandir=DIR man documentation [PREFIX/man]
846_ACEOF
847
848 cat <<\_ACEOF
849
850X features:
851 --x-includes=DIR X include files are in DIR
852 --x-libraries=DIR X library files are in DIR
853
854System types:
855 --build=BUILD configure for building on BUILD [guessed]
856 --host=HOST cross-compile to build programs to run on HOST [BUILD]
857 --target=TARGET configure for building compilers for TARGET [HOST]
858_ACEOF
859fi
860
861if test -n "$ac_init_help"; then
862 case $ac_init_help in
dd8df4fc 863 short | recursive ) echo "Configuration of wxWidgets 2.7.0:";;
a848cd7e
SC
864 esac
865 cat <<\_ACEOF
866
867Optional Features:
868 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
869 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
870 --enable-gui use GUI classes
77ffb593
JS
871 --enable-monolithic build wxWidgets as single library
872 --enable-plugins build parts of wxWidgets as loadable components
873 --enable-universal use wxWidgets GUI controls instead of native ones
a848cd7e 874 --enable-nanox use NanoX
f34ca037 875 --disable-gtk2 use GTK+ 1.2 instead of 2.0
a848cd7e
SC
876 --enable-gpe use GNOME PDA Environment features if possible
877 --enable-shared create shared library code
878 --enable-optimise create optimised code
879 --enable-debug same as debug_flag and debug_info
880 --enable-stl use STL for containers
881 --enable-omf use OMF object format
882 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)
883 --enable-debug_info create code with debugging information
884 --enable-debug_gdb create code with extra GDB debugging information
885 --enable-debug_cntxt use wxDebugContext
886 --enable-mem_tracing create code with memory tracing
887 --enable-profile create code with profiling information
888 --enable-no_rtti create code without RTTI information
889 --enable-no_exceptions create code without C++ exceptions handling
890 --enable-permissive compile code disregarding strict ANSI
891 --enable-no_deps create code without dependency information
dee1a63f
MB
892 --enable-compat24 enable wxWidgets 2.4 compatibility
893 --disable-compat26 disable wxWidgets 2.6 compatibility
ffa0583f 894 --disable-rpath disable use of rpath for uninstalled builds
a848cd7e
SC
895 --enable-intl use internationalization system
896 --enable-config use wxConfig (and derived) classes
897 --enable-protocols use wxProtocol and derived classes
898 --enable-ftp use wxFTP (requires wxProtocol
899 --enable-http use wxHTTP (requires wxProtocol
900 --enable-fileproto use wxFileProto class (requires wxProtocol
901 --enable-sockets use socket/network classes
902 --enable-ole use OLE classes (Win32 only)
903 --enable-dataobj use data object classes
904 --enable-ipc use interprocess communication (wxSocket etc.)
905 --enable-apple_ieee use the Apple IEEE codec
81f90336 906 --enable-arcstream use wxArchive streams
eaff0f0d 907 --enable-backtrace use wxStackWalker class for getting backtraces
36b6448c 908 --enable-catch_segvs catch signals in wxApp::OnFatalException (Unix only)
a848cd7e
SC
909 --enable-cmdline use wxCmdLineParser class
910 --enable-datetime use wxDateTime class
36b6448c 911 --enable-debugreport use wxDebugReport class
a848cd7e
SC
912 --enable-dialupman use dialup network classes
913 --enable-dynlib use wxLibrary class for DLL loading
914 --enable-dynamicloader use (new) wxDynamicLibrary class
915 --enable-exceptions build exception-safe library
916 --enable-ffile use wxFFile class
917 --enable-file use wxFile class
918 --enable-filesystem use virtual file systems classes
919 --enable-fontmap use font encodings conversion classes
920 --enable-fs_inet use virtual HTTP/FTP filesystems
921 --enable-fs_zip use virtual ZIP filesystems
922 --enable-geometry use geometry class
923 --enable-log use logging system
924 --enable-longlong use wxLongLong class
925 --enable-mimetype use wxMimeTypesManager
926 --enable-mslu use MS Layer for Unicode on Windows 9x (Win32 only)
927 --enable-snglinst use wxSingleInstanceChecker class
a848cd7e 928 --enable-std_iostreams use standard C++ stream classes
59746b65 929 --enable-std_string use standard C++ string classes
07158944 930 --enable-stdpaths use wxStandardPaths class
a848cd7e 931 --enable-stopwatch use wxStopWatch class
07158944 932 --enable-streams use wxStream etc classes
a848cd7e
SC
933 --enable-sysoptions use wxSystemOptions
934 --enable-textbuf use wxTextBuffer class
935 --enable-textfile use wxTextFile class
936 --enable-timer use wxTimer class
937 --enable-unicode compile wxString with Unicode support
938 --enable-sound use wxSound class
3b57de8b 939 --enable-mediactrl use wxMediaCtrl class
77ffb593 940 --enable-wxprintfv use wxWidgets implementation of vprintf()
81f90336 941 --enable-zipstream use wxZip streams
a848cd7e
SC
942 --enable-url use wxURL class
943 --enable-protocol use wxProtocol class
944 --enable-protocol-http HTTP support in wxProtocol
945 --enable-protocol-ftp FTP support in wxProtocol
946 --enable-protocol-file FILE support in wxProtocol
947 --enable-threads use threads
948 --enable-docview use document view architecture
949 --enable-help use help subsystem
950 --enable-mshtmlhelp use MS HTML Help (win32)
951 --enable-html use wxHTML sub-library
952 --enable-htmlhelp use wxHTML-based help
9a8f0513 953 --enable-xrc use XRC resources sub-library
a848cd7e
SC
954 --enable-constraints use layout-constraints system
955 --enable-printarch use printing architecture
956 --enable-mdi use multiple document interface architecture
8a7b1113 957 --enable-mdidoc use docview architecture with MDI
a848cd7e
SC
958 --enable-loggui use standard GUI logger
959 --enable-logwin use wxLogWindow
960 --enable-logdialog use wxLogDialog
646b6ec1 961 --enable-webkit use wxWebKitCtrl (Mac)
91dea314 962 --enable-richtext use wxRichTextCtrl
a848cd7e
SC
963 --enable-postscript use wxPostscriptDC device context (default for gtk+)
964 --enable-prologio not available; see contrib
965 --enable-resources not available; see contrib
966 --enable-clipboard use wxClipboard class
967 --enable-dnd use Drag'n'Drop classes
968 --enable-metafile use win32 metafiles
969 --enable-controls use all usual controls
970 --enable-accel use accelerators
971 --enable-button use wxButton class
972 --enable-bmpbutton use wxBitmapButton class
973 --enable-calendar use wxCalendarCtrl class
974 --enable-caret use wxCaret class
975 --enable-checkbox use wxCheckBox class
976 --enable-checklst use wxCheckListBox (listbox with checkboxes) class
977 --enable-choice use wxChoice class
92bbdbcd 978 --enable-choicebook use wxChoicebook class
a848cd7e 979 --enable-combobox use wxComboBox class
da98e9be 980 --enable-datepick use wxDatePickerCtrl class
a848cd7e
SC
981 --enable-display use wxDisplay class
982 --enable-gauge use wxGauge class
983 --enable-grid use wxGrid class
984 --enable-imaglist use wxImageList class
985 --enable-listbook use wxListbook class
986 --enable-listbox use wxListBox class
987 --enable-listctrl use wxListCtrl class
988 --enable-notebook use wxNotebook class
989 --enable-radiobox use wxRadioBox class
990 --enable-radiobtn use wxRadioButton class
991 --enable-sash use wxSashWindow class
992 --enable-scrollbar use wxScrollBar class and scrollable windows
993 --enable-slider use wxSlider class
994 --enable-spinbtn use wxSpinButton class
995 --enable-spinctrl use wxSpinCtrl class
996 --enable-splitter use wxSplitterWindow class
997 --enable-statbmp use wxStaticBitmap class
998 --enable-statbox use wxStaticBox class
999 --enable-statline use wxStaticLine class
1000 --enable-stattext use wxStaticText class
1001 --enable-statusbar use wxStatusBar class
1002 --enable-tabdialog use wxTabControl class
1003 --enable-textctrl use wxTextCtrl class
1004 --enable-togglebtn use wxToggleButton class
1005 --enable-toolbar use wxToolBar class
1006 --enable-tbarnative use native wxToolBar class
1007 --enable-tbarsmpl use wxToolBarSimple class
0093c2fc 1008 --enable-treebook use wxTreebook class
a848cd7e
SC
1009 --enable-treectrl use wxTreeCtrl class
1010 --enable-tipwindow use wxTipWindow class
1011 --enable-popupwin use wxPopUpWindow class
1012 --enable-commondlg use all common dialogs
1013 --enable-choicedlg use wxChoiceDialog
1014 --enable-coldlg use wxColourDialog
1015 --enable-filedlg use wxFileDialog
1016 --enable-finddlg use wxFindReplaceDialog
1017 --enable-fontdlg use wxFontDialog
1018 --enable-dirdlg use wxDirDialog
1019 --enable-msgdlg use wxMessageDialog
1020 --enable-numberdlg use wxNumberEntryDialog
1021 --enable-splash use wxSplashScreen
1022 --enable-textdlg use wxTextDialog
1023 --enable-tipdlg use startup tips
1024 --enable-progressdlg use wxProgressDialog
1025 --enable-wizarddlg use wxWizard
1026 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes
1027 --enable-miniframe use wxMiniFrame class
1028 --enable-tooltips use wxToolTip class
1029 --enable-splines use spline drawing code
fbe2ca43 1030 --enable-mousewheel use mousewheel
a848cd7e
SC
1031 --enable-validators use wxValidator and derived classes
1032 --enable-busyinfo use wxBusyInfo
4cb1d3da 1033 --enable-joystick use wxJoystick
38b4a946 1034 --enable-metafiles use wxMetaFile (Win32 only)
a848cd7e
SC
1035 --enable-dragimage use wxDragImage
1036 --enable-accessibility enable accessibility support
38b4a946 1037 --enable-dccache cache temporary wxDC objects (Win32 only)
a848cd7e
SC
1038 --enable-palette use wxPalette class
1039 --enable-image use wxImage class
1040 --enable-gif use gif images (GIF file format)
1041 --enable-pcx use pcx images (PCX file format)
1042 --enable-iff use iff images (IFF file format)
1043 --enable-pnm use pnm images (PNM file format)
1044 --enable-xpm use xpm images (XPM file format)
1045 --enable-icocur use Windows ICO and CUR formats
77ffb593 1046 --enable-official_build official build of wxWidgets (win32 DLL only)
a848cd7e
SC
1047 --enable-vendor=VENDOR vendor name (win32 DLL only)
1048 --disable-largefile omit support for large files
1049 --disable-gtktest do not try to compile and run a test GTK+ program
1050 --disable-gtktest Do not try to compile and run a test GTK program
1051 --disable-sdltest Do not try to compile and run a test SDL program
1052 --enable-omf use OMF object format (OS/2)
ebee3cd0
VS
1053 --disable-precomp-headers
1054 don't use precompiled headers even if compiler can
a848cd7e
SC
1055
1056Optional Packages:
1057 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1058 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1c14217d 1059 --without-subdirs don't generate makefiles for samples/demos/...
f34ca037 1060 --with-gtk[=VERSION] use GTK+, VERSION can be 2 (default), 1 or "any"
a848cd7e
SC
1061 --with-motif use Motif/Lesstif
1062 --with-mac use Mac OS X
1063 --with-cocoa use Cocoa
1064 --with-wine use Wine
1065 --with-msw use MS-Windows
1066 --with-pm use OS/2 Presentation Manager
1067 --with-mgl use SciTech MGL
1068 --with-microwin use MicroWindows
1069 --with-x11 use X11
1070 --with-libpng use libpng (PNG image format)
1071 --with-libjpeg use libjpeg (JPEG file format)
1072 --with-libtiff use libtiff (TIFF file format)
1073 --with-libxpm use libxpm (XPM file format)
1074 --with-libmspack use libmspack (CHM help files loading)
1075 --with-sdl use SDL for audio on Unix
d51253e8 1076 --with-gnomeprint use GNOME print for printing under Unix
a848cd7e
SC
1077 --with-opengl use OpenGL (or Mesa)
1078 --with-dmalloc use dmalloc library (http://dmalloc.com/)
1079 --with-regex enable support for wxRegEx class
1080 --with-zlib use zlib for LZW compression
1081 --with-odbc use the IODBC and wxODBC classes
1082 --with-expat enable XML support using expat parser
ceec2216 1083 --with-flavour=NAME specify a name to identify this build
a848cd7e
SC
1084 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
1085 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
1086 --with-x use the X Window System
1087 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
1088 --with-sdl-prefix=PFX Prefix where SDL is installed (optional)
1089 --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)
1090 --with-cppunit-prefix=PFX Prefix where CppUnit is installed (optional)
1091 --with-cppunit-exec-prefix=PFX Exec prefix where CppUnit is installed (optional)
1092
1093Some influential environment variables:
dcc1b6ad
VS
1094 CC C compiler command
1095 CFLAGS C compiler flags
1096 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1097 nonstandard directory <lib dir>
1098 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1099 headers in a nonstandard directory <include dir>
1100 CPP C preprocessor
1101 CXX C++ compiler command
1102 CXXFLAGS C++ compiler flags
1103 CXXCPP C++ preprocessor
a848cd7e
SC
1104
1105Use these variables to override the choices made by `configure' or to help
1106it to find libraries and programs with nonstandard names/locations.
1107
77ffb593 1108Report bugs to <wx-dev@lists.wxwidgets.org>.
a848cd7e
SC
1109_ACEOF
1110fi
1111
1112if test "$ac_init_help" = "recursive"; then
1113 # If there are subdirs, report their specific --help.
1114 ac_popdir=`pwd`
1115 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1116 test -d $ac_dir || continue
1117 ac_builddir=.
1118
1119if test "$ac_dir" != .; then
1120 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1121 # A "../" for each directory in $ac_dir_suffix.
1122 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1123else
1124 ac_dir_suffix= ac_top_builddir=
1125fi
1126
1127case $srcdir in
1128 .) # No --srcdir option. We are building in place.
1129 ac_srcdir=.
1130 if test -z "$ac_top_builddir"; then
1131 ac_top_srcdir=.
1132 else
1133 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1134 fi ;;
1135 [\\/]* | ?:[\\/]* ) # Absolute path.
1136 ac_srcdir=$srcdir$ac_dir_suffix;
1137 ac_top_srcdir=$srcdir ;;
1138 *) # Relative path.
1139 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1140 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1141esac
ac1cb8d3
VS
1142
1143# Do not use `cd foo && pwd` to compute absolute paths, because
1144# the directories may not exist.
1145case `pwd` in
1146.) ac_abs_builddir="$ac_dir";;
1147*)
1148 case "$ac_dir" in
1149 .) ac_abs_builddir=`pwd`;;
1150 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1151 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1152 esac;;
1153esac
1154case $ac_abs_builddir in
1155.) ac_abs_top_builddir=${ac_top_builddir}.;;
1156*)
1157 case ${ac_top_builddir}. in
1158 .) ac_abs_top_builddir=$ac_abs_builddir;;
1159 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1160 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1161 esac;;
1162esac
1163case $ac_abs_builddir in
1164.) ac_abs_srcdir=$ac_srcdir;;
1165*)
1166 case $ac_srcdir in
1167 .) ac_abs_srcdir=$ac_abs_builddir;;
1168 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1169 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1170 esac;;
1171esac
1172case $ac_abs_builddir in
1173.) ac_abs_top_srcdir=$ac_top_srcdir;;
1174*)
1175 case $ac_top_srcdir in
1176 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1177 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1178 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1179 esac;;
1180esac
a848cd7e
SC
1181
1182 cd $ac_dir
1183 # Check for guested configure; otherwise get Cygnus style configure.
1184 if test -f $ac_srcdir/configure.gnu; then
1185 echo
1186 $SHELL $ac_srcdir/configure.gnu --help=recursive
1187 elif test -f $ac_srcdir/configure; then
1188 echo
1189 $SHELL $ac_srcdir/configure --help=recursive
1190 elif test -f $ac_srcdir/configure.ac ||
ac1cb8d3 1191 test -f $ac_srcdir/configure.in; then
a848cd7e
SC
1192 echo
1193 $ac_configure --help
1194 else
1195 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1196 fi
5ff751d6 1197 cd "$ac_popdir"
a848cd7e
SC
1198 done
1199fi
1200
1201test -n "$ac_init_help" && exit 0
1202if $ac_init_version; then
1203 cat <<\_ACEOF
dd8df4fc 1204wxWidgets configure 2.7.0
ac1cb8d3 1205generated by GNU Autoconf 2.59
a848cd7e 1206
ac1cb8d3 1207Copyright (C) 2003 Free Software Foundation, Inc.
a848cd7e
SC
1208This configure script is free software; the Free Software Foundation
1209gives unlimited permission to copy, distribute and modify it.
1210_ACEOF
1211 exit 0
1212fi
1213exec 5>config.log
1214cat >&5 <<_ACEOF
1215This file contains any messages produced by compilers while
1216running configure, to aid debugging if configure makes a mistake.
1217
dd8df4fc 1218It was created by wxWidgets $as_me 2.7.0, which was
ac1cb8d3 1219generated by GNU Autoconf 2.59. Invocation command line was
a848cd7e
SC
1220
1221 $ $0 $@
1222
1223_ACEOF
1224{
1225cat <<_ASUNAME
1226## --------- ##
1227## Platform. ##
1228## --------- ##
1229
1230hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1231uname -m = `(uname -m) 2>/dev/null || echo unknown`
1232uname -r = `(uname -r) 2>/dev/null || echo unknown`
1233uname -s = `(uname -s) 2>/dev/null || echo unknown`
1234uname -v = `(uname -v) 2>/dev/null || echo unknown`
1235
1236/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1237/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1238
1239/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1240/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1241/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1242hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1243/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1244/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1245/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1246
1247_ASUNAME
1248
1249as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1250for as_dir in $PATH
1251do
1252 IFS=$as_save_IFS
1253 test -z "$as_dir" && as_dir=.
1254 echo "PATH: $as_dir"
1255done
1256
1257} >&5
1258
1259cat >&5 <<_ACEOF
1260
1261
1262## ----------- ##
1263## Core tests. ##
1264## ----------- ##
1265
1266_ACEOF
1267
1268
1269# Keep a trace of the command line.
1270# Strip out --no-create and --no-recursion so they do not pile up.
1271# Strip out --silent because we don't want to record it for future runs.
1272# Also quote any args containing shell meta-characters.
1273# Make two passes to allow for proper duplicate-argument suppression.
1274ac_configure_args=
1275ac_configure_args0=
1276ac_configure_args1=
1277ac_sep=
1278ac_must_keep_next=false
1279for ac_pass in 1 2
1280do
1281 for ac_arg
1282 do
1283 case $ac_arg in
1284 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1285 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1286 | -silent | --silent | --silen | --sile | --sil)
1287 continue ;;
1288 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1289 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1290 esac
1291 case $ac_pass in
1292 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1293 2)
1294 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1295 if test $ac_must_keep_next = true; then
ac1cb8d3 1296 ac_must_keep_next=false # Got value, back to normal.
a848cd7e 1297 else
ac1cb8d3
VS
1298 case $ac_arg in
1299 *=* | --config-cache | -C | -disable-* | --disable-* \
1300 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1301 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1302 | -with-* | --with-* | -without-* | --without-* | --x)
1303 case "$ac_configure_args0 " in
1304 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1305 esac
1306 ;;
1307 -* ) ac_must_keep_next=true ;;
1308 esac
a848cd7e
SC
1309 fi
1310 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1311 # Get rid of the leading space.
1312 ac_sep=" "
1313 ;;
1314 esac
1315 done
1316done
1317$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1318$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1319
1320# When interrupted or exit'd, cleanup temporary files, and complete
1321# config.log. We remove comments because anyway the quotes in there
1322# would cause problems or look ugly.
1323# WARNING: Be sure not to use single quotes in there, as some shells,
1324# such as our DU 5.0 friend, will then `close' the trap.
1325trap 'exit_status=$?
1326 # Save into config.log some information that might help in debugging.
1327 {
1328 echo
1329
1330 cat <<\_ASBOX
1331## ---------------- ##
1332## Cache variables. ##
1333## ---------------- ##
1334_ASBOX
1335 echo
1336 # The following way of writing the cache mishandles newlines in values,
1337{
1338 (set) 2>&1 |
1339 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1340 *ac_space=\ *)
1341 sed -n \
ac1cb8d3
VS
1342 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1343 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
a848cd7e
SC
1344 ;;
1345 *)
1346 sed -n \
ac1cb8d3 1347 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
a848cd7e
SC
1348 ;;
1349 esac;
1350}
1351 echo
1352
1353 cat <<\_ASBOX
1354## ----------------- ##
1355## Output variables. ##
1356## ----------------- ##
1357_ASBOX
1358 echo
1359 for ac_var in $ac_subst_vars
1360 do
1361 eval ac_val=$`echo $ac_var`
1362 echo "$ac_var='"'"'$ac_val'"'"'"
1363 done | sort
1364 echo
1365
1366 if test -n "$ac_subst_files"; then
1367 cat <<\_ASBOX
1368## ------------- ##
1369## Output files. ##
1370## ------------- ##
1371_ASBOX
1372 echo
1373 for ac_var in $ac_subst_files
1374 do
1375 eval ac_val=$`echo $ac_var`
ac1cb8d3 1376 echo "$ac_var='"'"'$ac_val'"'"'"
a848cd7e
SC
1377 done | sort
1378 echo
1379 fi
1380
1381 if test -s confdefs.h; then
1382 cat <<\_ASBOX
1383## ----------- ##
1384## confdefs.h. ##
1385## ----------- ##
1386_ASBOX
1387 echo
1388 sed "/^$/d" confdefs.h | sort
1389 echo
1390 fi
1391 test "$ac_signal" != 0 &&
1392 echo "$as_me: caught signal $ac_signal"
1393 echo "$as_me: exit $exit_status"
1394 } >&5
ac1cb8d3 1395 rm -f core *.core &&
a848cd7e
SC
1396 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1397 exit $exit_status
1398 ' 0
1399for ac_signal in 1 2 13 15; do
1400 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1401done
1402ac_signal=0
1403
1404# confdefs.h avoids OS command line length limits that DEFS can exceed.
1405rm -rf conftest* confdefs.h
1406# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1407echo >confdefs.h
1408
1409# Predefined preprocessor variables.
1410
1411cat >>confdefs.h <<_ACEOF
1412#define PACKAGE_NAME "$PACKAGE_NAME"
1413_ACEOF
1414
1415
1416cat >>confdefs.h <<_ACEOF
1417#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1418_ACEOF
1419
1420
1421cat >>confdefs.h <<_ACEOF
1422#define PACKAGE_VERSION "$PACKAGE_VERSION"
1423_ACEOF
1424
1425
1426cat >>confdefs.h <<_ACEOF
1427#define PACKAGE_STRING "$PACKAGE_STRING"
1428_ACEOF
1429
1430
1431cat >>confdefs.h <<_ACEOF
1432#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1433_ACEOF
1434
1435
1436# Let the site file select an alternate cache file if it wants to.
1437# Prefer explicitly selected file to automatically selected ones.
1438if test -z "$CONFIG_SITE"; then
1439 if test "x$prefix" != xNONE; then
1440 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1441 else
1442 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1443 fi
1444fi
1445for ac_site_file in $CONFIG_SITE; do
1446 if test -r "$ac_site_file"; then
1447 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1448echo "$as_me: loading site script $ac_site_file" >&6;}
1449 sed 's/^/| /' "$ac_site_file" >&5
1450 . "$ac_site_file"
1451 fi
1452done
1453
1454if test -r "$cache_file"; then
1455 # Some versions of bash will fail to source /dev/null (special
1456 # files actually), so we avoid doing that.
1457 if test -f "$cache_file"; then
1458 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1459echo "$as_me: loading cache $cache_file" >&6;}
1460 case $cache_file in
1461 [\\/]* | ?:[\\/]* ) . $cache_file;;
1462 *) . ./$cache_file;;
1463 esac
1464 fi
1465else
1466 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1467echo "$as_me: creating cache $cache_file" >&6;}
1468 >$cache_file
1469fi
1470
1471# Check that the precious variables saved in the cache have kept the same
1472# value.
1473ac_cache_corrupted=false
1474for ac_var in `(set) 2>&1 |
ac1cb8d3 1475 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
a848cd7e
SC
1476 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1477 eval ac_new_set=\$ac_env_${ac_var}_set
1478 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1479 eval ac_new_val="\$ac_env_${ac_var}_value"
1480 case $ac_old_set,$ac_new_set in
1481 set,)
1482 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1483echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1484 ac_cache_corrupted=: ;;
1485 ,set)
1486 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1487echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1488 ac_cache_corrupted=: ;;
1489 ,);;
1490 *)
1491 if test "x$ac_old_val" != "x$ac_new_val"; then
ac1cb8d3 1492 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
a848cd7e 1493echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
ac1cb8d3 1494 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
a848cd7e 1495echo "$as_me: former value: $ac_old_val" >&2;}
ac1cb8d3 1496 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
a848cd7e 1497echo "$as_me: current value: $ac_new_val" >&2;}
ac1cb8d3 1498 ac_cache_corrupted=:
a848cd7e
SC
1499 fi;;
1500 esac
1501 # Pass precious variables to config.status.
1502 if test "$ac_new_set" = set; then
1503 case $ac_new_val in
1504 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1505 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1506 *) ac_arg=$ac_var=$ac_new_val ;;
1507 esac
1508 case " $ac_configure_args " in
1509 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1510 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1511 esac
1512 fi
1513done
1514if $ac_cache_corrupted; then
1515 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1516echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1517 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1518echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1519 { (exit 1); exit 1; }; }
1520fi
1521
1522ac_ext=c
1523ac_cpp='$CPP $CPPFLAGS'
1524ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1525ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1526ac_compiler_gnu=$ac_cv_c_compiler_gnu
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557ac_aux_dir=
1558for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1559 if test -f $ac_dir/install-sh; then
1560 ac_aux_dir=$ac_dir
1561 ac_install_sh="$ac_aux_dir/install-sh -c"
1562 break
1563 elif test -f $ac_dir/install.sh; then
1564 ac_aux_dir=$ac_dir
1565 ac_install_sh="$ac_aux_dir/install.sh -c"
1566 break
1567 elif test -f $ac_dir/shtool; then
1568 ac_aux_dir=$ac_dir
1569 ac_install_sh="$ac_aux_dir/shtool install -c"
1570 break
1571 fi
1572done
1573if test -z "$ac_aux_dir"; then
1574 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1575echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1576 { (exit 1); exit 1; }; }
1577fi
1578ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1579ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1580ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1581
1582# Make sure we can run config.sub.
1583$ac_config_sub sun4 >/dev/null 2>&1 ||
1584 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1585echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1586 { (exit 1); exit 1; }; }
1587
1588echo "$as_me:$LINENO: checking build system type" >&5
1589echo $ECHO_N "checking build system type... $ECHO_C" >&6
1590if test "${ac_cv_build+set}" = set; then
1591 echo $ECHO_N "(cached) $ECHO_C" >&6
1592else
1593 ac_cv_build_alias=$build_alias
1594test -z "$ac_cv_build_alias" &&
1595 ac_cv_build_alias=`$ac_config_guess`
1596test -z "$ac_cv_build_alias" &&
1597 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1598echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1599 { (exit 1); exit 1; }; }
1600ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1601 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1602echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1603 { (exit 1); exit 1; }; }
1604
1605fi
1606echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1607echo "${ECHO_T}$ac_cv_build" >&6
1608build=$ac_cv_build
1609build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1610build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1611build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1612
1613
1614echo "$as_me:$LINENO: checking host system type" >&5
1615echo $ECHO_N "checking host system type... $ECHO_C" >&6
1616if test "${ac_cv_host+set}" = set; then
1617 echo $ECHO_N "(cached) $ECHO_C" >&6
1618else
1619 ac_cv_host_alias=$host_alias
1620test -z "$ac_cv_host_alias" &&
1621 ac_cv_host_alias=$ac_cv_build_alias
1622ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1623 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1624echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1625 { (exit 1); exit 1; }; }
1626
1627fi
1628echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1629echo "${ECHO_T}$ac_cv_host" >&6
1630host=$ac_cv_host
1631host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1632host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1633host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1634
1635
1636echo "$as_me:$LINENO: checking target system type" >&5
1637echo $ECHO_N "checking target system type... $ECHO_C" >&6
1638if test "${ac_cv_target+set}" = set; then
1639 echo $ECHO_N "(cached) $ECHO_C" >&6
1640else
1641 ac_cv_target_alias=$target_alias
1642test "x$ac_cv_target_alias" = "x" &&
1643 ac_cv_target_alias=$ac_cv_host_alias
1644ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1645 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1646echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1647 { (exit 1); exit 1; }; }
1648
1649fi
1650echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1651echo "${ECHO_T}$ac_cv_target" >&6
1652target=$ac_cv_target
1653target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1654target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1655target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1656
1657
1658# The aliases save the names the user supplied, while $host etc.
1659# will get canonicalized.
1660test -n "$target_alias" &&
1661 test "$program_prefix$program_suffix$program_transform_name" = \
1662 NONENONEs,x,x, &&
1663 program_prefix=${target_alias}-
1664
1665
1666
ceec2216 1667wx_major_version_number=2
dd8df4fc
VZ
1668wx_minor_version_number=7
1669wx_release_number=0
1670wx_subrelease_number=0
a848cd7e 1671
ceec2216
RL
1672WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
1673WX_VERSION=$WX_RELEASE.$wx_release_number
1674WX_SUBVERSION=$WX_VERSION.$wx_subrelease_number
a848cd7e 1675
ceec2216 1676WX_MSW_VERSION=$wx_major_version_number$wx_minor_version_number$wx_release_number
a848cd7e 1677
a848cd7e
SC
1678
1679
1680
1681USE_UNIX=1
1682USE_OS2=0
1683USE_WIN32=0
1684USE_DOS=0
1685USE_BEOS=0
1686USE_MAC=0
1687
1688USE_AIX=
1689USE_BSD= USE_DARWIN= USE_FREEBSD=
1690USE_GNU= USE_HPUX=
1691USE_LINUX=
1692USE_NETBSD=
1693USE_OPENBSD=
1694USE_OSF= USE_SGI=
1695USE_SOLARIS= USE_SUN= USE_SUNOS= USE_SVR4= USE_SYSV= USE_VMS=
1696USE_ULTRIX=
1697USE_UNIXWARE=
1698
1699USE_ALPHA=
1700
1701NEEDS_D_REENTRANT_FOR_R_FUNCS=0
1702
1703ALL_TOOLKITS="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11"
1704
1705DEFAULT_wxUSE_COCOA=0
1706DEFAULT_wxUSE_GTK=0
1707DEFAULT_wxUSE_MAC=0
1708DEFAULT_wxUSE_MGL=0
1709DEFAULT_wxUSE_MICROWIN=0
1710DEFAULT_wxUSE_MOTIF=0
1711DEFAULT_wxUSE_MSW=0
1712DEFAULT_wxUSE_PM=0
1713DEFAULT_wxUSE_X11=0
1714
1715DEFAULT_DEFAULT_wxUSE_COCOA=0
1716DEFAULT_DEFAULT_wxUSE_GTK=0
1717DEFAULT_DEFAULT_wxUSE_MAC=0
1718DEFAULT_DEFAULT_wxUSE_MGL=0
1719DEFAULT_DEFAULT_wxUSE_MICROWIN=0
1720DEFAULT_DEFAULT_wxUSE_MOTIF=0
1721DEFAULT_DEFAULT_wxUSE_MSW=0
1722DEFAULT_DEFAULT_wxUSE_PM=0
1723DEFAULT_DEFAULT_wxUSE_X11=0
1724
1725PROGRAM_EXT=
1726SO_SUFFIX=so
1727SAMPLES_RPATH_FLAG=
1728SAMPLES_RPATH_POSTLINK=
1729
a03b8b04
RD
1730DEFAULT_STD_FLAG=yes
1731
a848cd7e
SC
1732case "${host}" in
1733 *-hp-hpux* )
1734 USE_HPUX=1
1735 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1736 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1737 SO_SUFFIX=sl
1738 cat >>confdefs.h <<\_ACEOF
1739#define __HPUX__ 1
1740_ACEOF
1741
2eef8513
VZ
1742
1743 CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE"
a848cd7e
SC
1744 ;;
1745 *-*-linux* )
1746 USE_LINUX=1
1747 cat >>confdefs.h <<\_ACEOF
1748#define __LINUX__ 1
1749_ACEOF
1750
1751 TMP=`uname -m`
1752 if test "x$TMP" = "xalpha"; then
1753 USE_ALPHA=1
1754 cat >>confdefs.h <<\_ACEOF
1755#define __ALPHA__ 1
1756_ACEOF
1757
1758 fi
1759 DEFAULT_DEFAULT_wxUSE_GTK=1
1760 ;;
1761 *-*-gnu* | *-*-k*bsd*-gnu )
1762 USE_GNU=1
1763 TMP=`uname -m`
1764 if test "x$TMP" = "xalpha"; then
1765 USE_ALPHA=1
1766 cat >>confdefs.h <<\_ACEOF
1767#define __ALPHA__ 1
1768_ACEOF
1769
1770 fi
1771 DEFAULT_DEFAULT_wxUSE_GTK=1
1772 ;;
1773 *-*-irix5* | *-*-irix6* )
1774 USE_SGI=1
1775 USE_SVR4=1
1776 cat >>confdefs.h <<\_ACEOF
1777#define __SGI__ 1
1778_ACEOF
1779
1780 cat >>confdefs.h <<\_ACEOF
1781#define __SVR4__ 1
1782_ACEOF
1783
1784 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1785 ;;
1786 *-*-solaris2* )
1787 USE_SUN=1
1788 USE_SOLARIS=1
1789 USE_SVR4=1
1790 cat >>confdefs.h <<\_ACEOF
1791#define __SUN__ 1
1792_ACEOF
1793
1794 cat >>confdefs.h <<\_ACEOF
1795#define __SOLARIS__ 1
1796_ACEOF
1797
1798 cat >>confdefs.h <<\_ACEOF
1799#define __SVR4__ 1
1800_ACEOF
1801
1802 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1803 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1804 ;;
1805 *-*-sunos4* )
1806 USE_SUN=1
1807 USE_SUNOS=1
1808 USE_BSD=1
1809 cat >>confdefs.h <<\_ACEOF
1810#define __SUN__ 1
1811_ACEOF
1812
1813 cat >>confdefs.h <<\_ACEOF
1814#define __SUNOS__ 1
1815_ACEOF
1816
1817 cat >>confdefs.h <<\_ACEOF
1818#define __BSD__ 1
1819_ACEOF
1820
1821 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1822 ;;
1823 *-*-freebsd*)
1824 USE_BSD=1
1825 USE_FREEBSD=1
1826 cat >>confdefs.h <<\_ACEOF
1827#define __FREEBSD__ 1
1828_ACEOF
1829
1830 cat >>confdefs.h <<\_ACEOF
1831#define __BSD__ 1
1832_ACEOF
1833
1834 DEFAULT_DEFAULT_wxUSE_GTK=1
1835 ;;
1836 *-*-openbsd*)
1837 USE_BSD=1
1838 USE_OPENBSD=1
1839 cat >>confdefs.h <<\_ACEOF
1840#define __OPENBSD__ 1
1841_ACEOF
1842
1843 cat >>confdefs.h <<\_ACEOF
1844#define __BSD__ 1
1845_ACEOF
1846
1847 DEFAULT_DEFAULT_wxUSE_GTK=1
1848 ;;
1849 *-*-netbsd*)
1850 USE_BSD=1
1851 USE_NETBSD=1
1852 cat >>confdefs.h <<\_ACEOF
1853#define __NETBSD__ 1
1854_ACEOF
1855
1856 cat >>confdefs.h <<\_ACEOF
1857#define __BSD__ 1
1858_ACEOF
1859
1860 DEFAULT_DEFAULT_wxUSE_GTK=1
1861 ;;
1862 *-*-osf* )
1863 USE_ALPHA=1
1864 USE_OSF=1
1865 cat >>confdefs.h <<\_ACEOF
1866#define __ALPHA__ 1
1867_ACEOF
1868
1869 cat >>confdefs.h <<\_ACEOF
1870#define __OSF__ 1
1871_ACEOF
1872
1873 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1874 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1875 ;;
1876 *-*-dgux5* )
1877 USE_ALPHA=1
1878 USE_SVR4=1
1879 cat >>confdefs.h <<\_ACEOF
1880#define __ALPHA__ 1
1881_ACEOF
1882
1883 cat >>confdefs.h <<\_ACEOF
1884#define __SVR4__ 1
1885_ACEOF
1886
1887 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1888 ;;
1889 *-*-sysv5* )
1890 USE_SYSV=1
1891 USE_SVR4=1
1892 cat >>confdefs.h <<\_ACEOF
1893#define __SYSV__ 1
1894_ACEOF
1895
1896 cat >>confdefs.h <<\_ACEOF
1897#define __SVR4__ 1
1898_ACEOF
1899
1900 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1901 ;;
1902 *-*-aix* )
1903 USE_AIX=1
1904 USE_SYSV=1
1905 USE_SVR4=1
1906 SO_SUFFIX=a
1907 cat >>confdefs.h <<\_ACEOF
1908#define __AIX__ 1
1909_ACEOF
1910
1911 cat >>confdefs.h <<\_ACEOF
1912#define __SYSV__ 1
1913_ACEOF
1914
1915 cat >>confdefs.h <<\_ACEOF
1916#define __SVR4__ 1
1917_ACEOF
1918
1919 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1920 ;;
1921
1922 *-*-*UnixWare*)
1923 USE_SYSV=1
1924 USE_SVR4=1
1925 USE_UNIXWARE=1
1926 cat >>confdefs.h <<\_ACEOF
1927#define __UNIXWARE__ 1
1928_ACEOF
1929
1930 ;;
1931
1932 *-*-cygwin* | *-*-mingw32* )
1933 SO_SUFFIX=dll
1934 PROGRAM_EXT=".exe"
a848cd7e 1935 DEFAULT_DEFAULT_wxUSE_MSW=1
a03b8b04 1936 DEFAULT_STD_FLAG=no
a848cd7e
SC
1937 ;;
1938
1939 *-pc-msdosdjgpp )
1940 USE_UNIX=0
1941 USE_DOS=1
1942 cat >>confdefs.h <<\_ACEOF
1943#define __DOS__ 1
1944_ACEOF
1945
1946 PROGRAM_EXT=".exe"
1947 DEFAULT_DEFAULT_wxUSE_MGL=1
a848cd7e
SC
1948 ;;
1949
1950 *-pc-os2_emx | *-pc-os2-emx )
1951 cat >>confdefs.h <<\_ACEOF
1952#define __EMX__ 1
1953_ACEOF
1954
1955 USE_OS2=1
1956 cat >>confdefs.h <<\_ACEOF
1957#define __OS2__ 1
1958_ACEOF
1959
1960 PROGRAM_EXT=".exe"
1961 DEFAULT_DEFAULT_wxUSE_PM=1
1962 CXX=gcc
1963 LDFLAGS="$LDFLAGS -Zcrtdll"
1964 ac_executable_extensions=".exe"
1965 export ac_executable_extensions
1966 ac_save_IFS="$IFS"
1967 IFS='\\'
1968 ac_TEMP_PATH=
1969 for ac_dir in $PATH; do
1970 IFS=$ac_save_IFS
1971 if test -z "$ac_TEMP_PATH"; then
1972 ac_TEMP_PATH="$ac_dir"
1973 else
1974 ac_TEMP_PATH="$ac_TEMP_PATH/$ac_dir"
1975 fi
1976 done
1977 export PATH="$ac_TEMP_PATH"
1978 unset ac_TEMP_PATH
a03b8b04 1979 DEFAULT_STD_FLAG=no
a848cd7e
SC
1980 ;;
1981
cfda0ea8 1982 *-*-darwin* )
a848cd7e
SC
1983 USE_BSD=1
1984 USE_DARWIN=1
1985 SO_SUFFIX=dylib
1986 cat >>confdefs.h <<\_ACEOF
1987#define __BSD__ 1
1988_ACEOF
1989
1990 cat >>confdefs.h <<\_ACEOF
1991#define __DARWIN__ 1
a848cd7e
SC
1992_ACEOF
1993
1994 cat >>confdefs.h <<\_ACEOF
1995#define TARGET_CARBON 1
1996_ACEOF
1997
1998 DEFAULT_DEFAULT_wxUSE_MAC=1
a03b8b04 1999 DEFAULT_STD_FLAG=no
a848cd7e 2000 ;;
1e9e8aba
DE
2001 powerpc-apple-macos* )
2002 USE_UNIX=0
2003 ac_cv_c_bigendian=yes
2004 SO_SUFFIX=shlib
2005 DEFAULT_DEFAULT_wxUSE_MAC=1
a03b8b04 2006 DEFAULT_STD_FLAG=no
1e9e8aba 2007 ;;
a848cd7e
SC
2008
2009 *-*-beos* )
2010 USE_BEOS=1
2011 cat >>confdefs.h <<\_ACEOF
2012#define __BEOS__ 1
2013_ACEOF
2014
2015 ;;
2016
2017 *)
2018 { { echo "$as_me:$LINENO: error: unknown system type ${host}." >&5
2019echo "$as_me: error: unknown system type ${host}." >&2;}
2020 { (exit 1); exit 1; }; }
2021esac
2022
2023
2024
2025
2026 wx_arg_cache_file="configarg.cache"
2027 echo "loading argument cache $wx_arg_cache_file"
2028 rm -f ${wx_arg_cache_file}.tmp
2029 touch ${wx_arg_cache_file}.tmp
2030 touch ${wx_arg_cache_file}
2031
2032
2033DEBUG_CONFIGURE=0
2034if test $DEBUG_CONFIGURE = 1; then
2035 DEFAULT_wxUSE_UNIVERSAL=no
2036 DEFAULT_wxUSE_STL=no
2037
2038 DEFAULT_wxUSE_NANOX=no
2039
2040 DEFAULT_wxUSE_THREADS=yes
2041
2042 DEFAULT_wxUSE_SHARED=yes
2043 DEFAULT_wxUSE_OPTIMISE=no
2044 DEFAULT_wxUSE_PROFILE=no
2045 DEFAULT_wxUSE_NO_DEPS=no
2046 DEFAULT_wxUSE_NO_RTTI=no
2047 DEFAULT_wxUSE_NO_EXCEPTIONS=no
ffa0583f 2048 DEFAULT_wxUSE_RPATH=yes
a848cd7e
SC
2049 DEFAULT_wxUSE_PERMISSIVE=no
2050 DEFAULT_wxUSE_DEBUG_FLAG=yes
2051 DEFAULT_wxUSE_DEBUG_INFO=yes
2052 DEFAULT_wxUSE_DEBUG_GDB=yes
2053 DEFAULT_wxUSE_MEM_TRACING=no
2054 DEFAULT_wxUSE_DEBUG_CONTEXT=no
2055 DEFAULT_wxUSE_DMALLOC=no
2056 DEFAULT_wxUSE_APPLE_IEEE=no
2057
2058 DEFAULT_wxUSE_EXCEPTIONS=no
2059 DEFAULT_wxUSE_LOG=yes
2060 DEFAULT_wxUSE_LOGWINDOW=no
2061 DEFAULT_wxUSE_LOGGUI=no
2062 DEFAULT_wxUSE_LOGDIALOG=no
2063
2064 DEFAULT_wxUSE_GUI=yes
2065 DEFAULT_wxUSE_CONTROLS=no
2066
2067 DEFAULT_wxUSE_REGEX=no
2068 DEFAULT_wxUSE_XML=no
2069 DEFAULT_wxUSE_EXPAT=no
2070 DEFAULT_wxUSE_ZLIB=no
2071 DEFAULT_wxUSE_LIBPNG=no
2072 DEFAULT_wxUSE_LIBJPEG=no
2073 DEFAULT_wxUSE_LIBTIFF=no
2074 DEFAULT_wxUSE_LIBXPM=no
2075 DEFAULT_wxUSE_LIBMSPACK=no
2076 DEFAULT_wxUSE_LIBSDL=no
d1c38808 2077 DEFAULT_wxUSE_LIBGNOMEPRINT=no
a848cd7e
SC
2078 DEFAULT_wxUSE_ODBC=no
2079 DEFAULT_wxUSE_OPENGL=no
2080
2081 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
eaff0f0d 2082 DEFAULT_wxUSE_STACKWALKER=no
36b6448c 2083 DEFAULT_wxUSE_DEBUGREPORT=no
a848cd7e
SC
2084 DEFAULT_wxUSE_SNGLINST_CHECKER=no
2085 DEFAULT_wxUSE_STD_IOSTREAM=no
59746b65 2086 DEFAULT_wxUSE_STD_STRING=no
a848cd7e
SC
2087 DEFAULT_wxUSE_CMDLINE_PARSER=no
2088 DEFAULT_wxUSE_DATETIME=no
2089 DEFAULT_wxUSE_TIMER=no
2090 DEFAULT_wxUSE_STOPWATCH=no
2091 DEFAULT_wxUSE_FILE=no
2092 DEFAULT_wxUSE_FFILE=no
07158944 2093 DEFAULT_wxUSE_STDPATHS=no
a848cd7e
SC
2094 DEFAULT_wxUSE_TEXTBUFFER=no
2095 DEFAULT_wxUSE_TEXTFILE=no
2096 DEFAULT_wxUSE_SOUND=no
3b57de8b 2097 DEFAULT_wxUSE_MEDIACTRL=no
a848cd7e
SC
2098 DEFAULT_wxUSE_INTL=no
2099 DEFAULT_wxUSE_CONFIG=no
2100 DEFAULT_wxUSE_FONTMAP=no
2101 DEFAULT_wxUSE_STREAMS=no
2102 DEFAULT_wxUSE_SOCKETS=no
2103 DEFAULT_wxUSE_OLE=no
2104 DEFAULT_wxUSE_DATAOBJ=no
2105 DEFAULT_wxUSE_DIALUP_MANAGER=no
2106 DEFAULT_wxUSE_JOYSTICK=no
2107 DEFAULT_wxUSE_DYNLIB_CLASS=no
2108 DEFAULT_wxUSE_DYNAMIC_LOADER=no
2109 DEFAULT_wxUSE_LONGLONG=no
2110 DEFAULT_wxUSE_GEOMETRY=no
2111
2112 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
2113 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
2114 DEFAULT_wxUSE_POSTSCRIPT=no
2115
2116 DEFAULT_wxUSE_CLIPBOARD=no
2117 DEFAULT_wxUSE_TOOLTIPS=no
2118 DEFAULT_wxUSE_DRAG_AND_DROP=no
2119 DEFAULT_wxUSE_DRAGIMAGE=no
2120 DEFAULT_wxUSE_SPLINES=no
fbe2ca43 2121 DEFAULT_wxUSE_MOUSEWHEEL=no
a848cd7e 2122
8a7b1113 2123 DEFAULT_wxUSE_MDI=no
a848cd7e
SC
2124 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
2125 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
2126 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
2127
2128 DEFAULT_wxUSE_RESOURCES=no
2129 DEFAULT_wxUSE_CONSTRAINTS=no
2130 DEFAULT_wxUSE_IPC=no
2131 DEFAULT_wxUSE_HELP=no
2132 DEFAULT_wxUSE_MS_HTML_HELP=no
2133 DEFAULT_wxUSE_WXHTML_HELP=no
2134 DEFAULT_wxUSE_TREELAYOUT=no
2135 DEFAULT_wxUSE_METAFILE=no
2136 DEFAULT_wxUSE_MIMETYPE=no
2137 DEFAULT_wxUSE_SYSTEM_OPTIONS=no
2138 DEFAULT_wxUSE_PROTOCOL=no
2139 DEFAULT_wxUSE_PROTOCOL_HTTP=no
2140 DEFAULT_wxUSE_PROTOCOL_FTP=no
2141 DEFAULT_wxUSE_PROTOCOL_FILE=no
2142 DEFAULT_wxUSE_URL=no
2143
2144 DEFAULT_wxUSE_COMMONDLGS=no
2145 DEFAULT_wxUSE_CHOICEDLG=no
2146 DEFAULT_wxUSE_COLOURDLG=no
2147 DEFAULT_wxUSE_DIRDLG=no
2148 DEFAULT_wxUSE_FILEDLG=no
2149 DEFAULT_wxUSE_FINDREPLDLG=no
2150 DEFAULT_wxUSE_FONTDLG=no
2151 DEFAULT_wxUSE_MSGDLG=no
2152 DEFAULT_wxUSE_NUMBERDLG=no
2153 DEFAULT_wxUSE_TEXTDLG=no
2154 DEFAULT_wxUSE_SPLASH=no
2155 DEFAULT_wxUSE_STARTUP_TIPS=no
2156 DEFAULT_wxUSE_PROGRESSDLG=no
2157 DEFAULT_wxUSE_WIZARDDLG=no
2158
2159 DEFAULT_wxUSE_MENUS=no
2160 DEFAULT_wxUSE_MINIFRAME=no
2161 DEFAULT_wxUSE_HTML=no
91dea314 2162 DEFAULT_wxUSE_RICHTEXT=no
9a8f0513 2163 DEFAULT_wxUSE_XRC=no
646b6ec1 2164 DEFAULT_wxUSE_WEBKIT=no
a848cd7e
SC
2165 DEFAULT_wxUSE_FILESYSTEM=no
2166 DEFAULT_wxUSE_FS_INET=no
2167 DEFAULT_wxUSE_FS_ZIP=no
2168 DEFAULT_wxUSE_BUSYINFO=no
9e8e867f 2169 DEFAULT_wxUSE_ARCHIVE_STREAMS=no
a848cd7e 2170 DEFAULT_wxUSE_ZIPSTREAM=no
a848cd7e
SC
2171 DEFAULT_wxUSE_VALIDATORS=no
2172
2173 DEFAULT_wxUSE_ACCEL=no
2174 DEFAULT_wxUSE_BUTTON=no
2175 DEFAULT_wxUSE_BMPBUTTON=no
2176 DEFAULT_wxUSE_CALCTRL=no
2177 DEFAULT_wxUSE_CARET=no
2178 DEFAULT_wxUSE_CHECKBOX=no
2179 DEFAULT_wxUSE_CHECKLST=no
2180 DEFAULT_wxUSE_CHOICE=no
92bbdbcd 2181 DEFAULT_wxUSE_CHOICEBOOK=no
a848cd7e 2182 DEFAULT_wxUSE_COMBOBOX=no
da98e9be 2183 DEFAULT_wxUSE_DATEPICKCTRL=no
a848cd7e
SC
2184 DEFAULT_wxUSE_DISPLAY=no
2185 DEFAULT_wxUSE_GAUGE=no
2186 DEFAULT_wxUSE_GRID=no
2187 DEFAULT_wxUSE_IMAGLIST=no
2188 DEFAULT_wxUSE_LISTBOOK=no
2189 DEFAULT_wxUSE_LISTBOX=no
2190 DEFAULT_wxUSE_LISTCTRL=no
2191 DEFAULT_wxUSE_NOTEBOOK=no
2192 DEFAULT_wxUSE_RADIOBOX=no
2193 DEFAULT_wxUSE_RADIOBTN=no
2194 DEFAULT_wxUSE_SASH=no
2195 DEFAULT_wxUSE_SCROLLBAR=no
2196 DEFAULT_wxUSE_SLIDER=no
2197 DEFAULT_wxUSE_SPINBTN=no
2198 DEFAULT_wxUSE_SPINCTRL=no
2199 DEFAULT_wxUSE_SPLITTER=no
2200 DEFAULT_wxUSE_STATBMP=no
2201 DEFAULT_wxUSE_STATBOX=no
2202 DEFAULT_wxUSE_STATLINE=no
2203 DEFAULT_wxUSE_STATTEXT=no
2204 DEFAULT_wxUSE_STATUSBAR=yes
2205 DEFAULT_wxUSE_TABDIALOG=no
2206 DEFAULT_wxUSE_TEXTCTRL=no
2207 DEFAULT_wxUSE_TOGGLEBTN=no
2208 DEFAULT_wxUSE_TOOLBAR=no
2209 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
2210 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
0093c2fc 2211 DEFAULT_wxUSE_TREEBOOK=no
a848cd7e
SC
2212 DEFAULT_wxUSE_TREECTRL=no
2213 DEFAULT_wxUSE_POPUPWIN=no
2214 DEFAULT_wxUSE_TIPWINDOW=no
2215
2216 DEFAULT_wxUSE_UNICODE=no
2217 DEFAULT_wxUSE_UNICODE_MSLU=no
2218 DEFAULT_wxUSE_WCSRTOMBS=no
2219
2220 DEFAULT_wxUSE_PALETTE=no
2221 DEFAULT_wxUSE_IMAGE=no
2222 DEFAULT_wxUSE_GIF=no
2223 DEFAULT_wxUSE_PCX=no
2224 DEFAULT_wxUSE_PNM=no
2225 DEFAULT_wxUSE_IFF=no
2226 DEFAULT_wxUSE_XPM=no
2227 DEFAULT_wxUSE_ICO_CUR=no
2228 DEFAULT_wxUSE_ACCESSIBILITY=no
2229
2230 DEFAULT_wxUSE_MONOLITHIC=no
2231 DEFAULT_wxUSE_PLUGINS=no
2232 DEFAULT_wxUSE_OFFICIAL_BUILD=no
2233else
2234 DEFAULT_wxUSE_UNIVERSAL=no
2235 DEFAULT_wxUSE_STL=no
2236
2237 DEFAULT_wxUSE_NANOX=no
2238
2239 DEFAULT_wxUSE_THREADS=yes
2240
2241 DEFAULT_wxUSE_SHARED=yes
2242 DEFAULT_wxUSE_OPTIMISE=yes
2243 DEFAULT_wxUSE_PROFILE=no
2244 DEFAULT_wxUSE_NO_DEPS=no
2245 DEFAULT_wxUSE_NO_RTTI=no
2246 DEFAULT_wxUSE_NO_EXCEPTIONS=no
ffa0583f 2247 DEFAULT_wxUSE_RPATH=yes
a848cd7e
SC
2248 DEFAULT_wxUSE_PERMISSIVE=no
2249 DEFAULT_wxUSE_DEBUG_FLAG=no
2250 DEFAULT_wxUSE_DEBUG_INFO=no
2251 DEFAULT_wxUSE_DEBUG_GDB=no
2252 DEFAULT_wxUSE_MEM_TRACING=no
2253 DEFAULT_wxUSE_DEBUG_CONTEXT=no
2254 DEFAULT_wxUSE_DMALLOC=no
2255 DEFAULT_wxUSE_APPLE_IEEE=yes
2256
2257 DEFAULT_wxUSE_EXCEPTIONS=yes
2258 DEFAULT_wxUSE_LOG=yes
2259 DEFAULT_wxUSE_LOGWINDOW=yes
2260 DEFAULT_wxUSE_LOGGUI=yes
2261 DEFAULT_wxUSE_LOGDIALOG=yes
2262
2263 DEFAULT_wxUSE_GUI=yes
2264
2265 DEFAULT_wxUSE_REGEX=yes
2266 DEFAULT_wxUSE_XML=yes
2267 DEFAULT_wxUSE_EXPAT=yes
2268 DEFAULT_wxUSE_ZLIB=yes
2269 DEFAULT_wxUSE_LIBPNG=yes
2270 DEFAULT_wxUSE_LIBJPEG=yes
2271 DEFAULT_wxUSE_LIBTIFF=yes
2272 DEFAULT_wxUSE_LIBXPM=yes
2273 DEFAULT_wxUSE_LIBMSPACK=yes
2274 DEFAULT_wxUSE_LIBSDL=no
a03b8b04 2275 DEFAULT_wxUSE_LIBGNOMEPRINT=no
a848cd7e 2276 DEFAULT_wxUSE_ODBC=no
52cb607e 2277 DEFAULT_wxUSE_OPENGL=no
a848cd7e
SC
2278
2279 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
eaff0f0d 2280 DEFAULT_wxUSE_STACKWALKER=yes
6671c68b 2281 DEFAULT_wxUSE_DEBUGREPORT=yes
a848cd7e 2282 DEFAULT_wxUSE_SNGLINST_CHECKER=yes
a03b8b04
RD
2283 DEFAULT_wxUSE_STD_IOSTREAM=$DEFAULT_STD_FLAG
2284 DEFAULT_wxUSE_STD_STRING=$DEFAULT_STD_FLAG
a848cd7e
SC
2285 DEFAULT_wxUSE_CMDLINE_PARSER=yes
2286 DEFAULT_wxUSE_DATETIME=yes
2287 DEFAULT_wxUSE_TIMER=yes
2288 DEFAULT_wxUSE_STOPWATCH=yes
2289 DEFAULT_wxUSE_FILE=yes
2290 DEFAULT_wxUSE_FFILE=yes
07158944 2291 DEFAULT_wxUSE_STDPATHS=yes
a848cd7e
SC
2292 DEFAULT_wxUSE_TEXTBUFFER=yes
2293 DEFAULT_wxUSE_TEXTFILE=yes
2294 DEFAULT_wxUSE_SOUND=yes
3b57de8b 2295 DEFAULT_wxUSE_MEDIACTRL=no
a848cd7e
SC
2296 DEFAULT_wxUSE_INTL=yes
2297 DEFAULT_wxUSE_CONFIG=yes
2298 DEFAULT_wxUSE_FONTMAP=yes
2299 DEFAULT_wxUSE_STREAMS=yes
2300 DEFAULT_wxUSE_SOCKETS=yes
2301 DEFAULT_wxUSE_OLE=yes
2302 DEFAULT_wxUSE_DATAOBJ=yes
2303 DEFAULT_wxUSE_DIALUP_MANAGER=yes
2304 DEFAULT_wxUSE_JOYSTICK=yes
2305 DEFAULT_wxUSE_DYNLIB_CLASS=yes
2306 DEFAULT_wxUSE_DYNAMIC_LOADER=yes
2307 DEFAULT_wxUSE_LONGLONG=yes
2308 DEFAULT_wxUSE_GEOMETRY=yes
2309
2310 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
2311 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
2312 DEFAULT_wxUSE_POSTSCRIPT=yes
2313
2314 DEFAULT_wxUSE_CLIPBOARD=yes
2315 DEFAULT_wxUSE_TOOLTIPS=yes
2316 DEFAULT_wxUSE_DRAG_AND_DROP=yes
2317 DEFAULT_wxUSE_DRAGIMAGE=yes
2318 DEFAULT_wxUSE_SPLINES=yes
fbe2ca43 2319 DEFAULT_wxUSE_MOUSEWHEEL=yes
a848cd7e 2320
8a7b1113 2321 DEFAULT_wxUSE_MDI=yes
a848cd7e
SC
2322 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
2323 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
2324 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
2325
2326 DEFAULT_wxUSE_RESOURCES=no
2327 DEFAULT_wxUSE_CONSTRAINTS=yes
2328 DEFAULT_wxUSE_IPC=yes
2329 DEFAULT_wxUSE_HELP=yes
2330 DEFAULT_wxUSE_MS_HTML_HELP=yes
2331 DEFAULT_wxUSE_WXHTML_HELP=yes
2332 DEFAULT_wxUSE_TREELAYOUT=yes
2333 DEFAULT_wxUSE_METAFILE=yes
2334 DEFAULT_wxUSE_MIMETYPE=yes
2335 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
2336 DEFAULT_wxUSE_PROTOCOL=yes
2337 DEFAULT_wxUSE_PROTOCOL_HTTP=yes
2338 DEFAULT_wxUSE_PROTOCOL_FTP=yes
2339 DEFAULT_wxUSE_PROTOCOL_FILE=yes
2340 DEFAULT_wxUSE_URL=yes
2341
2342 DEFAULT_wxUSE_COMMONDLGS=yes
2343 DEFAULT_wxUSE_CHOICEDLG=yes
2344 DEFAULT_wxUSE_COLOURDLG=yes
2345 DEFAULT_wxUSE_DIRDLG=yes
2346 DEFAULT_wxUSE_FILEDLG=yes
2347 DEFAULT_wxUSE_FINDREPLDLG=yes
2348 DEFAULT_wxUSE_FONTDLG=yes
2349 DEFAULT_wxUSE_MSGDLG=yes
2350 DEFAULT_wxUSE_NUMBERDLG=yes
2351 DEFAULT_wxUSE_TEXTDLG=yes
2352 DEFAULT_wxUSE_SPLASH=yes
2353 DEFAULT_wxUSE_STARTUP_TIPS=yes
2354 DEFAULT_wxUSE_PROGRESSDLG=yes
2355 DEFAULT_wxUSE_WIZARDDLG=yes
2356
2357 DEFAULT_wxUSE_MENUS=yes
2358 DEFAULT_wxUSE_MINIFRAME=yes
2359 DEFAULT_wxUSE_HTML=yes
91dea314 2360 DEFAULT_wxUSE_RICHTEXT=yes
9a8f0513 2361 DEFAULT_wxUSE_XRC=yes
646b6ec1 2362 DEFAULT_wxUSE_WEBKIT=yes
a848cd7e
SC
2363 DEFAULT_wxUSE_FILESYSTEM=yes
2364 DEFAULT_wxUSE_FS_INET=yes
2365 DEFAULT_wxUSE_FS_ZIP=yes
2366 DEFAULT_wxUSE_BUSYINFO=yes
9e8e867f 2367 DEFAULT_wxUSE_ARCHIVE_STREAMS=yes
a848cd7e 2368 DEFAULT_wxUSE_ZIPSTREAM=yes
a848cd7e
SC
2369 DEFAULT_wxUSE_VALIDATORS=yes
2370
2371 DEFAULT_wxUSE_ACCEL=yes
2372 DEFAULT_wxUSE_BUTTON=yes
2373 DEFAULT_wxUSE_BMPBUTTON=yes
2374 DEFAULT_wxUSE_CALCTRL=yes
2375 DEFAULT_wxUSE_CARET=yes
2376 DEFAULT_wxUSE_CHECKBOX=yes
2377 DEFAULT_wxUSE_CHECKLST=yes
2378 DEFAULT_wxUSE_CHOICE=yes
92bbdbcd 2379 DEFAULT_wxUSE_CHOICEBOOK=yes
a848cd7e 2380 DEFAULT_wxUSE_COMBOBOX=yes
da98e9be 2381 DEFAULT_wxUSE_DATEPICKCTRL=yes
a848cd7e
SC
2382 DEFAULT_wxUSE_DISPLAY=yes
2383 DEFAULT_wxUSE_GAUGE=yes
2384 DEFAULT_wxUSE_GRID=yes
2385 DEFAULT_wxUSE_IMAGLIST=yes
2386 DEFAULT_wxUSE_LISTBOOK=yes
2387 DEFAULT_wxUSE_LISTBOX=yes
2388 DEFAULT_wxUSE_LISTCTRL=yes
2389 DEFAULT_wxUSE_NOTEBOOK=yes
2390 DEFAULT_wxUSE_RADIOBOX=yes
2391 DEFAULT_wxUSE_RADIOBTN=yes
2392 DEFAULT_wxUSE_SASH=yes
2393 DEFAULT_wxUSE_SCROLLBAR=yes
2394 DEFAULT_wxUSE_SLIDER=yes
2395 DEFAULT_wxUSE_SPINBTN=yes
2396 DEFAULT_wxUSE_SPINCTRL=yes
2397 DEFAULT_wxUSE_SPLITTER=yes
2398 DEFAULT_wxUSE_STATBMP=yes
2399 DEFAULT_wxUSE_STATBOX=yes
2400 DEFAULT_wxUSE_STATLINE=yes
2401 DEFAULT_wxUSE_STATTEXT=yes
2402 DEFAULT_wxUSE_STATUSBAR=yes
2403 DEFAULT_wxUSE_TABDIALOG=no
2404 DEFAULT_wxUSE_TEXTCTRL=yes
2405 DEFAULT_wxUSE_TOGGLEBTN=yes
2406 DEFAULT_wxUSE_TOOLBAR=yes
2407 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
2408 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
0093c2fc 2409 DEFAULT_wxUSE_TREEBOOK=yes
a848cd7e
SC
2410 DEFAULT_wxUSE_TREECTRL=yes
2411 DEFAULT_wxUSE_POPUPWIN=yes
2412 DEFAULT_wxUSE_TIPWINDOW=yes
2413
78de529b 2414 DEFAULT_wxUSE_UNICODE=no
a848cd7e
SC
2415 DEFAULT_wxUSE_UNICODE_MSLU=yes
2416 DEFAULT_wxUSE_WCSRTOMBS=no
2417
2418 DEFAULT_wxUSE_PALETTE=yes
2419 DEFAULT_wxUSE_IMAGE=yes
2420 DEFAULT_wxUSE_GIF=yes
2421 DEFAULT_wxUSE_PCX=yes
2422 DEFAULT_wxUSE_IFF=no
2423 DEFAULT_wxUSE_PNM=yes
2424 DEFAULT_wxUSE_XPM=yes
2425 DEFAULT_wxUSE_ICO_CUR=yes
2426 DEFAULT_wxUSE_ACCESSIBILITY=no
2427
2428 DEFAULT_wxUSE_MONOLITHIC=no
2429 DEFAULT_wxUSE_PLUGINS=no
2430 DEFAULT_wxUSE_OFFICIAL_BUILD=no
9f45f08e 2431
f34ca037 2432 DEFAULT_wxUSE_GTK2=yes
a848cd7e
SC
2433fi
2434
2435
2436
f34ca037 2437
a848cd7e
SC
2438for toolkit in `echo $ALL_TOOLKITS`; do
2439 LINE=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
2440 if test "x$LINE" != "x" ; then
2441 has_toolkit_in_cache=1
2442 eval "DEFAULT_$LINE"
2443 eval "CACHE_$toolkit=1"
f34ca037
MW
2444
2445 LINE=`grep "wx${toolkit}_VERSION=" ${wx_arg_cache_file}`
2446 if test "x$LINE" != "x" ; then
2447 eval "DEFAULT_$LINE"
2448 fi
a848cd7e
SC
2449 fi
2450done
2451
2452
2453
2454 enablestring=
2455 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2456echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6
2457 no_cache=0
2458 # Check whether --enable-gui or --disable-gui was given.
2459if test "${enable_gui+set}" = set; then
2460 enableval="$enable_gui"
2461
2462 if test "$enableval" = yes; then
2463 ac_cv_use_gui='wxUSE_GUI=yes'
2464 else
2465 ac_cv_use_gui='wxUSE_GUI=no'
2466 fi
2467
2468else
2469
2470 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
2471 if test "x$LINE" != x ; then
2472 eval "DEFAULT_$LINE"
2473 else
2474 no_cache=1
2475 fi
2476
2477 ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
2478
2479fi;
2480
2481 eval "$ac_cv_use_gui"
2482 if test "$no_cache" != 1; then
2483 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
2484 fi
2485
2486 if test "$wxUSE_GUI" = yes; then
2487 echo "$as_me:$LINENO: result: yes" >&5
2488echo "${ECHO_T}yes" >&6
2489 else
2490 echo "$as_me:$LINENO: result: no" >&5
2491echo "${ECHO_T}no" >&6
2492 fi
2493
2494
2495 enablestring=
2496 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
2497echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6
2498 no_cache=0
2499 # Check whether --enable-monolithic or --disable-monolithic was given.
2500if test "${enable_monolithic+set}" = set; then
2501 enableval="$enable_monolithic"
2502
2503 if test "$enableval" = yes; then
2504 ac_cv_use_monolithic='wxUSE_MONOLITHIC=yes'
2505 else
2506 ac_cv_use_monolithic='wxUSE_MONOLITHIC=no'
2507 fi
2508
2509else
2510
2511 LINE=`grep "wxUSE_MONOLITHIC" ${wx_arg_cache_file}`
2512 if test "x$LINE" != x ; then
2513 eval "DEFAULT_$LINE"
2514 else
2515 no_cache=1
2516 fi
2517
2518 ac_cv_use_monolithic='wxUSE_MONOLITHIC='$DEFAULT_wxUSE_MONOLITHIC
2519
2520fi;
2521
2522 eval "$ac_cv_use_monolithic"
2523 if test "$no_cache" != 1; then
2524 echo $ac_cv_use_monolithic >> ${wx_arg_cache_file}.tmp
2525 fi
2526
2527 if test "$wxUSE_MONOLITHIC" = yes; then
2528 echo "$as_me:$LINENO: result: yes" >&5
2529echo "${ECHO_T}yes" >&6
2530 else
2531 echo "$as_me:$LINENO: result: no" >&5
2532echo "${ECHO_T}no" >&6
2533 fi
2534
2535
2536 enablestring=
2537 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-plugins" >&5
2538echo $ECHO_N "checking for --${enablestring:-enable}-plugins... $ECHO_C" >&6
2539 no_cache=0
2540 # Check whether --enable-plugins or --disable-plugins was given.
2541if test "${enable_plugins+set}" = set; then
2542 enableval="$enable_plugins"
2543
2544 if test "$enableval" = yes; then
2545 ac_cv_use_plugins='wxUSE_PLUGINS=yes'
2546 else
2547 ac_cv_use_plugins='wxUSE_PLUGINS=no'
2548 fi
2549
2550else
2551
2552 LINE=`grep "wxUSE_PLUGINS" ${wx_arg_cache_file}`
2553 if test "x$LINE" != x ; then
2554 eval "DEFAULT_$LINE"
2555 else
2556 no_cache=1
2557 fi
2558
2559 ac_cv_use_plugins='wxUSE_PLUGINS='$DEFAULT_wxUSE_PLUGINS
2560
2561fi;
2562
2563 eval "$ac_cv_use_plugins"
2564 if test "$no_cache" != 1; then
2565 echo $ac_cv_use_plugins >> ${wx_arg_cache_file}.tmp
2566 fi
2567
2568 if test "$wxUSE_PLUGINS" = yes; then
2569 echo "$as_me:$LINENO: result: yes" >&5
2570echo "${ECHO_T}yes" >&6
2571 else
2572 echo "$as_me:$LINENO: result: no" >&5
2573echo "${ECHO_T}no" >&6
2574 fi
2575
2576
1c14217d
VZ
2577 withstring=without
2578 echo "$as_me:$LINENO: checking for --${withstring:-with}-subdirs" >&5
2579echo $ECHO_N "checking for --${withstring:-with}-subdirs... $ECHO_C" >&6
2580 no_cache=0
2581
2582# Check whether --with-subdirs or --without-subdirs was given.
2583if test "${with_subdirs+set}" = set; then
2584 withval="$with_subdirs"
2585
2586 if test "$withval" = yes; then
2587 ac_cv_use_subdirs='wxWITH_SUBDIRS=yes'
2588 else
2589 ac_cv_use_subdirs='wxWITH_SUBDIRS=no'
2590 fi
2591
2592else
2593
2594 LINE=`grep "wxWITH_SUBDIRS" ${wx_arg_cache_file}`
2595 if test "x$LINE" != x ; then
2596 eval "DEFAULT_$LINE"
2597 else
2598 no_cache=1
2599 fi
2600
2601 ac_cv_use_subdirs='wxWITH_SUBDIRS='$DEFAULT_wxWITH_SUBDIRS
2602
2603fi;
2604
2605 eval "$ac_cv_use_subdirs"
2606 if test "$no_cache" != 1; then
2607 echo $ac_cv_use_subdirs >> ${wx_arg_cache_file}.tmp
2608 fi
2609
2610 if test "$wxWITH_SUBDIRS" = yes; then
2611 echo "$as_me:$LINENO: result: yes" >&5
2612echo "${ECHO_T}yes" >&6
2613 else
2614 echo "$as_me:$LINENO: result: no" >&5
2615echo "${ECHO_T}no" >&6
2616 fi
2617
2618
a848cd7e
SC
2619if test "$wxUSE_GUI" = "yes"; then
2620
2621
2622 enablestring=
2623 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
2624echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6
2625 no_cache=0
2626 # Check whether --enable-universal or --disable-universal was given.
2627if test "${enable_universal+set}" = set; then
2628 enableval="$enable_universal"
2629
2630 if test "$enableval" = yes; then
2631 ac_cv_use_universal='wxUSE_UNIVERSAL=yes'
2632 else
2633 ac_cv_use_universal='wxUSE_UNIVERSAL=no'
2634 fi
2635
2636else
2637
2638 LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
2639 if test "x$LINE" != x ; then
2640 eval "DEFAULT_$LINE"
2641 else
2642 no_cache=1
2643 fi
2644
2645 ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
2646
2647fi;
2648
2649 eval "$ac_cv_use_universal"
2650 if test "$no_cache" != 1; then
2651 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
2652 fi
2653
2654 if test "$wxUSE_UNIVERSAL" = yes; then
2655 echo "$as_me:$LINENO: result: yes" >&5
2656echo "${ECHO_T}yes" >&6
2657 else
2658 echo "$as_me:$LINENO: result: no" >&5
2659echo "${ECHO_T}no" >&6
2660 fi
2661
2662
2663# Check whether --with-gtk or --without-gtk was given.
2664if test "${with_gtk+set}" = set; then
2665 withval="$with_gtk"
2666 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
2667fi;
2668
2669# Check whether --with-motif or --without-motif was given.
2670if test "${with_motif+set}" = set; then
2671 withval="$with_motif"
2672 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
2673fi;
2674
2675# Check whether --with-mac or --without-mac was given.
2676if test "${with_mac+set}" = set; then
2677 withval="$with_mac"
c228d3a4 2678 wxUSE_MAC="$withval" CACHE_MAC=1 TOOLKIT_GIVEN=1
a848cd7e
SC
2679fi;
2680
2681# Check whether --with-cocoa or --without-cocoa was given.
2682if test "${with_cocoa+set}" = set; then
2683 withval="$with_cocoa"
c228d3a4 2684 wxUSE_COCOA="$withval" CACHE_COCOA=1 TOOLKIT_GIVEN=1
a848cd7e
SC
2685fi;
2686
2687# Check whether --with-wine or --without-wine was given.
2688if test "${with_wine+set}" = set; then
2689 withval="$with_wine"
2690 wxUSE_WINE="$withval" CACHE_WINE=1
2691fi;
2692
2693# Check whether --with-msw or --without-msw was given.
2694if test "${with_msw+set}" = set; then
2695 withval="$with_msw"
2696 wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
2697fi;
2698
2699# Check whether --with-pm or --without-pm was given.
2700if test "${with_pm+set}" = set; then
2701 withval="$with_pm"
2702 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
2703fi;
2704
2705# Check whether --with-mgl or --without-mgl was given.
2706if test "${with_mgl+set}" = set; then
2707 withval="$with_mgl"
2708 wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1
2709fi;
2710
2711# Check whether --with-microwin or --without-microwin was given.
2712if test "${with_microwin+set}" = set; then
2713 withval="$with_microwin"
2714 wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
2715fi;
2716
2717# Check whether --with-x11 or --without-x11 was given.
2718if test "${with_x11+set}" = set; then
2719 withval="$with_x11"
2720 wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
2721fi;
2722
2723 enablestring=
2724 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
2725echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6
2726 no_cache=0
2727 # Check whether --enable-nanox or --disable-nanox was given.
2728if test "${enable_nanox+set}" = set; then
2729 enableval="$enable_nanox"
2730
2731 if test "$enableval" = yes; then
2732 ac_cv_use_nanox='wxUSE_NANOX=yes'
2733 else
2734 ac_cv_use_nanox='wxUSE_NANOX=no'
2735 fi
2736
2737else
2738
2739 LINE=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
2740 if test "x$LINE" != x ; then
2741 eval "DEFAULT_$LINE"
2742 else
2743 no_cache=1
2744 fi
2745
2746 ac_cv_use_nanox='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
2747
2748fi;
2749
2750 eval "$ac_cv_use_nanox"
2751 if test "$no_cache" != 1; then
2752 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
2753 fi
2754
2755 if test "$wxUSE_NANOX" = yes; then
2756 echo "$as_me:$LINENO: result: yes" >&5
2757echo "${ECHO_T}yes" >&6
2758 else
2759 echo "$as_me:$LINENO: result: no" >&5
2760echo "${ECHO_T}no" >&6
2761 fi
2762
2763
f34ca037
MW
2764# Check whether --enable-gtk2 or --disable-gtk2 was given.
2765if test "${enable_gtk2+set}" = set; then
2766 enableval="$enable_gtk2"
2767 wxUSE_GTK2="$enableval"
2768fi;
a848cd7e 2769
a848cd7e
SC
2770 enablestring=
2771 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gpe" >&5
2772echo $ECHO_N "checking for --${enablestring:-enable}-gpe... $ECHO_C" >&6
2773 no_cache=0
2774 # Check whether --enable-gpe or --disable-gpe was given.
2775if test "${enable_gpe+set}" = set; then
2776 enableval="$enable_gpe"
2777
2778 if test "$enableval" = yes; then
2779 ac_cv_use_gpe='wxUSE_GPE=yes'
2780 else
2781 ac_cv_use_gpe='wxUSE_GPE=no'
2782 fi
2783
2784else
2785
2786 LINE=`grep "wxUSE_GPE" ${wx_arg_cache_file}`
2787 if test "x$LINE" != x ; then
2788 eval "DEFAULT_$LINE"
2789 else
2790 no_cache=1
2791 fi
2792
2793 ac_cv_use_gpe='wxUSE_GPE='$DEFAULT_wxUSE_GPE
2794
2795fi;
2796
2797 eval "$ac_cv_use_gpe"
2798 if test "$no_cache" != 1; then
2799 echo $ac_cv_use_gpe >> ${wx_arg_cache_file}.tmp
2800 fi
2801
2802 if test "$wxUSE_GPE" = yes; then
2803 echo "$as_me:$LINENO: result: yes" >&5
2804echo "${ECHO_T}yes" >&6
2805 else
2806 echo "$as_me:$LINENO: result: no" >&5
2807echo "${ECHO_T}no" >&6
2808 fi
2809
2810
2811
2812 echo "$as_me:$LINENO: checking for --with-libpng" >&5
2813echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6
2814 no_cache=0
2815
2816# Check whether --with-libpng or --without-libpng was given.
2817if test "${with_libpng+set}" = set; then
2818 withval="$with_libpng"
2819
2820 if test "$withval" = yes; then
2821 ac_cv_use_libpng='wxUSE_LIBPNG=yes'
2822 elif test "$withval" = no; then
2823 ac_cv_use_libpng='wxUSE_LIBPNG=no'
2824 elif test "$withval" = sys; then
2825 ac_cv_use_libpng='wxUSE_LIBPNG=sys'
2826 elif test "$withval" = builtin; then
2827 ac_cv_use_libpng='wxUSE_LIBPNG=builtin'
2828 else
2829 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2830echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2831 { (exit 1); exit 1; }; }
2832 fi
2833
2834else
2835
2836 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
2837 if test "x$LINE" != x ; then
2838 eval "DEFAULT_$LINE"
2839 else
2840 no_cache=1
2841 fi
2842
2843 ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
2844
2845fi;
2846
2847 eval "$ac_cv_use_libpng"
2848 if test "$no_cache" != 1; then
2849 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
2850 fi
2851
2852 if test "$wxUSE_LIBPNG" = yes; then
2853 echo "$as_me:$LINENO: result: yes" >&5
2854echo "${ECHO_T}yes" >&6
2855 elif test "$wxUSE_LIBPNG" = no; then
2856 echo "$as_me:$LINENO: result: no" >&5
2857echo "${ECHO_T}no" >&6
2858 elif test "$wxUSE_LIBPNG" = sys; then
2859 echo "$as_me:$LINENO: result: system version" >&5
2860echo "${ECHO_T}system version" >&6
2861 elif test "$wxUSE_LIBPNG" = builtin; then
2862 echo "$as_me:$LINENO: result: builtin version" >&5
2863echo "${ECHO_T}builtin version" >&6
2864 else
2865 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2866echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2867 { (exit 1); exit 1; }; }
2868 fi
2869
2870
2871 echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
2872echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6
2873 no_cache=0
2874
2875# Check whether --with-libjpeg or --without-libjpeg was given.
2876if test "${with_libjpeg+set}" = set; then
2877 withval="$with_libjpeg"
2878
2879 if test "$withval" = yes; then
2880 ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
2881 elif test "$withval" = no; then
2882 ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
2883 elif test "$withval" = sys; then
2884 ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
2885 elif test "$withval" = builtin; then
2886 ac_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
2887 else
2888 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2889echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2890 { (exit 1); exit 1; }; }
2891 fi
2892
2893else
2894
2895 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
2896 if test "x$LINE" != x ; then
2897 eval "DEFAULT_$LINE"
2898 else
2899 no_cache=1
2900 fi
2901
2902 ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
2903
2904fi;
2905
2906 eval "$ac_cv_use_libjpeg"
2907 if test "$no_cache" != 1; then
2908 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
2909 fi
2910
2911 if test "$wxUSE_LIBJPEG" = yes; then
2912 echo "$as_me:$LINENO: result: yes" >&5
2913echo "${ECHO_T}yes" >&6
2914 elif test "$wxUSE_LIBJPEG" = no; then
2915 echo "$as_me:$LINENO: result: no" >&5
2916echo "${ECHO_T}no" >&6
2917 elif test "$wxUSE_LIBJPEG" = sys; then
2918 echo "$as_me:$LINENO: result: system version" >&5
2919echo "${ECHO_T}system version" >&6
2920 elif test "$wxUSE_LIBJPEG" = builtin; then
2921 echo "$as_me:$LINENO: result: builtin version" >&5
2922echo "${ECHO_T}builtin version" >&6
2923 else
2924 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2925echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2926 { (exit 1); exit 1; }; }
2927 fi
2928
2929
2930 echo "$as_me:$LINENO: checking for --with-libtiff" >&5
2931echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6
2932 no_cache=0
2933
2934# Check whether --with-libtiff or --without-libtiff was given.
2935if test "${with_libtiff+set}" = set; then
2936 withval="$with_libtiff"
2937
2938 if test "$withval" = yes; then
2939 ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
2940 elif test "$withval" = no; then
2941 ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
2942 elif test "$withval" = sys; then
2943 ac_cv_use_libtiff='wxUSE_LIBTIFF=sys'
2944 elif test "$withval" = builtin; then
2945 ac_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
2946 else
2947 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2948echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2949 { (exit 1); exit 1; }; }
2950 fi
2951
2952else
2953
2954 LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
2955 if test "x$LINE" != x ; then
2956 eval "DEFAULT_$LINE"
2957 else
2958 no_cache=1
2959 fi
2960
2961 ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
2962
2963fi;
2964
2965 eval "$ac_cv_use_libtiff"
2966 if test "$no_cache" != 1; then
2967 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
2968 fi
2969
2970 if test "$wxUSE_LIBTIFF" = yes; then
2971 echo "$as_me:$LINENO: result: yes" >&5
2972echo "${ECHO_T}yes" >&6
2973 elif test "$wxUSE_LIBTIFF" = no; then
2974 echo "$as_me:$LINENO: result: no" >&5
2975echo "${ECHO_T}no" >&6
2976 elif test "$wxUSE_LIBTIFF" = sys; then
2977 echo "$as_me:$LINENO: result: system version" >&5
2978echo "${ECHO_T}system version" >&6
2979 elif test "$wxUSE_LIBTIFF" = builtin; then
2980 echo "$as_me:$LINENO: result: builtin version" >&5
2981echo "${ECHO_T}builtin version" >&6
2982 else
2983 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2984echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2985 { (exit 1); exit 1; }; }
2986 fi
2987
2988
2989 echo "$as_me:$LINENO: checking for --with-libxpm" >&5
2990echo $ECHO_N "checking for --with-libxpm... $ECHO_C" >&6
2991 no_cache=0
2992
2993# Check whether --with-libxpm or --without-libxpm was given.
2994if test "${with_libxpm+set}" = set; then
2995 withval="$with_libxpm"
2996
2997 if test "$withval" = yes; then
2998 ac_cv_use_libxpm='wxUSE_LIBXPM=yes'
2999 elif test "$withval" = no; then
3000 ac_cv_use_libxpm='wxUSE_LIBXPM=no'
3001 elif test "$withval" = sys; then
3002 ac_cv_use_libxpm='wxUSE_LIBXPM=sys'
3003 elif test "$withval" = builtin; then
3004 ac_cv_use_libxpm='wxUSE_LIBXPM=builtin'
3005 else
3006 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3007echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3008 { (exit 1); exit 1; }; }
3009 fi
3010
3011else
3012
3013 LINE=`grep "wxUSE_LIBXPM" ${wx_arg_cache_file}`
3014 if test "x$LINE" != x ; then
3015 eval "DEFAULT_$LINE"
3016 else
3017 no_cache=1
3018 fi
3019
3020 ac_cv_use_libxpm='wxUSE_LIBXPM='$DEFAULT_wxUSE_LIBXPM
3021
3022fi;
3023
3024 eval "$ac_cv_use_libxpm"
3025 if test "$no_cache" != 1; then
3026 echo $ac_cv_use_libxpm >> ${wx_arg_cache_file}.tmp
3027 fi
3028
3029 if test "$wxUSE_LIBXPM" = yes; then
3030 echo "$as_me:$LINENO: result: yes" >&5
3031echo "${ECHO_T}yes" >&6
3032 elif test "$wxUSE_LIBXPM" = no; then
3033 echo "$as_me:$LINENO: result: no" >&5
3034echo "${ECHO_T}no" >&6
3035 elif test "$wxUSE_LIBXPM" = sys; then
3036 echo "$as_me:$LINENO: result: system version" >&5
3037echo "${ECHO_T}system version" >&6
3038 elif test "$wxUSE_LIBXPM" = builtin; then
3039 echo "$as_me:$LINENO: result: builtin version" >&5
3040echo "${ECHO_T}builtin version" >&6
3041 else
3042 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3043echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3044 { (exit 1); exit 1; }; }
3045 fi
3046
3047
1c14217d
VZ
3048 withstring=
3049 echo "$as_me:$LINENO: checking for --${withstring:-with}-libmspack" >&5
3050echo $ECHO_N "checking for --${withstring:-with}-libmspack... $ECHO_C" >&6
a848cd7e
SC
3051 no_cache=0
3052
3053# Check whether --with-libmspack or --without-libmspack was given.
3054if test "${with_libmspack+set}" = set; then
3055 withval="$with_libmspack"
3056
3057 if test "$withval" = yes; then
3058 ac_cv_use_libmspack='wxUSE_LIBMSPACK=yes'
3059 else
3060 ac_cv_use_libmspack='wxUSE_LIBMSPACK=no'
3061 fi
3062
3063else
3064
3065 LINE=`grep "wxUSE_LIBMSPACK" ${wx_arg_cache_file}`
3066 if test "x$LINE" != x ; then
3067 eval "DEFAULT_$LINE"
3068 else
3069 no_cache=1
3070 fi
3071
3072 ac_cv_use_libmspack='wxUSE_LIBMSPACK='$DEFAULT_wxUSE_LIBMSPACK
3073
3074fi;
3075
3076 eval "$ac_cv_use_libmspack"
3077 if test "$no_cache" != 1; then
3078 echo $ac_cv_use_libmspack >> ${wx_arg_cache_file}.tmp
3079 fi
3080
3081 if test "$wxUSE_LIBMSPACK" = yes; then
3082 echo "$as_me:$LINENO: result: yes" >&5
3083echo "${ECHO_T}yes" >&6
3084 else
3085 echo "$as_me:$LINENO: result: no" >&5
3086echo "${ECHO_T}no" >&6
3087 fi
3088
3089
1c14217d
VZ
3090 withstring=
3091 echo "$as_me:$LINENO: checking for --${withstring:-with}-sdl" >&5
3092echo $ECHO_N "checking for --${withstring:-with}-sdl... $ECHO_C" >&6
a848cd7e
SC
3093 no_cache=0
3094
3095# Check whether --with-sdl or --without-sdl was given.
3096if test "${with_sdl+set}" = set; then
3097 withval="$with_sdl"
3098
3099 if test "$withval" = yes; then
3100 ac_cv_use_sdl='wxUSE_LIBSDL=yes'
3101 else
3102 ac_cv_use_sdl='wxUSE_LIBSDL=no'
3103 fi
3104
3105else
3106
3107 LINE=`grep "wxUSE_LIBSDL" ${wx_arg_cache_file}`
3108 if test "x$LINE" != x ; then
3109 eval "DEFAULT_$LINE"
3110 else
3111 no_cache=1
3112 fi
3113
3114 ac_cv_use_sdl='wxUSE_LIBSDL='$DEFAULT_wxUSE_LIBSDL
3115
3116fi;
3117
3118 eval "$ac_cv_use_sdl"
3119 if test "$no_cache" != 1; then
3120 echo $ac_cv_use_sdl >> ${wx_arg_cache_file}.tmp
3121 fi
3122
3123 if test "$wxUSE_LIBSDL" = yes; then
3124 echo "$as_me:$LINENO: result: yes" >&5
3125echo "${ECHO_T}yes" >&6
3126 else
3127 echo "$as_me:$LINENO: result: no" >&5
3128echo "${ECHO_T}no" >&6
3129 fi
3130
3131
1c14217d
VZ
3132 withstring=
3133 echo "$as_me:$LINENO: checking for --${withstring:-with}-gnomeprint" >&5
3134echo $ECHO_N "checking for --${withstring:-with}-gnomeprint... $ECHO_C" >&6
d1c38808
VZ
3135 no_cache=0
3136
3137# Check whether --with-gnomeprint or --without-gnomeprint was given.
3138if test "${with_gnomeprint+set}" = set; then
3139 withval="$with_gnomeprint"
3140
3141 if test "$withval" = yes; then
3142 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=yes'
3143 else
3144 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=no'
3145 fi
3146
3147else
3148
3149 LINE=`grep "wxUSE_LIBGNOMEPRINT" ${wx_arg_cache_file}`
3150 if test "x$LINE" != x ; then
3151 eval "DEFAULT_$LINE"
3152 else
3153 no_cache=1
3154 fi
3155
3156 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT='$DEFAULT_wxUSE_LIBGNOMEPRINT
3157
3158fi;
3159
3160 eval "$ac_cv_use_gnomeprint"
3161 if test "$no_cache" != 1; then
3162 echo $ac_cv_use_gnomeprint >> ${wx_arg_cache_file}.tmp
3163 fi
3164
3165 if test "$wxUSE_LIBGNOMEPRINT" = yes; then
3166 echo "$as_me:$LINENO: result: yes" >&5
3167echo "${ECHO_T}yes" >&6
3168 else
3169 echo "$as_me:$LINENO: result: no" >&5
3170echo "${ECHO_T}no" >&6
3171 fi
3172
3173
1c14217d
VZ
3174 withstring=
3175 echo "$as_me:$LINENO: checking for --${withstring:-with}-opengl" >&5
3176echo $ECHO_N "checking for --${withstring:-with}-opengl... $ECHO_C" >&6
a848cd7e
SC
3177 no_cache=0
3178
3179# Check whether --with-opengl or --without-opengl was given.
3180if test "${with_opengl+set}" = set; then
3181 withval="$with_opengl"
3182
3183 if test "$withval" = yes; then
3184 ac_cv_use_opengl='wxUSE_OPENGL=yes'
3185 else
3186 ac_cv_use_opengl='wxUSE_OPENGL=no'
3187 fi
3188
3189else
3190
3191 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
3192 if test "x$LINE" != x ; then
3193 eval "DEFAULT_$LINE"
3194 else
3195 no_cache=1
3196 fi
3197
3198 ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
3199
3200fi;
3201
3202 eval "$ac_cv_use_opengl"
3203 if test "$no_cache" != 1; then
3204 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
3205 fi
3206
3207 if test "$wxUSE_OPENGL" = yes; then
3208 echo "$as_me:$LINENO: result: yes" >&5
3209echo "${ECHO_T}yes" >&6
3210 else
3211 echo "$as_me:$LINENO: result: no" >&5
3212echo "${ECHO_T}no" >&6
3213 fi
3214
3215
3216fi
3217
3218
1c14217d
VZ
3219 withstring=
3220 echo "$as_me:$LINENO: checking for --${withstring:-with}-dmalloc" >&5
3221echo $ECHO_N "checking for --${withstring:-with}-dmalloc... $ECHO_C" >&6
a848cd7e
SC
3222 no_cache=0
3223
3224# Check whether --with-dmalloc or --without-dmalloc was given.
3225if test "${with_dmalloc+set}" = set; then
3226 withval="$with_dmalloc"
3227
3228 if test "$withval" = yes; then
3229 ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
3230 else
3231 ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
3232 fi
3233
3234else
3235
3236 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
3237 if test "x$LINE" != x ; then
3238 eval "DEFAULT_$LINE"
3239 else
3240 no_cache=1
3241 fi
3242
3243 ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
3244
3245fi;
3246
3247 eval "$ac_cv_use_dmalloc"
3248 if test "$no_cache" != 1; then
3249 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
3250 fi
3251
3252 if test "$wxUSE_DMALLOC" = yes; then
3253 echo "$as_me:$LINENO: result: yes" >&5
3254echo "${ECHO_T}yes" >&6
3255 else
3256 echo "$as_me:$LINENO: result: no" >&5
3257echo "${ECHO_T}no" >&6
3258 fi
3259
3260
3261 echo "$as_me:$LINENO: checking for --with-regex" >&5
3262echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6
3263 no_cache=0
3264
3265# Check whether --with-regex or --without-regex was given.
3266if test "${with_regex+set}" = set; then
3267 withval="$with_regex"
3268
3269 if test "$withval" = yes; then
3270 ac_cv_use_regex='wxUSE_REGEX=yes'
3271 elif test "$withval" = no; then
3272 ac_cv_use_regex='wxUSE_REGEX=no'
3273 elif test "$withval" = sys; then
3274 ac_cv_use_regex='wxUSE_REGEX=sys'
3275 elif test "$withval" = builtin; then
3276 ac_cv_use_regex='wxUSE_REGEX=builtin'
3277 else
3278 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3279echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3280 { (exit 1); exit 1; }; }
3281 fi
3282
3283else
3284
3285 LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
3286 if test "x$LINE" != x ; then
3287 eval "DEFAULT_$LINE"
3288 else
3289 no_cache=1
3290 fi
3291
3292 ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
3293
3294fi;
3295
3296 eval "$ac_cv_use_regex"
3297 if test "$no_cache" != 1; then
3298 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
3299 fi
3300
3301 if test "$wxUSE_REGEX" = yes; then
3302 echo "$as_me:$LINENO: result: yes" >&5
3303echo "${ECHO_T}yes" >&6
3304 elif test "$wxUSE_REGEX" = no; then
3305 echo "$as_me:$LINENO: result: no" >&5
3306echo "${ECHO_T}no" >&6
3307 elif test "$wxUSE_REGEX" = sys; then
3308 echo "$as_me:$LINENO: result: system version" >&5
3309echo "${ECHO_T}system version" >&6
3310 elif test "$wxUSE_REGEX" = builtin; then
3311 echo "$as_me:$LINENO: result: builtin version" >&5
3312echo "${ECHO_T}builtin version" >&6
3313 else
3314 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3315echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3316 { (exit 1); exit 1; }; }
3317 fi
3318
3319
3320 echo "$as_me:$LINENO: checking for --with-zlib" >&5
3321echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6
3322 no_cache=0
3323
3324# Check whether --with-zlib or --without-zlib was given.
3325if test "${with_zlib+set}" = set; then
3326 withval="$with_zlib"
3327
3328 if test "$withval" = yes; then
3329 ac_cv_use_zlib='wxUSE_ZLIB=yes'
3330 elif test "$withval" = no; then
3331 ac_cv_use_zlib='wxUSE_ZLIB=no'
3332 elif test "$withval" = sys; then
3333 ac_cv_use_zlib='wxUSE_ZLIB=sys'
3334 elif test "$withval" = builtin; then
3335 ac_cv_use_zlib='wxUSE_ZLIB=builtin'
3336 else
3337 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3338echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3339 { (exit 1); exit 1; }; }
3340 fi
3341
3342else
3343
3344 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
3345 if test "x$LINE" != x ; then
3346 eval "DEFAULT_$LINE"
3347 else
3348 no_cache=1
3349 fi
3350
3351 ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
3352
3353fi;
3354
3355 eval "$ac_cv_use_zlib"
3356 if test "$no_cache" != 1; then
3357 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
3358 fi
3359
3360 if test "$wxUSE_ZLIB" = yes; then
3361 echo "$as_me:$LINENO: result: yes" >&5
3362echo "${ECHO_T}yes" >&6
3363 elif test "$wxUSE_ZLIB" = no; then
3364 echo "$as_me:$LINENO: result: no" >&5
3365echo "${ECHO_T}no" >&6
3366 elif test "$wxUSE_ZLIB" = sys; then
3367 echo "$as_me:$LINENO: result: system version" >&5
3368echo "${ECHO_T}system version" >&6
3369 elif test "$wxUSE_ZLIB" = builtin; then
3370 echo "$as_me:$LINENO: result: builtin version" >&5
3371echo "${ECHO_T}builtin version" >&6
3372 else
3373 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3374echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3375 { (exit 1); exit 1; }; }
3376 fi
3377
3378
3379 echo "$as_me:$LINENO: checking for --with-odbc" >&5
3380echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6
3381 no_cache=0
3382
3383# Check whether --with-odbc or --without-odbc was given.
3384if test "${with_odbc+set}" = set; then
3385 withval="$with_odbc"
3386
3387 if test "$withval" = yes; then
3388 ac_cv_use_odbc='wxUSE_ODBC=yes'
3389 elif test "$withval" = no; then
3390 ac_cv_use_odbc='wxUSE_ODBC=no'
3391 elif test "$withval" = sys; then
3392 ac_cv_use_odbc='wxUSE_ODBC=sys'
3393 elif test "$withval" = builtin; then
3394 ac_cv_use_odbc='wxUSE_ODBC=builtin'
3395 else
3396 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3397echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3398 { (exit 1); exit 1; }; }
3399 fi
3400
3401else
3402
3403 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
3404 if test "x$LINE" != x ; then
3405 eval "DEFAULT_$LINE"
3406 else
3407 no_cache=1
3408 fi
3409
3410 ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
3411
3412fi;
3413
3414 eval "$ac_cv_use_odbc"
3415 if test "$no_cache" != 1; then
3416 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
3417 fi
3418
3419 if test "$wxUSE_ODBC" = yes; then
3420 echo "$as_me:$LINENO: result: yes" >&5
3421echo "${ECHO_T}yes" >&6
3422 elif test "$wxUSE_ODBC" = no; then
3423 echo "$as_me:$LINENO: result: no" >&5
3424echo "${ECHO_T}no" >&6
3425 elif test "$wxUSE_ODBC" = sys; then
3426 echo "$as_me:$LINENO: result: system version" >&5
3427echo "${ECHO_T}system version" >&6
3428 elif test "$wxUSE_ODBC" = builtin; then
3429 echo "$as_me:$LINENO: result: builtin version" >&5
3430echo "${ECHO_T}builtin version" >&6
3431 else
3432 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3433echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3434 { (exit 1); exit 1; }; }
3435 fi
3436
3437
3438 echo "$as_me:$LINENO: checking for --with-expat" >&5
3439echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6
3440 no_cache=0
3441
3442# Check whether --with-expat or --without-expat was given.
3443if test "${with_expat+set}" = set; then
3444 withval="$with_expat"
3445
3446 if test "$withval" = yes; then
3447 ac_cv_use_expat='wxUSE_EXPAT=yes'
3448 elif test "$withval" = no; then
3449 ac_cv_use_expat='wxUSE_EXPAT=no'
3450 elif test "$withval" = sys; then
3451 ac_cv_use_expat='wxUSE_EXPAT=sys'
3452 elif test "$withval" = builtin; then
3453 ac_cv_use_expat='wxUSE_EXPAT=builtin'
3454 else
3455 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3456echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3457 { (exit 1); exit 1; }; }
3458 fi
3459
3460else
3461
3462 LINE=`grep "wxUSE_EXPAT" ${wx_arg_cache_file}`
3463 if test "x$LINE" != x ; then
3464 eval "DEFAULT_$LINE"
3465 else
3466 no_cache=1
3467 fi
3468
3469 ac_cv_use_expat='wxUSE_EXPAT='$DEFAULT_wxUSE_EXPAT
3470
3471fi;
3472
3473 eval "$ac_cv_use_expat"
3474 if test "$no_cache" != 1; then
3475 echo $ac_cv_use_expat >> ${wx_arg_cache_file}.tmp
3476 fi
3477
3478 if test "$wxUSE_EXPAT" = yes; then
3479 echo "$as_me:$LINENO: result: yes" >&5
3480echo "${ECHO_T}yes" >&6
3481 elif test "$wxUSE_EXPAT" = no; then
3482 echo "$as_me:$LINENO: result: no" >&5
3483echo "${ECHO_T}no" >&6
3484 elif test "$wxUSE_EXPAT" = sys; then
3485 echo "$as_me:$LINENO: result: system version" >&5
3486echo "${ECHO_T}system version" >&6
3487 elif test "$wxUSE_EXPAT" = builtin; then
3488 echo "$as_me:$LINENO: result: builtin version" >&5
3489echo "${ECHO_T}builtin version" >&6
3490 else
3491 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3492echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3493 { (exit 1); exit 1; }; }
3494 fi
3495
3496
3497
3498
3499 enablestring=
3500 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
3501echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6
3502 no_cache=0
3503 # Check whether --enable-shared or --disable-shared was given.
3504if test "${enable_shared+set}" = set; then
3505 enableval="$enable_shared"
3506
3507 if test "$enableval" = yes; then
3508 ac_cv_use_shared='wxUSE_SHARED=yes'
3509 else
3510 ac_cv_use_shared='wxUSE_SHARED=no'
3511 fi
3512
3513else
3514
3515 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
3516 if test "x$LINE" != x ; then
3517 eval "DEFAULT_$LINE"
3518 else
3519 no_cache=1
3520 fi
3521
3522 ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
3523
3524fi;
3525
3526 eval "$ac_cv_use_shared"
3527 if test "$no_cache" != 1; then
3528 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
3529 fi
3530
3531 if test "$wxUSE_SHARED" = yes; then
3532 echo "$as_me:$LINENO: result: yes" >&5
3533echo "${ECHO_T}yes" >&6
3534 else
3535 echo "$as_me:$LINENO: result: no" >&5
3536echo "${ECHO_T}no" >&6
3537 fi
3538
3539
3540 enablestring=
3541 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
3542echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6
3543 no_cache=0
3544 # Check whether --enable-optimise or --disable-optimise was given.
3545if test "${enable_optimise+set}" = set; then
3546 enableval="$enable_optimise"
3547
3548 if test "$enableval" = yes; then
3549 ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
3550 else
3551 ac_cv_use_optimise='wxUSE_OPTIMISE=no'
3552 fi
3553
3554else
3555
3556 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
3557 if test "x$LINE" != x ; then
3558 eval "DEFAULT_$LINE"
3559 else
3560 no_cache=1
3561 fi
3562
3563 ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
3564
3565fi;
3566
3567 eval "$ac_cv_use_optimise"
3568 if test "$no_cache" != 1; then
3569 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
3570 fi
3571
3572 if test "$wxUSE_OPTIMISE" = yes; then
3573 echo "$as_me:$LINENO: result: yes" >&5
3574echo "${ECHO_T}yes" >&6
3575 else
3576 echo "$as_me:$LINENO: result: no" >&5
3577echo "${ECHO_T}no" >&6
3578 fi
3579
3580
3581 enablestring=
3582 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5
3583echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6
3584 no_cache=0
3585 # Check whether --enable-debug or --disable-debug was given.
3586if test "${enable_debug+set}" = set; then
3587 enableval="$enable_debug"
3588
3589 if test "$enableval" = yes; then
3590 ac_cv_use_debug='wxUSE_DEBUG=yes'
3591 else
3592 ac_cv_use_debug='wxUSE_DEBUG=no'
3593 fi
3594
3595else
3596
3597 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
3598 if test "x$LINE" != x ; then
3599 eval "DEFAULT_$LINE"
3600 else
3601 no_cache=1
3602 fi
3603
3604 ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
3605
3606fi;
3607
3608 eval "$ac_cv_use_debug"
3609 if test "$no_cache" != 1; then
3610 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
3611 fi
3612
3613 if test "$wxUSE_DEBUG" = yes; then
3614 echo "$as_me:$LINENO: result: yes" >&5
3615echo "${ECHO_T}yes" >&6
3616 else
3617 echo "$as_me:$LINENO: result: no" >&5
3618echo "${ECHO_T}no" >&6
3619 fi
3620
3621
3622 enablestring=
3623 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
3624echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6
3625 no_cache=0
3626 # Check whether --enable-stl or --disable-stl was given.
3627if test "${enable_stl+set}" = set; then
3628 enableval="$enable_stl"
3629
3630 if test "$enableval" = yes; then
3631 ac_cv_use_stl='wxUSE_STL=yes'
3632 else
3633 ac_cv_use_stl='wxUSE_STL=no'
3634 fi
3635
3636else
3637
3638 LINE=`grep "wxUSE_STL" ${wx_arg_cache_file}`
3639 if test "x$LINE" != x ; then
3640 eval "DEFAULT_$LINE"
3641 else
3642 no_cache=1
3643 fi
3644
3645 ac_cv_use_stl='wxUSE_STL='$DEFAULT_wxUSE_STL
3646
3647fi;
3648
3649 eval "$ac_cv_use_stl"
3650 if test "$no_cache" != 1; then
3651 echo $ac_cv_use_stl >> ${wx_arg_cache_file}.tmp
3652 fi
3653
3654 if test "$wxUSE_STL" = yes; then
3655 echo "$as_me:$LINENO: result: yes" >&5
3656echo "${ECHO_T}yes" >&6
3657 else
3658 echo "$as_me:$LINENO: result: no" >&5
3659echo "${ECHO_T}no" >&6
3660 fi
3661
3662if test "$USE_OS2" = "1"; then
69120ee4 3663 DEFAULT_wxUSE_OMF=no
a848cd7e
SC
3664
3665 enablestring=
3666 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-omf" >&5
3667echo $ECHO_N "checking for --${enablestring:-enable}-omf... $ECHO_C" >&6
3668 no_cache=0
3669 # Check whether --enable-omf or --disable-omf was given.
3670if test "${enable_omf+set}" = set; then
3671 enableval="$enable_omf"
3672
3673 if test "$enableval" = yes; then
3674 ac_cv_use_omf='wxUSE_OMF=yes'
3675 else
3676 ac_cv_use_omf='wxUSE_OMF=no'
3677 fi
3678
3679else
3680
3681 LINE=`grep "wxUSE_OMF" ${wx_arg_cache_file}`
3682 if test "x$LINE" != x ; then
3683 eval "DEFAULT_$LINE"
3684 else
3685 no_cache=1
3686 fi
3687
3688 ac_cv_use_omf='wxUSE_OMF='$DEFAULT_wxUSE_OMF
3689
3690fi;
3691
3692 eval "$ac_cv_use_omf"
3693 if test "$no_cache" != 1; then
3694 echo $ac_cv_use_omf >> ${wx_arg_cache_file}.tmp
3695 fi
3696
3697 if test "$wxUSE_OMF" = yes; then
3698 echo "$as_me:$LINENO: result: yes" >&5
3699echo "${ECHO_T}yes" >&6
3700 else
3701 echo "$as_me:$LINENO: result: no" >&5
3702echo "${ECHO_T}no" >&6
3703 fi
3704
3705fi
3706
3707if test "$wxUSE_DEBUG" = "yes"; then
3708 DEFAULT_wxUSE_DEBUG_FLAG=yes
3709 DEFAULT_wxUSE_DEBUG_INFO=yes
3710 BUILD=debug
3711elif test "$wxUSE_DEBUG" = "no"; then
3712 DEFAULT_wxUSE_DEBUG_FLAG=no
3713 DEFAULT_wxUSE_DEBUG_INFO=no
3714 BUILD=release
3715fi
3716
3717
3718 enablestring=
3719 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
3720echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6
3721 no_cache=0
3722 # Check whether --enable-debug_flag or --disable-debug_flag was given.
3723if test "${enable_debug_flag+set}" = set; then
3724 enableval="$enable_debug_flag"
3725
3726 if test "$enableval" = yes; then
3727 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
3728 else
3729 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
3730 fi
3731
3732else
3733
3734 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
3735 if test "x$LINE" != x ; then
3736 eval "DEFAULT_$LINE"
3737 else
3738 no_cache=1
3739 fi
3740
3741 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
3742
3743fi;
3744
3745 eval "$ac_cv_use_debug_flag"
3746 if test "$no_cache" != 1; then
3747 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
3748 fi
3749
3750 if test "$wxUSE_DEBUG_FLAG" = yes; then
3751 echo "$as_me:$LINENO: result: yes" >&5
3752echo "${ECHO_T}yes" >&6
3753 else
3754 echo "$as_me:$LINENO: result: no" >&5
3755echo "${ECHO_T}no" >&6
3756 fi
3757
3758
3759 enablestring=
3760 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
3761echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6
3762 no_cache=0
3763 # Check whether --enable-debug_info or --disable-debug_info was given.
3764if test "${enable_debug_info+set}" = set; then
3765 enableval="$enable_debug_info"
3766
3767 if test "$enableval" = yes; then
3768 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
3769 else
3770 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
3771 fi
3772
3773else
3774
3775 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
3776 if test "x$LINE" != x ; then
3777 eval "DEFAULT_$LINE"
3778 else
3779 no_cache=1
3780 fi
3781
3782 ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
3783
3784fi;
3785
3786 eval "$ac_cv_use_debug_info"
3787 if test "$no_cache" != 1; then
3788 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
3789 fi
3790
3791 if test "$wxUSE_DEBUG_INFO" = yes; then
3792 echo "$as_me:$LINENO: result: yes" >&5
3793echo "${ECHO_T}yes" >&6
3794 else
3795 echo "$as_me:$LINENO: result: no" >&5
3796echo "${ECHO_T}no" >&6
3797 fi
3798
3799
3800 enablestring=
3801 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
3802echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6
3803 no_cache=0
3804 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
3805if test "${enable_debug_gdb+set}" = set; then
3806 enableval="$enable_debug_gdb"
3807
3808 if test "$enableval" = yes; then
3809 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
3810 else
3811 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
3812 fi
3813
3814else
3815
3816 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
3817 if test "x$LINE" != x ; then
3818 eval "DEFAULT_$LINE"
3819 else
3820 no_cache=1
3821 fi
3822
3823 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
3824
3825fi;
3826
3827 eval "$ac_cv_use_debug_gdb"
3828 if test "$no_cache" != 1; then
3829 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
3830 fi
3831
3832 if test "$wxUSE_DEBUG_GDB" = yes; then
3833 echo "$as_me:$LINENO: result: yes" >&5
3834echo "${ECHO_T}yes" >&6
3835 else
3836 echo "$as_me:$LINENO: result: no" >&5
3837echo "${ECHO_T}no" >&6
3838 fi
3839
3840
3841 enablestring=
3842 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
3843echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6
3844 no_cache=0
3845 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
3846if test "${enable_debug_cntxt+set}" = set; then
3847 enableval="$enable_debug_cntxt"
3848
3849 if test "$enableval" = yes; then
3850 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
3851 else
3852 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
3853 fi
3854
3855else
3856
3857 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
3858 if test "x$LINE" != x ; then
3859 eval "DEFAULT_$LINE"
3860 else
3861 no_cache=1
3862 fi
3863
3864 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
3865
3866fi;
3867
3868 eval "$ac_cv_use_debug_cntxt"
3869 if test "$no_cache" != 1; then
3870 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
3871 fi
3872
3873 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
3874 echo "$as_me:$LINENO: result: yes" >&5
3875echo "${ECHO_T}yes" >&6
3876 else
3877 echo "$as_me:$LINENO: result: no" >&5
3878echo "${ECHO_T}no" >&6
3879 fi
3880
3881
3882 enablestring=
3883 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
3884echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6
3885 no_cache=0
3886 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
3887if test "${enable_mem_tracing+set}" = set; then
3888 enableval="$enable_mem_tracing"
3889
3890 if test "$enableval" = yes; then
3891 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
3892 else
3893 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
3894 fi
3895
3896else
3897
3898 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
3899 if test "x$LINE" != x ; then
3900 eval "DEFAULT_$LINE"
3901 else
3902 no_cache=1
3903 fi
3904
3905 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
3906
3907fi;
3908
3909 eval "$ac_cv_use_mem_tracing"
3910 if test "$no_cache" != 1; then
3911 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
3912 fi
3913
3914 if test "$wxUSE_MEM_TRACING" = yes; then
3915 echo "$as_me:$LINENO: result: yes" >&5
3916echo "${ECHO_T}yes" >&6
3917 else
3918 echo "$as_me:$LINENO: result: no" >&5
3919echo "${ECHO_T}no" >&6
3920 fi
3921
3922
3923 enablestring=
3924 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
3925echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6
3926 no_cache=0
3927 # Check whether --enable-profile or --disable-profile was given.
3928if test "${enable_profile+set}" = set; then
3929 enableval="$enable_profile"
3930
3931 if test "$enableval" = yes; then
3932 ac_cv_use_profile='wxUSE_PROFILE=yes'
3933 else
3934 ac_cv_use_profile='wxUSE_PROFILE=no'
3935 fi
3936
3937else
3938
3939 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
3940 if test "x$LINE" != x ; then
3941 eval "DEFAULT_$LINE"
3942 else
3943 no_cache=1
3944 fi
3945
3946 ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
3947
3948fi;
3949
3950 eval "$ac_cv_use_profile"
3951 if test "$no_cache" != 1; then
3952 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
3953 fi
3954
3955 if test "$wxUSE_PROFILE" = yes; then
3956 echo "$as_me:$LINENO: result: yes" >&5
3957echo "${ECHO_T}yes" >&6
3958 else
3959 echo "$as_me:$LINENO: result: no" >&5
3960echo "${ECHO_T}no" >&6
3961 fi
3962
3963
3964 enablestring=
3965 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
3966echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6
3967 no_cache=0
3968 # Check whether --enable-no_rtti or --disable-no_rtti was given.
3969if test "${enable_no_rtti+set}" = set; then
3970 enableval="$enable_no_rtti"
3971
3972 if test "$enableval" = yes; then
3973 ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
3974 else
3975 ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
3976 fi
3977
3978else
3979
3980 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
3981 if test "x$LINE" != x ; then
3982 eval "DEFAULT_$LINE"
3983 else
3984 no_cache=1
3985 fi
3986
3987 ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
3988
3989fi;
3990
3991 eval "$ac_cv_use_no_rtti"
3992 if test "$no_cache" != 1; then
3993 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
3994 fi
3995
3996 if test "$wxUSE_NO_RTTI" = yes; then
3997 echo "$as_me:$LINENO: result: yes" >&5
3998echo "${ECHO_T}yes" >&6
3999 else
4000 echo "$as_me:$LINENO: result: no" >&5
4001echo "${ECHO_T}no" >&6
4002 fi
4003
4004
4005 enablestring=
4006 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
4007echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6
4008 no_cache=0
4009 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
4010if test "${enable_no_exceptions+set}" = set; then
4011 enableval="$enable_no_exceptions"
4012
4013 if test "$enableval" = yes; then
4014 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
4015 else
4016 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
4017 fi
4018
4019else
4020
4021 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
4022 if test "x$LINE" != x ; then
4023 eval "DEFAULT_$LINE"
4024 else
4025 no_cache=1
4026 fi
4027
4028 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
4029
4030fi;
4031
4032 eval "$ac_cv_use_no_exceptions"
4033 if test "$no_cache" != 1; then
4034 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
4035 fi
4036
4037 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
4038 echo "$as_me:$LINENO: result: yes" >&5
4039echo "${ECHO_T}yes" >&6
4040 else
4041 echo "$as_me:$LINENO: result: no" >&5
4042echo "${ECHO_T}no" >&6
4043 fi
4044
4045
4046 enablestring=
4047 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
4048echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6
4049 no_cache=0
4050 # Check whether --enable-permissive or --disable-permissive was given.
4051if test "${enable_permissive+set}" = set; then
4052 enableval="$enable_permissive"
4053
4054 if test "$enableval" = yes; then
4055 ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
4056 else
4057 ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
4058 fi
4059
4060else
4061
4062 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
4063 if test "x$LINE" != x ; then
4064 eval "DEFAULT_$LINE"
4065 else
4066 no_cache=1
4067 fi
4068
4069 ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
4070
4071fi;
4072
4073 eval "$ac_cv_use_permissive"
4074 if test "$no_cache" != 1; then
4075 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
4076 fi
4077
4078 if test "$wxUSE_PERMISSIVE" = yes; then
4079 echo "$as_me:$LINENO: result: yes" >&5
4080echo "${ECHO_T}yes" >&6
4081 else
4082 echo "$as_me:$LINENO: result: no" >&5
4083echo "${ECHO_T}no" >&6
4084 fi
4085
4086
4087 enablestring=
4088 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
4089echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6
4090 no_cache=0
4091 # Check whether --enable-no_deps or --disable-no_deps was given.
4092if test "${enable_no_deps+set}" = set; then
4093 enableval="$enable_no_deps"
4094
4095 if test "$enableval" = yes; then
4096 ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
4097 else
4098 ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
4099 fi
4100
4101else
4102
4103 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
4104 if test "x$LINE" != x ; then
4105 eval "DEFAULT_$LINE"
4106 else
4107 no_cache=1
4108 fi
4109
4110 ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
4111
4112fi;
4113
4114 eval "$ac_cv_use_no_deps"
4115 if test "$no_cache" != 1; then
4116 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
4117 fi
4118
4119 if test "$wxUSE_NO_DEPS" = yes; then
4120 echo "$as_me:$LINENO: result: yes" >&5
4121echo "${ECHO_T}yes" >&6
4122 else
4123 echo "$as_me:$LINENO: result: no" >&5
4124echo "${ECHO_T}no" >&6
4125 fi
4126
4127
4128
dee1a63f
MB
4129 enablestring=enable
4130 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat24" >&5
4131echo $ECHO_N "checking for --${enablestring:-enable}-compat24... $ECHO_C" >&6
a848cd7e 4132 no_cache=0
dee1a63f
MB
4133 # Check whether --enable-compat24 or --disable-compat24 was given.
4134if test "${enable_compat24+set}" = set; then
4135 enableval="$enable_compat24"
a848cd7e
SC
4136
4137 if test "$enableval" = yes; then
dee1a63f 4138 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=yes'
a848cd7e 4139 else
dee1a63f 4140 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=no'
a848cd7e
SC
4141 fi
4142
4143else
4144
dee1a63f 4145 LINE=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}`
a848cd7e
SC
4146 if test "x$LINE" != x ; then
4147 eval "DEFAULT_$LINE"
4148 else
4149 no_cache=1
4150 fi
4151
dee1a63f 4152 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4='$DEFAULT_WXWIN_COMPATIBILITY_2_4
a848cd7e
SC
4153
4154fi;
4155
dee1a63f 4156 eval "$ac_cv_use_compat24"
a848cd7e 4157 if test "$no_cache" != 1; then
dee1a63f 4158 echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp
a848cd7e
SC
4159 fi
4160
dee1a63f 4161 if test "$WXWIN_COMPATIBILITY_2_4" = yes; then
a848cd7e
SC
4162 echo "$as_me:$LINENO: result: yes" >&5
4163echo "${ECHO_T}yes" >&6
4164 else
4165 echo "$as_me:$LINENO: result: no" >&5
4166echo "${ECHO_T}no" >&6
4167 fi
4168
4169
4170 enablestring=disable
dee1a63f
MB
4171 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat26" >&5
4172echo $ECHO_N "checking for --${enablestring:-enable}-compat26... $ECHO_C" >&6
a848cd7e 4173 no_cache=0
dee1a63f
MB
4174 # Check whether --enable-compat26 or --disable-compat26 was given.
4175if test "${enable_compat26+set}" = set; then
4176 enableval="$enable_compat26"
a848cd7e
SC
4177
4178 if test "$enableval" = yes; then
dee1a63f 4179 ac_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=yes'
a848cd7e 4180 else
dee1a63f 4181 ac_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=no'
a848cd7e
SC
4182 fi
4183
4184else
4185
dee1a63f 4186 LINE=`grep "WXWIN_COMPATIBILITY_2_6" ${wx_arg_cache_file}`
a848cd7e
SC
4187 if test "x$LINE" != x ; then
4188 eval "DEFAULT_$LINE"
4189 else
4190 no_cache=1
4191 fi
4192
dee1a63f 4193 ac_cv_use_compat26='WXWIN_COMPATIBILITY_2_6='$DEFAULT_WXWIN_COMPATIBILITY_2_6
a848cd7e
SC
4194
4195fi;
4196
dee1a63f 4197 eval "$ac_cv_use_compat26"
a848cd7e 4198 if test "$no_cache" != 1; then
dee1a63f 4199 echo $ac_cv_use_compat26 >> ${wx_arg_cache_file}.tmp
a848cd7e
SC
4200 fi
4201
dee1a63f 4202 if test "$WXWIN_COMPATIBILITY_2_6" = yes; then
a848cd7e
SC
4203 echo "$as_me:$LINENO: result: yes" >&5
4204echo "${ECHO_T}yes" >&6
4205 else
4206 echo "$as_me:$LINENO: result: no" >&5
4207echo "${ECHO_T}no" >&6
4208 fi
4209
4210
ffa0583f
RL
4211
4212 enablestring=
4213 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rpath" >&5
4214echo $ECHO_N "checking for --${enablestring:-enable}-rpath... $ECHO_C" >&6
4215 no_cache=0
4216 # Check whether --enable-rpath or --disable-rpath was given.
a848cd7e
SC
4217if test "${enable_rpath+set}" = set; then
4218 enableval="$enable_rpath"
ffa0583f
RL
4219
4220 if test "$enableval" = yes; then
4221 ac_cv_use_rpath='wxUSE_RPATH=yes'
4222 else
4223 ac_cv_use_rpath='wxUSE_RPATH=no'
4224 fi
4225
4226else
4227
4228 LINE=`grep "wxUSE_RPATH" ${wx_arg_cache_file}`
4229 if test "x$LINE" != x ; then
4230 eval "DEFAULT_$LINE"
4231 else
4232 no_cache=1
4233 fi
4234
4235 ac_cv_use_rpath='wxUSE_RPATH='$DEFAULT_wxUSE_RPATH
4236
a848cd7e
SC
4237fi;
4238
ffa0583f
RL
4239 eval "$ac_cv_use_rpath"
4240 if test "$no_cache" != 1; then
4241 echo $ac_cv_use_rpath >> ${wx_arg_cache_file}.tmp
4242 fi
4243
4244 if test "$wxUSE_RPATH" = yes; then
4245 echo "$as_me:$LINENO: result: yes" >&5
4246echo "${ECHO_T}yes" >&6
4247 else
4248 echo "$as_me:$LINENO: result: no" >&5
4249echo "${ECHO_T}no" >&6
4250 fi
4251
a848cd7e
SC
4252
4253
4254
4255
4256 enablestring=
4257 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
4258echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6
4259 no_cache=0
4260 # Check whether --enable-intl or --disable-intl was given.
4261if test "${enable_intl+set}" = set; then
4262 enableval="$enable_intl"
4263
4264 if test "$enableval" = yes; then
4265 ac_cv_use_intl='wxUSE_INTL=yes'
4266 else
4267 ac_cv_use_intl='wxUSE_INTL=no'
4268 fi
4269
4270else
4271
4272 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
4273 if test "x$LINE" != x ; then
4274 eval "DEFAULT_$LINE"
4275 else
4276 no_cache=1
4277 fi
4278
4279 ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
4280
4281fi;
4282
4283 eval "$ac_cv_use_intl"
4284 if test "$no_cache" != 1; then
4285 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
4286 fi
4287
4288 if test "$wxUSE_INTL" = yes; then
4289 echo "$as_me:$LINENO: result: yes" >&5
4290echo "${ECHO_T}yes" >&6
4291 else
4292 echo "$as_me:$LINENO: result: no" >&5
4293echo "${ECHO_T}no" >&6
4294 fi
4295
4296
4297 enablestring=
4298 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
4299echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6
4300 no_cache=0
4301 # Check whether --enable-config or --disable-config was given.
4302if test "${enable_config+set}" = set; then
4303 enableval="$enable_config"
4304
4305 if test "$enableval" = yes; then
4306 ac_cv_use_config='wxUSE_CONFIG=yes'
4307 else
4308 ac_cv_use_config='wxUSE_CONFIG=no'
4309 fi
4310
4311else
4312
4313 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
4314 if test "x$LINE" != x ; then
4315 eval "DEFAULT_$LINE"
4316 else
4317 no_cache=1
4318 fi
4319
4320 ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
4321
4322fi;
4323
4324 eval "$ac_cv_use_config"
4325 if test "$no_cache" != 1; then
4326 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
4327 fi
4328
4329 if test "$wxUSE_CONFIG" = yes; then
4330 echo "$as_me:$LINENO: result: yes" >&5
4331echo "${ECHO_T}yes" >&6
4332 else
4333 echo "$as_me:$LINENO: result: no" >&5
4334echo "${ECHO_T}no" >&6
4335 fi
4336
4337
4338
4339 enablestring=
4340 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
4341echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6
4342 no_cache=0
4343 # Check whether --enable-protocols or --disable-protocols was given.
4344if test "${enable_protocols+set}" = set; then
4345 enableval="$enable_protocols"
4346
4347 if test "$enableval" = yes; then
4348 ac_cv_use_protocols='wxUSE_PROTOCOL=yes'
4349 else
4350 ac_cv_use_protocols='wxUSE_PROTOCOL=no'
4351 fi
4352
4353else
4354
4355 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
4356 if test "x$LINE" != x ; then
4357 eval "DEFAULT_$LINE"
4358 else
4359 no_cache=1
4360 fi
4361
4362 ac_cv_use_protocols='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
4363
4364fi;
4365
4366 eval "$ac_cv_use_protocols"
4367 if test "$no_cache" != 1; then
4368 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
4369 fi
4370
4371 if test "$wxUSE_PROTOCOL" = yes; then
4372 echo "$as_me:$LINENO: result: yes" >&5
4373echo "${ECHO_T}yes" >&6
4374 else
4375 echo "$as_me:$LINENO: result: no" >&5
4376echo "${ECHO_T}no" >&6
4377 fi
4378
4379
4380 enablestring=
4381 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
4382echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6
4383 no_cache=0
4384 # Check whether --enable-ftp or --disable-ftp was given.
4385if test "${enable_ftp+set}" = set; then
4386 enableval="$enable_ftp"
4387
4388 if test "$enableval" = yes; then
4389 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes'
4390 else
4391 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=no'
4392 fi
4393
4394else
4395
4396 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
4397 if test "x$LINE" != x ; then
4398 eval "DEFAULT_$LINE"
4399 else
4400 no_cache=1
4401 fi
4402
4403 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
4404
4405fi;
4406
4407 eval "$ac_cv_use_ftp"
4408 if test "$no_cache" != 1; then
4409 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
4410 fi
4411
4412 if test "$wxUSE_PROTOCOL_FTP" = yes; then
4413 echo "$as_me:$LINENO: result: yes" >&5
4414echo "${ECHO_T}yes" >&6
4415 else
4416 echo "$as_me:$LINENO: result: no" >&5
4417echo "${ECHO_T}no" >&6
4418 fi
4419
4420
4421 enablestring=
4422 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
4423echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6
4424 no_cache=0
4425 # Check whether --enable-http or --disable-http was given.
4426if test "${enable_http+set}" = set; then
4427 enableval="$enable_http"
4428
4429 if test "$enableval" = yes; then
4430 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
4431 else
4432 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
4433 fi
4434
4435else
4436
4437 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
4438 if test "x$LINE" != x ; then
4439 eval "DEFAULT_$LINE"
4440 else
4441 no_cache=1
4442 fi
4443
4444 ac_cv_use_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
4445
4446fi;
4447
4448 eval "$ac_cv_use_http"
4449 if test "$no_cache" != 1; then
4450 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
4451 fi
4452
4453 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
4454 echo "$as_me:$LINENO: result: yes" >&5
4455echo "${ECHO_T}yes" >&6
4456 else
4457 echo "$as_me:$LINENO: result: no" >&5
4458echo "${ECHO_T}no" >&6
4459 fi
4460
4461
4462 enablestring=
4463 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
4464echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6
4465 no_cache=0
4466 # Check whether --enable-fileproto or --disable-fileproto was given.
4467if test "${enable_fileproto+set}" = set; then
4468 enableval="$enable_fileproto"
4469
4470 if test "$enableval" = yes; then
4471 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes'
4472 else
4473 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no'
4474 fi
4475
4476else
4477
4478 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4479 if test "x$LINE" != x ; then
4480 eval "DEFAULT_$LINE"
4481 else
4482 no_cache=1
4483 fi
4484
4485 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
4486
4487fi;
4488
4489 eval "$ac_cv_use_fileproto"
4490 if test "$no_cache" != 1; then
4491 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
4492 fi
4493
4494 if test "$wxUSE_PROTOCOL_FILE" = yes; then
4495 echo "$as_me:$LINENO: result: yes" >&5
4496echo "${ECHO_T}yes" >&6
4497 else
4498 echo "$as_me:$LINENO: result: no" >&5
4499echo "${ECHO_T}no" >&6
4500 fi
4501
4502
4503 enablestring=
4504 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
4505echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6
4506 no_cache=0
4507 # Check whether --enable-sockets or --disable-sockets was given.
4508if test "${enable_sockets+set}" = set; then
4509 enableval="$enable_sockets"
4510
4511 if test "$enableval" = yes; then
4512 ac_cv_use_sockets='wxUSE_SOCKETS=yes'
4513 else
4514 ac_cv_use_sockets='wxUSE_SOCKETS=no'
4515 fi
4516
4517else
4518
4519 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
4520 if test "x$LINE" != x ; then
4521 eval "DEFAULT_$LINE"
4522 else
4523 no_cache=1
4524 fi
4525
4526 ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
4527
4528fi;
4529
4530 eval "$ac_cv_use_sockets"
4531 if test "$no_cache" != 1; then
4532 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
4533 fi
4534
4535 if test "$wxUSE_SOCKETS" = yes; then
4536 echo "$as_me:$LINENO: result: yes" >&5
4537echo "${ECHO_T}yes" >&6
4538 else
4539 echo "$as_me:$LINENO: result: no" >&5
4540echo "${ECHO_T}no" >&6
4541 fi
4542
4543
4544 enablestring=
4545 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
4546echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6
4547 no_cache=0
4548 # Check whether --enable-ole or --disable-ole was given.
4549if test "${enable_ole+set}" = set; then
4550 enableval="$enable_ole"
4551
4552 if test "$enableval" = yes; then
4553 ac_cv_use_ole='wxUSE_OLE=yes'
4554 else
4555 ac_cv_use_ole='wxUSE_OLE=no'
4556 fi
4557
4558else
4559
4560 LINE=`grep "wxUSE_OLE" ${wx_arg_cache_file}`
4561 if test "x$LINE" != x ; then
4562 eval "DEFAULT_$LINE"
4563 else
4564 no_cache=1
4565 fi
4566
4567 ac_cv_use_ole='wxUSE_OLE='$DEFAULT_wxUSE_OLE
4568
4569fi;
4570
4571 eval "$ac_cv_use_ole"
4572 if test "$no_cache" != 1; then
4573 echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp
4574 fi
4575
4576 if test "$wxUSE_OLE" = yes; then
4577 echo "$as_me:$LINENO: result: yes" >&5
4578echo "${ECHO_T}yes" >&6
4579 else
4580 echo "$as_me:$LINENO: result: no" >&5
4581echo "${ECHO_T}no" >&6
4582 fi
4583
4584
4585 enablestring=
4586 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
4587echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6
4588 no_cache=0
4589 # Check whether --enable-dataobj or --disable-dataobj was given.
4590if test "${enable_dataobj+set}" = set; then
4591 enableval="$enable_dataobj"
4592
4593 if test "$enableval" = yes; then
4594 ac_cv_use_dataobj='wxUSE_DATAOBJ=yes'
4595 else
4596 ac_cv_use_dataobj='wxUSE_DATAOBJ=no'
4597 fi
4598
4599else
4600
4601 LINE=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}`
4602 if test "x$LINE" != x ; then
4603 eval "DEFAULT_$LINE"
4604 else
4605 no_cache=1
4606 fi
4607
4608 ac_cv_use_dataobj='wxUSE_DATAOBJ='$DEFAULT_wxUSE_DATAOBJ
4609
4610fi;
4611
4612 eval "$ac_cv_use_dataobj"
4613 if test "$no_cache" != 1; then
4614 echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp
4615 fi
4616
4617 if test "$wxUSE_DATAOBJ" = yes; then
4618 echo "$as_me:$LINENO: result: yes" >&5
4619echo "${ECHO_T}yes" >&6
4620 else
4621 echo "$as_me:$LINENO: result: no" >&5
4622echo "${ECHO_T}no" >&6
4623 fi
4624
4625
4626
4627 enablestring=
4628 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
4629echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6
4630 no_cache=0
4631 # Check whether --enable-ipc or --disable-ipc was given.
4632if test "${enable_ipc+set}" = set; then
4633 enableval="$enable_ipc"
4634
4635 if test "$enableval" = yes; then
4636 ac_cv_use_ipc='wxUSE_IPC=yes'
4637 else
4638 ac_cv_use_ipc='wxUSE_IPC=no'
4639 fi
4640
4641else
4642
4643 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
4644 if test "x$LINE" != x ; then
4645 eval "DEFAULT_$LINE"
4646 else
4647 no_cache=1
4648 fi
4649
4650 ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
4651
4652fi;
4653
4654 eval "$ac_cv_use_ipc"
4655 if test "$no_cache" != 1; then
4656 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
4657 fi
4658
4659 if test "$wxUSE_IPC" = yes; then
4660 echo "$as_me:$LINENO: result: yes" >&5
4661echo "${ECHO_T}yes" >&6
4662 else
4663 echo "$as_me:$LINENO: result: no" >&5
4664echo "${ECHO_T}no" >&6
4665 fi
4666
4667
4668
4669 enablestring=
4670 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
4671echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6
4672 no_cache=0
4673 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
4674if test "${enable_apple_ieee+set}" = set; then
4675 enableval="$enable_apple_ieee"
4676
4677 if test "$enableval" = yes; then
4678 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
4679 else
4680 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
4681 fi
4682
4683else
4684
4685 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
4686 if test "x$LINE" != x ; then
4687 eval "DEFAULT_$LINE"
4688 else
4689 no_cache=1
4690 fi
4691
4692 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
4693
4694fi;
4695
4696 eval "$ac_cv_use_apple_ieee"
4697 if test "$no_cache" != 1; then
4698 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
4699 fi
4700
4701 if test "$wxUSE_APPLE_IEEE" = yes; then
4702 echo "$as_me:$LINENO: result: yes" >&5
4703echo "${ECHO_T}yes" >&6
4704 else
4705 echo "$as_me:$LINENO: result: no" >&5
4706echo "${ECHO_T}no" >&6
4707 fi
4708
4709
81f90336
MW
4710 enablestring=
4711 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-arcstream" >&5
4712echo $ECHO_N "checking for --${enablestring:-enable}-arcstream... $ECHO_C" >&6
4713 no_cache=0
4714 # Check whether --enable-arcstream or --disable-arcstream was given.
4715if test "${enable_arcstream+set}" = set; then
4716 enableval="$enable_arcstream"
4717
4718 if test "$enableval" = yes; then
9e8e867f 4719 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=yes'
81f90336 4720 else
9e8e867f 4721 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=no'
81f90336
MW
4722 fi
4723
4724else
4725
9e8e867f 4726 LINE=`grep "wxUSE_ARCHIVE_STREAMS" ${wx_arg_cache_file}`
81f90336
MW
4727 if test "x$LINE" != x ; then
4728 eval "DEFAULT_$LINE"
4729 else
4730 no_cache=1
4731 fi
4732
9e8e867f 4733 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS='$DEFAULT_wxUSE_ARCHIVE_STREAMS
81f90336
MW
4734
4735fi;
4736
4737 eval "$ac_cv_use_arcstream"
4738 if test "$no_cache" != 1; then
4739 echo $ac_cv_use_arcstream >> ${wx_arg_cache_file}.tmp
4740 fi
4741
9e8e867f 4742 if test "$wxUSE_ARCHIVE_STREAMS" = yes; then
81f90336
MW
4743 echo "$as_me:$LINENO: result: yes" >&5
4744echo "${ECHO_T}yes" >&6
4745 else
4746 echo "$as_me:$LINENO: result: no" >&5
4747echo "${ECHO_T}no" >&6
4748 fi
4749
4750
a848cd7e 4751 enablestring=
36b6448c
VZ
4752 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-backtrace" >&5
4753echo $ECHO_N "checking for --${enablestring:-enable}-backtrace... $ECHO_C" >&6
a848cd7e 4754 no_cache=0
36b6448c
VZ
4755 # Check whether --enable-backtrace or --disable-backtrace was given.
4756if test "${enable_backtrace+set}" = set; then
4757 enableval="$enable_backtrace"
a848cd7e
SC
4758
4759 if test "$enableval" = yes; then
36b6448c 4760 ac_cv_use_backtrace='wxUSE_STACKWALKER=yes'
a848cd7e 4761 else
36b6448c 4762 ac_cv_use_backtrace='wxUSE_STACKWALKER=no'
a848cd7e
SC
4763 fi
4764
4765else
4766
36b6448c 4767 LINE=`grep "wxUSE_STACKWALKER" ${wx_arg_cache_file}`
a848cd7e
SC
4768 if test "x$LINE" != x ; then
4769 eval "DEFAULT_$LINE"
4770 else
4771 no_cache=1
4772 fi
4773
36b6448c 4774 ac_cv_use_backtrace='wxUSE_STACKWALKER='$DEFAULT_wxUSE_STACKWALKER
a848cd7e
SC
4775
4776fi;
4777
36b6448c 4778 eval "$ac_cv_use_backtrace"
a848cd7e 4779 if test "$no_cache" != 1; then
36b6448c 4780 echo $ac_cv_use_backtrace >> ${wx_arg_cache_file}.tmp
a848cd7e
SC
4781 fi
4782
36b6448c 4783 if test "$wxUSE_STACKWALKER" = yes; then
a848cd7e
SC
4784 echo "$as_me:$LINENO: result: yes" >&5
4785echo "${ECHO_T}yes" >&6
4786 else
4787 echo "$as_me:$LINENO: result: no" >&5
4788echo "${ECHO_T}no" >&6
4789 fi
4790
4791
eaff0f0d 4792 enablestring=
36b6448c
VZ
4793 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
4794echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6
eaff0f0d 4795 no_cache=0
36b6448c
VZ
4796 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4797if test "${enable_catch_segvs+set}" = set; then
4798 enableval="$enable_catch_segvs"
eaff0f0d
VZ
4799
4800 if test "$enableval" = yes; then
36b6448c 4801 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
eaff0f0d 4802 else
36b6448c 4803 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
eaff0f0d
VZ
4804 fi
4805
4806else
4807
36b6448c 4808 LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
eaff0f0d
VZ
4809 if test "x$LINE" != x ; then
4810 eval "DEFAULT_$LINE"
4811 else
4812 no_cache=1
4813 fi
4814
36b6448c 4815 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
eaff0f0d
VZ
4816
4817fi;
4818
36b6448c 4819 eval "$ac_cv_use_catch_segvs"
eaff0f0d 4820 if test "$no_cache" != 1; then
36b6448c 4821 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
eaff0f0d
VZ
4822 fi
4823
36b6448c 4824 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
eaff0f0d
VZ
4825 echo "$as_me:$LINENO: result: yes" >&5
4826echo "${ECHO_T}yes" >&6
4827 else
4828 echo "$as_me:$LINENO: result: no" >&5
4829echo "${ECHO_T}no" >&6
4830 fi
4831
4832
a848cd7e
SC
4833 enablestring=
4834 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
4835echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6
4836 no_cache=0
4837 # Check whether --enable-cmdline or --disable-cmdline was given.
4838if test "${enable_cmdline+set}" = set; then
4839 enableval="$enable_cmdline"
4840
4841 if test "$enableval" = yes; then
4842 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
4843 else
4844 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
4845 fi
4846
4847else
4848
4849 LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
4850 if test "x$LINE" != x ; then
4851 eval "DEFAULT_$LINE"
4852 else
4853 no_cache=1
4854 fi
4855
4856 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
4857
4858fi;
4859
4860 eval "$ac_cv_use_cmdline"
4861 if test "$no_cache" != 1; then
4862 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
4863 fi
4864
4865 if test "$wxUSE_CMDLINE_PARSER" = yes; then
4866 echo "$as_me:$LINENO: result: yes" >&5
4867echo "${ECHO_T}yes" >&6
4868 else
4869 echo "$as_me:$LINENO: result: no" >&5
4870echo "${ECHO_T}no" >&6
4871 fi
4872
4873
4874 enablestring=
4875 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
4876echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6
4877 no_cache=0
4878 # Check whether --enable-datetime or --disable-datetime was given.
4879if test "${enable_datetime+set}" = set; then
4880 enableval="$enable_datetime"
4881
4882 if test "$enableval" = yes; then
4883 ac_cv_use_datetime='wxUSE_DATETIME=yes'
4884 else
4885 ac_cv_use_datetime='wxUSE_DATETIME=no'
4886 fi
4887
4888else
4889
4890 LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
4891 if test "x$LINE" != x ; then
4892 eval "DEFAULT_$LINE"
4893 else
4894 no_cache=1
4895 fi
4896
4897 ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
4898
4899fi;
4900
4901 eval "$ac_cv_use_datetime"
4902 if test "$no_cache" != 1; then
4903 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
4904 fi
4905
4906 if test "$wxUSE_DATETIME" = yes; then
4907 echo "$as_me:$LINENO: result: yes" >&5
4908echo "${ECHO_T}yes" >&6
4909 else
4910 echo "$as_me:$LINENO: result: no" >&5
4911echo "${ECHO_T}no" >&6
4912 fi
4913
4914
36b6448c
VZ
4915 enablestring=
4916 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debugreport" >&5
4917echo $ECHO_N "checking for --${enablestring:-enable}-debugreport... $ECHO_C" >&6
4918 no_cache=0
4919 # Check whether --enable-debugreport or --disable-debugreport was given.
4920if test "${enable_debugreport+set}" = set; then
4921 enableval="$enable_debugreport"
4922
4923 if test "$enableval" = yes; then
4924 ac_cv_use_debugreport='wxUSE_DEBUGREPORT=yes'
4925 else
4926 ac_cv_use_debugreport='wxUSE_DEBUGREPORT=no'
4927 fi
4928
4929else
4930
4931 LINE=`grep "wxUSE_DEBUGREPORT" ${wx_arg_cache_file}`
4932 if test "x$LINE" != x ; then
4933 eval "DEFAULT_$LINE"
4934 else
4935 no_cache=1
4936 fi
4937
4938 ac_cv_use_debugreport='wxUSE_DEBUGREPORT='$DEFAULT_wxUSE_DEBUGREPORT
4939
4940fi;
4941
4942 eval "$ac_cv_use_debugreport"
4943 if test "$no_cache" != 1; then
4944 echo $ac_cv_use_debugreport >> ${wx_arg_cache_file}.tmp
4945 fi
4946
4947 if test "$wxUSE_DEBUGREPORT" = yes; then
4948 echo "$as_me:$LINENO: result: yes" >&5
4949echo "${ECHO_T}yes" >&6
4950 else
4951 echo "$as_me:$LINENO: result: no" >&5
4952echo "${ECHO_T}no" >&6
4953 fi
4954
4955
a848cd7e
SC
4956 enablestring=
4957 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
4958echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6
4959 no_cache=0
4960 # Check whether --enable-dialupman or --disable-dialupman was given.
4961if test "${enable_dialupman+set}" = set; then
4962 enableval="$enable_dialupman"
4963
4964 if test "$enableval" = yes; then
4965 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
4966 else
4967 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
4968 fi
4969
4970else
4971
4972 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
4973 if test "x$LINE" != x ; then
4974 eval "DEFAULT_$LINE"
4975 else
4976 no_cache=1
4977 fi
4978
4979 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
4980
4981fi;
4982
4983 eval "$ac_cv_use_dialupman"
4984 if test "$no_cache" != 1; then
4985 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
4986 fi
4987
4988 if test "$wxUSE_DIALUP_MANAGER" = yes; then
4989 echo "$as_me:$LINENO: result: yes" >&5
4990echo "${ECHO_T}yes" >&6
4991 else
4992 echo "$as_me:$LINENO: result: no" >&5
4993echo "${ECHO_T}no" >&6
4994 fi
4995
4996
4997 enablestring=
4998 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
4999echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6
5000 no_cache=0
5001 # Check whether --enable-dynlib or --disable-dynlib was given.
5002if test "${enable_dynlib+set}" = set; then
5003 enableval="$enable_dynlib"
5004
5005 if test "$enableval" = yes; then
5006 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
5007 else
5008 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
5009 fi
5010
5011else
5012
5013 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
5014 if test "x$LINE" != x ; then
5015 eval "DEFAULT_$LINE"
5016 else
5017 no_cache=1
5018 fi
5019
5020 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
5021
5022fi;
5023
5024 eval "$ac_cv_use_dynlib"
5025 if test "$no_cache" != 1; then
5026 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
5027 fi
5028
5029 if test "$wxUSE_DYNLIB_CLASS" = yes; then
5030 echo "$as_me:$LINENO: result: yes" >&5
5031echo "${ECHO_T}yes" >&6
5032 else
5033 echo "$as_me:$LINENO: result: no" >&5
5034echo "${ECHO_T}no" >&6
5035 fi
5036
5037
5038 enablestring=
5039 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
5040echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6
5041 no_cache=0
5042 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
5043if test "${enable_dynamicloader+set}" = set; then
5044 enableval="$enable_dynamicloader"
5045
5046 if test "$enableval" = yes; then
5047 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
5048 else
5049 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
5050 fi
5051
5052else
5053
5054 LINE=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
5055 if test "x$LINE" != x ; then
5056 eval "DEFAULT_$LINE"
5057 else
5058 no_cache=1
5059 fi
5060
5061 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
5062
5063fi;
5064
5065 eval "$ac_cv_use_dynamicloader"
5066 if test "$no_cache" != 1; then
5067 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
5068 fi
5069
5070 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
5071 echo "$as_me:$LINENO: result: yes" >&5
5072echo "${ECHO_T}yes" >&6
5073 else
5074 echo "$as_me:$LINENO: result: no" >&5
5075echo "${ECHO_T}no" >&6
5076 fi
5077
5078
5079 enablestring=
5080 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5
5081echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6
5082 no_cache=0
5083 # Check whether --enable-exceptions or --disable-exceptions was given.
5084if test "${enable_exceptions+set}" = set; then
5085 enableval="$enable_exceptions"
5086
5087 if test "$enableval" = yes; then
5088 ac_cv_use_exceptions='wxUSE_EXCEPTIONS=yes'
5089 else
5090 ac_cv_use_exceptions='wxUSE_EXCEPTIONS=no'
5091 fi
5092
5093else
5094
5095 LINE=`grep "wxUSE_EXCEPTIONS" ${wx_arg_cache_file}`
5096 if test "x$LINE" != x ; then
5097 eval "DEFAULT_$LINE"
5098 else
5099 no_cache=1
5100 fi
5101
5102 ac_cv_use_exceptions='wxUSE_EXCEPTIONS='$DEFAULT_wxUSE_EXCEPTIONS
5103
5104fi;
5105
5106 eval "$ac_cv_use_exceptions"
5107 if test "$no_cache" != 1; then
5108 echo $ac_cv_use_exceptions >> ${wx_arg_cache_file}.tmp
5109 fi
5110
5111 if test "$wxUSE_EXCEPTIONS" = yes; then
5112 echo "$as_me:$LINENO: result: yes" >&5
5113echo "${ECHO_T}yes" >&6
5114 else
5115 echo "$as_me:$LINENO: result: no" >&5
5116echo "${ECHO_T}no" >&6
5117 fi
5118
5119
5120 enablestring=
5121 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
5122echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6
5123 no_cache=0
5124 # Check whether --enable-ffile or --disable-ffile was given.
5125if test "${enable_ffile+set}" = set; then
5126 enableval="$enable_ffile"
5127
5128 if test "$enableval" = yes; then
5129 ac_cv_use_ffile='wxUSE_FFILE=yes'
5130 else
5131 ac_cv_use_ffile='wxUSE_FFILE=no'
5132 fi
5133
5134else
5135
5136 LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
5137 if test "x$LINE" != x ; then
5138 eval "DEFAULT_$LINE"
5139 else
5140 no_cache=1
5141 fi
5142
5143 ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
5144
5145fi;
5146
5147 eval "$ac_cv_use_ffile"
5148 if test "$no_cache" != 1; then
5149 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
5150 fi
5151
5152 if test "$wxUSE_FFILE" = yes; then
5153 echo "$as_me:$LINENO: result: yes" >&5
5154echo "${ECHO_T}yes" >&6
5155 else
5156 echo "$as_me:$LINENO: result: no" >&5
5157echo "${ECHO_T}no" >&6
5158 fi
5159
5160
5161 enablestring=
5162 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
5163echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6
5164 no_cache=0
5165 # Check whether --enable-file or --disable-file was given.
5166if test "${enable_file+set}" = set; then
5167 enableval="$enable_file"
5168
5169 if test "$enableval" = yes; then
5170 ac_cv_use_file='wxUSE_FILE=yes'
5171 else
5172 ac_cv_use_file='wxUSE_FILE=no'
5173 fi
5174
5175else
5176
5177 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
5178 if test "x$LINE" != x ; then
5179 eval "DEFAULT_$LINE"
5180 else
5181 no_cache=1
5182 fi
5183
5184 ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
5185
5186fi;
5187
5188 eval "$ac_cv_use_file"
5189 if test "$no_cache" != 1; then
5190 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
5191 fi
5192
5193 if test "$wxUSE_FILE" = yes; then
5194 echo "$as_me:$LINENO: result: yes" >&5
5195echo "${ECHO_T}yes" >&6
5196 else
5197 echo "$as_me:$LINENO: result: no" >&5
5198echo "${ECHO_T}no" >&6
5199 fi
5200
5201
5202 enablestring=
5203 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
5204echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6
5205 no_cache=0
5206 # Check whether --enable-filesystem or --disable-filesystem was given.
5207if test "${enable_filesystem+set}" = set; then
5208 enableval="$enable_filesystem"
5209
5210 if test "$enableval" = yes; then
5211 ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
5212 else
5213 ac_cv_use_filesystem='wxUSE_FILESYSTEM=no'
5214 fi
5215
5216else
5217
5218 LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
5219 if test "x$LINE" != x ; then
5220 eval "DEFAULT_$LINE"
5221 else
5222 no_cache=1
5223 fi
5224
5225 ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
5226
5227fi;
5228
5229 eval "$ac_cv_use_filesystem"
5230 if test "$no_cache" != 1; then
5231 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
5232 fi
5233
5234 if test "$wxUSE_FILESYSTEM" = yes; then
5235 echo "$as_me:$LINENO: result: yes" >&5
5236echo "${ECHO_T}yes" >&6
5237 else
5238 echo "$as_me:$LINENO: result: no" >&5
5239echo "${ECHO_T}no" >&6
5240 fi
5241
5242
5243 enablestring=
5244 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
5245echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6
5246 no_cache=0
5247 # Check whether --enable-fontmap or --disable-fontmap was given.
5248if test "${enable_fontmap+set}" = set; then
5249 enableval="$enable_fontmap"
5250
5251 if test "$enableval" = yes; then
5252 ac_cv_use_fontmap='wxUSE_FONTMAP=yes'
5253 else
5254 ac_cv_use_fontmap='wxUSE_FONTMAP=no'
5255 fi
5256
5257else
5258
5259 LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
5260 if test "x$LINE" != x ; then
5261 eval "DEFAULT_$LINE"
5262 else
5263 no_cache=1
5264 fi
5265
5266 ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
5267
5268fi;
5269
5270 eval "$ac_cv_use_fontmap"
5271 if test "$no_cache" != 1; then
5272 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
5273 fi
5274
5275 if test "$wxUSE_FONTMAP" = yes; then
5276 echo "$as_me:$LINENO: result: yes" >&5
5277echo "${ECHO_T}yes" >&6
5278 else
5279 echo "$as_me:$LINENO: result: no" >&5
5280echo "${ECHO_T}no" >&6
5281 fi
5282
5283
5284 enablestring=
5285 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
5286echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6
5287 no_cache=0
5288 # Check whether --enable-fs_inet or --disable-fs_inet was given.
5289if test "${enable_fs_inet+set}" = set; then
5290 enableval="$enable_fs_inet"
5291
5292 if test "$enableval" = yes; then
5293 ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
5294 else
5295 ac_cv_use_fs_inet='wxUSE_FS_INET=no'
5296 fi
5297
5298else
5299
5300 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
5301 if test "x$LINE" != x ; then
5302 eval "DEFAULT_$LINE"
5303 else
5304 no_cache=1
5305 fi
5306
5307 ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
5308
5309fi;
5310
5311 eval "$ac_cv_use_fs_inet"
5312 if test "$no_cache" != 1; then
5313 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
5314 fi
5315
5316 if test "$wxUSE_FS_INET" = yes; then
5317 echo "$as_me:$LINENO: result: yes" >&5
5318echo "${ECHO_T}yes" >&6
5319 else
5320 echo "$as_me:$LINENO: result: no" >&5
5321echo "${ECHO_T}no" >&6
5322 fi
5323
5324
5325 enablestring=
5326 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
5327echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6
5328 no_cache=0
5329 # Check whether --enable-fs_zip or --disable-fs_zip was given.
5330if test "${enable_fs_zip+set}" = set; then
5331 enableval="$enable_fs_zip"
5332
5333 if test "$enableval" = yes; then
5334 ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
5335 else
5336 ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
5337 fi
5338
5339else
5340
5341 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
5342 if test "x$LINE" != x ; then
5343 eval "DEFAULT_$LINE"
5344 else
5345 no_cache=1
5346 fi
5347
5348 ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
5349
5350fi;
5351
5352 eval "$ac_cv_use_fs_zip"
5353 if test "$no_cache" != 1; then
5354 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
5355 fi
5356
5357 if test "$wxUSE_FS_ZIP" = yes; then
5358 echo "$as_me:$LINENO: result: yes" >&5
5359echo "${ECHO_T}yes" >&6
5360 else
5361 echo "$as_me:$LINENO: result: no" >&5
5362echo "${ECHO_T}no" >&6
5363 fi
5364
5365
5366 enablestring=
5367 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
5368echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6
5369 no_cache=0
5370 # Check whether --enable-geometry or --disable-geometry was given.
5371if test "${enable_geometry+set}" = set; then
5372 enableval="$enable_geometry"
5373
5374 if test "$enableval" = yes; then
5375 ac_cv_use_geometry='wxUSE_GEOMETRY=yes'
5376 else
5377 ac_cv_use_geometry='wxUSE_GEOMETRY=no'
5378 fi
5379
5380else
5381
5382 LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
5383 if test "x$LINE" != x ; then
5384 eval "DEFAULT_$LINE"
5385 else
5386 no_cache=1
5387 fi
5388
5389 ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
5390
5391fi;
5392
5393 eval "$ac_cv_use_geometry"
5394 if test "$no_cache" != 1; then
5395 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
5396 fi
5397
5398 if test "$wxUSE_GEOMETRY" = yes; then
5399 echo "$as_me:$LINENO: result: yes" >&5
5400echo "${ECHO_T}yes" >&6
5401 else
5402 echo "$as_me:$LINENO: result: no" >&5
5403echo "${ECHO_T}no" >&6
5404 fi
5405
5406
5407 enablestring=
5408 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
5409echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6
5410 no_cache=0
5411 # Check whether --enable-log or --disable-log was given.
5412if test "${enable_log+set}" = set; then
5413 enableval="$enable_log"
5414
5415 if test "$enableval" = yes; then
5416 ac_cv_use_log='wxUSE_LOG=yes'
5417 else
5418 ac_cv_use_log='wxUSE_LOG=no'
5419 fi
5420
5421else
5422
5423 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
5424 if test "x$LINE" != x ; then
5425 eval "DEFAULT_$LINE"
5426 else
5427 no_cache=1
5428 fi
5429
5430 ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
5431
5432fi;
5433
5434 eval "$ac_cv_use_log"
5435 if test "$no_cache" != 1; then
5436 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
5437 fi
5438
5439 if test "$wxUSE_LOG" = yes; then
5440 echo "$as_me:$LINENO: result: yes" >&5
5441echo "${ECHO_T}yes" >&6
5442 else
5443 echo "$as_me:$LINENO: result: no" >&5
5444echo "${ECHO_T}no" >&6
5445 fi
5446
5447
5448 enablestring=
5449 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
5450echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6
5451 no_cache=0
5452 # Check whether --enable-longlong or --disable-longlong was given.
5453if test "${enable_longlong+set}" = set; then
5454 enableval="$enable_longlong"
5455
5456 if test "$enableval" = yes; then
5457 ac_cv_use_longlong='wxUSE_LONGLONG=yes'
5458 else
5459 ac_cv_use_longlong='wxUSE_LONGLONG=no'
5460 fi
5461
5462else
5463
5464 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
5465 if test "x$LINE" != x ; then
5466 eval "DEFAULT_$LINE"
5467 else
5468 no_cache=1
5469 fi
5470
5471 ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
5472
5473fi;
5474
5475 eval "$ac_cv_use_longlong"
5476 if test "$no_cache" != 1; then
5477 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
5478 fi
5479
5480 if test "$wxUSE_LONGLONG" = yes; then
5481 echo "$as_me:$LINENO: result: yes" >&5
5482echo "${ECHO_T}yes" >&6
5483 else
5484 echo "$as_me:$LINENO: result: no" >&5
5485echo "${ECHO_T}no" >&6
5486 fi
5487
5488
5489 enablestring=
5490 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
5491echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6
5492 no_cache=0
5493 # Check whether --enable-mimetype or --disable-mimetype was given.
5494if test "${enable_mimetype+set}" = set; then
5495 enableval="$enable_mimetype"
5496
5497 if test "$enableval" = yes; then
5498 ac_cv_use_mimetype='wxUSE_MIMETYPE=yes'
5499 else
5500 ac_cv_use_mimetype='wxUSE_MIMETYPE=no'
5501 fi
5502
5503else
5504
5505 LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
5506 if test "x$LINE" != x ; then
5507 eval "DEFAULT_$LINE"
5508 else
5509 no_cache=1
5510 fi
5511
5512 ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
5513
5514fi;
5515
5516 eval "$ac_cv_use_mimetype"
5517 if test "$no_cache" != 1; then
5518 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
5519 fi
5520
5521 if test "$wxUSE_MIMETYPE" = yes; then
5522 echo "$as_me:$LINENO: result: yes" >&5
5523echo "${ECHO_T}yes" >&6
5524 else
5525 echo "$as_me:$LINENO: result: no" >&5
5526echo "${ECHO_T}no" >&6
5527 fi
5528
5529
5530 enablestring=
5531 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
5532echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6
5533 no_cache=0
5534 # Check whether --enable-mslu or --disable-mslu was given.
5535if test "${enable_mslu+set}" = set; then
5536 enableval="$enable_mslu"
5537
5538 if test "$enableval" = yes; then
5539 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=yes'
5540 else
5541 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=no'
5542 fi
5543
5544else
5545
5546 LINE=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
5547 if test "x$LINE" != x ; then
5548 eval "DEFAULT_$LINE"
5549 else
5550 no_cache=1
5551 fi
5552
5553 ac_cv_use_mslu='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
5554
5555fi;
5556
5557 eval "$ac_cv_use_mslu"
5558 if test "$no_cache" != 1; then
5559 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
5560 fi
5561
5562 if test "$wxUSE_UNICODE_MSLU" = yes; then
5563 echo "$as_me:$LINENO: result: yes" >&5
5564echo "${ECHO_T}yes" >&6
5565 else
5566 echo "$as_me:$LINENO: result: no" >&5
5567echo "${ECHO_T}no" >&6
5568 fi
5569
5570
5571 enablestring=
5572 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
5573echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6
5574 no_cache=0
5575 # Check whether --enable-snglinst or --disable-snglinst was given.
5576if test "${enable_snglinst+set}" = set; then
5577 enableval="$enable_snglinst"
5578
5579 if test "$enableval" = yes; then
5580 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
5581 else
5582 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
5583 fi
5584
5585else
5586
5587 LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
5588 if test "x$LINE" != x ; then
5589 eval "DEFAULT_$LINE"
5590 else
5591 no_cache=1
5592 fi
5593
5594 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
5595
5596fi;
5597
5598 eval "$ac_cv_use_snglinst"
5599 if test "$no_cache" != 1; then
5600 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
5601 fi
5602
5603 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
5604 echo "$as_me:$LINENO: result: yes" >&5
5605echo "${ECHO_T}yes" >&6
5606 else
5607 echo "$as_me:$LINENO: result: no" >&5
5608echo "${ECHO_T}no" >&6
5609 fi
5610
5611
5612 enablestring=
07158944
VZ
5613 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
5614echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6
a848cd7e 5615 no_cache=0
07158944
VZ
5616 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
5617if test "${enable_std_iostreams+set}" = set; then
5618 enableval="$enable_std_iostreams"
a848cd7e
SC
5619
5620 if test "$enableval" = yes; then
07158944 5621 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
a848cd7e 5622 else
07158944 5623 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
a848cd7e
SC
5624 fi
5625
5626else
5627
07158944 5628 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
a848cd7e
SC
5629 if test "x$LINE" != x ; then
5630 eval "DEFAULT_$LINE"
5631 else
5632 no_cache=1
5633 fi
5634
07158944 5635 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
a848cd7e
SC
5636
5637fi;
5638
07158944 5639 eval "$ac_cv_use_std_iostreams"
a848cd7e 5640 if test "$no_cache" != 1; then
07158944 5641 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
a848cd7e
SC
5642 fi
5643
07158944 5644 if test "$wxUSE_STD_IOSTREAM" = yes; then
a848cd7e
SC
5645 echo "$as_me:$LINENO: result: yes" >&5
5646echo "${ECHO_T}yes" >&6
5647 else
5648 echo "$as_me:$LINENO: result: no" >&5
5649echo "${ECHO_T}no" >&6
5650 fi
5651
5652
59746b65
MW
5653 enablestring=
5654 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_string" >&5
5655echo $ECHO_N "checking for --${enablestring:-enable}-std_string... $ECHO_C" >&6
5656 no_cache=0
5657 # Check whether --enable-std_string or --disable-std_string was given.
5658if test "${enable_std_string+set}" = set; then
5659 enableval="$enable_std_string"
5660
5661 if test "$enableval" = yes; then
5662 ac_cv_use_std_string='wxUSE_STD_STRING=yes'
5663 else
5664 ac_cv_use_std_string='wxUSE_STD_STRING=no'
5665 fi
5666
5667else
5668
5669 LINE=`grep "wxUSE_STD_STRING" ${wx_arg_cache_file}`
5670 if test "x$LINE" != x ; then
5671 eval "DEFAULT_$LINE"
5672 else
5673 no_cache=1
5674 fi
5675
5676 ac_cv_use_std_string='wxUSE_STD_STRING='$DEFAULT_wxUSE_STD_STRING
5677
5678fi;
5679
5680 eval "$ac_cv_use_std_string"
5681 if test "$no_cache" != 1; then
5682 echo $ac_cv_use_std_string >> ${wx_arg_cache_file}.tmp
5683 fi
5684
5685 if test "$wxUSE_STD_STRING" = yes; then
5686 echo "$as_me:$LINENO: result: yes" >&5
5687echo "${ECHO_T}yes" >&6
5688 else
5689 echo "$as_me:$LINENO: result: no" >&5
5690echo "${ECHO_T}no" >&6
5691 fi
5692
5693
a848cd7e 5694 enablestring=
07158944
VZ
5695 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stdpaths" >&5
5696echo $ECHO_N "checking for --${enablestring:-enable}-stdpaths... $ECHO_C" >&6
a848cd7e 5697 no_cache=0
07158944
VZ
5698 # Check whether --enable-stdpaths or --disable-stdpaths was given.
5699if test "${enable_stdpaths+set}" = set; then
5700 enableval="$enable_stdpaths"
a848cd7e
SC
5701
5702 if test "$enableval" = yes; then
07158944 5703 ac_cv_use_stdpaths='wxUSE_STDPATHS=yes'
a848cd7e 5704 else
07158944 5705 ac_cv_use_stdpaths='wxUSE_STDPATHS=no'
a848cd7e
SC
5706 fi
5707
5708else
5709
07158944 5710 LINE=`grep "wxUSE_STDPATHS" ${wx_arg_cache_file}`
a848cd7e
SC
5711 if test "x$LINE" != x ; then
5712 eval "DEFAULT_$LINE"
5713 else
5714 no_cache=1
5715 fi
5716
07158944 5717 ac_cv_use_stdpaths='wxUSE_STDPATHS='$DEFAULT_wxUSE_STDPATHS
a848cd7e
SC
5718
5719fi;
5720
07158944 5721 eval "$ac_cv_use_stdpaths"
a848cd7e 5722 if test "$no_cache" != 1; then
07158944 5723 echo $ac_cv_use_stdpaths >> ${wx_arg_cache_file}.tmp
a848cd7e
SC
5724 fi
5725
07158944 5726 if test "$wxUSE_STDPATHS" = yes; then
a848cd7e
SC
5727 echo "$as_me:$LINENO: result: yes" >&5
5728echo "${ECHO_T}yes" >&6
5729 else
5730 echo "$as_me:$LINENO: result: no" >&5
5731echo "${ECHO_T}no" >&6
5732 fi
5733
5734
5735 enablestring=
5736 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
5737echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6
5738 no_cache=0
5739 # Check whether --enable-stopwatch or --disable-stopwatch was given.
5740if test "${enable_stopwatch+set}" = set; then
5741 enableval="$enable_stopwatch"
5742
5743 if test "$enableval" = yes; then
5744 ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
5745 else
5746 ac_cv_use_stopwatch='wxUSE_STOPWATCH=no'
5747 fi
5748
5749else
5750
5751 LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
5752 if test "x$LINE" != x ; then
5753 eval "DEFAULT_$LINE"
5754 else
5755 no_cache=1
5756 fi
5757
5758 ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
5759
5760fi;
5761
5762 eval "$ac_cv_use_stopwatch"
5763 if test "$no_cache" != 1; then
5764 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
5765 fi
5766
5767 if test "$wxUSE_STOPWATCH" = yes; then
5768 echo "$as_me:$LINENO: result: yes" >&5
5769echo "${ECHO_T}yes" >&6
5770 else
5771 echo "$as_me:$LINENO: result: no" >&5
5772echo "${ECHO_T}no" >&6
5773 fi
5774
5775
07158944
VZ
5776 enablestring=
5777 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
5778echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6
5779 no_cache=0
5780 # Check whether --enable-streams or --disable-streams was given.
5781if test "${enable_streams+set}" = set; then
5782 enableval="$enable_streams"
5783
5784 if test "$enableval" = yes; then
5785 ac_cv_use_streams='wxUSE_STREAMS=yes'
5786 else
5787 ac_cv_use_streams='wxUSE_STREAMS=no'
5788 fi
5789
5790else
5791
5792 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
5793 if test "x$LINE" != x ; then
5794 eval "DEFAULT_$LINE"
5795 else
5796 no_cache=1
5797 fi
5798
5799 ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
5800
5801fi;
5802
5803 eval "$ac_cv_use_streams"
5804 if test "$no_cache" != 1; then
5805 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
5806 fi
5807
5808 if test "$wxUSE_STREAMS" = yes; then
5809 echo "$as_me:$LINENO: result: yes" >&5
5810echo "${ECHO_T}yes" >&6
5811 else
5812 echo "$as_me:$LINENO: result: no" >&5
5813echo "${ECHO_T}no" >&6
5814 fi
5815
5816
a848cd7e
SC
5817 enablestring=
5818 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
5819echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6
5820 no_cache=0
5821 # Check whether --enable-system_options or --disable-system_options was given.
5822if test "${enable_system_options+set}" = set; then
5823 enableval="$enable_system_options"
5824
5825 if test "$enableval" = yes; then
5826 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes'
5827 else
5828 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
5829 fi
5830
5831else
5832
5833 LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
5834 if test "x$LINE" != x ; then
5835 eval "DEFAULT_$LINE"
5836 else
5837 no_cache=1
5838 fi
5839
5840 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
5841
5842fi;
5843
5844 eval "$ac_cv_use_system_options"
5845 if test "$no_cache" != 1; then
5846 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
5847 fi
5848
5849 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
5850 echo "$as_me:$LINENO: result: yes" >&5
5851echo "${ECHO_T}yes" >&6
5852 else
5853 echo "$as_me:$LINENO: result: no" >&5
5854echo "${ECHO_T}no" >&6
5855 fi
5856
5857
5858 enablestring=
5859 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
5860echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6
5861 no_cache=0
5862 # Check whether --enable-textbuf or --disable-textbuf was given.
5863if test "${enable_textbuf+set}" = set; then
5864 enableval="$enable_textbuf"
5865
5866 if test "$enableval" = yes; then
5867 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=yes'
5868 else
5869 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
5870 fi
5871
5872else
5873
5874 LINE=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
5875 if test "x$LINE" != x ; then
5876 eval "DEFAULT_$LINE"
5877 else
5878 no_cache=1
5879 fi
5880
5881 ac_cv_use_textbuf='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
5882
5883fi;
5884
5885 eval "$ac_cv_use_textbuf"
5886 if test "$no_cache" != 1; then
5887 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
5888 fi
5889
5890 if test "$wxUSE_TEXTBUFFER" = yes; then
5891 echo "$as_me:$LINENO: result: yes" >&5
5892echo "${ECHO_T}yes" >&6
5893 else
5894 echo "$as_me:$LINENO: result: no" >&5
5895echo "${ECHO_T}no" >&6
5896 fi
5897
5898
5899 enablestring=
5900 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
5901echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6
5902 no_cache=0
5903 # Check whether --enable-textfile or --disable-textfile was given.
5904if test "${enable_textfile+set}" = set; then
5905 enableval="$enable_textfile"
5906
5907 if test "$enableval" = yes; then
5908 ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
5909 else
5910 ac_cv_use_textfile='wxUSE_TEXTFILE=no'
5911 fi
5912
5913else
5914
5915 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
5916 if test "x$LINE" != x ; then
5917 eval "DEFAULT_$LINE"
5918 else
5919 no_cache=1
5920 fi
5921
5922 ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
5923
5924fi;
5925
5926 eval "$ac_cv_use_textfile"
5927 if test "$no_cache" != 1; then
5928 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
5929 fi
5930
5931 if test "$wxUSE_TEXTFILE" = yes; then
5932 echo "$as_me:$LINENO: result: yes" >&5
5933echo "${ECHO_T}yes" >&6
5934 else
5935 echo "$as_me:$LINENO: result: no" >&5
5936echo "${ECHO_T}no" >&6
5937 fi
5938
5939
5940 enablestring=
5941 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
5942echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6
5943 no_cache=0
5944 # Check whether --enable-timer or --disable-timer was given.
5945if test "${enable_timer+set}" = set; then
5946 enableval="$enable_timer"
5947
5948 if test "$enableval" = yes; then
5949 ac_cv_use_timer='wxUSE_TIMER=yes'
5950 else
5951 ac_cv_use_timer='wxUSE_TIMER=no'
5952 fi
5953
5954else
5955
5956 LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
5957 if test "x$LINE" != x ; then
5958 eval "DEFAULT_$LINE"
5959 else
5960 no_cache=1
5961 fi
5962
5963 ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
5964
5965fi;
5966
5967 eval "$ac_cv_use_timer"
5968 if test "$no_cache" != 1; then
5969 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
5970 fi
5971
5972 if test "$wxUSE_TIMER" = yes; then
5973 echo "$as_me:$LINENO: result: yes" >&5
5974echo "${ECHO_T}yes" >&6
5975 else
5976 echo "$as_me:$LINENO: result: no" >&5
5977echo "${ECHO_T}no" >&6
5978 fi
5979
5980
5981 enablestring=
5982 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
5983echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6
5984 no_cache=0
5985 # Check whether --enable-unicode or --disable-unicode was given.
5986if test "${enable_unicode+set}" = set; then
5987 enableval="$enable_unicode"
5988
5989 if test "$enableval" = yes; then
5990 ac_cv_use_unicode='wxUSE_UNICODE=yes'
5991 else
5992 ac_cv_use_unicode='wxUSE_UNICODE=no'
5993 fi
5994
5995else
5996
5997 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
5998 if test "x$LINE" != x ; then
5999 eval "DEFAULT_$LINE"
6000 else
6001 no_cache=1
6002 fi
6003
6004 ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
6005
6006fi;
6007
6008 eval "$ac_cv_use_unicode"
6009 if test "$no_cache" != 1; then
6010 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
6011 fi
6012
6013 if test "$wxUSE_UNICODE" = yes; then
6014 echo "$as_me:$LINENO: result: yes" >&5
6015echo "${ECHO_T}yes" >&6
6016 else
6017 echo "$as_me:$LINENO: result: no" >&5
6018echo "${ECHO_T}no" >&6
6019 fi
6020
6021
6022 enablestring=
6023 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sound" >&5
6024echo $ECHO_N "checking for --${enablestring:-enable}-sound... $ECHO_C" >&6
6025 no_cache=0
6026 # Check whether --enable-sound or --disable-sound was given.
6027if test "${enable_sound+set}" = set; then
6028 enableval="$enable_sound"
6029
6030 if test "$enableval" = yes; then
6031 ac_cv_use_sound='wxUSE_SOUND=yes'
6032 else
6033 ac_cv_use_sound='wxUSE_SOUND=no'
6034 fi
6035
6036else
6037
6038 LINE=`grep "wxUSE_SOUND" ${wx_arg_cache_file}`
6039 if test "x$LINE" != x ; then
6040 eval "DEFAULT_$LINE"
6041 else
6042 no_cache=1
6043 fi
6044
6045 ac_cv_use_sound='wxUSE_SOUND='$DEFAULT_wxUSE_SOUND
6046
6047fi;
6048
6049 eval "$ac_cv_use_sound"
6050 if test "$no_cache" != 1; then
6051 echo $ac_cv_use_sound >> ${wx_arg_cache_file}.tmp
6052 fi
6053
6054 if test "$wxUSE_SOUND" = yes; then
6055 echo "$as_me:$LINENO: result: yes" >&5
6056echo "${ECHO_T}yes" >&6
6057 else
6058 echo "$as_me:$LINENO: result: no" >&5
6059echo "${ECHO_T}no" >&6
6060 fi
6061
6062
3b57de8b
RL
6063 enablestring=
6064 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mediactrl" >&5
6065echo $ECHO_N "checking for --${enablestring:-enable}-mediactrl... $ECHO_C" >&6
6066 no_cache=0
6067 # Check whether --enable-mediactrl or --disable-mediactrl was given.
6068if test "${enable_mediactrl+set}" = set; then
6069 enableval="$enable_mediactrl"
6070
6071 if test "$enableval" = yes; then
6072 ac_cv_use_mediactrl='wxUSE_MEDIACTRL=yes'
6073 else
6074 ac_cv_use_mediactrl='wxUSE_MEDIACTRL=no'
6075 fi
6076
6077else
6078
6079 LINE=`grep "wxUSE_MEDIACTRL" ${wx_arg_cache_file}`
6080 if test "x$LINE" != x ; then
6081 eval "DEFAULT_$LINE"
6082 else
6083 no_cache=1
6084 fi
6085
6086 ac_cv_use_mediactrl='wxUSE_MEDIACTRL='$DEFAULT_wxUSE_MEDIACTRL
6087
6088fi;
6089
6090 eval "$ac_cv_use_mediactrl"
6091 if test "$no_cache" != 1; then
6092 echo $ac_cv_use_mediactrl >> ${wx_arg_cache_file}.tmp
6093 fi
6094
6095 if test "$wxUSE_MEDIACTRL" = yes; then
6096 echo "$as_me:$LINENO: result: yes" >&5
6097echo "${ECHO_T}yes" >&6
6098 else
6099 echo "$as_me:$LINENO: result: no" >&5
6100echo "${ECHO_T}no" >&6
6101 fi
6102
6103
a848cd7e
SC
6104 enablestring=
6105 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxprintfv" >&5
6106echo $ECHO_N "checking for --${enablestring:-enable}-wxprintfv... $ECHO_C" >&6
6107 no_cache=0
6108 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
6109if test "${enable_wxprintfv+set}" = set; then
6110 enableval="$enable_wxprintfv"
6111
6112 if test "$enableval" = yes; then
6113 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes'
6114 else
6115 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no'
6116 fi
6117
6118else
6119
6120 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
6121 if test "x$LINE" != x ; then
6122 eval "DEFAULT_$LINE"
6123 else
6124 no_cache=1
6125 fi
6126
6127 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
6128
6129fi;
6130
6131 eval "$ac_cv_use_wxprintfv"
6132 if test "$no_cache" != 1; then
6133 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
6134 fi
6135
6136 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
6137 echo "$as_me:$LINENO: result: yes" >&5
6138echo "${ECHO_T}yes" >&6
6139 else
6140 echo "$as_me:$LINENO: result: no" >&5
6141echo "${ECHO_T}no" >&6
6142 fi
6143
6144
6145 enablestring=
6146 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
6147echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6
6148 no_cache=0
6149 # Check whether --enable-zipstream or --disable-zipstream was given.
6150if test "${enable_zipstream+set}" = set; then
6151 enableval="$enable_zipstream"
6152
6153 if test "$enableval" = yes; then
6154 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
6155 else
6156 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
6157 fi
6158
6159else
6160
6161 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
6162 if test "x$LINE" != x ; then
6163 eval "DEFAULT_$LINE"
6164 else
6165 no_cache=1
6166 fi
6167
6168 ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
6169
6170fi;
6171
6172 eval "$ac_cv_use_zipstream"
6173 if test "$no_cache" != 1; then
6174 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
6175 fi
6176
6177 if test "$wxUSE_ZIPSTREAM" = yes; then
6178 echo "$as_me:$LINENO: result: yes" >&5
6179echo "${ECHO_T}yes" >&6
6180 else
6181 echo "$as_me:$LINENO: result: no" >&5
6182echo "${ECHO_T}no" >&6
6183 fi
6184
6185
a848cd7e
SC
6186
6187 enablestring=
6188 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
6189echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6
6190 no_cache=0
6191 # Check whether --enable-url or --disable-url was given.
6192if test "${enable_url+set}" = set; then
6193 enableval="$enable_url"
6194
6195 if test "$enableval" = yes; then
6196 ac_cv_use_url='wxUSE_URL=yes'
6197 else
6198 ac_cv_use_url='wxUSE_URL=no'
6199 fi
6200
6201else
6202
6203 LINE=`grep "wxUSE_URL" ${wx_arg_cache_file}`
6204 if test "x$LINE" != x ; then
6205 eval "DEFAULT_$LINE"
6206 else
6207 no_cache=1
6208 fi
6209
6210 ac_cv_use_url='wxUSE_URL='$DEFAULT_wxUSE_URL
6211
6212fi;
6213
6214 eval "$ac_cv_use_url"
6215 if test "$no_cache" != 1; then
6216 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
6217 fi
6218
6219 if test "$wxUSE_URL" = yes; then
6220 echo "$as_me:$LINENO: result: yes" >&5
6221echo "${ECHO_T}yes" >&6
6222 else
6223 echo "$as_me:$LINENO: result: no" >&5
6224echo "${ECHO_T}no" >&6
6225 fi
6226
6227
6228 enablestring=
6229 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
6230echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6
6231 no_cache=0
6232 # Check whether --enable-protocol or --disable-protocol was given.
6233if test "${enable_protocol+set}" = set; then
6234 enableval="$enable_protocol"
6235
6236 if test "$enableval" = yes; then
6237 ac_cv_use_protocol='wxUSE_PROTOCOL=yes'
6238 else
6239 ac_cv_use_protocol='wxUSE_PROTOCOL=no'
6240 fi
6241
6242else
6243
6244 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
6245 if test "x$LINE" != x ; then
6246 eval "DEFAULT_$LINE"
6247 else
6248 no_cache=1
6249 fi
6250
6251 ac_cv_use_protocol='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
6252
6253fi;
6254
6255 eval "$ac_cv_use_protocol"
6256 if test "$no_cache" != 1; then
6257 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
6258 fi
6259
6260 if test "$wxUSE_PROTOCOL" = yes; then
6261 echo "$as_me:$LINENO: result: yes" >&5
6262echo "${ECHO_T}yes" >&6
6263 else
6264 echo "$as_me:$LINENO: result: no" >&5
6265echo "${ECHO_T}no" >&6
6266 fi
6267
6268
6269 enablestring=
6270 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
6271echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6
6272 no_cache=0
6273 # Check whether --enable-protocol_http or --disable-protocol_http was given.
6274if test "${enable_protocol_http+set}" = set; then
6275 enableval="$enable_protocol_http"
6276
6277 if test "$enableval" = yes; then
6278 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes'
6279 else
6280 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no'
6281 fi
6282
6283else
6284
6285 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
6286 if test "x$LINE" != x ; then
6287 eval "DEFAULT_$LINE"
6288 else
6289 no_cache=1
6290 fi
6291
6292 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
6293
6294fi;
6295
6296 eval "$ac_cv_use_protocol_http"
6297 if test "$no_cache" != 1; then
6298 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
6299 fi
6300
6301 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
6302 echo "$as_me:$LINENO: result: yes" >&5
6303echo "${ECHO_T}yes" >&6
6304 else
6305 echo "$as_me:$LINENO: result: no" >&5
6306echo "${ECHO_T}no" >&6
6307 fi
6308
6309
6310 enablestring=
6311 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
6312echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6
6313 no_cache=0
6314 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
6315if test "${enable_protocol_ftp+set}" = set; then
6316 enableval="$enable_protocol_ftp"
6317
6318 if test "$enableval" = yes; then
6319 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
6320 else
6321 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
6322 fi
6323
6324else
6325
6326 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
6327 if test "x$LINE" != x ; then
6328 eval "DEFAULT_$LINE"
6329 else
6330 no_cache=1
6331 fi
6332
6333 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
6334
6335fi;
6336
6337 eval "$ac_cv_use_protocol_ftp"
6338 if test "$no_cache" != 1; then
6339 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
6340 fi
6341
6342 if test "$wxUSE_PROTOCOL_FTP" = yes; then
6343 echo "$as_me:$LINENO: result: yes" >&5
6344echo "${ECHO_T}yes" >&6
6345 else
6346 echo "$as_me:$LINENO: result: no" >&5
6347echo "${ECHO_T}no" >&6
6348 fi
6349
6350
6351 enablestring=
6352 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
6353echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6
6354 no_cache=0
6355 # Check whether --enable-protocol_file or --disable-protocol_file was given.
6356if test "${enable_protocol_file+set}" = set; then
6357 enableval="$enable_protocol_file"
6358
6359 if test "$enableval" = yes; then
6360 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes'
6361 else
6362 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no'
6363 fi
6364
6365else
6366
6367 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
6368 if test "x$LINE" != x ; then
6369 eval "DEFAULT_$LINE"
6370 else
6371 no_cache=1
6372 fi
6373
6374 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
6375
6376fi;
6377
6378 eval "$ac_cv_use_protocol_file"
6379 if test "$no_cache" != 1; then
6380 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
6381 fi
6382
6383 if test "$wxUSE_PROTOCOL_FILE" = yes; then
6384 echo "$as_me:$LINENO: result: yes" >&5
6385echo "${ECHO_T}yes" >&6
6386 else
6387 echo "$as_me:$LINENO: result: no" >&5
6388echo "${ECHO_T}no" >&6
6389 fi
6390
6391
6392
6393
6394
6395 enablestring=
6396 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
6397echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6
6398 no_cache=0
6399 # Check whether --enable-threads or --disable-threads was given.
6400if test "${enable_threads+set}" = set; then
6401 enableval="$enable_threads"
6402
6403 if test "$enableval" = yes; then
6404 ac_cv_use_threads='wxUSE_THREADS=yes'
6405 else
6406 ac_cv_use_threads='wxUSE_THREADS=no'
6407 fi
6408
6409else
6410
6411 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
6412 if test "x$LINE" != x ; then
6413 eval "DEFAULT_$LINE"
6414 else
6415 no_cache=1
6416 fi
6417
6418 ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
6419
6420fi;
6421
6422 eval "$ac_cv_use_threads"
6423 if test "$no_cache" != 1; then
6424 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
6425 fi
6426
6427 if test "$wxUSE_THREADS" = yes; then
6428 echo "$as_me:$LINENO: result: yes" >&5
6429echo "${ECHO_T}yes" >&6
6430 else
6431 echo "$as_me:$LINENO: result: no" >&5
6432echo "${ECHO_T}no" >&6
6433 fi
6434
6435
6436if test "$wxUSE_GUI" = "yes"; then
6437
6438
6439
6440 enablestring=
6441 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
6442echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6
6443 no_cache=0
6444 # Check whether --enable-docview or --disable-docview was given.
6445if test "${enable_docview+set}" = set; then
6446 enableval="$enable_docview"
6447
6448 if test "$enableval" = yes; then
6449 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
6450 else
6451 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
6452 fi
6453
6454else
6455
6456 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
6457 if test "x$LINE" != x ; then
6458 eval "DEFAULT_$LINE"
6459 else
6460 no_cache=1
6461 fi
6462
6463 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
6464
6465fi;
6466
6467 eval "$ac_cv_use_docview"
6468 if test "$no_cache" != 1; then
6469 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
6470 fi
6471
6472 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
6473 echo "$as_me:$LINENO: result: yes" >&5
6474echo "${ECHO_T}yes" >&6
6475 else
6476 echo "$as_me:$LINENO: result: no" >&5
6477echo "${ECHO_T}no" >&6
6478 fi
6479
6480
6481 enablestring=
6482 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
6483echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6
6484 no_cache=0
6485 # Check whether --enable-help or --disable-help was given.
6486if test "${enable_help+set}" = set; then
6487 enableval="$enable_help"
6488
6489 if test "$enableval" = yes; then
6490 ac_cv_use_help='wxUSE_HELP=yes'
6491 else
6492 ac_cv_use_help='wxUSE_HELP=no'
6493 fi
6494
6495else
6496
6497 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
6498 if test "x$LINE" != x ; then
6499 eval "DEFAULT_$LINE"
6500 else
6501 no_cache=1
6502 fi
6503
6504 ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
6505
6506fi;
6507
6508 eval "$ac_cv_use_help"
6509 if test "$no_cache" != 1; then
6510 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
6511 fi
6512
6513 if test "$wxUSE_HELP" = yes; then
6514 echo "$as_me:$LINENO: result: yes" >&5
6515echo "${ECHO_T}yes" >&6
6516 else
6517 echo "$as_me:$LINENO: result: no" >&5
6518echo "${ECHO_T}no" >&6
6519 fi
6520
6521
6522 enablestring=
6523 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
6524echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6
6525 no_cache=0
6526 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
6527if test "${enable_mshtmlhelp+set}" = set; then
6528 enableval="$enable_mshtmlhelp"
6529
6530 if test "$enableval" = yes; then
6531 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
6532 else
6533 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
6534 fi
6535
6536else
6537
6538 LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
6539 if test "x$LINE" != x ; then
6540 eval "DEFAULT_$LINE"
6541 else
6542 no_cache=1
6543 fi
6544
6545 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
6546
6547fi;
6548
6549 eval "$ac_cv_use_mshtmlhelp"
6550 if test "$no_cache" != 1; then
6551 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
6552 fi
6553
6554 if test "$wxUSE_MS_HTML_HELP" = yes; then
6555 echo "$as_me:$LINENO: result: yes" >&5
6556echo "${ECHO_T}yes" >&6
6557 else
6558 echo "$as_me:$LINENO: result: no" >&5
6559echo "${ECHO_T}no" >&6
6560 fi
6561
6562
6563 enablestring=
6564 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
6565echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
6566 no_cache=0
6567 # Check whether --enable-html or --disable-html was given.
6568if test "${enable_html+set}" = set; then
6569 enableval="$enable_html"
6570
6571 if test "$enableval" = yes; then
6572 ac_cv_use_html='wxUSE_HTML=yes'
6573 else
6574 ac_cv_use_html='wxUSE_HTML=no'
6575 fi
6576
6577else
6578
6579 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
6580 if test "x$LINE" != x ; then
6581 eval "DEFAULT_$LINE"
6582 else
6583 no_cache=1
6584 fi
6585
6586 ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
6587
6588fi;
6589
6590 eval "$ac_cv_use_html"
6591 if test "$no_cache" != 1; then
6592 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
6593 fi
6594
6595 if test "$wxUSE_HTML" = yes; then
6596 echo "$as_me:$LINENO: result: yes" >&5
6597echo "${ECHO_T}yes" >&6
6598 else
6599 echo "$as_me:$LINENO: result: no" >&5
6600echo "${ECHO_T}no" >&6
6601 fi
6602
6603
6604 enablestring=
6605 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
6606echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6
6607 no_cache=0
6608 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
6609if test "${enable_htmlhelp+set}" = set; then
6610 enableval="$enable_htmlhelp"
6611
6612 if test "$enableval" = yes; then
6613 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
6614 else
6615 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
6616 fi
6617
6618else
6619
6620 LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
6621 if test "x$LINE" != x ; then
6622 eval "DEFAULT_$LINE"
6623 else
6624 no_cache=1
6625 fi
6626
6627 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
6628
6629fi;
6630
6631 eval "$ac_cv_use_htmlhelp"
6632 if test "$no_cache" != 1; then
6633 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
6634 fi
6635
6636 if test "$wxUSE_WXHTML_HELP" = yes; then
6637 echo "$as_me:$LINENO: result: yes" >&5
6638echo "${ECHO_T}yes" >&6
6639 else
6640 echo "$as_me:$LINENO: result: no" >&5
6641echo "${ECHO_T}no" >&6
6642 fi
6643
6644
9a8f0513
VS
6645 enablestring=
6646 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xrc" >&5
6647echo $ECHO_N "checking for --${enablestring:-enable}-xrc... $ECHO_C" >&6
6648 no_cache=0
6649 # Check whether --enable-xrc or --disable-xrc was given.
6650if test "${enable_xrc+set}" = set; then
6651 enableval="$enable_xrc"
6652
6653 if test "$enableval" = yes; then
6654 ac_cv_use_xrc='wxUSE_XRC=yes'
6655 else
6656 ac_cv_use_xrc='wxUSE_XRC=no'
6657 fi
6658
6659else
6660
6661 LINE=`grep "wxUSE_XRC" ${wx_arg_cache_file}`
6662 if test "x$LINE" != x ; then
6663 eval "DEFAULT_$LINE"
6664 else
6665 no_cache=1
6666 fi
6667
6668 ac_cv_use_xrc='wxUSE_XRC='$DEFAULT_wxUSE_XRC
6669
6670fi;
6671
6672 eval "$ac_cv_use_xrc"
6673 if test "$no_cache" != 1; then
6674 echo $ac_cv_use_xrc >> ${wx_arg_cache_file}.tmp
6675 fi
6676
6677 if test "$wxUSE_XRC" = yes; then
6678 echo "$as_me:$LINENO: result: yes" >&5
6679echo "${ECHO_T}yes" >&6
6680 else
6681 echo "$as_me:$LINENO: result: no" >&5
6682echo "${ECHO_T}no" >&6
6683 fi
6684
6685
a848cd7e
SC
6686 enablestring=
6687 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
6688echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6
6689 no_cache=0
6690 # Check whether --enable-constraints or --disable-constraints was given.
6691if test "${enable_constraints+set}" = set; then
6692 enableval="$enable_constraints"
6693
6694 if test "$enableval" = yes; then
6695 ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
6696 else
6697 ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
6698 fi
6699
6700else
6701
6702 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
6703 if test "x$LINE" != x ; then
6704 eval "DEFAULT_$LINE"
6705 else
6706 no_cache=1
6707 fi
6708
6709 ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
6710
6711fi;
6712
6713 eval "$ac_cv_use_constraints"
6714 if test "$no_cache" != 1; then
6715 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
6716 fi
6717
6718 if test "$wxUSE_CONSTRAINTS" = yes; then
6719 echo "$as_me:$LINENO: result: yes" >&5
6720echo "${ECHO_T}yes" >&6
6721 else
6722 echo "$as_me:$LINENO: result: no" >&5
6723echo "${ECHO_T}no" >&6
6724 fi
6725
6726
6727 enablestring=
6728 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
6729echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6
6730 no_cache=0
6731 # Check whether --enable-printarch or --disable-printarch was given.
6732if test "${enable_printarch+set}" = set; then
6733 enableval="$enable_printarch"
6734
6735 if test "$enableval" = yes; then
6736 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
6737 else
6738 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
6739 fi
6740
6741else
6742
6743 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
6744 if test "x$LINE" != x ; then
6745 eval "DEFAULT_$LINE"
6746 else
6747 no_cache=1
6748 fi
6749
6750 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
6751
6752fi;
6753
6754 eval "$ac_cv_use_printarch"
6755 if test "$no_cache" != 1; then
6756 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
6757 fi
6758
6759 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
6760 echo "$as_me:$LINENO: result: yes" >&5
6761echo "${ECHO_T}yes" >&6
6762 else
6763 echo "$as_me:$LINENO: result: no" >&5
6764echo "${ECHO_T}no" >&6
6765 fi
6766
6767
6768 enablestring=
6769 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
6770echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6
6771 no_cache=0
6772 # Check whether --enable-mdi or --disable-mdi was given.
6773if test "${enable_mdi+set}" = set; then
6774 enableval="$enable_mdi"
6775
6776 if test "$enableval" = yes; then
8a7b1113 6777 ac_cv_use_mdi='wxUSE_MDI=yes'
a848cd7e 6778 else
8a7b1113 6779 ac_cv_use_mdi='wxUSE_MDI=no'
a848cd7e
SC
6780 fi
6781
6782else
6783
8a7b1113 6784 LINE=`grep "wxUSE_MDI" ${wx_arg_cache_file}`
a848cd7e
SC
6785 if test "x$LINE" != x ; then
6786 eval "DEFAULT_$LINE"
6787 else
6788 no_cache=1
6789 fi
6790
8a7b1113 6791 ac_cv_use_mdi='wxUSE_MDI='$DEFAULT_wxUSE_MDI
a848cd7e
SC
6792
6793fi;
6794
6795 eval "$ac_cv_use_mdi"
6796 if test "$no_cache" != 1; then
6797 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
6798 fi
6799
8a7b1113
VZ
6800 if test "$wxUSE_MDI" = yes; then
6801 echo "$as_me:$LINENO: result: yes" >&5
6802echo "${ECHO_T}yes" >&6
6803 else
6804 echo "$as_me:$LINENO: result: no" >&5
6805echo "${ECHO_T}no" >&6
6806 fi
6807
6808
6809 enablestring=
6810 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdidoc" >&5
6811echo $ECHO_N "checking for --${enablestring:-enable}-mdidoc... $ECHO_C" >&6
6812 no_cache=0
6813 # Check whether --enable-mdidoc or --disable-mdidoc was given.
6814if test "${enable_mdidoc+set}" = set; then
6815 enableval="$enable_mdidoc"
6816
6817 if test "$enableval" = yes; then
6818 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=yes'
6819 else
6820 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=no'
6821 fi
6822
6823else
6824
6825 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
6826 if test "x$LINE" != x ; then
6827 eval "DEFAULT_$LINE"
6828 else
6829 no_cache=1
6830 fi
6831
6832 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
6833
6834fi;
6835
6836 eval "$ac_cv_use_mdidoc"
6837 if test "$no_cache" != 1; then
6838 echo $ac_cv_use_mdidoc >> ${wx_arg_cache_file}.tmp
6839 fi
6840
a848cd7e
SC
6841 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
6842 echo "$as_me:$LINENO: result: yes" >&5
6843echo "${ECHO_T}yes" >&6
6844 else
6845 echo "$as_me:$LINENO: result: no" >&5
6846echo "${ECHO_T}no" >&6
6847 fi
6848
6849
6850 enablestring=
6851 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
6852echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6
6853 no_cache=0
6854 # Check whether --enable-loggui or --disable-loggui was given.
6855if test "${enable_loggui+set}" = set; then
6856 enableval="$enable_loggui"
6857
6858 if test "$enableval" = yes; then
6859 ac_cv_use_loggui='wxUSE_LOGGUI=yes'
6860 else
6861 ac_cv_use_loggui='wxUSE_LOGGUI=no'
6862 fi
6863
6864else
6865
6866 LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
6867 if test "x$LINE" != x ; then
6868 eval "DEFAULT_$LINE"
6869 else
6870 no_cache=1
6871 fi
6872
6873 ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
6874
6875fi;
6876
6877 eval "$ac_cv_use_loggui"
6878 if test "$no_cache" != 1; then
6879 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
6880 fi
6881
6882 if test "$wxUSE_LOGGUI" = yes; then
6883 echo "$as_me:$LINENO: result: yes" >&5
6884echo "${ECHO_T}yes" >&6
6885 else
6886 echo "$as_me:$LINENO: result: no" >&5
6887echo "${ECHO_T}no" >&6
6888 fi
6889
6890
6891 enablestring=
6892 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
6893echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6
6894 no_cache=0
6895 # Check whether --enable-logwin or --disable-logwin was given.
6896if test "${enable_logwin+set}" = set; then
6897 enableval="$enable_logwin"
6898
6899 if test "$enableval" = yes; then
6900 ac_cv_use_logwin='wxUSE_LOGWINDOW=yes'
6901 else
6902 ac_cv_use_logwin='wxUSE_LOGWINDOW=no'
6903 fi
6904
6905else
6906
6907 LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
6908 if test "x$LINE" != x ; then
6909 eval "DEFAULT_$LINE"
6910 else
6911 no_cache=1
6912 fi
6913
6914 ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
6915
6916fi;
6917
6918 eval "$ac_cv_use_logwin"
6919 if test "$no_cache" != 1; then
6920 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
6921 fi
6922
6923 if test "$wxUSE_LOGWINDOW" = yes; then
6924 echo "$as_me:$LINENO: result: yes" >&5
6925echo "${ECHO_T}yes" >&6
6926 else
6927 echo "$as_me:$LINENO: result: no" >&5
6928echo "${ECHO_T}no" >&6
6929 fi
6930
6931
6932 enablestring=
6933 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
6934echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6
6935 no_cache=0
6936 # Check whether --enable-logdialog or --disable-logdialog was given.
6937if test "${enable_logdialog+set}" = set; then
6938 enableval="$enable_logdialog"
6939
6940 if test "$enableval" = yes; then
6941 ac_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
6942 else
6943 ac_cv_use_logdialog='wxUSE_LOGDIALOG=no'
6944 fi
6945
6946else
6947
6948 LINE=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
6949 if test "x$LINE" != x ; then
6950 eval "DEFAULT_$LINE"
6951 else
6952 no_cache=1
6953 fi
6954
6955 ac_cv_use_logdialog='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
6956
6957fi;
6958
6959 eval "$ac_cv_use_logdialog"
6960 if test "$no_cache" != 1; then
6961 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
6962 fi
6963
6964 if test "$wxUSE_LOGDIALOG" = yes; then
6965 echo "$as_me:$LINENO: result: yes" >&5
6966echo "${ECHO_T}yes" >&6
6967 else
6968 echo "$as_me:$LINENO: result: no" >&5
6969echo "${ECHO_T}no" >&6
6970 fi
6971
6972
646b6ec1
VS
6973 enablestring=
6974 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webkit" >&5
6975echo $ECHO_N "checking for --${enablestring:-enable}-webkit... $ECHO_C" >&6
6976 no_cache=0
6977 # Check whether --enable-webkit or --disable-webkit was given.
6978if test "${enable_webkit+set}" = set; then
6979 enableval="$enable_webkit"
6980
6981 if test "$enableval" = yes; then
6982 ac_cv_use_webkit='wxUSE_WEBKIT=yes'
6983 else
6984 ac_cv_use_webkit='wxUSE_WEBKIT=no'
6985 fi
6986
6987else
6988
6989 LINE=`grep "wxUSE_WEBKIT" ${wx_arg_cache_file}`
6990 if test "x$LINE" != x ; then
6991 eval "DEFAULT_$LINE"
6992 else
6993 no_cache=1
6994 fi
6995
6996 ac_cv_use_webkit='wxUSE_WEBKIT='$DEFAULT_wxUSE_WEBKIT
6997
6998fi;
6999
7000 eval "$ac_cv_use_webkit"
7001 if test "$no_cache" != 1; then
7002 echo $ac_cv_use_webkit >> ${wx_arg_cache_file}.tmp
7003 fi
7004
7005 if test "$wxUSE_WEBKIT" = yes; then
7006 echo "$as_me:$LINENO: result: yes" >&5
7007echo "${ECHO_T}yes" >&6
7008 else
7009 echo "$as_me:$LINENO: result: no" >&5
7010echo "${ECHO_T}no" >&6
7011 fi
7012
7013
91dea314
MW
7014 enablestring=
7015 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
7016echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
7017 no_cache=0
7018 # Check whether --enable-html or --disable-html was given.
7019if test "${enable_html+set}" = set; then
7020 enableval="$enable_html"
7021
7022 if test "$enableval" = yes; then
7023 ac_cv_use_html='wxUSE_RICHTEXT=yes'
7024 else
7025 ac_cv_use_html='wxUSE_RICHTEXT=no'
7026 fi
7027
7028else
7029
7030 LINE=`grep "wxUSE_RICHTEXT" ${wx_arg_cache_file}`
7031 if test "x$LINE" != x ; then
7032 eval "DEFAULT_$LINE"
7033 else
7034 no_cache=1
7035 fi
7036
7037 ac_cv_use_html='wxUSE_RICHTEXT='$DEFAULT_wxUSE_RICHTEXT
7038
7039fi;
7040
7041 eval "$ac_cv_use_html"
7042 if test "$no_cache" != 1; then
7043 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
7044 fi
7045
7046 if test "$wxUSE_RICHTEXT" = yes; then
7047 echo "$as_me:$LINENO: result: yes" >&5
7048echo "${ECHO_T}yes" >&6
7049 else
7050 echo "$as_me:$LINENO: result: no" >&5
7051echo "${ECHO_T}no" >&6
7052 fi
7053
7054
a848cd7e
SC
7055
7056 enablestring=
7057 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
7058echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6
7059 no_cache=0
7060 # Check whether --enable-postscript or --disable-postscript was given.
7061if test "${enable_postscript+set}" = set; then
7062 enableval="$enable_postscript"
7063
7064 if test "$enableval" = yes; then
7065 ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
7066 else
7067 ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
7068 fi
7069
7070else
7071
7072 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
7073 if test "x$LINE" != x ; then
7074 eval "DEFAULT_$LINE"
7075 else
7076 no_cache=1
7077 fi
7078
7079 ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
7080
7081fi;
7082
7083 eval "$ac_cv_use_postscript"
7084 if test "$no_cache" != 1; then
7085 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
7086 fi
7087
7088 if test "$wxUSE_POSTSCRIPT" = yes; then
7089 echo "$as_me:$LINENO: result: yes" >&5
7090echo "${ECHO_T}yes" >&6
7091 else
7092 echo "$as_me:$LINENO: result: no" >&5
7093echo "${ECHO_T}no" >&6
7094 fi
7095
7096
7097
7098
7099
7100 enablestring=
7101 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-prologio" >&5
7102echo $ECHO_N "checking for --${enablestring:-enable}-prologio... $ECHO_C" >&6
7103 no_cache=0
7104 # Check whether --enable-prologio or --disable-prologio was given.
7105if test "${enable_prologio+set}" = set; then
7106 enableval="$enable_prologio"
7107
7108 if test "$enableval" = yes; then
7109 ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
7110 else
7111 ac_cv_use_prologio='wxUSE_PROLOGIO=no'
7112 fi
7113
7114else
7115
7116 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
7117 if test "x$LINE" != x ; then
7118 eval "DEFAULT_$LINE"
7119 else
7120 no_cache=1
7121 fi
7122
7123 ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
7124
7125fi;
7126
7127 eval "$ac_cv_use_prologio"
7128 if test "$no_cache" != 1; then
7129 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
7130 fi
7131
7132 if test "$wxUSE_PROLOGIO" = yes; then
7133 echo "$as_me:$LINENO: result: yes" >&5
7134echo "${ECHO_T}yes" >&6
7135 else
7136 echo "$as_me:$LINENO: result: no" >&5
7137echo "${ECHO_T}no" >&6
7138 fi
7139
7140
7141 enablestring=
7142 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-resources" >&5
7143echo $ECHO_N "checking for --${enablestring:-enable}-resources... $ECHO_C" >&6
7144 no_cache=0
7145 # Check whether --enable-resources or --disable-resources was given.
7146if test "${enable_resources+set}" = set; then
7147 enableval="$enable_resources"
7148
7149 if test "$enableval" = yes; then
7150 ac_cv_use_resources='wxUSE_RESOURCES=yes'
7151 else
7152 ac_cv_use_resources='wxUSE_RESOURCES=no'
7153 fi
7154
7155else
7156
7157 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
7158 if test "x$LINE" != x ; then
7159 eval "DEFAULT_$LINE"
7160 else
7161 no_cache=1
7162 fi
7163
7164 ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
7165
7166fi;
7167
7168 eval "$ac_cv_use_resources"
7169 if test "$no_cache" != 1; then
7170 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
7171 fi
7172
7173 if test "$wxUSE_RESOURCES" = yes; then
7174 echo "$as_me:$LINENO: result: yes" >&5
7175echo "${ECHO_T}yes" >&6
7176 else
7177 echo "$as_me:$LINENO: result: no" >&5
7178echo "${ECHO_T}no" >&6
7179 fi
7180
7181
7182
7183
7184 enablestring=
7185 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
7186echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6
7187 no_cache=0
7188 # Check whether --enable-clipboard or --disable-clipboard was given.
7189if test "${enable_clipboard+set}" = set; then
7190 enableval="$enable_clipboard"
7191
7192 if test "$enableval" = yes; then
7193 ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
7194 else
7195 ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
7196 fi
7197
7198else
7199
7200 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
7201 if test "x$LINE" != x ; then
7202 eval "DEFAULT_$LINE"
7203 else
7204 no_cache=1
7205 fi
7206
7207 ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
7208
7209fi;
7210
7211 eval "$ac_cv_use_clipboard"
7212 if test "$no_cache" != 1; then
7213 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
7214 fi
7215
7216 if test "$wxUSE_CLIPBOARD" = yes; then
7217 echo "$as_me:$LINENO: result: yes" >&5
7218echo "${ECHO_T}yes" >&6
7219 else
7220 echo "$as_me:$LINENO: result: no" >&5
7221echo "${ECHO_T}no" >&6
7222 fi
7223
7224
7225 enablestring=
7226 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
7227echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6
7228 no_cache=0
7229 # Check whether --enable-dnd or --disable-dnd was given.
7230if test "${enable_dnd+set}" = set; then
7231 enableval="$enable_dnd"
7232
7233 if test "$enableval" = yes; then
7234 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
7235 else
7236 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
7237 fi
7238
7239else
7240
7241 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
7242 if test "x$LINE" != x ; then
7243 eval "DEFAULT_$LINE"
7244 else
7245 no_cache=1
7246 fi
7247
7248 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
7249
7250fi;
7251
7252 eval "$ac_cv_use_dnd"
7253 if test "$no_cache" != 1; then
7254 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
7255 fi
7256
7257 if test "$wxUSE_DRAG_AND_DROP" = yes; then
7258 echo "$as_me:$LINENO: result: yes" >&5
7259echo "${ECHO_T}yes" >&6
7260 else
7261 echo "$as_me:$LINENO: result: no" >&5
7262echo "${ECHO_T}no" >&6
7263 fi
7264
7265
7266 enablestring=
7267 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
7268echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
7269 no_cache=0
7270 # Check whether --enable-metafile or --disable-metafile was given.
7271if test "${enable_metafile+set}" = set; then
7272 enableval="$enable_metafile"
7273
7274 if test "$enableval" = yes; then
7275 ac_cv_use_metafile='wxUSE_METAFILE=yes'
7276 else
7277 ac_cv_use_metafile='wxUSE_METAFILE=no'
7278 fi
7279
7280else
7281
7282 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
7283 if test "x$LINE" != x ; then
7284 eval "DEFAULT_$LINE"
7285 else
7286 no_cache=1
7287 fi
7288
7289 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
7290
7291fi;
7292
7293 eval "$ac_cv_use_metafile"
7294 if test "$no_cache" != 1; then
7295 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
7296 fi
7297
7298 if test "$wxUSE_METAFILE" = yes; then
7299 echo "$as_me:$LINENO: result: yes" >&5
7300echo "${ECHO_T}yes" >&6
7301 else
7302 echo "$as_me:$LINENO: result: no" >&5
7303echo "${ECHO_T}no" >&6
7304 fi
7305
7306
7307
7308
7309
7310 enablestring=
7311 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
7312echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6
7313 no_cache=0
7314 # Check whether --enable-controls or --disable-controls was given.
7315if test "${enable_controls+set}" = set; then
7316 enableval="$enable_controls"
7317
7318 if test "$enableval" = yes; then
7319 ac_cv_use_controls='wxUSE_CONTROLS=yes'
7320 else
7321 ac_cv_use_controls='wxUSE_CONTROLS=no'
7322 fi
7323
7324else
7325
7326 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
7327 if test "x$LINE" != x ; then
7328 eval "DEFAULT_$LINE"
7329 else
7330 no_cache=1
7331 fi
7332
7333 ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
7334
7335fi;
7336
7337 eval "$ac_cv_use_controls"
7338 if test "$no_cache" != 1; then
7339 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
7340 fi
7341
7342 if test "$wxUSE_CONTROLS" = yes; then
7343 echo "$as_me:$LINENO: result: yes" >&5
7344echo "${ECHO_T}yes" >&6
7345 else
7346 echo "$as_me:$LINENO: result: no" >&5
7347echo "${ECHO_T}no" >&6
7348 fi
7349
7350
7351if test "$wxUSE_CONTROLS" = "yes"; then
7352 DEFAULT_wxUSE_ACCEL=yes
7353 DEFAULT_wxUSE_BMPBUTTON=yes
7354 DEFAULT_wxUSE_BUTTON=yes
da98e9be 7355 DEFAULT_wxUSE_CALCTRL=yes
a848cd7e
SC
7356 DEFAULT_wxUSE_CARET=yes
7357 DEFAULT_wxUSE_COMBOBOX=yes
7358 DEFAULT_wxUSE_CHECKBOX=yes
7359 DEFAULT_wxUSE_CHECKLISTBOX=yes
7360 DEFAULT_wxUSE_CHOICE=yes
92bbdbcd 7361 DEFAULT_wxUSE_CHOICEBOOK=yes
da98e9be 7362 DEFAULT_wxUSE_DATEPICKCTRL=yes
a848cd7e
SC
7363 DEFAULT_wxUSE_GAUGE=yes
7364 DEFAULT_wxUSE_GRID=yes
7365 DEFAULT_wxUSE_IMAGLIST=yes
7366 DEFAULT_wxUSE_LISTBOOK=yes
7367 DEFAULT_wxUSE_LISTBOX=yes
7368 DEFAULT_wxUSE_LISTCTRL=yes
7369 DEFAULT_wxUSE_NOTEBOOK=yes
7370 DEFAULT_wxUSE_RADIOBOX=yes
7371 DEFAULT_wxUSE_RADIOBTN=yes
7372 DEFAULT_wxUSE_SASH=yes
7373 DEFAULT_wxUSE_SCROLLBAR=yes
7374 DEFAULT_wxUSE_SLIDER=yes
7375 DEFAULT_wxUSE_SPINBTN=yes
7376 DEFAULT_wxUSE_SPINCTRL=yes
7377 DEFAULT_wxUSE_SPLITTER=yes
7378 DEFAULT_wxUSE_STATBMP=yes
7379 DEFAULT_wxUSE_STATBOX=yes
7380 DEFAULT_wxUSE_STATLINE=yes
7381 DEFAULT_wxUSE_STATUSBAR=yes
7382 DEFAULT_wxUSE_TAB_DIALOG=yes
7383 DEFAULT_wxUSE_TOGGLEBTN=yes
7384 DEFAULT_wxUSE_TOOLBAR=yes
7385 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
7386 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
7387 DEFAULT_wxUSE_TOOLTIPS=yes
0093c2fc 7388 DEFAULT_wxUSE_TREEBOOK=yes
a848cd7e
SC
7389 DEFAULT_wxUSE_TREECTRL=yes
7390 DEFAULT_wxUSE_POPUPWIN=yes
7391 DEFAULT_wxUSE_TIPWINDOW=yes
7392elif test "$wxUSE_CONTROLS" = "no"; then
7393 DEFAULT_wxUSE_ACCEL=no
7394 DEFAULT_wxUSE_BMPBUTTON=no
7395 DEFAULT_wxUSE_BUTTON=no
7396 DEFAULT_wxUSE_CALCTRL=no
7397 DEFAULT_wxUSE_CARET=no
7398 DEFAULT_wxUSE_COMBOBOX=no
7399 DEFAULT_wxUSE_CHECKBOX=no
7400 DEFAULT_wxUSE_CHECKLISTBOX=no
7401 DEFAULT_wxUSE_CHOICE=no
92bbdbcd 7402 DEFAULT_wxUSE_CHOICEBOOK=no
da98e9be 7403 DEFAULT_wxUSE_DATEPICKCTRL=no
a848cd7e
SC
7404 DEFAULT_wxUSE_GAUGE=no
7405 DEFAULT_wxUSE_GRID=no
7406 DEFAULT_wxUSE_IMAGLIST=no
7407 DEFAULT_wxUSE_LISTBOOK=no
7408 DEFAULT_wxUSE_LISTBOX=no
7409 DEFAULT_wxUSE_LISTCTRL=no
7410 DEFAULT_wxUSE_NOTEBOOK=no
7411 DEFAULT_wxUSE_RADIOBOX=no
7412 DEFAULT_wxUSE_RADIOBTN=no
7413 DEFAULT_wxUSE_SASH=no
7414 DEFAULT_wxUSE_SCROLLBAR=no
7415 DEFAULT_wxUSE_SLIDER=no
7416 DEFAULT_wxUSE_SPINBTN=no
7417 DEFAULT_wxUSE_SPINCTRL=no
7418 DEFAULT_wxUSE_SPLITTER=no
7419 DEFAULT_wxUSE_STATBMP=no
7420 DEFAULT_wxUSE_STATBOX=no
7421 DEFAULT_wxUSE_STATLINE=no
7422 DEFAULT_wxUSE_STATUSBAR=no
7423 DEFAULT_wxUSE_TAB_DIALOG=no
7424 DEFAULT_wxUSE_TOGGLEBTN=no
7425 DEFAULT_wxUSE_TOOLBAR=no
7426 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
7427 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
7428 DEFAULT_wxUSE_TOOLTIPS=no
0093c2fc 7429 DEFAULT_wxUSE_TREEBOOK=no
a848cd7e
SC
7430 DEFAULT_wxUSE_TREECTRL=no
7431 DEFAULT_wxUSE_POPUPWIN=no
7432 DEFAULT_wxUSE_TIPWINDOW=no
7433fi
7434
a848cd7e
SC
7435
7436 enablestring=
7437 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
7438echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6
7439 no_cache=0
7440 # Check whether --enable-accel or --disable-accel was given.
7441if test "${enable_accel+set}" = set; then
7442 enableval="$enable_accel"
7443
7444 if test "$enableval" = yes; then
7445 ac_cv_use_accel='wxUSE_ACCEL=yes'
7446 else
7447 ac_cv_use_accel='wxUSE_ACCEL=no'
7448 fi
7449
7450else
7451
7452 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
7453 if test "x$LINE" != x ; then
7454 eval "DEFAULT_$LINE"
7455 else
7456 no_cache=1
7457 fi
7458
7459 ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
7460
7461fi;
7462
7463 eval "$ac_cv_use_accel"
7464 if test "$no_cache" != 1; then
7465 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
7466 fi
7467
7468 if test "$wxUSE_ACCEL" = yes; then
7469 echo "$as_me:$LINENO: result: yes" >&5
7470echo "${ECHO_T}yes" >&6
7471 else
7472 echo "$as_me:$LINENO: result: no" >&5
7473echo "${ECHO_T}no" >&6
7474 fi
7475
7476
7477 enablestring=
7478 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
7479echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6
7480 no_cache=0
7481 # Check whether --enable-button or --disable-button was given.
7482if test "${enable_button+set}" = set; then
7483 enableval="$enable_button"
7484
7485 if test "$enableval" = yes; then
7486 ac_cv_use_button='wxUSE_BUTTON=yes'
7487 else
7488 ac_cv_use_button='wxUSE_BUTTON=no'
7489 fi
7490
7491else
7492
7493 LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
7494 if test "x$LINE" != x ; then
7495 eval "DEFAULT_$LINE"
7496 else
7497 no_cache=1
7498 fi
7499
7500 ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
7501
7502fi;
7503
7504 eval "$ac_cv_use_button"
7505 if test "$no_cache" != 1; then
7506 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
7507 fi
7508
7509 if test "$wxUSE_BUTTON" = yes; then
7510 echo "$as_me:$LINENO: result: yes" >&5
7511echo "${ECHO_T}yes" >&6
7512 else
7513 echo "$as_me:$LINENO: result: no" >&5
7514echo "${ECHO_T}no" >&6
7515 fi
7516
7517
7518 enablestring=
7519 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
7520echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6
7521 no_cache=0
7522 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
7523if test "${enable_bmpbutton+set}" = set; then
7524 enableval="$enable_bmpbutton"
7525
7526 if test "$enableval" = yes; then
7527 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
7528 else
7529 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
7530 fi
7531
7532else
7533
7534 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
7535 if test "x$LINE" != x ; then
7536 eval "DEFAULT_$LINE"
7537 else
7538 no_cache=1
7539 fi
7540
7541 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
7542
7543fi;
7544
7545 eval "$ac_cv_use_bmpbutton"
7546 if test "$no_cache" != 1; then
7547 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
7548 fi
7549
7550 if test "$wxUSE_BMPBUTTON" = yes; then
7551 echo "$as_me:$LINENO: result: yes" >&5
7552echo "${ECHO_T}yes" >&6
7553 else
7554 echo "$as_me:$LINENO: result: no" >&5
7555echo "${ECHO_T}no" >&6
7556 fi
7557
7558
7559 enablestring=
7560 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
7561echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6
7562 no_cache=0
7563 # Check whether --enable-calendar or --disable-calendar was given.
7564if test "${enable_calendar+set}" = set; then
7565 enableval="$enable_calendar"
7566
7567 if test "$enableval" = yes; then
7568 ac_cv_use_calendar='wxUSE_CALCTRL=yes'
7569 else
7570 ac_cv_use_calendar='wxUSE_CALCTRL=no'
7571 fi
7572
7573else
7574
7575 LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
7576 if test "x$LINE" != x ; then
7577 eval "DEFAULT_$LINE"
7578 else
7579 no_cache=1
7580 fi
7581
7582 ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
7583
7584fi;
7585
7586 eval "$ac_cv_use_calendar"
7587 if test "$no_cache" != 1; then
7588 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
7589 fi
7590
7591 if test "$wxUSE_CALCTRL" = yes; then
7592 echo "$as_me:$LINENO: result: yes" >&5
7593echo "${ECHO_T}yes" >&6
7594 else
7595 echo "$as_me:$LINENO: result: no" >&5
7596echo "${ECHO_T}no" >&6
7597 fi
7598
7599
7600 enablestring=
7601 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
7602echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6
7603 no_cache=0
7604 # Check whether --enable-caret or --disable-caret was given.
7605if test "${enable_caret+set}" = set; then
7606 enableval="$enable_caret"
7607
7608 if test "$enableval" = yes; then
7609 ac_cv_use_caret='wxUSE_CARET=yes'
7610 else
7611 ac_cv_use_caret='wxUSE_CARET=no'
7612 fi
7613
7614else
7615
7616 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
7617 if test "x$LINE" != x ; then
7618 eval "DEFAULT_$LINE"
7619 else
7620 no_cache=1
7621 fi
7622
7623 ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
7624
7625fi;
7626
7627 eval "$ac_cv_use_caret"
7628 if test "$no_cache" != 1; then
7629 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
7630 fi
7631
7632 if test "$wxUSE_CARET" = yes; then
7633 echo "$as_me:$LINENO: result: yes" >&5
7634echo "${ECHO_T}yes" >&6
7635 else
7636 echo "$as_me:$LINENO: result: no" >&5
7637echo "${ECHO_T}no" >&6
7638 fi
7639
7640
7641 enablestring=
7642 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
7643echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6
7644 no_cache=0
7645 # Check whether --enable-checkbox or --disable-checkbox was given.
7646if test "${enable_checkbox+set}" = set; then
7647 enableval="$enable_checkbox"
7648
7649 if test "$enableval" = yes; then
7650 ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
7651 else
7652 ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
7653 fi
7654
7655else
7656
7657 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
7658 if test "x$LINE" != x ; then
7659 eval "DEFAULT_$LINE"
7660 else
7661 no_cache=1
7662 fi
7663
7664 ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
7665
7666fi;
7667
7668 eval "$ac_cv_use_checkbox"
7669 if test "$no_cache" != 1; then
7670 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
7671 fi
7672
7673 if test "$wxUSE_CHECKBOX" = yes; then
7674 echo "$as_me:$LINENO: result: yes" >&5
7675echo "${ECHO_T}yes" >&6
7676 else
7677 echo "$as_me:$LINENO: result: no" >&5
7678echo "${ECHO_T}no" >&6
7679 fi
7680
7681
7682 enablestring=
7683 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
7684echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6
7685 no_cache=0
7686 # Check whether --enable-checklst or --disable-checklst was given.
7687if test "${enable_checklst+set}" = set; then
7688 enableval="$enable_checklst"
7689
7690 if test "$enableval" = yes; then
7691 ac_cv_use_checklst='wxUSE_CHECKLST=yes'
7692 else
7693 ac_cv_use_checklst='wxUSE_CHECKLST=no'
7694 fi
7695
7696else
7697
7698 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
7699 if test "x$LINE" != x ; then
7700 eval "DEFAULT_$LINE"
7701 else
7702 no_cache=1
7703 fi
7704
7705 ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
7706
7707fi;
7708
7709 eval "$ac_cv_use_checklst"
7710 if test "$no_cache" != 1; then
7711 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
7712 fi
7713
7714 if test "$wxUSE_CHECKLST" = yes; then
7715 echo "$as_me:$LINENO: result: yes" >&5
7716echo "${ECHO_T}yes" >&6
7717 else
7718 echo "$as_me:$LINENO: result: no" >&5
7719echo "${ECHO_T}no" >&6
7720 fi
7721
7722
7723 enablestring=
7724 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
7725echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6
7726 no_cache=0
7727 # Check whether --enable-choice or --disable-choice was given.
7728if test "${enable_choice+set}" = set; then
7729 enableval="$enable_choice"
7730
7731 if test "$enableval" = yes; then
7732 ac_cv_use_choice='wxUSE_CHOICE=yes'
7733 else
7734 ac_cv_use_choice='wxUSE_CHOICE=no'
7735 fi
7736
7737else
7738
7739 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
7740 if test "x$LINE" != x ; then
7741 eval "DEFAULT_$LINE"
7742 else
7743 no_cache=1
7744 fi
7745
7746 ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
7747
7748fi;
7749
7750 eval "$ac_cv_use_choice"
7751 if test "$no_cache" != 1; then
7752 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
7753 fi
7754
7755 if test "$wxUSE_CHOICE" = yes; then
7756 echo "$as_me:$LINENO: result: yes" >&5
7757echo "${ECHO_T}yes" >&6
7758 else
7759 echo "$as_me:$LINENO: result: no" >&5
7760echo "${ECHO_T}no" >&6
7761 fi
7762
7763
92bbdbcd
WS
7764 enablestring=
7765 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicebook" >&5
7766echo $ECHO_N "checking for --${enablestring:-enable}-choicebook... $ECHO_C" >&6
7767 no_cache=0
7768 # Check whether --enable-choicebook or --disable-choicebook was given.
7769if test "${enable_choicebook+set}" = set; then
7770 enableval="$enable_choicebook"
7771
7772 if test "$enableval" = yes; then
7773 ac_cv_use_choicebook='wxUSE_CHOICEBOOK=yes'
7774 else
7775 ac_cv_use_choicebook='wxUSE_CHOICEBOOK=no'
7776 fi
7777
7778else
7779
7780 LINE=`grep "wxUSE_CHOICEBOOK" ${wx_arg_cache_file}`
7781 if test "x$LINE" != x ; then
7782 eval "DEFAULT_$LINE"
7783 else
7784 no_cache=1
7785 fi
7786
7787 ac_cv_use_choicebook='wxUSE_CHOICEBOOK='$DEFAULT_wxUSE_CHOICEBOOK
7788
7789fi;
7790
7791 eval "$ac_cv_use_choicebook"
7792 if test "$no_cache" != 1; then
7793 echo $ac_cv_use_choicebook >> ${wx_arg_cache_file}.tmp
7794 fi
7795
7796 if test "$wxUSE_CHOICEBOOK" = yes; then
7797 echo "$as_me:$LINENO: result: yes" >&5
7798echo "${ECHO_T}yes" >&6
7799 else
7800 echo "$as_me:$LINENO: result: no" >&5
7801echo "${ECHO_T}no" >&6
7802 fi
7803
7804
a848cd7e
SC
7805 enablestring=
7806 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
7807echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6
7808 no_cache=0
7809 # Check whether --enable-combobox or --disable-combobox was given.
7810if test "${enable_combobox+set}" = set; then
7811 enableval="$enable_combobox"
7812
7813 if test "$enableval" = yes; then
7814 ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
7815 else
7816 ac_cv_use_combobox='wxUSE_COMBOBOX=no'
7817 fi
7818
7819else
7820
7821 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
7822 if test "x$LINE" != x ; then
7823 eval "DEFAULT_$LINE"
7824 else
7825 no_cache=1
7826 fi
7827
7828 ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
7829
7830fi;
7831
7832 eval "$ac_cv_use_combobox"
7833 if test "$no_cache" != 1; then
7834 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
7835 fi
7836
7837 if test "$wxUSE_COMBOBOX" = yes; then
7838 echo "$as_me:$LINENO: result: yes" >&5
7839echo "${ECHO_T}yes" >&6
7840 else
7841 echo "$as_me:$LINENO: result: no" >&5
7842echo "${ECHO_T}no" >&6
7843 fi
7844
7845
da98e9be
VZ
7846 enablestring=
7847 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datepick" >&5
7848echo $ECHO_N "checking for --${enablestring:-enable}-datepick... $ECHO_C" >&6
7849 no_cache=0
7850 # Check whether --enable-datepick or --disable-datepick was given.
7851if test "${enable_datepick+set}" = set; then
7852 enableval="$enable_datepick"
7853
7854 if test "$enableval" = yes; then
7855 ac_cv_use_datepick='wxUSE_DATEPICKCTRL=yes'
7856 else
7857 ac_cv_use_datepick='wxUSE_DATEPICKCTRL=no'
7858 fi
7859
7860else
7861
7862 LINE=`grep "wxUSE_DATEPICKCTRL" ${wx_arg_cache_file}`
7863 if test "x$LINE" != x ; then
7864 eval "DEFAULT_$LINE"
7865 else
7866 no_cache=1
7867 fi
7868
7869 ac_cv_use_datepick='wxUSE_DATEPICKCTRL='$DEFAULT_wxUSE_DATEPICKCTRL
7870
7871fi;
7872
7873 eval "$ac_cv_use_datepick"
7874 if test "$no_cache" != 1; then
7875 echo $ac_cv_use_datepick >> ${wx_arg_cache_file}.tmp
7876 fi
7877
7878 if test "$wxUSE_DATEPICKCTRL" = yes; then
7879 echo "$as_me:$LINENO: result: yes" >&5
7880echo "${ECHO_T}yes" >&6
7881 else
7882 echo "$as_me:$LINENO: result: no" >&5
7883echo "${ECHO_T}no" >&6
7884 fi
7885
7886
a848cd7e
SC
7887 enablestring=
7888 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
7889echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6
7890 no_cache=0
7891 # Check whether --enable-display or --disable-display was given.
7892if test "${enable_display+set}" = set; then
7893 enableval="$enable_display"
7894
7895 if test "$enableval" = yes; then
7896 ac_cv_use_display='wxUSE_DISPLAY=yes'
7897 else
7898 ac_cv_use_display='wxUSE_DISPLAY=no'
7899 fi
7900
7901else
7902
7903 LINE=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}`
7904 if test "x$LINE" != x ; then
7905 eval "DEFAULT_$LINE"
7906 else
7907 no_cache=1
7908 fi
7909
7910 ac_cv_use_display='wxUSE_DISPLAY='$DEFAULT_wxUSE_DISPLAY
7911
7912fi;
7913
7914 eval "$ac_cv_use_display"
7915 if test "$no_cache" != 1; then
7916 echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp
7917 fi
7918
7919 if test "$wxUSE_DISPLAY" = yes; then
7920 echo "$as_me:$LINENO: result: yes" >&5
7921echo "${ECHO_T}yes" >&6
7922 else
7923 echo "$as_me:$LINENO: result: no" >&5
7924echo "${ECHO_T}no" >&6
7925 fi
7926
7927
7928 enablestring=
7929 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
7930echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6
7931 no_cache=0
7932 # Check whether --enable-gauge or --disable-gauge was given.
7933if test "${enable_gauge+set}" = set; then
7934 enableval="$enable_gauge"
7935
7936 if test "$enableval" = yes; then
7937 ac_cv_use_gauge='wxUSE_GAUGE=yes'
7938 else
7939 ac_cv_use_gauge='wxUSE_GAUGE=no'
7940 fi
7941
7942else
7943
7944 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
7945 if test "x$LINE" != x ; then
7946 eval "DEFAULT_$LINE"
7947 else
7948 no_cache=1
7949 fi
7950
7951 ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
7952
7953fi;
7954
7955 eval "$ac_cv_use_gauge"
7956 if test "$no_cache" != 1; then
7957 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
7958 fi
7959
7960 if test "$wxUSE_GAUGE" = yes; then
7961 echo "$as_me:$LINENO: result: yes" >&5
7962echo "${ECHO_T}yes" >&6
7963 else
7964 echo "$as_me:$LINENO: result: no" >&5
7965echo "${ECHO_T}no" >&6
7966 fi
7967
7968
7969 enablestring=
7970 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
7971echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6
7972 no_cache=0
7973 # Check whether --enable-grid or --disable-grid was given.
7974if test "${enable_grid+set}" = set; then
7975 enableval="$enable_grid"
7976
7977 if test "$enableval" = yes; then
7978 ac_cv_use_grid='wxUSE_GRID=yes'
7979 else
7980 ac_cv_use_grid='wxUSE_GRID=no'
7981 fi
7982
7983else
7984
7985 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
7986 if test "x$LINE" != x ; then
7987 eval "DEFAULT_$LINE"
7988 else
7989 no_cache=1
7990 fi
7991
7992 ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
7993
7994fi;
7995
7996 eval "$ac_cv_use_grid"
7997 if test "$no_cache" != 1; then
7998 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
7999 fi
8000
8001 if test "$wxUSE_GRID" = yes; then
8002 echo "$as_me:$LINENO: result: yes" >&5
8003echo "${ECHO_T}yes" >&6
8004 else
8005 echo "$as_me:$LINENO: result: no" >&5
8006echo "${ECHO_T}no" >&6
8007 fi
8008
8009
8010 enablestring=
8011 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
8012echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6
8013 no_cache=0
8014 # Check whether --enable-imaglist or --disable-imaglist was given.
8015if test "${enable_imaglist+set}" = set; then
8016 enableval="$enable_imaglist"
8017
8018 if test "$enableval" = yes; then
8019 ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
8020 else
8021 ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
8022 fi
8023
8024else
8025
8026 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
8027 if test "x$LINE" != x ; then
8028 eval "DEFAULT_$LINE"
8029 else
8030 no_cache=1
8031 fi
8032
8033 ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
8034
8035fi;
8036
8037 eval "$ac_cv_use_imaglist"
8038 if test "$no_cache" != 1; then
8039 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
8040 fi
8041
8042 if test "$wxUSE_IMAGLIST" = yes; then
8043 echo "$as_me:$LINENO: result: yes" >&5
8044echo "${ECHO_T}yes" >&6
8045 else
8046 echo "$as_me:$LINENO: result: no" >&5
8047echo "${ECHO_T}no" >&6
8048 fi
8049
8050
8051 enablestring=
8052 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5
8053echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6
8054 no_cache=0
8055 # Check whether --enable-listbook or --disable-listbook was given.
8056if test "${enable_listbook+set}" = set; then
8057 enableval="$enable_listbook"
8058
8059 if test "$enableval" = yes; then
8060 ac_cv_use_listbook='wxUSE_LISTBOOK=yes'
8061 else
8062 ac_cv_use_listbook='wxUSE_LISTBOOK=no'
8063 fi
8064
8065else
8066
8067 LINE=`grep "wxUSE_LISTBOOK" ${wx_arg_cache_file}`
8068 if test "x$LINE" != x ; then
8069 eval "DEFAULT_$LINE"
8070 else
8071 no_cache=1
8072 fi
8073
8074 ac_cv_use_listbook='wxUSE_LISTBOOK='$DEFAULT_wxUSE_LISTBOOK
8075
8076fi;
8077
8078 eval "$ac_cv_use_listbook"
8079 if test "$no_cache" != 1; then
8080 echo $ac_cv_use_listbook >> ${wx_arg_cache_file}.tmp
8081 fi
8082
8083 if test "$wxUSE_LISTBOOK" = yes; then
8084 echo "$as_me:$LINENO: result: yes" >&5
8085echo "${ECHO_T}yes" >&6
8086 else
8087 echo "$as_me:$LINENO: result: no" >&5
8088echo "${ECHO_T}no" >&6
8089 fi
8090
8091
8092 enablestring=
8093 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
8094echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6
8095 no_cache=0
8096 # Check whether --enable-listbox or --disable-listbox was given.
8097if test "${enable_listbox+set}" = set; then
8098 enableval="$enable_listbox"
8099
8100 if test "$enableval" = yes; then
8101 ac_cv_use_listbox='wxUSE_LISTBOX=yes'
8102 else
8103 ac_cv_use_listbox='wxUSE_LISTBOX=no'
8104 fi
8105
8106else
8107
8108 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
8109 if test "x$LINE" != x ; then
8110 eval "DEFAULT_$LINE"
8111 else
8112 no_cache=1
8113 fi
8114
8115 ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
8116
8117fi;
8118
8119 eval "$ac_cv_use_listbox"
8120 if test "$no_cache" != 1; then
8121 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
8122 fi
8123
8124 if test "$wxUSE_LISTBOX" = yes; then
8125 echo "$as_me:$LINENO: result: yes" >&5
8126echo "${ECHO_T}yes" >&6
8127 else
8128 echo "$as_me:$LINENO: result: no" >&5
8129echo "${ECHO_T}no" >&6
8130 fi
8131
8132
8133 enablestring=
8134 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
8135echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6
8136 no_cache=0
8137 # Check whether --enable-listctrl or --disable-listctrl was given.
8138if test "${enable_listctrl+set}" = set; then
8139 enableval="$enable_listctrl"
8140
8141 if test "$enableval" = yes; then
8142 ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
8143 else
8144 ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
8145 fi
8146
8147else
8148
8149 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
8150 if test "x$LINE" != x ; then
8151 eval "DEFAULT_$LINE"
8152 else
8153 no_cache=1
8154 fi
8155
8156 ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
8157
8158fi;
8159
8160 eval "$ac_cv_use_listctrl"
8161 if test "$no_cache" != 1; then
8162 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
8163 fi
8164
8165 if test "$wxUSE_LISTCTRL" = yes; then
8166 echo "$as_me:$LINENO: result: yes" >&5
8167echo "${ECHO_T}yes" >&6
8168 else
8169 echo "$as_me:$LINENO: result: no" >&5
8170echo "${ECHO_T}no" >&6
8171 fi
8172
8173
8174 enablestring=
8175 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
8176echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6
8177 no_cache=0
8178 # Check whether --enable-notebook or --disable-notebook was given.
8179if test "${enable_notebook+set}" = set; then
8180 enableval="$enable_notebook"
8181
8182 if test "$enableval" = yes; then
8183 ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
8184 else
8185 ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
8186 fi
8187
8188else
8189
8190 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
8191 if test "x$LINE" != x ; then
8192 eval "DEFAULT_$LINE"
8193 else
8194 no_cache=1
8195 fi
8196
8197 ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
8198
8199fi;
8200
8201 eval "$ac_cv_use_notebook"
8202 if test "$no_cache" != 1; then
8203 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
8204 fi
8205
8206 if test "$wxUSE_NOTEBOOK" = yes; then
8207 echo "$as_me:$LINENO: result: yes" >&5
8208echo "${ECHO_T}yes" >&6
8209 else
8210 echo "$as_me:$LINENO: result: no" >&5
8211echo "${ECHO_T}no" >&6
8212 fi
8213
8214
8215 enablestring=
8216 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
8217echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6
8218 no_cache=0
8219 # Check whether --enable-radiobox or --disable-radiobox was given.
8220if test "${enable_radiobox+set}" = set; then
8221 enableval="$enable_radiobox"
8222
8223 if test "$enableval" = yes; then
8224 ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
8225 else
8226 ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
8227 fi
8228
8229else
8230
8231 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
8232 if test "x$LINE" != x ; then
8233 eval "DEFAULT_$LINE"
8234 else
8235 no_cache=1
8236 fi
8237
8238 ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
8239
8240fi;
8241
8242 eval "$ac_cv_use_radiobox"
8243 if test "$no_cache" != 1; then
8244 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
8245 fi
8246
8247 if test "$wxUSE_RADIOBOX" = yes; then
8248 echo "$as_me:$LINENO: result: yes" >&5
8249echo "${ECHO_T}yes" >&6
8250 else
8251 echo "$as_me:$LINENO: result: no" >&5
8252echo "${ECHO_T}no" >&6
8253 fi
8254
8255
8256 enablestring=
8257 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
8258echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6
8259 no_cache=0
8260 # Check whether --enable-radiobtn or --disable-radiobtn was given.
8261if test "${enable_radiobtn+set}" = set; then
8262 enableval="$enable_radiobtn"
8263
8264 if test "$enableval" = yes; then
8265 ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
8266 else
8267 ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
8268 fi
8269
8270else
8271
8272 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
8273 if test "x$LINE" != x ; then
8274 eval "DEFAULT_$LINE"
8275 else
8276 no_cache=1
8277 fi
8278
8279 ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
8280
8281fi;
8282
8283 eval "$ac_cv_use_radiobtn"
8284 if test "$no_cache" != 1; then
8285 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
8286 fi
8287
8288 if test "$wxUSE_RADIOBTN" = yes; then
8289 echo "$as_me:$LINENO: result: yes" >&5
8290echo "${ECHO_T}yes" >&6
8291 else
8292 echo "$as_me:$LINENO: result: no" >&5
8293echo "${ECHO_T}no" >&6
8294 fi
8295
8296
8297 enablestring=
8298 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
8299echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6
8300 no_cache=0
8301 # Check whether --enable-sash or --disable-sash was given.
8302if test "${enable_sash+set}" = set; then
8303 enableval="$enable_sash"
8304
8305 if test "$enableval" = yes; then
8306 ac_cv_use_sash='wxUSE_SASH=yes'
8307 else
8308 ac_cv_use_sash='wxUSE_SASH=no'
8309 fi
8310
8311else
8312
8313 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
8314 if test "x$LINE" != x ; then
8315 eval "DEFAULT_$LINE"
8316 else
8317 no_cache=1
8318 fi
8319
8320 ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
8321
8322fi;
8323
8324 eval "$ac_cv_use_sash"
8325 if test "$no_cache" != 1; then
8326 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
8327 fi
8328
8329 if test "$wxUSE_SASH" = yes; then
8330 echo "$as_me:$LINENO: result: yes" >&5
8331echo "${ECHO_T}yes" >&6
8332 else
8333 echo "$as_me:$LINENO: result: no" >&5
8334echo "${ECHO_T}no" >&6
8335 fi
8336
8337
8338 enablestring=
8339 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
8340echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6
8341 no_cache=0
8342 # Check whether --enable-scrollbar or --disable-scrollbar was given.
8343if test "${enable_scrollbar+set}" = set; then
8344 enableval="$enable_scrollbar"
8345
8346 if test "$enableval" = yes; then
8347 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
8348 else
8349 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
8350 fi
8351
8352else
8353
8354 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
8355 if test "x$LINE" != x ; then
8356 eval "DEFAULT_$LINE"
8357 else
8358 no_cache=1
8359 fi
8360
8361 ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
8362
8363fi;
8364
8365 eval "$ac_cv_use_scrollbar"
8366 if test "$no_cache" != 1; then
8367 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
8368 fi
8369
8370 if test "$wxUSE_SCROLLBAR" = yes; then
8371 echo "$as_me:$LINENO: result: yes" >&5
8372echo "${ECHO_T}yes" >&6
8373 else
8374 echo "$as_me:$LINENO: result: no" >&5
8375echo "${ECHO_T}no" >&6
8376 fi
8377
8378
8379 enablestring=
8380 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
8381echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6
8382 no_cache=0
8383 # Check whether --enable-slider or --disable-slider was given.
8384if test "${enable_slider+set}" = set; then
8385 enableval="$enable_slider"
8386
8387 if test "$enableval" = yes; then
8388 ac_cv_use_slider='wxUSE_SLIDER=yes'
8389 else
8390 ac_cv_use_slider='wxUSE_SLIDER=no'
8391 fi
8392
8393else
8394
8395 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
8396 if test "x$LINE" != x ; then
8397 eval "DEFAULT_$LINE"
8398 else
8399 no_cache=1
8400 fi
8401
8402 ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
8403
8404fi;
8405
8406 eval "$ac_cv_use_slider"
8407 if test "$no_cache" != 1; then
8408 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
8409 fi
8410
8411 if test "$wxUSE_SLIDER" = yes; then
8412 echo "$as_me:$LINENO: result: yes" >&5
8413echo "${ECHO_T}yes" >&6
8414 else
8415 echo "$as_me:$LINENO: result: no" >&5
8416echo "${ECHO_T}no" >&6
8417 fi
8418
8419
8420 enablestring=
8421 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
8422echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6
8423 no_cache=0
8424 # Check whether --enable-spinbtn or --disable-spinbtn was given.
8425if test "${enable_spinbtn+set}" = set; then
8426 enableval="$enable_spinbtn"
8427
8428 if test "$enableval" = yes; then
8429 ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
8430 else
8431 ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
8432 fi
8433
8434else
8435
8436 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
8437 if test "x$LINE" != x ; then
8438 eval "DEFAULT_$LINE"
8439 else
8440 no_cache=1
8441 fi
8442
8443 ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
8444
8445fi;
8446
8447 eval "$ac_cv_use_spinbtn"
8448 if test "$no_cache" != 1; then
8449 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
8450 fi
8451
8452 if test "$wxUSE_SPINBTN" = yes; then
8453 echo "$as_me:$LINENO: result: yes" >&5
8454echo "${ECHO_T}yes" >&6
8455 else
8456 echo "$as_me:$LINENO: result: no" >&5
8457echo "${ECHO_T}no" >&6
8458 fi
8459
8460
8461 enablestring=
8462 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
8463echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6
8464 no_cache=0
8465 # Check whether --enable-spinctrl or --disable-spinctrl was given.
8466if test "${enable_spinctrl+set}" = set; then
8467 enableval="$enable_spinctrl"
8468
8469 if test "$enableval" = yes; then
8470 ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
8471 else
8472 ac_cv_use_spinctrl='wxUSE_SPINCTRL=no'
8473 fi
8474
8475else
8476
8477 LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
8478 if test "x$LINE" != x ; then
8479 eval "DEFAULT_$LINE"
8480 else
8481 no_cache=1
8482 fi
8483
8484 ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
8485
8486fi;
8487
8488 eval "$ac_cv_use_spinctrl"
8489 if test "$no_cache" != 1; then
8490 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
8491 fi
8492
8493 if test "$wxUSE_SPINCTRL" = yes; then
8494 echo "$as_me:$LINENO: result: yes" >&5
8495echo "${ECHO_T}yes" >&6
8496 else
8497 echo "$as_me:$LINENO: result: no" >&5
8498echo "${ECHO_T}no" >&6
8499 fi
8500
8501
8502 enablestring=
8503 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
8504echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6
8505 no_cache=0
8506 # Check whether --enable-splitter or --disable-splitter was given.
8507if test "${enable_splitter+set}" = set; then
8508 enableval="$enable_splitter"
8509
8510 if test "$enableval" = yes; then
8511 ac_cv_use_splitter='wxUSE_SPLITTER=yes'
8512 else
8513 ac_cv_use_splitter='wxUSE_SPLITTER=no'
8514 fi
8515
8516else
8517
8518 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
8519 if test "x$LINE" != x ; then
8520 eval "DEFAULT_$LINE"
8521 else
8522 no_cache=1
8523 fi
8524
8525 ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
8526
8527fi;
8528
8529 eval "$ac_cv_use_splitter"
8530 if test "$no_cache" != 1; then
8531 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
8532 fi
8533
8534 if test "$wxUSE_SPLITTER" = yes; then
8535 echo "$as_me:$LINENO: result: yes" >&5
8536echo "${ECHO_T}yes" >&6
8537 else
8538 echo "$as_me:$LINENO: result: no" >&5
8539echo "${ECHO_T}no" >&6
8540 fi
8541
8542
8543 enablestring=
8544 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
8545echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6
8546 no_cache=0
8547 # Check whether --enable-statbmp or --disable-statbmp was given.
8548if test "${enable_statbmp+set}" = set; then
8549 enableval="$enable_statbmp"
8550
8551 if test "$enableval" = yes; then
8552 ac_cv_use_statbmp='wxUSE_STATBMP=yes'
8553 else
8554 ac_cv_use_statbmp='wxUSE_STATBMP=no'
8555 fi
8556
8557else
8558
8559 LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
8560 if test "x$LINE" != x ; then
8561 eval "DEFAULT_$LINE"
8562 else
8563 no_cache=1
8564 fi
8565
8566 ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
8567
8568fi;
8569
8570 eval "$ac_cv_use_statbmp"
8571 if test "$no_cache" != 1; then
8572 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
8573 fi
8574
8575 if test "$wxUSE_STATBMP" = yes; then
8576 echo "$as_me:$LINENO: result: yes" >&5
8577echo "${ECHO_T}yes" >&6
8578 else
8579 echo "$as_me:$LINENO: result: no" >&5
8580echo "${ECHO_T}no" >&6
8581 fi
8582
8583
8584 enablestring=
8585 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
8586echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6
8587 no_cache=0
8588 # Check whether --enable-statbox or --disable-statbox was given.
8589if test "${enable_statbox+set}" = set; then
8590 enableval="$enable_statbox"
8591
8592 if test "$enableval" = yes; then
8593 ac_cv_use_statbox='wxUSE_STATBOX=yes'
8594 else
8595 ac_cv_use_statbox='wxUSE_STATBOX=no'
8596 fi
8597
8598else
8599
8600 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
8601 if test "x$LINE" != x ; then
8602 eval "DEFAULT_$LINE"
8603 else
8604 no_cache=1
8605 fi
8606
8607 ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
8608
8609fi;
8610
8611 eval "$ac_cv_use_statbox"
8612 if test "$no_cache" != 1; then
8613 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
8614 fi
8615
8616 if test "$wxUSE_STATBOX" = yes; then
8617 echo "$as_me:$LINENO: result: yes" >&5
8618echo "${ECHO_T}yes" >&6
8619 else
8620 echo "$as_me:$LINENO: result: no" >&5
8621echo "${ECHO_T}no" >&6
8622 fi
8623
8624
8625 enablestring=
8626 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
8627echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6
8628 no_cache=0
8629 # Check whether --enable-statline or --disable-statline was given.
8630if test "${enable_statline+set}" = set; then
8631 enableval="$enable_statline"
8632
8633 if test "$enableval" = yes; then
8634 ac_cv_use_statline='wxUSE_STATLINE=yes'
8635 else
8636 ac_cv_use_statline='wxUSE_STATLINE=no'
8637 fi
8638
8639else
8640
8641 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
8642 if test "x$LINE" != x ; then
8643 eval "DEFAULT_$LINE"
8644 else
8645 no_cache=1
8646 fi
8647
8648 ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
8649
8650fi;
8651
8652 eval "$ac_cv_use_statline"
8653 if test "$no_cache" != 1; then
8654 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
8655 fi
8656
8657 if test "$wxUSE_STATLINE" = yes; then
8658 echo "$as_me:$LINENO: result: yes" >&5
8659echo "${ECHO_T}yes" >&6
8660 else
8661 echo "$as_me:$LINENO: result: no" >&5
8662echo "${ECHO_T}no" >&6
8663 fi
8664
8665
8666 enablestring=
8667 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
8668echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6
8669 no_cache=0
8670 # Check whether --enable-stattext or --disable-stattext was given.
8671if test "${enable_stattext+set}" = set; then
8672 enableval="$enable_stattext"
8673
8674 if test "$enableval" = yes; then
8675 ac_cv_use_stattext='wxUSE_STATTEXT=yes'
8676 else
8677 ac_cv_use_stattext='wxUSE_STATTEXT=no'
8678 fi
8679
8680else
8681
8682 LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
8683 if test "x$LINE" != x ; then
8684 eval "DEFAULT_$LINE"
8685 else
8686 no_cache=1
8687 fi
8688
8689 ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
8690
8691fi;
8692
8693 eval "$ac_cv_use_stattext"
8694 if test "$no_cache" != 1; then
8695 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
8696 fi
8697
8698 if test "$wxUSE_STATTEXT" = yes; then
8699 echo "$as_me:$LINENO: result: yes" >&5
8700echo "${ECHO_T}yes" >&6
8701 else
8702 echo "$as_me:$LINENO: result: no" >&5
8703echo "${ECHO_T}no" >&6
8704 fi
8705
8706
8707 enablestring=
8708 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
8709echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6
8710 no_cache=0
8711 # Check whether --enable-statusbar or --disable-statusbar was given.
8712if test "${enable_statusbar+set}" = set; then
8713 enableval="$enable_statusbar"
8714
8715 if test "$enableval" = yes; then
8716 ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
8717 else
8718 ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
8719 fi
8720
8721else
8722
8723 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
8724 if test "x$LINE" != x ; then
8725 eval "DEFAULT_$LINE"
8726 else
8727 no_cache=1
8728 fi
8729
8730 ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
8731
8732fi;
8733
8734 eval "$ac_cv_use_statusbar"
8735 if test "$no_cache" != 1; then
8736 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
8737 fi
8738
8739 if test "$wxUSE_STATUSBAR" = yes; then
8740 echo "$as_me:$LINENO: result: yes" >&5
8741echo "${ECHO_T}yes" >&6
8742 else
8743 echo "$as_me:$LINENO: result: no" >&5
8744echo "${ECHO_T}no" >&6
8745 fi
8746
8747
8748 enablestring=
8749 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5
8750echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6
8751 no_cache=0
8752 # Check whether --enable-tabdialog or --disable-tabdialog was given.
8753if test "${enable_tabdialog+set}" = set; then
8754 enableval="$enable_tabdialog"
8755
8756 if test "$enableval" = yes; then
8757 ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes'
8758 else
8759 ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
8760 fi
8761
8762else
8763
8764 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
8765 if test "x$LINE" != x ; then
8766 eval "DEFAULT_$LINE"
8767 else
8768 no_cache=1
8769 fi
8770
8771 ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
8772
8773fi;
8774
8775 eval "$ac_cv_use_tabdialog"
8776 if test "$no_cache" != 1; then
8777 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
8778 fi
8779
8780 if test "$wxUSE_TABDIALOG" = yes; then
8781 echo "$as_me:$LINENO: result: yes" >&5
8782echo "${ECHO_T}yes" >&6
8783 else
8784 echo "$as_me:$LINENO: result: no" >&5
8785echo "${ECHO_T}no" >&6
8786 fi
8787
8788
8789 enablestring=
8790 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
8791echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6
8792 no_cache=0
8793 # Check whether --enable-textctrl or --disable-textctrl was given.
8794if test "${enable_textctrl+set}" = set; then
8795 enableval="$enable_textctrl"
8796
8797 if test "$enableval" = yes; then
8798 ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
8799 else
8800 ac_cv_use_textctrl='wxUSE_TEXTCTRL=no'
8801 fi
8802
8803else
8804
8805 LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
8806 if test "x$LINE" != x ; then
8807 eval "DEFAULT_$LINE"
8808 else
8809 no_cache=1
8810 fi
8811
8812 ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
8813
8814fi;
8815
8816 eval "$ac_cv_use_textctrl"
8817 if test "$no_cache" != 1; then
8818 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
8819 fi
8820
8821 if test "$wxUSE_TEXTCTRL" = yes; then
8822 echo "$as_me:$LINENO: result: yes" >&5
8823echo "${ECHO_T}yes" >&6
8824 else
8825 echo "$as_me:$LINENO: result: no" >&5
8826echo "${ECHO_T}no" >&6
8827 fi
8828
8829
8830 enablestring=
8831 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
8832echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6
8833 no_cache=0
8834 # Check whether --enable-togglebtn or --disable-togglebtn was given.
8835if test "${enable_togglebtn+set}" = set; then
8836 enableval="$enable_togglebtn"
8837
8838 if test "$enableval" = yes; then
8839 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
8840 else
8841 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
8842 fi
8843
8844else
8845
8846 LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
8847 if test "x$LINE" != x ; then
8848 eval "DEFAULT_$LINE"
8849 else
8850 no_cache=1
8851 fi
8852
8853 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
8854
8855fi;
8856
8857 eval "$ac_cv_use_togglebtn"
8858 if test "$no_cache" != 1; then
8859 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
8860 fi
8861
8862 if test "$wxUSE_TOGGLEBTN" = yes; then
8863 echo "$as_me:$LINENO: result: yes" >&5
8864echo "${ECHO_T}yes" >&6
8865 else
8866 echo "$as_me:$LINENO: result: no" >&5
8867echo "${ECHO_T}no" >&6
8868 fi
8869
8870
8871 enablestring=
8872 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
8873echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6
8874 no_cache=0
8875 # Check whether --enable-toolbar or --disable-toolbar was given.
8876if test "${enable_toolbar+set}" = set; then
8877 enableval="$enable_toolbar"
8878
8879 if test "$enableval" = yes; then
8880 ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
8881 else
8882 ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
8883 fi
8884
8885else
8886
8887 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
8888 if test "x$LINE" != x ; then
8889 eval "DEFAULT_$LINE"
8890 else
8891 no_cache=1
8892 fi
8893
8894 ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
8895
8896fi;
8897
8898 eval "$ac_cv_use_toolbar"
8899 if test "$no_cache" != 1; then
8900 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
8901 fi
8902
8903 if test "$wxUSE_TOOLBAR" = yes; then
8904 echo "$as_me:$LINENO: result: yes" >&5
8905echo "${ECHO_T}yes" >&6
8906 else
8907 echo "$as_me:$LINENO: result: no" >&5
8908echo "${ECHO_T}no" >&6
8909 fi
8910
8911
8912 enablestring=
8913 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
8914echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6
8915 no_cache=0
8916 # Check whether --enable-tbarnative or --disable-tbarnative was given.
8917if test "${enable_tbarnative+set}" = set; then
8918 enableval="$enable_tbarnative"
8919
8920 if test "$enableval" = yes; then
8921 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
8922 else
8923 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
8924 fi
8925
8926else
8927
8928 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
8929 if test "x$LINE" != x ; then
8930 eval "DEFAULT_$LINE"
8931 else
8932 no_cache=1
8933 fi
8934
8935 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
8936
8937fi;
8938
8939 eval "$ac_cv_use_tbarnative"
8940 if test "$no_cache" != 1; then
8941 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
8942 fi
8943
8944 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
8945 echo "$as_me:$LINENO: result: yes" >&5
8946echo "${ECHO_T}yes" >&6
8947 else
8948 echo "$as_me:$LINENO: result: no" >&5
8949echo "${ECHO_T}no" >&6
8950 fi
8951
8952
8953 enablestring=
8954 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarsmpl" >&5
8955echo $ECHO_N "checking for --${enablestring:-enable}-tbarsmpl... $ECHO_C" >&6
8956 no_cache=0
8957 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
8958if test "${enable_tbarsmpl+set}" = set; then
8959 enableval="$enable_tbarsmpl"
8960
8961 if test "$enableval" = yes; then
8962 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes'
8963 else
8964 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no'
8965 fi
8966
8967else
8968
8969 LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
8970 if test "x$LINE" != x ; then
8971 eval "DEFAULT_$LINE"
8972 else
8973 no_cache=1
8974 fi
8975
8976 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
8977
8978fi;
8979
8980 eval "$ac_cv_use_tbarsmpl"
8981 if test "$no_cache" != 1; then
8982 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
8983 fi
8984
8985 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
8986 echo "$as_me:$LINENO: result: yes" >&5
8987echo "${ECHO_T}yes" >&6
8988 else
8989 echo "$as_me:$LINENO: result: no" >&5
8990echo "${ECHO_T}no" >&6
8991 fi
8992
8993
0093c2fc
VZ
8994 enablestring=
8995 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treebook" >&5
8996echo $ECHO_N "checking for --${enablestring:-enable}-treebook... $ECHO_C" >&6
8997 no_cache=0
8998 # Check whether --enable-treebook or --disable-treebook was given.
8999if test "${enable_treebook+set}" = set; then
9000 enableval="$enable_treebook"
9001
9002 if test "$enableval" = yes; then
9003 ac_cv_use_treebook='wxUSE_TREEBOOK=yes'
9004 else
9005 ac_cv_use_treebook='wxUSE_TREEBOOK=no'
9006 fi
9007
9008else
9009
9010 LINE=`grep "wxUSE_TREEBOOK" ${wx_arg_cache_file}`
9011 if test "x$LINE" != x ; then
9012 eval "DEFAULT_$LINE"
9013 else
9014 no_cache=1
9015 fi
9016
9017 ac_cv_use_treebook='wxUSE_TREEBOOK='$DEFAULT_wxUSE_TREEBOOK
9018
9019fi;
9020
9021 eval "$ac_cv_use_treebook"
9022 if test "$no_cache" != 1; then
9023 echo $ac_cv_use_treebook >> ${wx_arg_cache_file}.tmp
9024 fi
9025
9026 if test "$wxUSE_TREEBOOK" = yes; then
9027 echo "$as_me:$LINENO: result: yes" >&5
9028echo "${ECHO_T}yes" >&6
9029 else
9030 echo "$as_me:$LINENO: result: no" >&5
9031echo "${ECHO_T}no" >&6
9032 fi
9033
9034
a848cd7e
SC
9035 enablestring=
9036 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
9037echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6
9038 no_cache=0
9039 # Check whether --enable-treectrl or --disable-treectrl was given.
9040if test "${enable_treectrl+set}" = set; then
9041 enableval="$enable_treectrl"
9042
9043 if test "$enableval" = yes; then
9044 ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
9045 else
9046 ac_cv_use_treectrl='wxUSE_TREECTRL=no'
9047 fi
9048
9049else
9050
9051 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
9052 if test "x$LINE" != x ; then
9053 eval "DEFAULT_$LINE"
9054 else
9055 no_cache=1
9056 fi
9057
9058 ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
9059
9060fi;
9061
9062 eval "$ac_cv_use_treectrl"
9063 if test "$no_cache" != 1; then
9064 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
9065 fi
9066
9067 if test "$wxUSE_TREECTRL" = yes; then
9068 echo "$as_me:$LINENO: result: yes" >&5
9069echo "${ECHO_T}yes" >&6
9070 else
9071 echo "$as_me:$LINENO: result: no" >&5
9072echo "${ECHO_T}no" >&6
9073 fi
9074
9075
9076 enablestring=
9077 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
9078echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6
9079 no_cache=0
9080 # Check whether --enable-tipwindow or --disable-tipwindow was given.
9081if test "${enable_tipwindow+set}" = set; then
9082 enableval="$enable_tipwindow"
9083
9084 if test "$enableval" = yes; then
9085 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
9086 else
9087 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
9088 fi
9089
9090else
9091
9092 LINE=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
9093 if test "x$LINE" != x ; then
9094 eval "DEFAULT_$LINE"
9095 else
9096 no_cache=1
9097 fi
9098
9099 ac_cv_use_tipwindow='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
9100
9101fi;
9102
9103 eval "$ac_cv_use_tipwindow"
9104 if test "$no_cache" != 1; then
9105 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
9106 fi
9107
9108 if test "$wxUSE_TIPWINDOW" = yes; then
9109 echo "$as_me:$LINENO: result: yes" >&5
9110echo "${ECHO_T}yes" >&6
9111 else
9112 echo "$as_me:$LINENO: result: no" >&5
9113echo "${ECHO_T}no" >&6
9114 fi
9115
9116
9117 enablestring=
9118 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
9119echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6
9120 no_cache=0
9121 # Check whether --enable-popupwin or --disable-popupwin was given.
9122if test "${enable_popupwin+set}" = set; then
9123 enableval="$enable_popupwin"
9124
9125 if test "$enableval" = yes; then
9126 ac_cv_use_popupwin='wxUSE_POPUPWIN=yes'
9127 else
9128 ac_cv_use_popupwin='wxUSE_POPUPWIN=no'
9129 fi
9130
9131else
9132
9133 LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
9134 if test "x$LINE" != x ; then
9135 eval "DEFAULT_$LINE"
9136 else
9137 no_cache=1
9138 fi
9139
9140 ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
9141
9142fi;
9143
9144 eval "$ac_cv_use_popupwin"
9145 if test "$no_cache" != 1; then
9146 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
9147 fi
9148
9149 if test "$wxUSE_POPUPWIN" = yes; then
9150 echo "$as_me:$LINENO: result: yes" >&5
9151echo "${ECHO_T}yes" >&6
9152 else
9153 echo "$as_me:$LINENO: result: no" >&5
9154echo "${ECHO_T}no" >&6
9155 fi
9156
9157
9158
9159
9160 enablestring=
9161 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
9162echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6
9163 no_cache=0
9164 # Check whether --enable-commondlg or --disable-commondlg was given.
9165if test "${enable_commondlg+set}" = set; then
9166 enableval="$enable_commondlg"
9167
9168 if test "$enableval" = yes; then
9169 ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
9170 else
9171 ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
9172 fi
9173
9174else
9175
9176 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
9177 if test "x$LINE" != x ; then
9178 eval "DEFAULT_$LINE"
9179 else
9180 no_cache=1
9181 fi
9182
9183 ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
9184
9185fi;
9186
9187 eval "$ac_cv_use_commondlg"
9188 if test "$no_cache" != 1; then
9189 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
9190 fi
9191
9192 if test "$wxUSE_COMMONDLGS" = yes; then
9193 echo "$as_me:$LINENO: result: yes" >&5
9194echo "${ECHO_T}yes" >&6
9195 else
9196 echo "$as_me:$LINENO: result: no" >&5
9197echo "${ECHO_T}no" >&6
9198 fi
9199
9200
9201 enablestring=
9202 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
9203echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6
9204 no_cache=0
9205 # Check whether --enable-choicedlg or --disable-choicedlg was given.
9206if test "${enable_choicedlg+set}" = set; then
9207 enableval="$enable_choicedlg"
9208
9209 if test "$enableval" = yes; then
9210 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
9211 else
9212 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
9213 fi
9214
9215else
9216
9217 LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
9218 if test "x$LINE" != x ; then
9219 eval "DEFAULT_$LINE"
9220 else
9221 no_cache=1
9222 fi
9223
9224 ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
9225
9226fi;
9227
9228 eval "$ac_cv_use_choicedlg"
9229 if test "$no_cache" != 1; then
9230 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
9231 fi
9232
9233 if test "$wxUSE_CHOICEDLG" = yes; then
9234 echo "$as_me:$LINENO: result: yes" >&5
9235echo "${ECHO_T}yes" >&6
9236 else
9237 echo "$as_me:$LINENO: result: no" >&5
9238echo "${ECHO_T}no" >&6
9239 fi
9240
9241
9242 enablestring=
9243 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
9244echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6
9245 no_cache=0
9246 # Check whether --enable-coldlg or --disable-coldlg was given.
9247if test "${enable_coldlg+set}" = set; then
9248 enableval="$enable_coldlg"
9249
9250 if test "$enableval" = yes; then
9251 ac_cv_use_coldlg='wxUSE_COLOURDLG=yes'
9252 else
9253 ac_cv_use_coldlg='wxUSE_COLOURDLG=no'
9254 fi
9255
9256else
9257
9258 LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
9259 if test "x$LINE" != x ; then
9260 eval "DEFAULT_$LINE"
9261 else
9262 no_cache=1
9263 fi
9264
9265 ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
9266
9267fi;
9268
9269 eval "$ac_cv_use_coldlg"
9270 if test "$no_cache" != 1; then
9271 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
9272 fi
9273
9274 if test "$wxUSE_COLOURDLG" = yes; then
9275 echo "$as_me:$LINENO: result: yes" >&5
9276echo "${ECHO_T}yes" >&6
9277 else
9278 echo "$as_me:$LINENO: result: no" >&5
9279echo "${ECHO_T}no" >&6
9280 fi
9281
9282
9283 enablestring=
9284 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
9285echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6
9286 no_cache=0
9287 # Check whether --enable-filedlg or --disable-filedlg was given.
9288if test "${enable_filedlg+set}" = set; then
9289 enableval="$enable_filedlg"
9290
9291 if test "$enableval" = yes; then
9292 ac_cv_use_filedlg='wxUSE_FILEDLG=yes'
9293 else
9294 ac_cv_use_filedlg='wxUSE_FILEDLG=no'
9295 fi
9296
9297else
9298
9299 LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
9300 if test "x$LINE" != x ; then
9301 eval "DEFAULT_$LINE"
9302 else
9303 no_cache=1
9304 fi
9305
9306 ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
9307
9308fi;
9309
9310 eval "$ac_cv_use_filedlg"
9311 if test "$no_cache" != 1; then
9312 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
9313 fi
9314
9315 if test "$wxUSE_FILEDLG" = yes; then
9316 echo "$as_me:$LINENO: result: yes" >&5
9317echo "${ECHO_T}yes" >&6
9318 else
9319 echo "$as_me:$LINENO: result: no" >&5
9320echo "${ECHO_T}no" >&6
9321 fi
9322
9323
9324 enablestring=
9325 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
9326echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6
9327 no_cache=0
9328 # Check whether --enable-finddlg or --disable-finddlg was given.
9329if test "${enable_finddlg+set}" = set; then
9330 enableval="$enable_finddlg"
9331
9332 if test "$enableval" = yes; then
9333 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
9334 else
9335 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
9336 fi
9337
9338else
9339
9340 LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
9341 if test "x$LINE" != x ; then
9342 eval "DEFAULT_$LINE"
9343 else
9344 no_cache=1
9345 fi
9346
9347 ac_cv_use_finddlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
9348
9349fi;
9350
9351 eval "$ac_cv_use_finddlg"
9352 if test "$no_cache" != 1; then
9353 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
9354 fi
9355
9356 if test "$wxUSE_FINDREPLDLG" = yes; then
9357 echo "$as_me:$LINENO: result: yes" >&5
9358echo "${ECHO_T}yes" >&6
9359 else
9360 echo "$as_me:$LINENO: result: no" >&5
9361echo "${ECHO_T}no" >&6
9362 fi
9363
9364
9365 enablestring=
9366 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
9367echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6
9368 no_cache=0
9369 # Check whether --enable-fontdlg or --disable-fontdlg was given.
9370if test "${enable_fontdlg+set}" = set; then
9371 enableval="$enable_fontdlg"
9372
9373 if test "$enableval" = yes; then
9374 ac_cv_use_fontdlg='wxUSE_FONTDLG=yes'
9375 else
9376 ac_cv_use_fontdlg='wxUSE_FONTDLG=no'
9377 fi
9378
9379else
9380
9381 LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
9382 if test "x$LINE" != x ; then
9383 eval "DEFAULT_$LINE"
9384 else
9385 no_cache=1
9386 fi
9387
9388 ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
9389
9390fi;
9391
9392 eval "$ac_cv_use_fontdlg"
9393 if test "$no_cache" != 1; then
9394 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
9395 fi
9396
9397 if test "$wxUSE_FONTDLG" = yes; then
9398 echo "$as_me:$LINENO: result: yes" >&5
9399echo "${ECHO_T}yes" >&6
9400 else
9401 echo "$as_me:$LINENO: result: no" >&5
9402echo "${ECHO_T}no" >&6
9403 fi
9404
9405
9406 enablestring=
9407 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
9408echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6
9409 no_cache=0
9410 # Check whether --enable-dirdlg or --disable-dirdlg was given.
9411if test "${enable_dirdlg+set}" = set; then
9412 enableval="$enable_dirdlg"
9413
9414 if test "$enableval" = yes; then
9415 ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
9416 else
9417 ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
9418 fi
9419
9420else
9421
9422 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
9423 if test "x$LINE" != x ; then
9424 eval "DEFAULT_$LINE"
9425 else
9426 no_cache=1
9427 fi
9428
9429 ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
9430
9431fi;
9432
9433 eval "$ac_cv_use_dirdlg"
9434 if test "$no_cache" != 1; then
9435 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
9436 fi
9437
9438 if test "$wxUSE_DIRDLG" = yes; then
9439 echo "$as_me:$LINENO: result: yes" >&5
9440echo "${ECHO_T}yes" >&6
9441 else
9442 echo "$as_me:$LINENO: result: no" >&5
9443echo "${ECHO_T}no" >&6
9444 fi
9445
9446
9447 enablestring=
9448 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
9449echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6
9450 no_cache=0
9451 # Check whether --enable-msgdlg or --disable-msgdlg was given.
9452if test "${enable_msgdlg+set}" = set; then
9453 enableval="$enable_msgdlg"
9454
9455 if test "$enableval" = yes; then
9456 ac_cv_use_msgdlg='wxUSE_MSGDLG=yes'
9457 else
9458 ac_cv_use_msgdlg='wxUSE_MSGDLG=no'
9459 fi
9460
9461else
9462
9463 LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
9464 if test "x$LINE" != x ; then
9465 eval "DEFAULT_$LINE"
9466 else
9467 no_cache=1
9468 fi
9469
9470 ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
9471
9472fi;
9473
9474 eval "$ac_cv_use_msgdlg"
9475 if test "$no_cache" != 1; then
9476 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
9477 fi
9478
9479 if test "$wxUSE_MSGDLG" = yes; then
9480 echo "$as_me:$LINENO: result: yes" >&5
9481echo "${ECHO_T}yes" >&6
9482 else
9483 echo "$as_me:$LINENO: result: no" >&5
9484echo "${ECHO_T}no" >&6
9485 fi
9486
9487
9488 enablestring=
9489 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
9490echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6
9491 no_cache=0
9492 # Check whether --enable-numberdlg or --disable-numberdlg was given.
9493if test "${enable_numberdlg+set}" = set; then
9494 enableval="$enable_numberdlg"
9495
9496 if test "$enableval" = yes; then
9497 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
9498 else
9499 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
9500 fi
9501
9502else
9503
9504 LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
9505 if test "x$LINE" != x ; then
9506 eval "DEFAULT_$LINE"
9507 else
9508 no_cache=1
9509 fi
9510
9511 ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
9512
9513fi;
9514
9515 eval "$ac_cv_use_numberdlg"
9516 if test "$no_cache" != 1; then
9517 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
9518 fi
9519
9520 if test "$wxUSE_NUMBERDLG" = yes; then
9521 echo "$as_me:$LINENO: result: yes" >&5
9522echo "${ECHO_T}yes" >&6
9523 else
9524 echo "$as_me:$LINENO: result: no" >&5
9525echo "${ECHO_T}no" >&6
9526 fi
9527
9528
9529 enablestring=
9530 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
9531echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6
9532 no_cache=0
9533 # Check whether --enable-splash or --disable-splash was given.
9534if test "${enable_splash+set}" = set; then
9535 enableval="$enable_splash"
9536
9537 if test "$enableval" = yes; then
9538 ac_cv_use_splash='wxUSE_SPLASH=yes'
9539 else
9540 ac_cv_use_splash='wxUSE_SPLASH=no'
9541 fi
9542
9543else
9544
9545 LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
9546 if test "x$LINE" != x ; then
9547 eval "DEFAULT_$LINE"
9548 else
9549 no_cache=1
9550 fi
9551
9552 ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
9553
9554fi;
9555
9556 eval "$ac_cv_use_splash"
9557 if test "$no_cache" != 1; then
9558 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
9559 fi
9560
9561 if test "$wxUSE_SPLASH" = yes; then
9562 echo "$as_me:$LINENO: result: yes" >&5
9563echo "${ECHO_T}yes" >&6
9564 else
9565 echo "$as_me:$LINENO: result: no" >&5
9566echo "${ECHO_T}no" >&6
9567 fi
9568
9569
9570 enablestring=
9571 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
9572echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6
9573 no_cache=0
9574 # Check whether --enable-textdlg or --disable-textdlg was given.
9575if test "${enable_textdlg+set}" = set; then
9576 enableval="$enable_textdlg"
9577
9578 if test "$enableval" = yes; then
9579 ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
9580 else
9581 ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
9582 fi
9583
9584else
9585
9586 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
9587 if test "x$LINE" != x ; then
9588 eval "DEFAULT_$LINE"
9589 else
9590 no_cache=1
9591 fi
9592
9593 ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
9594
9595fi;
9596
9597 eval "$ac_cv_use_textdlg"
9598 if test "$no_cache" != 1; then
9599 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
9600 fi
9601
9602 if test "$wxUSE_TEXTDLG" = yes; then
9603 echo "$as_me:$LINENO: result: yes" >&5
9604echo "${ECHO_T}yes" >&6
9605 else
9606 echo "$as_me:$LINENO: result: no" >&5
9607echo "${ECHO_T}no" >&6
9608 fi
9609
9610
9611 enablestring=
9612 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
9613echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6
9614 no_cache=0
9615 # Check whether --enable-tipdlg or --disable-tipdlg was given.
9616if test "${enable_tipdlg+set}" = set; then
9617 enableval="$enable_tipdlg"
9618
9619 if test "$enableval" = yes; then
9620 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
9621 else
9622 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
9623 fi
9624
9625else
9626
9627 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
9628 if test "x$LINE" != x ; then
9629 eval "DEFAULT_$LINE"
9630 else
9631 no_cache=1
9632 fi
9633
9634 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
9635
9636fi;
9637
9638 eval "$ac_cv_use_tipdlg"
9639 if test "$no_cache" != 1; then
9640 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
9641 fi
9642
9643 if test "$wxUSE_STARTUP_TIPS" = yes; then
9644 echo "$as_me:$LINENO: result: yes" >&5
9645echo "${ECHO_T}yes" >&6
9646 else
9647 echo "$as_me:$LINENO: result: no" >&5
9648echo "${ECHO_T}no" >&6
9649 fi
9650
9651
9652 enablestring=
9653 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
9654echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6
9655 no_cache=0
9656 # Check whether --enable-progressdlg or --disable-progressdlg was given.
9657if test "${enable_progressdlg+set}" = set; then
9658 enableval="$enable_progressdlg"
9659
9660 if test "$enableval" = yes; then
9661 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
9662 else
9663 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
9664 fi
9665
9666else
9667
9668 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
9669 if test "x$LINE" != x ; then
9670 eval "DEFAULT_$LINE"
9671 else
9672 no_cache=1
9673 fi
9674
9675 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
9676
9677fi;
9678
9679 eval "$ac_cv_use_progressdlg"
9680 if test "$no_cache" != 1; then
9681 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
9682 fi
9683
9684 if test "$wxUSE_PROGRESSDLG" = yes; then
9685 echo "$as_me:$LINENO: result: yes" >&5
9686echo "${ECHO_T}yes" >&6
9687 else
9688 echo "$as_me:$LINENO: result: no" >&5
9689echo "${ECHO_T}no" >&6
9690 fi
9691
9692
9693 enablestring=
9694 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
9695echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6
9696 no_cache=0
9697 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
9698if test "${enable_wizarddlg+set}" = set; then
9699 enableval="$enable_wizarddlg"
9700
9701 if test "$enableval" = yes; then
9702 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
9703 else
9704 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
9705 fi
9706
9707else
9708
9709 LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
9710 if test "x$LINE" != x ; then
9711 eval "DEFAULT_$LINE"
9712 else
9713 no_cache=1
9714 fi
9715
9716 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
9717
9718fi;
9719
9720 eval "$ac_cv_use_wizarddlg"
9721 if test "$no_cache" != 1; then
9722 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
9723 fi
9724
9725 if test "$wxUSE_WIZARDDLG" = yes; then
9726 echo "$as_me:$LINENO: result: yes" >&5
9727echo "${ECHO_T}yes" >&6
9728 else
9729 echo "$as_me:$LINENO: result: no" >&5
9730echo "${ECHO_T}no" >&6
9731 fi
9732
9733
9734
9735
9736 enablestring=
9737 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
9738echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6
9739 no_cache=0
9740 # Check whether --enable-menus or --disable-menus was given.
9741if test "${enable_menus+set}" = set; then
9742 enableval="$enable_menus"
9743
9744 if test "$enableval" = yes; then
9745 ac_cv_use_menus='wxUSE_MENUS=yes'
9746 else
9747 ac_cv_use_menus='wxUSE_MENUS=no'
9748 fi
9749
9750else
9751
9752 LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
9753 if test "x$LINE" != x ; then
9754 eval "DEFAULT_$LINE"
9755 else
9756 no_cache=1
9757 fi
9758
9759 ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
9760
9761fi;
9762
9763 eval "$ac_cv_use_menus"
9764 if test "$no_cache" != 1; then
9765 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
9766 fi
9767
9768 if test "$wxUSE_MENUS" = yes; then
9769 echo "$as_me:$LINENO: result: yes" >&5
9770echo "${ECHO_T}yes" >&6
9771 else
9772 echo "$as_me:$LINENO: result: no" >&5
9773echo "${ECHO_T}no" >&6
9774 fi
9775
9776
9777 enablestring=
9778 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
9779echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6
9780 no_cache=0
9781 # Check whether --enable-miniframe or --disable-miniframe was given.
9782if test "${enable_miniframe+set}" = set; then
9783 enableval="$enable_miniframe"
9784
9785 if test "$enableval" = yes; then
9786 ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
9787 else
9788 ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
9789 fi
9790
9791else
9792
9793 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
9794 if test "x$LINE" != x ; then
9795 eval "DEFAULT_$LINE"
9796 else
9797 no_cache=1
9798 fi
9799
9800 ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
9801
9802fi;
9803
9804 eval "$ac_cv_use_miniframe"
9805 if test "$no_cache" != 1; then
9806 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
9807 fi
9808
9809 if test "$wxUSE_MINIFRAME" = yes; then
9810 echo "$as_me:$LINENO: result: yes" >&5
9811echo "${ECHO_T}yes" >&6
9812 else
9813 echo "$as_me:$LINENO: result: no" >&5
9814echo "${ECHO_T}no" >&6
9815 fi
9816
9817
9818 enablestring=
9819 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
9820echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6
9821 no_cache=0
9822 # Check whether --enable-tooltips or --disable-tooltips was given.
9823if test "${enable_tooltips+set}" = set; then
9824 enableval="$enable_tooltips"
9825
9826 if test "$enableval" = yes; then
9827 ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
9828 else
9829 ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
9830 fi
9831
9832else
9833
9834 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
9835 if test "x$LINE" != x ; then
9836 eval "DEFAULT_$LINE"
9837 else
9838 no_cache=1
9839 fi
9840
9841 ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
9842
9843fi;
9844
9845 eval "$ac_cv_use_tooltips"
9846 if test "$no_cache" != 1; then
9847 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
9848 fi
9849
9850 if test "$wxUSE_TOOLTIPS" = yes; then
9851 echo "$as_me:$LINENO: result: yes" >&5
9852echo "${ECHO_T}yes" >&6
9853 else
9854 echo "$as_me:$LINENO: result: no" >&5
9855echo "${ECHO_T}no" >&6
9856 fi
9857
9858
9859 enablestring=
9860 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
9861echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6
9862 no_cache=0
9863 # Check whether --enable-splines or --disable-splines was given.
9864if test "${enable_splines+set}" = set; then
9865 enableval="$enable_splines"
9866
9867 if test "$enableval" = yes; then
9868 ac_cv_use_splines='wxUSE_SPLINES=yes'
9869 else
9870 ac_cv_use_splines='wxUSE_SPLINES=no'
9871 fi
9872
9873else
9874
9875 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
9876 if test "x$LINE" != x ; then
9877 eval "DEFAULT_$LINE"
9878 else
9879 no_cache=1
9880 fi
9881
9882 ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
9883
9884fi;
9885
9886 eval "$ac_cv_use_splines"
9887 if test "$no_cache" != 1; then
9888 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
9889 fi
9890
9891 if test "$wxUSE_SPLINES" = yes; then
9892 echo "$as_me:$LINENO: result: yes" >&5
9893echo "${ECHO_T}yes" >&6
9894 else
9895 echo "$as_me:$LINENO: result: no" >&5
9896echo "${ECHO_T}no" >&6
9897 fi
9898
9899
fbe2ca43
SN
9900 enablestring=
9901 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mousewheel" >&5
9902echo $ECHO_N "checking for --${enablestring:-enable}-mousewheel... $ECHO_C" >&6
9903 no_cache=0
9904 # Check whether --enable-mousewheel or --disable-mousewheel was given.
9905if test "${enable_mousewheel+set}" = set; then
9906 enableval="$enable_mousewheel"
9907
9908 if test "$enableval" = yes; then
9909 ac_cv_use_mousewheel='wxUSE_MOUSEWHEEL=yes'
9910 else
9911 ac_cv_use_mousewheel='wxUSE_MOUSEWHEEL=no'
9912 fi
9913
9914else
9915
9916 LINE=`grep "wxUSE_MOUSEWHEEL" ${wx_arg_cache_file}`
9917 if test "x$LINE" != x ; then
9918 eval "DEFAULT_$LINE"
9919 else
9920 no_cache=1
9921 fi
9922
9923 ac_cv_use_mousewheel='wxUSE_MOUSEWHEEL='$DEFAULT_wxUSE_MOUSEWHEEL
9924
9925fi;
9926
9927 eval "$ac_cv_use_mousewheel"
9928 if test "$no_cache" != 1; then
9929 echo $ac_cv_use_mousewheel >> ${wx_arg_cache_file}.tmp
9930 fi
9931
9932 if test "$wxUSE_MOUSEWHEEL" = yes; then
9933 echo "$as_me:$LINENO: result: yes" >&5
9934echo "${ECHO_T}yes" >&6
9935 else
9936 echo "$as_me:$LINENO: result: no" >&5
9937echo "${ECHO_T}no" >&6
9938 fi
9939
9940
a848cd7e
SC
9941 enablestring=
9942 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
9943echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6
9944 no_cache=0
9945 # Check whether --enable-validators or --disable-validators was given.
9946if test "${enable_validators+set}" = set; then
9947 enableval="$enable_validators"
9948
9949 if test "$enableval" = yes; then
9950 ac_cv_use_validators='wxUSE_VALIDATORS=yes'
9951 else
9952 ac_cv_use_validators='wxUSE_VALIDATORS=no'
9953 fi
9954
9955else
9956
9957 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
9958 if test "x$LINE" != x ; then
9959 eval "DEFAULT_$LINE"
9960 else
9961 no_cache=1
9962 fi
9963
9964 ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
9965
9966fi;
9967
9968 eval "$ac_cv_use_validators"
9969 if test "$no_cache" != 1; then
9970 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
9971 fi
9972
9973 if test "$wxUSE_VALIDATORS" = yes; then
9974 echo "$as_me:$LINENO: result: yes" >&5
9975echo "${ECHO_T}yes" >&6
9976 else
9977 echo "$as_me:$LINENO: result: no" >&5
9978echo "${ECHO_T}no" >&6
9979 fi
9980
9981
9982 enablestring=
9983 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
9984echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6
9985 no_cache=0
9986 # Check whether --enable-busyinfo or --disable-busyinfo was given.
9987if test "${enable_busyinfo+set}" = set; then
9988 enableval="$enable_busyinfo"
9989
9990 if test "$enableval" = yes; then
9991 ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
9992 else
9993 ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
9994 fi
9995
9996else
9997
9998 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
9999 if test "x$LINE" != x ; then
10000 eval "DEFAULT_$LINE"
10001 else
10002 no_cache=1
10003 fi
10004
10005 ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
10006
10007fi;
10008
10009 eval "$ac_cv_use_busyinfo"
10010 if test "$no_cache" != 1; then
10011 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
10012 fi
10013
10014 if test "$wxUSE_BUSYINFO" = yes; then
10015 echo "$as_me:$LINENO: result: yes" >&5
10016echo "${ECHO_T}yes" >&6
10017 else
10018 echo "$as_me:$LINENO: result: no" >&5
10019echo "${ECHO_T}no" >&6
10020 fi
10021
10022
10023 enablestring=
10024 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
10025echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6
10026 no_cache=0
10027 # Check whether --enable-joystick or --disable-joystick was given.
10028if test "${enable_joystick+set}" = set; then
10029 enableval="$enable_joystick"
10030
10031 if test "$enableval" = yes; then
10032 ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
10033 else
10034 ac_cv_use_joystick='wxUSE_JOYSTICK=no'
10035 fi
10036
10037else
10038
10039 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
10040 if test "x$LINE" != x ; then
10041 eval "DEFAULT_$LINE"
10042 else
10043 no_cache=1
10044 fi
10045
10046 ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
10047
10048fi;
10049
10050 eval "$ac_cv_use_joystick"
10051 if test "$no_cache" != 1; then
10052 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
10053 fi
10054
10055 if test "$wxUSE_JOYSTICK" = yes; then
10056 echo "$as_me:$LINENO: result: yes" >&5
10057echo "${ECHO_T}yes" >&6
10058 else
10059 echo "$as_me:$LINENO: result: no" >&5
10060echo "${ECHO_T}no" >&6
10061 fi
10062
10063
10064 enablestring=
10065 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
10066echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
10067 no_cache=0
10068 # Check whether --enable-metafile or --disable-metafile was given.
10069if test "${enable_metafile+set}" = set; then
10070 enableval="$enable_metafile"
10071
10072 if test "$enableval" = yes; then
10073 ac_cv_use_metafile='wxUSE_METAFILE=yes'
10074 else
10075 ac_cv_use_metafile='wxUSE_METAFILE=no'
10076 fi
10077
10078else
10079
10080 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
10081 if test "x$LINE" != x ; then
10082 eval "DEFAULT_$LINE"
10083 else
10084 no_cache=1
10085 fi
10086
10087 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
10088
10089fi;
10090
10091 eval "$ac_cv_use_metafile"
10092 if test "$no_cache" != 1; then
10093 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
10094 fi
10095
10096 if test "$wxUSE_METAFILE" = yes; then
10097 echo "$as_me:$LINENO: result: yes" >&5
10098echo "${ECHO_T}yes" >&6
10099 else
10100 echo "$as_me:$LINENO: result: no" >&5
10101echo "${ECHO_T}no" >&6
10102 fi
10103
10104
10105 enablestring=
10106 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
10107echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6
10108 no_cache=0
10109 # Check whether --enable-dragimage or --disable-dragimage was given.
10110if test "${enable_dragimage+set}" = set; then
10111 enableval="$enable_dragimage"
10112
10113 if test "$enableval" = yes; then
10114 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
10115 else
10116 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
10117 fi
10118
10119else
10120
10121 LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
10122 if test "x$LINE" != x ; then
10123 eval "DEFAULT_$LINE"
10124 else
10125 no_cache=1
10126 fi
10127
10128 ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
10129
10130fi;
10131
10132 eval "$ac_cv_use_dragimage"
10133 if test "$no_cache" != 1; then
10134 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
10135 fi
10136
10137 if test "$wxUSE_DRAGIMAGE" = yes; then
10138 echo "$as_me:$LINENO: result: yes" >&5
10139echo "${ECHO_T}yes" >&6
10140 else
10141 echo "$as_me:$LINENO: result: no" >&5
10142echo "${ECHO_T}no" >&6
10143 fi
10144
10145
10146 enablestring=
10147 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
10148echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6
10149 no_cache=0
10150 # Check whether --enable-accessibility or --disable-accessibility was given.
10151if test "${enable_accessibility+set}" = set; then
10152 enableval="$enable_accessibility"
10153
10154 if test "$enableval" = yes; then
10155 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=yes'
10156 else
10157 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=no'
10158 fi
10159
10160else
10161
10162 LINE=`grep "wxUSE_ACCESSIBILITY" ${wx_arg_cache_file}`
10163 if test "x$LINE" != x ; then
10164 eval "DEFAULT_$LINE"
10165 else
10166 no_cache=1
10167 fi
10168
10169 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY='$DEFAULT_wxUSE_ACCESSIBILITY
10170
10171fi;
10172
10173 eval "$ac_cv_use_accessibility"
10174 if test "$no_cache" != 1; then
10175 echo $ac_cv_use_accessibility >> ${wx_arg_cache_file}.tmp
10176 fi
10177
10178 if test "$wxUSE_ACCESSIBILITY" = yes; then
10179 echo "$as_me:$LINENO: result: yes" >&5
10180echo "${ECHO_T}yes" >&6
10181 else
10182 echo "$as_me:$LINENO: result: no" >&5
10183echo "${ECHO_T}no" >&6
10184 fi
10185
10186
38b4a946
VZ
10187if test "$wxUSE_MSW" = "1"; then
10188
10189 enablestring=
10190 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dccache" >&5
10191echo $ECHO_N "checking for --${enablestring:-enable}-dccache... $ECHO_C" >&6
10192 no_cache=0
10193 # Check whether --enable-dccache or --disable-dccache was given.
10194if test "${enable_dccache+set}" = set; then
10195 enableval="$enable_dccache"
10196
10197 if test "$enableval" = yes; then
10198 ac_cv_use_dccache='wxUSE_DC_CACHEING=yes'
10199 else
10200 ac_cv_use_dccache='wxUSE_DC_CACHEING=no'
10201 fi
10202
10203else
10204
10205 LINE=`grep "wxUSE_DC_CACHEING" ${wx_arg_cache_file}`
10206 if test "x$LINE" != x ; then
10207 eval "DEFAULT_$LINE"
10208 else
10209 no_cache=1
10210 fi
10211
10212 ac_cv_use_dccache='wxUSE_DC_CACHEING='$DEFAULT_wxUSE_DC_CACHEING
10213
10214fi;
10215
10216 eval "$ac_cv_use_dccache"
10217 if test "$no_cache" != 1; then
10218 echo $ac_cv_use_dccache >> ${wx_arg_cache_file}.tmp
10219 fi
10220
10221 if test "$wxUSE_DC_CACHEING" = yes; then
10222 echo "$as_me:$LINENO: result: yes" >&5
10223echo "${ECHO_T}yes" >&6
10224 else
10225 echo "$as_me:$LINENO: result: no" >&5
10226echo "${ECHO_T}no" >&6
10227 fi
10228
10229fi
10230
a848cd7e
SC
10231
10232
10233 enablestring=
10234 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
10235echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6
10236 no_cache=0
10237 # Check whether --enable-palette or --disable-palette was given.
10238if test "${enable_palette+set}" = set; then
10239 enableval="$enable_palette"
10240
10241 if test "$enableval" = yes; then
10242 ac_cv_use_palette='wxUSE_PALETTE=yes'
10243 else
10244 ac_cv_use_palette='wxUSE_PALETTE=no'
10245 fi
10246
10247else
10248
10249 LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
10250 if test "x$LINE" != x ; then
10251 eval "DEFAULT_$LINE"
10252 else
10253 no_cache=1
10254 fi
10255
10256 ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
10257
10258fi;
10259
10260 eval "$ac_cv_use_palette"
10261 if test "$no_cache" != 1; then
10262 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
10263 fi
10264
10265 if test "$wxUSE_PALETTE" = yes; then
10266 echo "$as_me:$LINENO: result: yes" >&5
10267echo "${ECHO_T}yes" >&6
10268 else
10269 echo "$as_me:$LINENO: result: no" >&5
10270echo "${ECHO_T}no" >&6
10271 fi
10272
10273
10274 enablestring=
10275 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
10276echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6
10277 no_cache=0
10278 # Check whether --enable-image or --disable-image was given.
10279if test "${enable_image+set}" = set; then
10280 enableval="$enable_image"
10281
10282 if test "$enableval" = yes; then
10283 ac_cv_use_image='wxUSE_IMAGE=yes'
10284 else
10285 ac_cv_use_image='wxUSE_IMAGE=no'
10286 fi
10287
10288else
10289
10290 LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
10291 if test "x$LINE" != x ; then
10292 eval "DEFAULT_$LINE"
10293 else
10294 no_cache=1
10295 fi
10296
10297 ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
10298
10299fi;
10300
10301 eval "$ac_cv_use_image"
10302 if test "$no_cache" != 1; then
10303 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
10304 fi
10305
10306 if test "$wxUSE_IMAGE" = yes; then
10307 echo "$as_me:$LINENO: result: yes" >&5
10308echo "${ECHO_T}yes" >&6
10309 else
10310 echo "$as_me:$LINENO: result: no" >&5
10311echo "${ECHO_T}no" >&6
10312 fi
10313
10314
10315 enablestring=
10316 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
10317echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6
10318 no_cache=0
10319 # Check whether --enable-gif or --disable-gif was given.
10320if test "${enable_gif+set}" = set; then
10321 enableval="$enable_gif"
10322
10323 if test "$enableval" = yes; then
10324 ac_cv_use_gif='wxUSE_GIF=yes'
10325 else
10326 ac_cv_use_gif='wxUSE_GIF=no'
10327 fi
10328
10329else
10330
10331 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
10332 if test "x$LINE" != x ; then
10333 eval "DEFAULT_$LINE"
10334 else
10335 no_cache=1
10336 fi
10337
10338 ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
10339
10340fi;
10341
10342 eval "$ac_cv_use_gif"
10343 if test "$no_cache" != 1; then
10344 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
10345 fi
10346
10347 if test "$wxUSE_GIF" = yes; then
10348 echo "$as_me:$LINENO: result: yes" >&5
10349echo "${ECHO_T}yes" >&6
10350 else
10351 echo "$as_me:$LINENO: result: no" >&5
10352echo "${ECHO_T}no" >&6
10353 fi
10354
10355
10356 enablestring=
10357 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
10358echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6
10359 no_cache=0
10360 # Check whether --enable-pcx or --disable-pcx was given.
10361if test "${enable_pcx+set}" = set; then
10362 enableval="$enable_pcx"
10363
10364 if test "$enableval" = yes; then
10365 ac_cv_use_pcx='wxUSE_PCX=yes'
10366 else
10367 ac_cv_use_pcx='wxUSE_PCX=no'
10368 fi
10369
10370else
10371
10372 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
10373 if test "x$LINE" != x ; then
10374 eval "DEFAULT_$LINE"
10375 else
10376 no_cache=1
10377 fi
10378
10379 ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
10380
10381fi;
10382
10383 eval "$ac_cv_use_pcx"
10384 if test "$no_cache" != 1; then
10385 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
10386 fi
10387
10388 if test "$wxUSE_PCX" = yes; then
10389 echo "$as_me:$LINENO: result: yes" >&5
10390echo "${ECHO_T}yes" >&6
10391 else
10392 echo "$as_me:$LINENO: result: no" >&5
10393echo "${ECHO_T}no" >&6
10394 fi
10395
10396
10397 enablestring=
10398 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
10399echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6
10400 no_cache=0
10401 # Check whether --enable-iff or --disable-iff was given.
10402if test "${enable_iff+set}" = set; then
10403 enableval="$enable_iff"
10404
10405 if test "$enableval" = yes; then
10406 ac_cv_use_iff='wxUSE_IFF=yes'
10407 else
10408 ac_cv_use_iff='wxUSE_IFF=no'
10409 fi
10410
10411else
10412
10413 LINE=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
10414 if test "x$LINE" != x ; then
10415 eval "DEFAULT_$LINE"
10416 else
10417 no_cache=1
10418 fi
10419
10420 ac_cv_use_iff='wxUSE_IFF='$DEFAULT_wxUSE_IFF
10421
10422fi;
10423
10424 eval "$ac_cv_use_iff"
10425 if test "$no_cache" != 1; then
10426 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
10427 fi
10428
10429 if test "$wxUSE_IFF" = yes; then
10430 echo "$as_me:$LINENO: result: yes" >&5
10431echo "${ECHO_T}yes" >&6
10432 else
10433 echo "$as_me:$LINENO: result: no" >&5
10434echo "${ECHO_T}no" >&6
10435 fi
10436
10437
10438 enablestring=
10439 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
10440echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6
10441 no_cache=0
10442 # Check whether --enable-pnm or --disable-pnm was given.
10443if test "${enable_pnm+set}" = set; then
10444 enableval="$enable_pnm"
10445
10446 if test "$enableval" = yes; then
10447 ac_cv_use_pnm='wxUSE_PNM=yes'
10448 else
10449 ac_cv_use_pnm='wxUSE_PNM=no'
10450 fi
10451
10452else
10453
10454 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
10455 if test "x$LINE" != x ; then
10456 eval "DEFAULT_$LINE"
10457 else
10458 no_cache=1
10459 fi
10460
10461 ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
10462
10463fi;
10464
10465 eval "$ac_cv_use_pnm"
10466 if test "$no_cache" != 1; then
10467 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
10468 fi
10469
10470 if test "$wxUSE_PNM" = yes; then
10471 echo "$as_me:$LINENO: result: yes" >&5
10472echo "${ECHO_T}yes" >&6
10473 else
10474 echo "$as_me:$LINENO: result: no" >&5
10475echo "${ECHO_T}no" >&6
10476 fi
10477
10478
10479 enablestring=
10480 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
10481echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6
10482 no_cache=0
10483 # Check whether --enable-xpm or --disable-xpm was given.
10484if test "${enable_xpm+set}" = set; then
10485 enableval="$enable_xpm"
10486
10487 if test "$enableval" = yes; then
10488 ac_cv_use_xpm='wxUSE_XPM=yes'
10489 else
10490 ac_cv_use_xpm='wxUSE_XPM=no'
10491 fi
10492
10493else
10494
10495 LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
10496 if test "x$LINE" != x ; then
10497 eval "DEFAULT_$LINE"
10498 else
10499 no_cache=1
10500 fi
10501
10502 ac_cv_use_xpm='wxUSE_XPM='$DEFAULT_wxUSE_XPM
10503
10504fi;
10505
10506 eval "$ac_cv_use_xpm"
10507 if test "$no_cache" != 1; then
10508 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
10509 fi
10510
10511 if test "$wxUSE_XPM" = yes; then
10512 echo "$as_me:$LINENO: result: yes" >&5
10513echo "${ECHO_T}yes" >&6
10514 else
10515 echo "$as_me:$LINENO: result: no" >&5
10516echo "${ECHO_T}no" >&6
10517 fi
10518
10519
10520 enablestring=
10521 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
10522echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6
10523 no_cache=0
10524 # Check whether --enable-ico_cur or --disable-ico_cur was given.
10525if test "${enable_ico_cur+set}" = set; then
10526 enableval="$enable_ico_cur"
10527
10528 if test "$enableval" = yes; then
10529 ac_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
10530 else
10531 ac_cv_use_ico_cur='wxUSE_ICO_CUR=no'
10532 fi
10533
10534else
10535
10536 LINE=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
10537 if test "x$LINE" != x ; then
10538 eval "DEFAULT_$LINE"
10539 else
10540 no_cache=1
10541 fi
10542
10543 ac_cv_use_ico_cur='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
10544
10545fi;
10546
10547 eval "$ac_cv_use_ico_cur"
10548 if test "$no_cache" != 1; then
10549 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
10550 fi
10551
10552 if test "$wxUSE_ICO_CUR" = yes; then
10553 echo "$as_me:$LINENO: result: yes" >&5
10554echo "${ECHO_T}yes" >&6
10555 else
10556 echo "$as_me:$LINENO: result: no" >&5
10557echo "${ECHO_T}no" >&6
10558 fi
10559
10560
10561fi
10562
10563
10564
ceec2216
RL
10565# Check whether --with-flavour or --without-flavour was given.
10566if test "${with_flavour+set}" = set; then
10567 withval="$with_flavour"
10568 WX_FLAVOUR="$withval"
10569fi;
10570
10571
10572
a848cd7e
SC
10573 enablestring=
10574 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
10575echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6
10576 no_cache=0
10577 # Check whether --enable-official_build or --disable-official_build was given.
10578if test "${enable_official_build+set}" = set; then
10579 enableval="$enable_official_build"
10580
10581 if test "$enableval" = yes; then
10582 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=yes'
10583 else
10584 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=no'
10585 fi
10586
10587else
10588
10589 LINE=`grep "wxUSE_OFFICIAL_BUILD" ${wx_arg_cache_file}`
10590 if test "x$LINE" != x ; then
10591 eval "DEFAULT_$LINE"
10592 else
10593 no_cache=1
10594 fi
10595
10596 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD='$DEFAULT_wxUSE_OFFICIAL_BUILD
10597
10598fi;
10599
10600 eval "$ac_cv_use_official_build"
10601 if test "$no_cache" != 1; then
10602 echo $ac_cv_use_official_build >> ${wx_arg_cache_file}.tmp
10603 fi
10604
10605 if test "$wxUSE_OFFICIAL_BUILD" = yes; then
10606 echo "$as_me:$LINENO: result: yes" >&5
10607echo "${ECHO_T}yes" >&6
10608 else
10609 echo "$as_me:$LINENO: result: no" >&5
10610echo "${ECHO_T}no" >&6
10611 fi
10612
10613# Check whether --enable-vendor or --disable-vendor was given.
10614if test "${enable_vendor+set}" = set; then
10615 enableval="$enable_vendor"
10616 VENDOR="$enableval"
10617fi;
10618if test "x$VENDOR" = "x"; then
10619 VENDOR="custom"
10620fi
10621
a848cd7e
SC
10622
10623
10624
10625 echo "saving argument cache $wx_arg_cache_file"
10626 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
10627
10628
10629
10630echo "$as_me:$LINENO: checking for toolkit" >&5
10631echo $ECHO_N "checking for toolkit... $ECHO_C" >&6
10632
10633# In Wine, we need to default to MSW, not GTK or MOTIF
10634if test "$wxUSE_WINE" = "yes"; then
10635 DEFAULT_DEFAULT_wxUSE_GTK=0
10636 DEFAULT_DEFAULT_wxUSE_MOTIF=0
10637 DEFAULT_DEFAULT_wxUSE_MSW=1
10638 wxUSE_SHARED=no
10639fi
10640
f597b41c 10641
a848cd7e
SC
10642if test "$wxUSE_GUI" = "yes"; then
10643
10644 if test "$USE_BEOS" = 1; then
10645 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
10646echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
10647 { (exit 1); exit 1; }; }
10648 fi
10649
10650 if test "$TOOLKIT_GIVEN" = 1; then
10651 for toolkit in `echo $ALL_TOOLKITS`; do
10652 var=wxUSE_$toolkit
10653 eval "value=\$${var}"
f34ca037
MW
10654 if test "x$value" = "xno"; then
10655 eval "$var=0"
10656 elif test "x$value" != "x"; then
10657 eval "$var=1"
10658 fi
10659
10660 if test "x$value" != "x" -a "x$value" != "xyes" -a "x$value" != "xno"; then
10661 eval "wx${toolkit}_VERSION=$value"
10662 fi
a848cd7e
SC
10663 done
10664 else
10665 for toolkit in `echo $ALL_TOOLKITS`; do
10666 if test "$has_toolkit_in_cache" != 1; then
10667 var=DEFAULT_DEFAULT_wxUSE_$toolkit
10668 else
10669 var=DEFAULT_wxUSE_$toolkit
f34ca037
MW
10670
10671 eval "version=\$DEFAULT_wx${toolkit}_VERSION"
10672 if test "x$version" != "x"; then
10673 eval "wx${toolkit}_VERSION=$version"
10674 fi
a848cd7e
SC
10675 fi
10676 eval "wxUSE_$toolkit=\$${var}"
10677 done
10678 fi
10679
10680 NUM_TOOLKITS=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
10681 + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} \
10682 + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
10683
10684 case "${host}" in
10685 *-pc-os2_emx | *-pc-os2-emx )
10686 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
10687 esac
10688
10689 case "$NUM_TOOLKITS" in
10690 1)
10691 ;;
10692 0)
10693 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
10694echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
10695 { (exit 1); exit 1; }; }
10696 ;;
10697 *)
10698 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
10699echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
10700 { (exit 1); exit 1; }; }
10701 esac
10702
f34ca037
MW
10703 # to be removed when --disable-gtk2 isn't needed
10704 if test "x$wxUSE_GTK2" = "xyes"; then
10705 wxGTK_VERSION=2
10706 elif test "x$wxUSE_GTK2" = "xno"; then
10707 wxGTK_VERSION=1
10708 fi
10709
a848cd7e
SC
10710 for toolkit in `echo $ALL_TOOLKITS`; do
10711 var=wxUSE_$toolkit
10712 eval "value=\$${var}"
10713 if test "x$value" != x; then
10714 cache_var=CACHE_$toolkit
10715 eval "cache=\$${cache_var}"
10716 if test "$cache" = 1; then
10717 echo "$var=$value" >> ${wx_arg_cache_file}
f34ca037
MW
10718 eval "version=\$wx${toolkit}_VERSION"
10719 if test "x$version" != "x"; then
10720 echo "wx${toolkit}_VERSION=$version" >> ${wx_arg_cache_file}
10721 fi
a848cd7e
SC
10722 fi
10723 if test "$value" = 1; then
10724 toolkit_echo=`echo $toolkit | tr "[A-Z]" "[a-z]"`
10725 echo "$as_me:$LINENO: result: $toolkit_echo" >&5
10726echo "${ECHO_T}$toolkit_echo" >&6
10727 fi
10728 fi
10729 done
10730else
10731 if test "x$host_alias" != "x"; then
10732 echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
10733echo "${ECHO_T}base ($host_alias hosted) only" >&6
10734 else
10735 echo "$as_me:$LINENO: result: base only" >&5
10736echo "${ECHO_T}base only" >&6
10737 fi
10738fi
10739
10740wants_win32=0
10741doesnt_want_win32=0
10742case "${host}" in
10743 *-*-cygwin*)
10744 if test "$wxUSE_MSW" = 1 ; then
10745 wants_win32=1
7275146d 10746 BAKEFILE_FORCE_PLATFORM=win32
a848cd7e
SC
10747 else
10748 doesnt_want_win32=1
10749 fi
10750 ;;
10751 *-*-mingw*)
10752 wants_win32=1
10753 ;;
10754esac
10755
10756if test "$wxUSE_WINE" = "yes"; then
10757 wants_win32=1
10758 CC=winegcc
10759 CXX=wineg++
a848cd7e
SC
10760 LDFLAGS_GUI="-mwindows"
10761fi
10762
10763if test "$wants_win32" = 1 ; then
10764 USE_UNIX=0
10765 USE_WIN32=1
10766 cat >>confdefs.h <<\_ACEOF
10767#define __WIN32__ 1
10768_ACEOF
10769
10770 cat >>confdefs.h <<\_ACEOF
10771#define __WIN95__ 1
10772_ACEOF
10773
10774 cat >>confdefs.h <<\_ACEOF
10775#define __WINDOWS__ 1
10776_ACEOF
10777
10778 cat >>confdefs.h <<\_ACEOF
10779#define __GNUWIN32__ 1
10780_ACEOF
10781
10782 cat >>confdefs.h <<\_ACEOF
10783#define STRICT 1
10784_ACEOF
10785
10786 cat >>confdefs.h <<\_ACEOF
10787#define WINVER 0x0400
10788_ACEOF
10789
10790fi
10791if test "$doesnt_want_win32" = 1 ; then
10792 USE_UNIX=1
10793 USE_WIN32=0
10794fi
10795
10796if test "$USE_UNIX" = 1 ; then
10797 wxUSE_UNIX=yes
10798 cat >>confdefs.h <<\_ACEOF
10799#define __UNIX__ 1
10800_ACEOF
10801
10802fi
10803
10804
10805cat >confcache <<\_ACEOF
10806# This file is a shell script that caches the results of configure
10807# tests run on this system so they can be shared between configure
10808# scripts and configure runs, see configure's option --config-cache.
10809# It is not useful on other systems. If it contains results you don't
10810# want to keep, you may remove or edit it.
10811#
10812# config.status only pays attention to the cache file if you give it
10813# the --recheck option to rerun configure.
10814#
10815# `ac_cv_env_foo' variables (set or unset) will be overridden when
10816# loading this file, other *unset* `ac_cv_foo' will be assigned the
10817# following values.
10818
10819_ACEOF
10820
10821# The following way of writing the cache mishandles newlines in values,
10822# but we know of no workaround that is simple, portable, and efficient.
10823# So, don't put newlines in cache variables' values.
10824# Ultrix sh set writes to stderr and can't be redirected directly,
10825# and sets the high bit in the cache file unless we assign to the vars.
10826{
10827 (set) 2>&1 |
10828 case `(ac_space=' '; set | grep ac_space) 2>&1` in
10829 *ac_space=\ *)
10830 # `set' does not quote correctly, so add quotes (double-quote
10831 # substitution turns \\\\ into \\, and sed turns \\ into \).
10832 sed -n \
ac1cb8d3
VS
10833 "s/'/'\\\\''/g;
10834 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
a848cd7e
SC
10835 ;;
10836 *)
10837 # `set' quotes correctly as required by POSIX, so do not add quotes.
10838 sed -n \
ac1cb8d3 10839 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
a848cd7e
SC
10840 ;;
10841 esac;
10842} |
10843 sed '
10844 t clear
10845 : clear
10846 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10847 t end
10848 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10849 : end' >>confcache
10850if diff $cache_file confcache >/dev/null 2>&1; then :; else
10851 if test -w $cache_file; then
10852 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
10853 cat confcache >$cache_file
10854 else
10855 echo "not updating unwritable cache $cache_file"
10856 fi
10857fi
10858rm -f confcache
10859
a848cd7e 10860CFLAGS=${CFLAGS:=}
6dcfc289
DE
10861
10862
3006edc0 10863
6dcfc289 10864 ac_ext=c
a848cd7e
SC
10865ac_cpp='$CPP $CPPFLAGS'
10866ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10867ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10868ac_compiler_gnu=$ac_cv_c_compiler_gnu
10869if test -n "$ac_tool_prefix"; then
10870 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
10871set dummy ${ac_tool_prefix}gcc; ac_word=$2
10872echo "$as_me:$LINENO: checking for $ac_word" >&5
10873echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10874if test "${ac_cv_prog_CC+set}" = set; then
10875 echo $ECHO_N "(cached) $ECHO_C" >&6
10876else
10877 if test -n "$CC"; then
10878 ac_cv_prog_CC="$CC" # Let the user override the test.
10879else
10880as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10881for as_dir in $PATH
10882do
10883 IFS=$as_save_IFS
10884 test -z "$as_dir" && as_dir=.
10885 for ac_exec_ext in '' $ac_executable_extensions; do
10886 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10887 ac_cv_prog_CC="${ac_tool_prefix}gcc"
10888 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10889 break 2
10890 fi
10891done
10892done
10893
10894fi
10895fi
10896CC=$ac_cv_prog_CC
10897if test -n "$CC"; then
10898 echo "$as_me:$LINENO: result: $CC" >&5
10899echo "${ECHO_T}$CC" >&6
10900else
10901 echo "$as_me:$LINENO: result: no" >&5
10902echo "${ECHO_T}no" >&6
10903fi
10904
10905fi
10906if test -z "$ac_cv_prog_CC"; then
10907 ac_ct_CC=$CC
10908 # Extract the first word of "gcc", so it can be a program name with args.
10909set dummy gcc; ac_word=$2
10910echo "$as_me:$LINENO: checking for $ac_word" >&5
10911echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10912if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10913 echo $ECHO_N "(cached) $ECHO_C" >&6
10914else
10915 if test -n "$ac_ct_CC"; then
10916 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10917else
10918as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10919for as_dir in $PATH
10920do
10921 IFS=$as_save_IFS
10922 test -z "$as_dir" && as_dir=.
10923 for ac_exec_ext in '' $ac_executable_extensions; do
10924 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10925 ac_cv_prog_ac_ct_CC="gcc"
10926 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10927 break 2
10928 fi
10929done
10930done
10931
10932fi
10933fi
10934ac_ct_CC=$ac_cv_prog_ac_ct_CC
10935if test -n "$ac_ct_CC"; then
10936 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10937echo "${ECHO_T}$ac_ct_CC" >&6
10938else
10939 echo "$as_me:$LINENO: result: no" >&5
10940echo "${ECHO_T}no" >&6
10941fi
10942
10943 CC=$ac_ct_CC
10944else
10945 CC="$ac_cv_prog_CC"
10946fi
10947
10948if test -z "$CC"; then
10949 if test -n "$ac_tool_prefix"; then
10950 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
10951set dummy ${ac_tool_prefix}cc; ac_word=$2
10952echo "$as_me:$LINENO: checking for $ac_word" >&5
10953echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10954if test "${ac_cv_prog_CC+set}" = set; then
10955 echo $ECHO_N "(cached) $ECHO_C" >&6
10956else
10957 if test -n "$CC"; then
10958 ac_cv_prog_CC="$CC" # Let the user override the test.
10959else
10960as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10961for as_dir in $PATH
10962do
10963 IFS=$as_save_IFS
10964 test -z "$as_dir" && as_dir=.
10965 for ac_exec_ext in '' $ac_executable_extensions; do
10966 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10967 ac_cv_prog_CC="${ac_tool_prefix}cc"
10968 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10969 break 2
10970 fi
10971done
10972done
10973
10974fi
10975fi
10976CC=$ac_cv_prog_CC
10977if test -n "$CC"; then
10978 echo "$as_me:$LINENO: result: $CC" >&5
10979echo "${ECHO_T}$CC" >&6
10980else
10981 echo "$as_me:$LINENO: result: no" >&5
10982echo "${ECHO_T}no" >&6
10983fi
10984
10985fi
10986if test -z "$ac_cv_prog_CC"; then
10987 ac_ct_CC=$CC
10988 # Extract the first word of "cc", so it can be a program name with args.
10989set dummy cc; ac_word=$2
10990echo "$as_me:$LINENO: checking for $ac_word" >&5
10991echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10992if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10993 echo $ECHO_N "(cached) $ECHO_C" >&6
10994else
10995 if test -n "$ac_ct_CC"; then
10996 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10997else
10998as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10999for as_dir in $PATH
11000do
11001 IFS=$as_save_IFS
11002 test -z "$as_dir" && as_dir=.
11003 for ac_exec_ext in '' $ac_executable_extensions; do
11004 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11005 ac_cv_prog_ac_ct_CC="cc"
11006 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11007 break 2
11008 fi
11009done
11010done
11011
11012fi
11013fi
11014ac_ct_CC=$ac_cv_prog_ac_ct_CC
11015if test -n "$ac_ct_CC"; then
11016 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
11017echo "${ECHO_T}$ac_ct_CC" >&6
11018else
11019 echo "$as_me:$LINENO: result: no" >&5
11020echo "${ECHO_T}no" >&6
11021fi
11022
11023 CC=$ac_ct_CC
11024else
11025 CC="$ac_cv_prog_CC"
11026fi
11027
11028fi
11029if test -z "$CC"; then
11030 # Extract the first word of "cc", so it can be a program name with args.
11031set dummy cc; ac_word=$2
11032echo "$as_me:$LINENO: checking for $ac_word" >&5
11033echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11034if test "${ac_cv_prog_CC+set}" = set; then
11035 echo $ECHO_N "(cached) $ECHO_C" >&6
11036else
11037 if test -n "$CC"; then
11038 ac_cv_prog_CC="$CC" # Let the user override the test.
11039else
11040 ac_prog_rejected=no
11041as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11042for as_dir in $PATH
11043do
11044 IFS=$as_save_IFS
11045 test -z "$as_dir" && as_dir=.
11046 for ac_exec_ext in '' $ac_executable_extensions; do
11047 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11048 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
11049 ac_prog_rejected=yes
11050 continue
11051 fi
11052 ac_cv_prog_CC="cc"
11053 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11054 break 2
11055 fi
11056done
11057done
11058
11059if test $ac_prog_rejected = yes; then
11060 # We found a bogon in the path, so make sure we never use it.
11061 set dummy $ac_cv_prog_CC
11062 shift
11063 if test $# != 0; then
11064 # We chose a different compiler from the bogus one.
11065 # However, it has the same basename, so the bogon will be chosen
11066 # first if we set CC to just the basename; use the full file name.
11067 shift
11068 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
11069 fi
11070fi
11071fi
11072fi
11073CC=$ac_cv_prog_CC
11074if test -n "$CC"; then
11075 echo "$as_me:$LINENO: result: $CC" >&5
11076echo "${ECHO_T}$CC" >&6
11077else
11078 echo "$as_me:$LINENO: result: no" >&5
11079echo "${ECHO_T}no" >&6
11080fi
11081
11082fi
11083if test -z "$CC"; then
11084 if test -n "$ac_tool_prefix"; then
11085 for ac_prog in cl
11086 do
11087 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
11088set dummy $ac_tool_prefix$ac_prog; ac_word=$2
11089echo "$as_me:$LINENO: checking for $ac_word" >&5
11090echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11091if test "${ac_cv_prog_CC+set}" = set; then
11092 echo $ECHO_N "(cached) $ECHO_C" >&6
11093else
11094 if test -n "$CC"; then
11095 ac_cv_prog_CC="$CC" # Let the user override the test.
11096else
11097as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11098for as_dir in $PATH
11099do
11100 IFS=$as_save_IFS
11101 test -z "$as_dir" && as_dir=.
11102 for ac_exec_ext in '' $ac_executable_extensions; do
11103 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11104 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
11105 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11106 break 2
11107 fi
11108done
11109done
11110
11111fi
11112fi
11113CC=$ac_cv_prog_CC
11114if test -n "$CC"; then
11115 echo "$as_me:$LINENO: result: $CC" >&5
11116echo "${ECHO_T}$CC" >&6
11117else
11118 echo "$as_me:$LINENO: result: no" >&5
11119echo "${ECHO_T}no" >&6
11120fi
11121
11122 test -n "$CC" && break
11123 done
11124fi
11125if test -z "$CC"; then
11126 ac_ct_CC=$CC
11127 for ac_prog in cl
11128do
11129 # Extract the first word of "$ac_prog", so it can be a program name with args.
11130set dummy $ac_prog; ac_word=$2
11131echo "$as_me:$LINENO: checking for $ac_word" >&5
11132echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11133if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
11134 echo $ECHO_N "(cached) $ECHO_C" >&6
11135else
11136 if test -n "$ac_ct_CC"; then
11137 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
11138else
11139as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11140for as_dir in $PATH
11141do
11142 IFS=$as_save_IFS
11143 test -z "$as_dir" && as_dir=.
11144 for ac_exec_ext in '' $ac_executable_extensions; do
11145 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11146 ac_cv_prog_ac_ct_CC="$ac_prog"
11147 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11148 break 2
11149 fi
11150done
11151done
11152
11153fi
11154fi
11155ac_ct_CC=$ac_cv_prog_ac_ct_CC
11156if test -n "$ac_ct_CC"; then
11157 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
11158echo "${ECHO_T}$ac_ct_CC" >&6
11159else
11160 echo "$as_me:$LINENO: result: no" >&5
11161echo "${ECHO_T}no" >&6
11162fi
11163
11164 test -n "$ac_ct_CC" && break
11165done
11166
11167 CC=$ac_ct_CC
11168fi
11169
11170fi
11171
11172
11173test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
11174See \`config.log' for more details." >&5
11175echo "$as_me: error: no acceptable C compiler found in \$PATH
11176See \`config.log' for more details." >&2;}
11177 { (exit 1); exit 1; }; }
11178
11179# Provide some information about the compiler.
11180echo "$as_me:$LINENO:" \
11181 "checking for C compiler version" >&5
11182ac_compiler=`set X $ac_compile; echo $2`
11183{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
11184 (eval $ac_compiler --version </dev/null >&5) 2>&5
11185 ac_status=$?
11186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11187 (exit $ac_status); }
11188{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
11189 (eval $ac_compiler -v </dev/null >&5) 2>&5
11190 ac_status=$?
11191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11192 (exit $ac_status); }
11193{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
11194 (eval $ac_compiler -V </dev/null >&5) 2>&5
11195 ac_status=$?
11196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11197 (exit $ac_status); }
11198
11199cat >conftest.$ac_ext <<_ACEOF
11200/* confdefs.h. */
11201_ACEOF
11202cat confdefs.h >>conftest.$ac_ext
11203cat >>conftest.$ac_ext <<_ACEOF
11204/* end confdefs.h. */
11205
11206int
11207main ()
11208{
11209
11210 ;
11211 return 0;
11212}
11213_ACEOF
11214ac_clean_files_save=$ac_clean_files
11215ac_clean_files="$ac_clean_files a.out a.exe b.out"
11216# Try to create an executable without -o first, disregard a.out.
11217# It will help us diagnose broken compilers, and finding out an intuition
11218# of exeext.
ac1cb8d3
VS
11219echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
11220echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
a848cd7e
SC
11221ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
11222if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
11223 (eval $ac_link_default) 2>&5
11224 ac_status=$?
11225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11226 (exit $ac_status); }; then
11227 # Find the output, starting from the most likely. This scheme is
11228# not robust to junk in `.', hence go to wildcards (a.*) only as a last
11229# resort.
11230
11231# Be careful to initialize this variable, since it used to be cached.
11232# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
11233ac_cv_exeext=
11234# b.out is created by i960 compilers.
11235for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
11236do
11237 test -f "$ac_file" || continue
11238 case $ac_file in
11239 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
ac1cb8d3 11240 ;;
a848cd7e 11241 conftest.$ac_ext )
ac1cb8d3
VS
11242 # This is the source file.
11243 ;;
a848cd7e 11244 [ab].out )
ac1cb8d3
VS
11245 # We found the default executable, but exeext='' is most
11246 # certainly right.
11247 break;;
a848cd7e 11248 *.* )
ac1cb8d3
VS
11249 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
11250 # FIXME: I believe we export ac_cv_exeext for Libtool,
11251 # but it would be cool to find out if it's true. Does anybody
11252 # maintain Libtool? --akim.
11253 export ac_cv_exeext
11254 break;;
a848cd7e 11255 * )
ac1cb8d3 11256 break;;
a848cd7e
SC
11257 esac
11258done
11259else
11260 echo "$as_me: failed program was:" >&5
11261sed 's/^/| /' conftest.$ac_ext >&5
11262
11263{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
11264See \`config.log' for more details." >&5
11265echo "$as_me: error: C compiler cannot create executables
11266See \`config.log' for more details." >&2;}
11267 { (exit 77); exit 77; }; }
11268fi
11269
11270ac_exeext=$ac_cv_exeext
11271echo "$as_me:$LINENO: result: $ac_file" >&5
11272echo "${ECHO_T}$ac_file" >&6
11273
11274# Check the compiler produces executables we can run. If not, either
11275# the compiler is broken, or we cross compile.
11276echo "$as_me:$LINENO: checking whether the C compiler works" >&5
11277echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
11278# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
11279# If not cross compiling, check that we can run a simple program.
11280if test "$cross_compiling" != yes; then
11281 if { ac_try='./$ac_file'
11282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11283 (eval $ac_try) 2>&5
11284 ac_status=$?
11285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11286 (exit $ac_status); }; }; then
11287 cross_compiling=no
11288 else
11289 if test "$cross_compiling" = maybe; then
11290 cross_compiling=yes
11291 else
11292 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
11293If you meant to cross compile, use \`--host'.
11294See \`config.log' for more details." >&5
11295echo "$as_me: error: cannot run C compiled programs.
11296If you meant to cross compile, use \`--host'.
11297See \`config.log' for more details." >&2;}
11298 { (exit 1); exit 1; }; }
11299 fi
11300 fi
11301fi
11302echo "$as_me:$LINENO: result: yes" >&5
11303echo "${ECHO_T}yes" >&6
11304
11305rm -f a.out a.exe conftest$ac_cv_exeext b.out
11306ac_clean_files=$ac_clean_files_save
11307# Check the compiler produces executables we can run. If not, either
11308# the compiler is broken, or we cross compile.
11309echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
11310echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
11311echo "$as_me:$LINENO: result: $cross_compiling" >&5
11312echo "${ECHO_T}$cross_compiling" >&6
11313
11314echo "$as_me:$LINENO: checking for suffix of executables" >&5
11315echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
11316if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11317 (eval $ac_link) 2>&5
11318 ac_status=$?
11319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11320 (exit $ac_status); }; then
11321 # If both `conftest.exe' and `conftest' are `present' (well, observable)
11322# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
11323# work properly (i.e., refer to `conftest.exe'), while it won't with
11324# `rm'.
11325for ac_file in conftest.exe conftest conftest.*; do
11326 test -f "$ac_file" || continue
11327 case $ac_file in
11328 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
11329 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ac1cb8d3
VS
11330 export ac_cv_exeext
11331 break;;
a848cd7e
SC
11332 * ) break;;
11333 esac
11334done
11335else
11336 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
11337See \`config.log' for more details." >&5
11338echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
11339See \`config.log' for more details." >&2;}
11340 { (exit 1); exit 1; }; }
11341fi
11342
11343rm -f conftest$ac_cv_exeext
11344echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
11345echo "${ECHO_T}$ac_cv_exeext" >&6
11346
11347rm -f conftest.$ac_ext
11348EXEEXT=$ac_cv_exeext
11349ac_exeext=$EXEEXT
11350echo "$as_me:$LINENO: checking for suffix of object files" >&5
11351echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
11352if test "${ac_cv_objext+set}" = set; then
11353 echo $ECHO_N "(cached) $ECHO_C" >&6
11354else
11355 cat >conftest.$ac_ext <<_ACEOF
11356/* confdefs.h. */
11357_ACEOF
11358cat confdefs.h >>conftest.$ac_ext
11359cat >>conftest.$ac_ext <<_ACEOF
11360/* end confdefs.h. */
11361
11362int
11363main ()
11364{
11365
11366 ;
11367 return 0;
11368}
11369_ACEOF
11370rm -f conftest.o conftest.obj
11371if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11372 (eval $ac_compile) 2>&5
11373 ac_status=$?
11374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11375 (exit $ac_status); }; then
11376 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
11377 case $ac_file in
11378 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
11379 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
11380 break;;
11381 esac
11382done
11383else
11384 echo "$as_me: failed program was:" >&5
11385sed 's/^/| /' conftest.$ac_ext >&5
11386
11387{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
11388See \`config.log' for more details." >&5
11389echo "$as_me: error: cannot compute suffix of object files: cannot compile
11390See \`config.log' for more details." >&2;}
11391 { (exit 1); exit 1; }; }
11392fi
11393
11394rm -f conftest.$ac_cv_objext conftest.$ac_ext
11395fi
11396echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
11397echo "${ECHO_T}$ac_cv_objext" >&6
11398OBJEXT=$ac_cv_objext
11399ac_objext=$OBJEXT
11400echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
11401echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
11402if test "${ac_cv_c_compiler_gnu+set}" = set; then
11403 echo $ECHO_N "(cached) $ECHO_C" >&6
11404else
11405 cat >conftest.$ac_ext <<_ACEOF
11406/* confdefs.h. */
11407_ACEOF
11408cat confdefs.h >>conftest.$ac_ext
11409cat >>conftest.$ac_ext <<_ACEOF
11410/* end confdefs.h. */
11411
11412int
11413main ()
11414{
11415#ifndef __GNUC__
11416 choke me
11417#endif
11418
11419 ;
11420 return 0;
11421}
11422_ACEOF
11423rm -f conftest.$ac_objext
11424if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 11425 (eval $ac_compile) 2>conftest.er1
a848cd7e 11426 ac_status=$?
ac1cb8d3
VS
11427 grep -v '^ *+' conftest.er1 >conftest.err
11428 rm -f conftest.er1
11429 cat conftest.err >&5
a848cd7e
SC
11430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11431 (exit $ac_status); } &&
5ff751d6 11432 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
11433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11434 (eval $ac_try) 2>&5
11435 ac_status=$?
11436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11437 (exit $ac_status); }; } &&
11438 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
11439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11440 (eval $ac_try) 2>&5
11441 ac_status=$?
11442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11443 (exit $ac_status); }; }; then
11444 ac_compiler_gnu=yes
11445else
11446 echo "$as_me: failed program was:" >&5
11447sed 's/^/| /' conftest.$ac_ext >&5
11448
11449ac_compiler_gnu=no
11450fi
ac1cb8d3 11451rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
11452ac_cv_c_compiler_gnu=$ac_compiler_gnu
11453
11454fi
11455echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
11456echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
11457GCC=`test $ac_compiler_gnu = yes && echo yes`
11458ac_test_CFLAGS=${CFLAGS+set}
11459ac_save_CFLAGS=$CFLAGS
1c14217d 11460CFLAGS="-g"
a848cd7e
SC
11461echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11462echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11463if test "${ac_cv_prog_cc_g+set}" = set; then
11464 echo $ECHO_N "(cached) $ECHO_C" >&6
11465else
11466 cat >conftest.$ac_ext <<_ACEOF
11467/* confdefs.h. */
11468_ACEOF
11469cat confdefs.h >>conftest.$ac_ext
11470cat >>conftest.$ac_ext <<_ACEOF
11471/* end confdefs.h. */
11472
11473int
11474main ()
11475{
11476
11477 ;
11478 return 0;
11479}
11480_ACEOF
11481rm -f conftest.$ac_objext
11482if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 11483 (eval $ac_compile) 2>conftest.er1
a848cd7e 11484 ac_status=$?
ac1cb8d3
VS
11485 grep -v '^ *+' conftest.er1 >conftest.err
11486 rm -f conftest.er1
11487 cat conftest.err >&5
a848cd7e
SC
11488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11489 (exit $ac_status); } &&
5ff751d6 11490 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
11491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11492 (eval $ac_try) 2>&5
11493 ac_status=$?
11494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11495 (exit $ac_status); }; } &&
11496 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
11497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11498 (eval $ac_try) 2>&5
11499 ac_status=$?
11500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11501 (exit $ac_status); }; }; then
11502 ac_cv_prog_cc_g=yes
11503else
11504 echo "$as_me: failed program was:" >&5
11505sed 's/^/| /' conftest.$ac_ext >&5
11506
11507ac_cv_prog_cc_g=no
11508fi
ac1cb8d3 11509rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
11510fi
11511echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11512echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11513if test "$ac_test_CFLAGS" = set; then
11514 CFLAGS=$ac_save_CFLAGS
11515elif test $ac_cv_prog_cc_g = yes; then
11516 if test "$GCC" = yes; then
11517 CFLAGS="-g -O2"
11518 else
11519 CFLAGS="-g"
11520 fi
11521else
11522 if test "$GCC" = yes; then
11523 CFLAGS="-O2"
11524 else
11525 CFLAGS=
11526 fi
11527fi
11528echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
11529echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
11530if test "${ac_cv_prog_cc_stdc+set}" = set; then
11531 echo $ECHO_N "(cached) $ECHO_C" >&6
11532else
11533 ac_cv_prog_cc_stdc=no
11534ac_save_CC=$CC
11535cat >conftest.$ac_ext <<_ACEOF
11536/* confdefs.h. */
11537_ACEOF
11538cat confdefs.h >>conftest.$ac_ext
11539cat >>conftest.$ac_ext <<_ACEOF
11540/* end confdefs.h. */
11541#include <stdarg.h>
11542#include <stdio.h>
11543#include <sys/types.h>
11544#include <sys/stat.h>
11545/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
11546struct buf { int x; };
11547FILE * (*rcsopen) (struct buf *, struct stat *, int);
11548static char *e (p, i)
11549 char **p;
11550 int i;
11551{
11552 return p[i];
11553}
11554static char *f (char * (*g) (char **, int), char **p, ...)
11555{
11556 char *s;
11557 va_list v;
11558 va_start (v,p);
11559 s = g (p, va_arg (v,int));
11560 va_end (v);
11561 return s;
11562}
ac1cb8d3
VS
11563
11564/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
11565 function prototypes and stuff, but not '\xHH' hex character constants.
11566 These don't provoke an error unfortunately, instead are silently treated
11567 as 'x'. The following induces an error, until -std1 is added to get
11568 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
11569 array size at least. It's necessary to write '\x00'==0 to get something
11570 that's true only with -std1. */
11571int osf4_cc_array ['\x00' == 0 ? 1 : -1];
11572
a848cd7e
SC
11573int test (int i, double x);
11574struct s1 {int (*f) (int a);};
11575struct s2 {int (*f) (double a);};
11576int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
11577int argc;
11578char **argv;
11579int
11580main ()
11581{
11582return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
11583 ;
11584 return 0;
11585}
11586_ACEOF
11587# Don't try gcc -ansi; that turns off useful extensions and
11588# breaks some systems' header files.
11589# AIX -qlanglvl=ansi
11590# Ultrix and OSF/1 -std1
11591# HP-UX 10.20 and later -Ae
11592# HP-UX older versions -Aa -D_HPUX_SOURCE
11593# SVR4 -Xc -D__EXTENSIONS__
11594for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
11595do
11596 CC="$ac_save_CC $ac_arg"
11597 rm -f conftest.$ac_objext
11598if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 11599 (eval $ac_compile) 2>conftest.er1
a848cd7e 11600 ac_status=$?
ac1cb8d3
VS
11601 grep -v '^ *+' conftest.er1 >conftest.err
11602 rm -f conftest.er1
11603 cat conftest.err >&5
a848cd7e
SC
11604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11605 (exit $ac_status); } &&
5ff751d6 11606 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
11607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11608 (eval $ac_try) 2>&5
11609 ac_status=$?
11610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11611 (exit $ac_status); }; } &&
11612 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
11613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11614 (eval $ac_try) 2>&5
11615 ac_status=$?
11616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11617 (exit $ac_status); }; }; then
11618 ac_cv_prog_cc_stdc=$ac_arg
11619break
11620else
11621 echo "$as_me: failed program was:" >&5
11622sed 's/^/| /' conftest.$ac_ext >&5
11623
11624fi
ac1cb8d3 11625rm -f conftest.err conftest.$ac_objext
a848cd7e
SC
11626done
11627rm -f conftest.$ac_ext conftest.$ac_objext
11628CC=$ac_save_CC
11629
11630fi
11631
11632case "x$ac_cv_prog_cc_stdc" in
11633 x|xno)
11634 echo "$as_me:$LINENO: result: none needed" >&5
11635echo "${ECHO_T}none needed" >&6 ;;
11636 *)
11637 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
11638echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
11639 CC="$CC $ac_cv_prog_cc_stdc" ;;
11640esac
11641
11642# Some people use a C++ compiler to compile C. Since we use `exit',
11643# in C++ we need to declare it. In case someone uses the same compiler
11644# for both compiling C and C++ we need to have the C++ compiler decide
11645# the declaration of exit, since it's the most demanding environment.
11646cat >conftest.$ac_ext <<_ACEOF
11647#ifndef __cplusplus
11648 choke me
11649#endif
11650_ACEOF
11651rm -f conftest.$ac_objext
11652if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 11653 (eval $ac_compile) 2>conftest.er1
a848cd7e 11654 ac_status=$?
ac1cb8d3
VS
11655 grep -v '^ *+' conftest.er1 >conftest.err
11656 rm -f conftest.er1
11657 cat conftest.err >&5
a848cd7e
SC
11658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11659 (exit $ac_status); } &&
5ff751d6 11660 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
11661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11662 (eval $ac_try) 2>&5
11663 ac_status=$?
11664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11665 (exit $ac_status); }; } &&
11666 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
11667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11668 (eval $ac_try) 2>&5
11669 ac_status=$?
11670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11671 (exit $ac_status); }; }; then
11672 for ac_declaration in \
ac1cb8d3 11673 '' \
a848cd7e
SC
11674 'extern "C" void std::exit (int) throw (); using std::exit;' \
11675 'extern "C" void std::exit (int); using std::exit;' \
11676 'extern "C" void exit (int) throw ();' \
11677 'extern "C" void exit (int);' \
11678 'void exit (int);'
11679do
11680 cat >conftest.$ac_ext <<_ACEOF
11681/* confdefs.h. */
11682_ACEOF
11683cat confdefs.h >>conftest.$ac_ext
11684cat >>conftest.$ac_ext <<_ACEOF
11685/* end confdefs.h. */
de59c161 11686$ac_declaration
ac1cb8d3 11687#include <stdlib.h>
a848cd7e
SC
11688int
11689main ()
11690{
11691exit (42);
11692 ;
11693 return 0;
11694}
11695_ACEOF
11696rm -f conftest.$ac_objext
11697if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 11698 (eval $ac_compile) 2>conftest.er1
a848cd7e 11699 ac_status=$?
ac1cb8d3
VS
11700 grep -v '^ *+' conftest.er1 >conftest.err
11701 rm -f conftest.er1
11702 cat conftest.err >&5
a848cd7e
SC
11703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11704 (exit $ac_status); } &&
5ff751d6 11705 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
11706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11707 (eval $ac_try) 2>&5
11708 ac_status=$?
11709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11710 (exit $ac_status); }; } &&
11711 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
11712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11713 (eval $ac_try) 2>&5
11714 ac_status=$?
11715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11716 (exit $ac_status); }; }; then
11717 :
11718else
11719 echo "$as_me: failed program was:" >&5
11720sed 's/^/| /' conftest.$ac_ext >&5
11721
11722continue
11723fi
ac1cb8d3 11724rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
11725 cat >conftest.$ac_ext <<_ACEOF
11726/* confdefs.h. */
11727_ACEOF
11728cat confdefs.h >>conftest.$ac_ext
11729cat >>conftest.$ac_ext <<_ACEOF
11730/* end confdefs.h. */
11731$ac_declaration
11732int
11733main ()
11734{
11735exit (42);
11736 ;
11737 return 0;
11738}
11739_ACEOF
11740rm -f conftest.$ac_objext
11741if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 11742 (eval $ac_compile) 2>conftest.er1
a848cd7e 11743 ac_status=$?
ac1cb8d3
VS
11744 grep -v '^ *+' conftest.er1 >conftest.err
11745 rm -f conftest.er1
11746 cat conftest.err >&5
a848cd7e
SC
11747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11748 (exit $ac_status); } &&
5ff751d6 11749 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
11750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11751 (eval $ac_try) 2>&5
11752 ac_status=$?
11753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11754 (exit $ac_status); }; } &&
11755 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
11756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11757 (eval $ac_try) 2>&5
11758 ac_status=$?
11759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11760 (exit $ac_status); }; }; then
11761 break
11762else
11763 echo "$as_me: failed program was:" >&5
11764sed 's/^/| /' conftest.$ac_ext >&5
11765
11766fi
ac1cb8d3 11767rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
11768done
11769rm -f conftest*
11770if test -n "$ac_declaration"; then
11771 echo '#ifdef __cplusplus' >>confdefs.h
11772 echo $ac_declaration >>confdefs.h
11773 echo '#endif' >>confdefs.h
11774fi
11775
11776else
11777 echo "$as_me: failed program was:" >&5
11778sed 's/^/| /' conftest.$ac_ext >&5
11779
11780fi
ac1cb8d3 11781rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
11782ac_ext=c
11783ac_cpp='$CPP $CPPFLAGS'
11784ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11785ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11786ac_compiler_gnu=$ac_cv_c_compiler_gnu
11787
ab0ad5f1
VZ
11788
11789
11790 ac_ext=c
11791ac_cpp='$CPP $CPPFLAGS'
11792ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11793ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11794ac_compiler_gnu=$ac_cv_c_compiler_gnu
11795
11796 echo "$as_me:$LINENO: checking whether we are using the Intel C compiler" >&5
11797echo $ECHO_N "checking whether we are using the Intel C compiler... $ECHO_C" >&6
11798if test "${bakefile_cv_c_compiler___INTEL_COMPILER+set}" = set; then
11799 echo $ECHO_N "(cached) $ECHO_C" >&6
11800else
11801 cat >conftest.$ac_ext <<_ACEOF
11802/* confdefs.h. */
11803_ACEOF
11804cat confdefs.h >>conftest.$ac_ext
11805cat >>conftest.$ac_ext <<_ACEOF
11806/* end confdefs.h. */
11807
11808int
11809main ()
11810{
11811
11812 #ifndef __INTEL_COMPILER
11813 choke me
11814 #endif
11815
11816 ;
11817 return 0;
11818}
11819_ACEOF
11820rm -f conftest.$ac_objext
11821if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11822 (eval $ac_compile) 2>conftest.er1
11823 ac_status=$?
11824 grep -v '^ *+' conftest.er1 >conftest.err
11825 rm -f conftest.er1
11826 cat conftest.err >&5
11827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11828 (exit $ac_status); } &&
5ff751d6 11829 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ab0ad5f1
VZ
11830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11831 (eval $ac_try) 2>&5
11832 ac_status=$?
11833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11834 (exit $ac_status); }; } &&
11835 { ac_try='test -s conftest.$ac_objext'
11836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11837 (eval $ac_try) 2>&5
11838 ac_status=$?
11839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11840 (exit $ac_status); }; }; then
11841 bakefile_cv_c_compiler___INTEL_COMPILER=yes
11842else
11843 echo "$as_me: failed program was:" >&5
11844sed 's/^/| /' conftest.$ac_ext >&5
11845
11846bakefile_cv_c_compiler___INTEL_COMPILER=no
11847
11848fi
11849rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11850
11851
11852fi
11853echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___INTEL_COMPILER" >&5
11854echo "${ECHO_T}$bakefile_cv_c_compiler___INTEL_COMPILER" >&6
11855 ac_ext=c
11856ac_cpp='$CPP $CPPFLAGS'
11857ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11858ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11859ac_compiler_gnu=$ac_cv_c_compiler_gnu
11860
11861 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER" = "xyes"; then
11862 :; INTELCC=yes
11863 else
11864 :;
11865 fi
11866
11867
11868 if test "x$GCC" != "xyes"; then
3006edc0
VZ
11869 if test "xCC" = "xC"; then
11870 echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
480ccd21 11871echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6
0093c2fc 11872if test "${bakefile_cv_c_exto+set}" = set; then
480ccd21
DE
11873 echo $ECHO_N "(cached) $ECHO_C" >&6
11874else
11875 cat >conftest.$ac_ext <<_ACEOF
11876/* confdefs.h. */
11877_ACEOF
11878cat confdefs.h >>conftest.$ac_ext
11879cat >>conftest.$ac_ext <<_ACEOF
11880/* end confdefs.h. */
11881
11882int
11883main ()
11884{
11885
11886 ;
11887 return 0;
11888}
11889_ACEOF
11890rm -f conftest.$ac_objext conftest.$ac_ext.o
11891if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11892 (eval $ac_compile) 2>&5
11893 ac_status=$?
11894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11895 (exit $ac_status); }; then
11896 for ac_file in `(ls conftest.* 2>/dev/null)`; do
11897 case $ac_file in
11898 conftest.$ac_ext.o)
0093c2fc 11899 bakefile_cv_c_exto="-ext o"
480ccd21
DE
11900 ;;
11901 *)
11902 ;;
11903 esac
11904done
11905else
11906 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
11907See \`config.log' for more details." >&5
11908echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
11909See \`config.log' for more details." >&2;}
11910 { (exit 1); exit 1; }; }
11911
11912fi
11913
11914rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
11915
11916fi
0093c2fc
VZ
11917echo "$as_me:$LINENO: result: $bakefile_cv_c_exto" >&5
11918echo "${ECHO_T}$bakefile_cv_c_exto" >&6
11919if test "x$bakefile_cv_c_exto" '!=' "x"; then
480ccd21 11920 if test "c" = "c"; then
0093c2fc 11921 CFLAGS="$bakefile_cv_c_exto $CFLAGS"
480ccd21
DE
11922 fi
11923 if test "c" = "cxx"; then
0093c2fc 11924 CXXFLAGS="$bakefile_cv_c_exto $CXXFLAGS"
480ccd21
DE
11925 fi
11926fi
11927
0093c2fc 11928 if test "x$bakefile_cv_c_exto" '!=' "x"; then
3006edc0
VZ
11929 unset ac_cv_prog_cc_g
11930 ac_test_CFLAGS=${CFLAGS+set}
480ccd21 11931ac_save_CFLAGS=$CFLAGS
1c14217d 11932CFLAGS="-g"
480ccd21
DE
11933echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11934echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11935if test "${ac_cv_prog_cc_g+set}" = set; then
11936 echo $ECHO_N "(cached) $ECHO_C" >&6
11937else
11938 cat >conftest.$ac_ext <<_ACEOF
11939/* confdefs.h. */
11940_ACEOF
11941cat confdefs.h >>conftest.$ac_ext
11942cat >>conftest.$ac_ext <<_ACEOF
11943/* end confdefs.h. */
11944
11945int
11946main ()
11947{
11948
11949 ;
11950 return 0;
11951}
11952_ACEOF
11953rm -f conftest.$ac_objext
11954if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11955 (eval $ac_compile) 2>conftest.er1
11956 ac_status=$?
11957 grep -v '^ *+' conftest.er1 >conftest.err
11958 rm -f conftest.er1
11959 cat conftest.err >&5
11960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11961 (exit $ac_status); } &&
5ff751d6 11962 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
480ccd21
DE
11963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11964 (eval $ac_try) 2>&5
11965 ac_status=$?
11966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11967 (exit $ac_status); }; } &&
11968 { ac_try='test -s conftest.$ac_objext'
11969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11970 (eval $ac_try) 2>&5
11971 ac_status=$?
11972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11973 (exit $ac_status); }; }; then
11974 ac_cv_prog_cc_g=yes
11975else
11976 echo "$as_me: failed program was:" >&5
11977sed 's/^/| /' conftest.$ac_ext >&5
11978
11979ac_cv_prog_cc_g=no
11980fi
11981rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11982fi
11983echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11984echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11985if test "$ac_test_CFLAGS" = set; then
11986 CFLAGS=$ac_save_CFLAGS
11987elif test $ac_cv_prog_cc_g = yes; then
11988 if test "$GCC" = yes; then
11989 CFLAGS="-g -O2"
11990 else
11991 CFLAGS="-g"
11992 fi
11993else
11994 if test "$GCC" = yes; then
11995 CFLAGS="-O2"
11996 else
11997 CFLAGS=
11998 fi
11999fi
3006edc0 12000 fi
ab0ad5f1 12001 fi
3006edc0
VZ
12002
12003 case `uname -s` in
12004 AIX*)
12005 ac_ext=c
12006ac_cpp='$CPP $CPPFLAGS'
12007ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12008ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12009ac_compiler_gnu=$ac_cv_c_compiler_gnu
12010
12011echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
12012echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6
0093c2fc 12013if test "${bakefile_cv_c_compiler_xlc+set}" = set; then
3006edc0
VZ
12014 echo $ECHO_N "(cached) $ECHO_C" >&6
12015else
12016 cat >conftest.$ac_ext <<_ACEOF
12017/* confdefs.h. */
12018_ACEOF
12019cat confdefs.h >>conftest.$ac_ext
12020cat >>conftest.$ac_ext <<_ACEOF
12021/* end confdefs.h. */
12022
12023int
12024main ()
12025{
12026#ifndef __xlC__
12027 choke me
12028#endif
12029
12030 ;
12031 return 0;
12032}
12033_ACEOF
12034rm -f conftest.$ac_objext
12035if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12036 (eval $ac_compile) 2>conftest.er1
12037 ac_status=$?
12038 grep -v '^ *+' conftest.er1 >conftest.err
12039 rm -f conftest.er1
12040 cat conftest.err >&5
12041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12042 (exit $ac_status); } &&
5ff751d6 12043 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3006edc0
VZ
12044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12045 (eval $ac_try) 2>&5
12046 ac_status=$?
12047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12048 (exit $ac_status); }; } &&
12049 { ac_try='test -s conftest.$ac_objext'
12050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12051 (eval $ac_try) 2>&5
12052 ac_status=$?
12053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12054 (exit $ac_status); }; }; then
0093c2fc 12055 bakefile_compiler_xlc=yes
3006edc0
VZ
12056else
12057 echo "$as_me: failed program was:" >&5
12058sed 's/^/| /' conftest.$ac_ext >&5
12059
0093c2fc 12060bakefile_compiler_xlc=no
3006edc0
VZ
12061fi
12062rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
0093c2fc 12063 bakefile_cv_c_compiler_xlc=$bakefile_compiler_xlc
3006edc0
VZ
12064
12065fi
0093c2fc
VZ
12066echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_xlc" >&5
12067echo "${ECHO_T}$bakefile_cv_c_compiler_xlc" >&6
3006edc0 12068
0093c2fc 12069XLCC=`test $bakefile_cv_c_compiler_xlc = yes && echo yes`
3006edc0
VZ
12070ac_ext=c
12071ac_cpp='$CPP $CPPFLAGS'
12072ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12073ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12074ac_compiler_gnu=$ac_cv_c_compiler_gnu
12075
12076
12077 ;;
12078
12079 Darwin)
12080 ac_ext=c
95986553
DE
12081ac_cpp='$CPP $CPPFLAGS'
12082ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12083ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12084ac_compiler_gnu=$ac_cv_c_compiler_gnu
12085
12086echo "$as_me:$LINENO: checking whether we are using the Metrowerks C compiler" >&5
12087echo $ECHO_N "checking whether we are using the Metrowerks C compiler... $ECHO_C" >&6
12088if test "${bakefile_cv_c_compiler_mwerks+set}" = set; then
12089 echo $ECHO_N "(cached) $ECHO_C" >&6
12090else
12091 cat >conftest.$ac_ext <<_ACEOF
12092/* confdefs.h. */
12093_ACEOF
12094cat confdefs.h >>conftest.$ac_ext
12095cat >>conftest.$ac_ext <<_ACEOF
12096/* end confdefs.h. */
12097
12098int
12099main ()
12100{
12101#ifndef __MWERKS__
12102 choke me
12103#endif
12104
12105 ;
12106 return 0;
12107}
12108_ACEOF
12109rm -f conftest.$ac_objext
12110if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12111 (eval $ac_compile) 2>conftest.er1
12112 ac_status=$?
12113 grep -v '^ *+' conftest.er1 >conftest.err
12114 rm -f conftest.er1
12115 cat conftest.err >&5
12116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12117 (exit $ac_status); } &&
5ff751d6 12118 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
95986553
DE
12119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12120 (eval $ac_try) 2>&5
12121 ac_status=$?
12122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12123 (exit $ac_status); }; } &&
12124 { ac_try='test -s conftest.$ac_objext'
12125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12126 (eval $ac_try) 2>&5
12127 ac_status=$?
12128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12129 (exit $ac_status); }; }; then
12130 bakefile_compiler_mwerks=yes
12131else
12132 echo "$as_me: failed program was:" >&5
12133sed 's/^/| /' conftest.$ac_ext >&5
12134
12135bakefile_compiler_mwerks=no
12136fi
12137rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12138 bakefile_cv_c_compiler_mwerks=$bakefile_compiler_mwerks
12139
12140fi
12141echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_mwerks" >&5
12142echo "${ECHO_T}$bakefile_cv_c_compiler_mwerks" >&6
12143
0e6fa1d9 12144MWCC=`test $bakefile_cv_c_compiler_mwerks = yes && echo yes`
95986553
DE
12145ac_ext=c
12146ac_cpp='$CPP $CPPFLAGS'
12147ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12148ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12149ac_compiler_gnu=$ac_cv_c_compiler_gnu
12150
12151
3006edc0 12152 ac_ext=c
9273ffba
DE
12153ac_cpp='$CPP $CPPFLAGS'
12154ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12155ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12156ac_compiler_gnu=$ac_cv_c_compiler_gnu
12157
12158echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
12159echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6
0093c2fc 12160if test "${bakefile_cv_c_compiler_xlc+set}" = set; then
9273ffba
DE
12161 echo $ECHO_N "(cached) $ECHO_C" >&6
12162else
12163 cat >conftest.$ac_ext <<_ACEOF
12164/* confdefs.h. */
12165_ACEOF
12166cat confdefs.h >>conftest.$ac_ext
12167cat >>conftest.$ac_ext <<_ACEOF
12168/* end confdefs.h. */
12169
12170int
12171main ()
12172{
12173#ifndef __xlC__
12174 choke me
12175#endif
12176
12177 ;
12178 return 0;
12179}
12180_ACEOF
12181rm -f conftest.$ac_objext
12182if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12183 (eval $ac_compile) 2>conftest.er1
12184 ac_status=$?
12185 grep -v '^ *+' conftest.er1 >conftest.err
12186 rm -f conftest.er1
12187 cat conftest.err >&5
12188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12189 (exit $ac_status); } &&
5ff751d6 12190 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9273ffba
DE
12191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12192 (eval $ac_try) 2>&5
12193 ac_status=$?
12194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12195 (exit $ac_status); }; } &&
12196 { ac_try='test -s conftest.$ac_objext'
12197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12198 (eval $ac_try) 2>&5
12199 ac_status=$?
12200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12201 (exit $ac_status); }; }; then
0093c2fc 12202 bakefile_compiler_xlc=yes
9273ffba
DE
12203else
12204 echo "$as_me: failed program was:" >&5
12205sed 's/^/| /' conftest.$ac_ext >&5
12206
0093c2fc 12207bakefile_compiler_xlc=no
9273ffba
DE
12208fi
12209rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
0093c2fc 12210 bakefile_cv_c_compiler_xlc=$bakefile_compiler_xlc
9273ffba
DE
12211
12212fi
0093c2fc
VZ
12213echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_xlc" >&5
12214echo "${ECHO_T}$bakefile_cv_c_compiler_xlc" >&6
9273ffba 12215
0093c2fc 12216XLCC=`test $bakefile_cv_c_compiler_xlc = yes && echo yes`
9273ffba
DE
12217ac_ext=c
12218ac_cpp='$CPP $CPPFLAGS'
12219ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12220ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12221ac_compiler_gnu=$ac_cv_c_compiler_gnu
12222
12223
3006edc0
VZ
12224 ;;
12225
12226 IRIX*)
a848cd7e 12227
6dcfc289 12228
0ad5d837
VZ
12229 ac_ext=c
12230ac_cpp='$CPP $CPPFLAGS'
12231ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12232ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12233ac_compiler_gnu=$ac_cv_c_compiler_gnu
12234
12235 echo "$as_me:$LINENO: checking whether we are using the SGI C compiler" >&5
12236echo $ECHO_N "checking whether we are using the SGI C compiler... $ECHO_C" >&6
12237if test "${bakefile_cv_c_compiler__SGI_COMPILER_VERSION+set}" = set; then
12238 echo $ECHO_N "(cached) $ECHO_C" >&6
12239else
12240 cat >conftest.$ac_ext <<_ACEOF
12241/* confdefs.h. */
12242_ACEOF
12243cat confdefs.h >>conftest.$ac_ext
12244cat >>conftest.$ac_ext <<_ACEOF
12245/* end confdefs.h. */
12246
12247int
12248main ()
12249{
12250
12251 #ifndef _SGI_COMPILER_VERSION
12252 choke me
12253 #endif
12254
12255 ;
12256 return 0;
12257}
12258_ACEOF
12259rm -f conftest.$ac_objext
12260if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12261 (eval $ac_compile) 2>conftest.er1
12262 ac_status=$?
12263 grep -v '^ *+' conftest.er1 >conftest.err
12264 rm -f conftest.er1
12265 cat conftest.err >&5
12266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12267 (exit $ac_status); } &&
5ff751d6 12268 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
0ad5d837
VZ
12269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12270 (eval $ac_try) 2>&5
12271 ac_status=$?
12272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12273 (exit $ac_status); }; } &&
12274 { ac_try='test -s conftest.$ac_objext'
12275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12276 (eval $ac_try) 2>&5
12277 ac_status=$?
12278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12279 (exit $ac_status); }; }; then
12280 bakefile_cv_c_compiler__SGI_COMPILER_VERSION=yes
12281else
12282 echo "$as_me: failed program was:" >&5
12283sed 's/^/| /' conftest.$ac_ext >&5
12284
12285bakefile_cv_c_compiler__SGI_COMPILER_VERSION=no
12286
12287fi
12288rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12289
12290
12291fi
12292echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&5
12293echo "${ECHO_T}$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&6
12294 ac_ext=c
12295ac_cpp='$CPP $CPPFLAGS'
12296ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12297ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12298ac_compiler_gnu=$ac_cv_c_compiler_gnu
12299
12300 if test "x$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" = "xyes"; then
12301 :; SGICC=yes
12302 else
12303 :;
12304 fi
12305
12306
3006edc0
VZ
12307 ;;
12308
0093c2fc 12309 HP-UX*)
3006edc0
VZ
12310
12311
12312 ac_ext=c
12313ac_cpp='$CPP $CPPFLAGS'
12314ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12315ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12316ac_compiler_gnu=$ac_cv_c_compiler_gnu
12317
0093c2fc
VZ
12318 echo "$as_me:$LINENO: checking whether we are using the HP C compiler" >&5
12319echo $ECHO_N "checking whether we are using the HP C compiler... $ECHO_C" >&6
12320if test "${bakefile_cv_c_compiler___HP_cc+set}" = set; then
3006edc0
VZ
12321 echo $ECHO_N "(cached) $ECHO_C" >&6
12322else
12323 cat >conftest.$ac_ext <<_ACEOF
12324/* confdefs.h. */
12325_ACEOF
12326cat confdefs.h >>conftest.$ac_ext
12327cat >>conftest.$ac_ext <<_ACEOF
12328/* end confdefs.h. */
12329
12330int
12331main ()
12332{
12333
0093c2fc 12334 #ifndef __HP_cc
3006edc0
VZ
12335 choke me
12336 #endif
12337
12338 ;
12339 return 0;
12340}
12341_ACEOF
12342rm -f conftest.$ac_objext
12343if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12344 (eval $ac_compile) 2>conftest.er1
12345 ac_status=$?
12346 grep -v '^ *+' conftest.er1 >conftest.err
12347 rm -f conftest.er1
12348 cat conftest.err >&5
12349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12350 (exit $ac_status); } &&
5ff751d6 12351 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3006edc0
VZ
12352 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12353 (eval $ac_try) 2>&5
12354 ac_status=$?
12355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12356 (exit $ac_status); }; } &&
12357 { ac_try='test -s conftest.$ac_objext'
12358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12359 (eval $ac_try) 2>&5
12360 ac_status=$?
12361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12362 (exit $ac_status); }; }; then
0093c2fc 12363 bakefile_cv_c_compiler___HP_cc=yes
3006edc0
VZ
12364else
12365 echo "$as_me: failed program was:" >&5
12366sed 's/^/| /' conftest.$ac_ext >&5
12367
0093c2fc 12368bakefile_cv_c_compiler___HP_cc=no
3006edc0
VZ
12369
12370fi
12371rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12372
12373
12374fi
0093c2fc
VZ
12375echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___HP_cc" >&5
12376echo "${ECHO_T}$bakefile_cv_c_compiler___HP_cc" >&6
3006edc0
VZ
12377 ac_ext=c
12378ac_cpp='$CPP $CPPFLAGS'
12379ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12380ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12381ac_compiler_gnu=$ac_cv_c_compiler_gnu
12382
0093c2fc
VZ
12383 if test "x$bakefile_cv_c_compiler___HP_cc" = "xyes"; then
12384 :; HPCC=yes
a1aa0349
VZ
12385 else
12386 :;
12387 fi
12388
12389
12390 ;;
12391
0093c2fc 12392 OSF1)
a1aa0349
VZ
12393
12394
12395 ac_ext=c
12396ac_cpp='$CPP $CPPFLAGS'
12397ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12398ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12399ac_compiler_gnu=$ac_cv_c_compiler_gnu
12400
0093c2fc
VZ
12401 echo "$as_me:$LINENO: checking whether we are using the Compaq C compiler" >&5
12402echo $ECHO_N "checking whether we are using the Compaq C compiler... $ECHO_C" >&6
12403if test "${bakefile_cv_c_compiler___DECC+set}" = set; then
a1aa0349
VZ
12404 echo $ECHO_N "(cached) $ECHO_C" >&6
12405else
12406 cat >conftest.$ac_ext <<_ACEOF
12407/* confdefs.h. */
12408_ACEOF
12409cat confdefs.h >>conftest.$ac_ext
12410cat >>conftest.$ac_ext <<_ACEOF
12411/* end confdefs.h. */
12412
12413int
12414main ()
12415{
12416
0093c2fc 12417 #ifndef __DECC
a1aa0349
VZ
12418 choke me
12419 #endif
12420
12421 ;
12422 return 0;
12423}
12424_ACEOF
12425rm -f conftest.$ac_objext
12426if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12427 (eval $ac_compile) 2>conftest.er1
12428 ac_status=$?
12429 grep -v '^ *+' conftest.er1 >conftest.err
12430 rm -f conftest.er1
12431 cat conftest.err >&5
12432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12433 (exit $ac_status); } &&
5ff751d6 12434 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
a1aa0349
VZ
12435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12436 (eval $ac_try) 2>&5
12437 ac_status=$?
12438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12439 (exit $ac_status); }; } &&
12440 { ac_try='test -s conftest.$ac_objext'
12441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12442 (eval $ac_try) 2>&5
12443 ac_status=$?
12444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12445 (exit $ac_status); }; }; then
0093c2fc 12446 bakefile_cv_c_compiler___DECC=yes
a1aa0349
VZ
12447else
12448 echo "$as_me: failed program was:" >&5
12449sed 's/^/| /' conftest.$ac_ext >&5
12450
0093c2fc 12451bakefile_cv_c_compiler___DECC=no
a1aa0349
VZ
12452
12453fi
12454rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12455
12456
12457fi
0093c2fc
VZ
12458echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___DECC" >&5
12459echo "${ECHO_T}$bakefile_cv_c_compiler___DECC" >&6
a1aa0349
VZ
12460 ac_ext=c
12461ac_cpp='$CPP $CPPFLAGS'
12462ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12463ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12464ac_compiler_gnu=$ac_cv_c_compiler_gnu
12465
0093c2fc
VZ
12466 if test "x$bakefile_cv_c_compiler___DECC" = "xyes"; then
12467 :; COMPAQCC=yes
12468 else
12469 :;
12470 fi
12471
12472
12473 ;;
12474
12475 SunOS)
12476
12477
12478 ac_ext=c
12479ac_cpp='$CPP $CPPFLAGS'
12480ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12481ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12482ac_compiler_gnu=$ac_cv_c_compiler_gnu
12483
12484 echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5
12485echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6
12486if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then
12487 echo $ECHO_N "(cached) $ECHO_C" >&6
12488else
12489 cat >conftest.$ac_ext <<_ACEOF
12490/* confdefs.h. */
12491_ACEOF
12492cat confdefs.h >>conftest.$ac_ext
12493cat >>conftest.$ac_ext <<_ACEOF
12494/* end confdefs.h. */
12495
12496int
12497main ()
12498{
12499
12500 #ifndef __SUNPRO_C
12501 choke me
12502 #endif
12503
12504 ;
12505 return 0;
12506}
12507_ACEOF
12508rm -f conftest.$ac_objext
12509if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12510 (eval $ac_compile) 2>conftest.er1
12511 ac_status=$?
12512 grep -v '^ *+' conftest.er1 >conftest.err
12513 rm -f conftest.er1
12514 cat conftest.err >&5
12515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12516 (exit $ac_status); } &&
5ff751d6 12517 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
0093c2fc
VZ
12518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12519 (eval $ac_try) 2>&5
12520 ac_status=$?
12521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12522 (exit $ac_status); }; } &&
12523 { ac_try='test -s conftest.$ac_objext'
12524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12525 (eval $ac_try) 2>&5
12526 ac_status=$?
12527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12528 (exit $ac_status); }; }; then
12529 bakefile_cv_c_compiler___SUNPRO_C=yes
12530else
12531 echo "$as_me: failed program was:" >&5
12532sed 's/^/| /' conftest.$ac_ext >&5
12533
12534bakefile_cv_c_compiler___SUNPRO_C=no
12535
12536fi
12537rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12538
12539
12540fi
12541echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
12542echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6
12543 ac_ext=c
12544ac_cpp='$CPP $CPPFLAGS'
12545ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12546ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12547ac_compiler_gnu=$ac_cv_c_compiler_gnu
12548
12549 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
12550 :; SUNCC=yes
3006edc0
VZ
12551 else
12552 :;
12553 fi
12554
12555
12556 ;;
12557 esac
ab0ad5f1 12558 fi
a9e5b1f0
MW
12559
12560
3006edc0 12561
a848cd7e
SC
12562ac_ext=c
12563ac_cpp='$CPP $CPPFLAGS'
12564ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12565ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12566ac_compiler_gnu=$ac_cv_c_compiler_gnu
12567echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
12568echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
12569# On Suns, sometimes $CPP names a directory.
12570if test -n "$CPP" && test -d "$CPP"; then
12571 CPP=
12572fi
12573if test -z "$CPP"; then
12574 if test "${ac_cv_prog_CPP+set}" = set; then
12575 echo $ECHO_N "(cached) $ECHO_C" >&6
12576else
12577 # Double quotes because CPP needs to be expanded
12578 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
12579 do
12580 ac_preproc_ok=false
12581for ac_c_preproc_warn_flag in '' yes
12582do
12583 # Use a header file that comes with gcc, so configuring glibc
12584 # with a fresh cross-compiler works.
12585 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12586 # <limits.h> exists even on freestanding compilers.
12587 # On the NeXT, cc -E runs the code through the compiler's parser,
12588 # not just through cpp. "Syntax error" is here to catch this case.
12589 cat >conftest.$ac_ext <<_ACEOF
12590/* confdefs.h. */
12591_ACEOF
12592cat confdefs.h >>conftest.$ac_ext
12593cat >>conftest.$ac_ext <<_ACEOF
12594/* end confdefs.h. */
12595#ifdef __STDC__
12596# include <limits.h>
12597#else
12598# include <assert.h>
12599#endif
ac1cb8d3 12600 Syntax error
a848cd7e
SC
12601_ACEOF
12602if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12603 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12604 ac_status=$?
12605 grep -v '^ *+' conftest.er1 >conftest.err
12606 rm -f conftest.er1
12607 cat conftest.err >&5
12608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12609 (exit $ac_status); } >/dev/null; then
12610 if test -s conftest.err; then
12611 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 12612 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
12613 else
12614 ac_cpp_err=
12615 fi
12616else
12617 ac_cpp_err=yes
12618fi
12619if test -z "$ac_cpp_err"; then
12620 :
12621else
12622 echo "$as_me: failed program was:" >&5
12623sed 's/^/| /' conftest.$ac_ext >&5
12624
12625 # Broken: fails on valid input.
12626continue
12627fi
12628rm -f conftest.err conftest.$ac_ext
12629
12630 # OK, works on sane cases. Now check whether non-existent headers
12631 # can be detected and how.
12632 cat >conftest.$ac_ext <<_ACEOF
12633/* confdefs.h. */
12634_ACEOF
12635cat confdefs.h >>conftest.$ac_ext
12636cat >>conftest.$ac_ext <<_ACEOF
12637/* end confdefs.h. */
12638#include <ac_nonexistent.h>
12639_ACEOF
12640if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12641 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12642 ac_status=$?
12643 grep -v '^ *+' conftest.er1 >conftest.err
12644 rm -f conftest.er1
12645 cat conftest.err >&5
12646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12647 (exit $ac_status); } >/dev/null; then
12648 if test -s conftest.err; then
12649 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 12650 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
12651 else
12652 ac_cpp_err=
12653 fi
12654else
12655 ac_cpp_err=yes
12656fi
12657if test -z "$ac_cpp_err"; then
12658 # Broken: success on invalid input.
12659continue
12660else
12661 echo "$as_me: failed program was:" >&5
12662sed 's/^/| /' conftest.$ac_ext >&5
12663
12664 # Passes both tests.
12665ac_preproc_ok=:
12666break
12667fi
12668rm -f conftest.err conftest.$ac_ext
12669
12670done
12671# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12672rm -f conftest.err conftest.$ac_ext
12673if $ac_preproc_ok; then
12674 break
12675fi
12676
12677 done
12678 ac_cv_prog_CPP=$CPP
12679
12680fi
12681 CPP=$ac_cv_prog_CPP
12682else
12683 ac_cv_prog_CPP=$CPP
12684fi
12685echo "$as_me:$LINENO: result: $CPP" >&5
12686echo "${ECHO_T}$CPP" >&6
12687ac_preproc_ok=false
12688for ac_c_preproc_warn_flag in '' yes
12689do
12690 # Use a header file that comes with gcc, so configuring glibc
12691 # with a fresh cross-compiler works.
12692 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12693 # <limits.h> exists even on freestanding compilers.
12694 # On the NeXT, cc -E runs the code through the compiler's parser,
12695 # not just through cpp. "Syntax error" is here to catch this case.
12696 cat >conftest.$ac_ext <<_ACEOF
12697/* confdefs.h. */
12698_ACEOF
12699cat confdefs.h >>conftest.$ac_ext
12700cat >>conftest.$ac_ext <<_ACEOF
12701/* end confdefs.h. */
12702#ifdef __STDC__
12703# include <limits.h>
12704#else
12705# include <assert.h>
12706#endif
ac1cb8d3 12707 Syntax error
a848cd7e
SC
12708_ACEOF
12709if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12710 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12711 ac_status=$?
12712 grep -v '^ *+' conftest.er1 >conftest.err
12713 rm -f conftest.er1
12714 cat conftest.err >&5
12715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12716 (exit $ac_status); } >/dev/null; then
12717 if test -s conftest.err; then
12718 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 12719 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
12720 else
12721 ac_cpp_err=
12722 fi
12723else
12724 ac_cpp_err=yes
12725fi
12726if test -z "$ac_cpp_err"; then
12727 :
12728else
12729 echo "$as_me: failed program was:" >&5
12730sed 's/^/| /' conftest.$ac_ext >&5
12731
12732 # Broken: fails on valid input.
12733continue
12734fi
12735rm -f conftest.err conftest.$ac_ext
12736
12737 # OK, works on sane cases. Now check whether non-existent headers
12738 # can be detected and how.
12739 cat >conftest.$ac_ext <<_ACEOF
12740/* confdefs.h. */
12741_ACEOF
12742cat confdefs.h >>conftest.$ac_ext
12743cat >>conftest.$ac_ext <<_ACEOF
12744/* end confdefs.h. */
12745#include <ac_nonexistent.h>
12746_ACEOF
12747if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12748 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12749 ac_status=$?
12750 grep -v '^ *+' conftest.er1 >conftest.err
12751 rm -f conftest.er1
12752 cat conftest.err >&5
12753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12754 (exit $ac_status); } >/dev/null; then
12755 if test -s conftest.err; then
12756 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 12757 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
12758 else
12759 ac_cpp_err=
12760 fi
12761else
12762 ac_cpp_err=yes
12763fi
12764if test -z "$ac_cpp_err"; then
12765 # Broken: success on invalid input.
12766continue
12767else
12768 echo "$as_me: failed program was:" >&5
12769sed 's/^/| /' conftest.$ac_ext >&5
12770
12771 # Passes both tests.
12772ac_preproc_ok=:
12773break
12774fi
12775rm -f conftest.err conftest.$ac_ext
12776
12777done
12778# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12779rm -f conftest.err conftest.$ac_ext
12780if $ac_preproc_ok; then
12781 :
12782else
12783 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
12784See \`config.log' for more details." >&5
12785echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
12786See \`config.log' for more details." >&2;}
12787 { (exit 1); exit 1; }; }
12788fi
12789
12790ac_ext=c
12791ac_cpp='$CPP $CPPFLAGS'
12792ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12793ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12794ac_compiler_gnu=$ac_cv_c_compiler_gnu
12795
12796
12797echo "$as_me:$LINENO: checking for egrep" >&5
12798echo $ECHO_N "checking for egrep... $ECHO_C" >&6
12799if test "${ac_cv_prog_egrep+set}" = set; then
12800 echo $ECHO_N "(cached) $ECHO_C" >&6
12801else
12802 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
12803 then ac_cv_prog_egrep='grep -E'
12804 else ac_cv_prog_egrep='egrep'
12805 fi
12806fi
12807echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
12808echo "${ECHO_T}$ac_cv_prog_egrep" >&6
12809 EGREP=$ac_cv_prog_egrep
12810
12811
12812if test $ac_cv_c_compiler_gnu = yes; then
12813 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
12814echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
12815if test "${ac_cv_prog_gcc_traditional+set}" = set; then
12816 echo $ECHO_N "(cached) $ECHO_C" >&6
12817else
12818 ac_pattern="Autoconf.*'x'"
12819 cat >conftest.$ac_ext <<_ACEOF
12820/* confdefs.h. */
12821_ACEOF
12822cat confdefs.h >>conftest.$ac_ext
12823cat >>conftest.$ac_ext <<_ACEOF
12824/* end confdefs.h. */
12825#include <sgtty.h>
12826Autoconf TIOCGETP
12827_ACEOF
12828if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12829 $EGREP "$ac_pattern" >/dev/null 2>&1; then
12830 ac_cv_prog_gcc_traditional=yes
12831else
12832 ac_cv_prog_gcc_traditional=no
12833fi
12834rm -f conftest*
12835
12836
12837 if test $ac_cv_prog_gcc_traditional = no; then
12838 cat >conftest.$ac_ext <<_ACEOF
12839/* confdefs.h. */
12840_ACEOF
12841cat confdefs.h >>conftest.$ac_ext
12842cat >>conftest.$ac_ext <<_ACEOF
12843/* end confdefs.h. */
12844#include <termio.h>
12845Autoconf TCGETA
12846_ACEOF
12847if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12848 $EGREP "$ac_pattern" >/dev/null 2>&1; then
12849 ac_cv_prog_gcc_traditional=yes
12850fi
12851rm -f conftest*
12852
12853 fi
12854fi
12855echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
12856echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
12857 if test $ac_cv_prog_gcc_traditional = yes; then
12858 CC="$CC -traditional"
12859 fi
12860fi
12861
12862
12863
12864
12865ac_ext=cc
12866ac_cpp='$CXXCPP $CPPFLAGS'
12867ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12868ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12869ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12870
12871
12872CXXFLAGS=${CXXFLAGS:=}
6dcfc289
DE
12873
12874
3006edc0 12875
6dcfc289 12876 ac_ext=cc
a848cd7e
SC
12877ac_cpp='$CXXCPP $CPPFLAGS'
12878ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12879ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12880ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12881if test -n "$ac_tool_prefix"; then
12882 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
12883 do
12884 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
12885set dummy $ac_tool_prefix$ac_prog; ac_word=$2
12886echo "$as_me:$LINENO: checking for $ac_word" >&5
12887echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12888if test "${ac_cv_prog_CXX+set}" = set; then
12889 echo $ECHO_N "(cached) $ECHO_C" >&6
12890else
12891 if test -n "$CXX"; then
12892 ac_cv_prog_CXX="$CXX" # Let the user override the test.
12893else
12894as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12895for as_dir in $PATH
12896do
12897 IFS=$as_save_IFS
12898 test -z "$as_dir" && as_dir=.
12899 for ac_exec_ext in '' $ac_executable_extensions; do
12900 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12901 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
12902 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12903 break 2
12904 fi
12905done
12906done
12907
12908fi
12909fi
12910CXX=$ac_cv_prog_CXX
12911if test -n "$CXX"; then
12912 echo "$as_me:$LINENO: result: $CXX" >&5
12913echo "${ECHO_T}$CXX" >&6
12914else
12915 echo "$as_me:$LINENO: result: no" >&5
12916echo "${ECHO_T}no" >&6
12917fi
12918
12919 test -n "$CXX" && break
12920 done
12921fi
12922if test -z "$CXX"; then
12923 ac_ct_CXX=$CXX
12924 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
12925do
12926 # Extract the first word of "$ac_prog", so it can be a program name with args.
12927set dummy $ac_prog; ac_word=$2
12928echo "$as_me:$LINENO: checking for $ac_word" >&5
12929echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12930if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
12931 echo $ECHO_N "(cached) $ECHO_C" >&6
12932else
12933 if test -n "$ac_ct_CXX"; then
12934 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
12935else
12936as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12937for as_dir in $PATH
12938do
12939 IFS=$as_save_IFS
12940 test -z "$as_dir" && as_dir=.
12941 for ac_exec_ext in '' $ac_executable_extensions; do
12942 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12943 ac_cv_prog_ac_ct_CXX="$ac_prog"
12944 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12945 break 2
12946 fi
12947done
12948done
12949
12950fi
12951fi
12952ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
12953if test -n "$ac_ct_CXX"; then
12954 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
12955echo "${ECHO_T}$ac_ct_CXX" >&6
12956else
12957 echo "$as_me:$LINENO: result: no" >&5
12958echo "${ECHO_T}no" >&6
12959fi
12960
12961 test -n "$ac_ct_CXX" && break
12962done
12963test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
12964
12965 CXX=$ac_ct_CXX
12966fi
12967
12968
12969# Provide some information about the compiler.
12970echo "$as_me:$LINENO:" \
12971 "checking for C++ compiler version" >&5
12972ac_compiler=`set X $ac_compile; echo $2`
12973{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
12974 (eval $ac_compiler --version </dev/null >&5) 2>&5
12975 ac_status=$?
12976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12977 (exit $ac_status); }
12978{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
12979 (eval $ac_compiler -v </dev/null >&5) 2>&5
12980 ac_status=$?
12981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12982 (exit $ac_status); }
12983{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
12984 (eval $ac_compiler -V </dev/null >&5) 2>&5
12985 ac_status=$?
12986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12987 (exit $ac_status); }
12988
12989echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
12990echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
12991if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
12992 echo $ECHO_N "(cached) $ECHO_C" >&6
12993else
12994 cat >conftest.$ac_ext <<_ACEOF
12995/* confdefs.h. */
12996_ACEOF
12997cat confdefs.h >>conftest.$ac_ext
12998cat >>conftest.$ac_ext <<_ACEOF
12999/* end confdefs.h. */
13000
13001int
13002main ()
13003{
13004#ifndef __GNUC__
13005 choke me
13006#endif
13007
13008 ;
13009 return 0;
13010}
13011_ACEOF
13012rm -f conftest.$ac_objext
13013if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 13014 (eval $ac_compile) 2>conftest.er1
a848cd7e 13015 ac_status=$?
ac1cb8d3
VS
13016 grep -v '^ *+' conftest.er1 >conftest.err
13017 rm -f conftest.er1
13018 cat conftest.err >&5
a848cd7e
SC
13019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13020 (exit $ac_status); } &&
5ff751d6 13021 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
13022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13023 (eval $ac_try) 2>&5
13024 ac_status=$?
13025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13026 (exit $ac_status); }; } &&
13027 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
13028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13029 (eval $ac_try) 2>&5
13030 ac_status=$?
13031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13032 (exit $ac_status); }; }; then
13033 ac_compiler_gnu=yes
13034else
13035 echo "$as_me: failed program was:" >&5
13036sed 's/^/| /' conftest.$ac_ext >&5
13037
13038ac_compiler_gnu=no
13039fi
ac1cb8d3 13040rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
13041ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
13042
13043fi
13044echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
13045echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
13046GXX=`test $ac_compiler_gnu = yes && echo yes`
13047ac_test_CXXFLAGS=${CXXFLAGS+set}
13048ac_save_CXXFLAGS=$CXXFLAGS
13049CXXFLAGS="-g"
13050echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
13051echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
13052if test "${ac_cv_prog_cxx_g+set}" = set; then
13053 echo $ECHO_N "(cached) $ECHO_C" >&6
13054else
13055 cat >conftest.$ac_ext <<_ACEOF
13056/* confdefs.h. */
13057_ACEOF
13058cat confdefs.h >>conftest.$ac_ext
13059cat >>conftest.$ac_ext <<_ACEOF
13060/* end confdefs.h. */
13061
13062int
13063main ()
13064{
13065
13066 ;
13067 return 0;
13068}
13069_ACEOF
13070rm -f conftest.$ac_objext
13071if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 13072 (eval $ac_compile) 2>conftest.er1
a848cd7e 13073 ac_status=$?
ac1cb8d3
VS
13074 grep -v '^ *+' conftest.er1 >conftest.err
13075 rm -f conftest.er1
13076 cat conftest.err >&5
a848cd7e
SC
13077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13078 (exit $ac_status); } &&
5ff751d6 13079 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
13080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13081 (eval $ac_try) 2>&5
13082 ac_status=$?
13083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13084 (exit $ac_status); }; } &&
13085 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
13086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13087 (eval $ac_try) 2>&5
13088 ac_status=$?
13089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13090 (exit $ac_status); }; }; then
13091 ac_cv_prog_cxx_g=yes
13092else
13093 echo "$as_me: failed program was:" >&5
13094sed 's/^/| /' conftest.$ac_ext >&5
13095
13096ac_cv_prog_cxx_g=no
13097fi
ac1cb8d3 13098rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
13099fi
13100echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
13101echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
13102if test "$ac_test_CXXFLAGS" = set; then
13103 CXXFLAGS=$ac_save_CXXFLAGS
13104elif test $ac_cv_prog_cxx_g = yes; then
13105 if test "$GXX" = yes; then
1c14217d 13106 CXXFLAGS="-g -O2"
a848cd7e 13107 else
1c14217d 13108 CXXFLAGS="-g"
a848cd7e
SC
13109 fi
13110else
13111 if test "$GXX" = yes; then
13112 CXXFLAGS="-O2"
13113 else
13114 CXXFLAGS=
13115 fi
13116fi
13117for ac_declaration in \
ac1cb8d3 13118 '' \
a848cd7e
SC
13119 'extern "C" void std::exit (int) throw (); using std::exit;' \
13120 'extern "C" void std::exit (int); using std::exit;' \
13121 'extern "C" void exit (int) throw ();' \
13122 'extern "C" void exit (int);' \
13123 'void exit (int);'
13124do
13125 cat >conftest.$ac_ext <<_ACEOF
13126/* confdefs.h. */
13127_ACEOF
13128cat confdefs.h >>conftest.$ac_ext
13129cat >>conftest.$ac_ext <<_ACEOF
13130/* end confdefs.h. */
de59c161 13131$ac_declaration
ac1cb8d3 13132#include <stdlib.h>
a848cd7e
SC
13133int
13134main ()
13135{
13136exit (42);
13137 ;
13138 return 0;
13139}
13140_ACEOF
13141rm -f conftest.$ac_objext
13142if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 13143 (eval $ac_compile) 2>conftest.er1
a848cd7e 13144 ac_status=$?
ac1cb8d3
VS
13145 grep -v '^ *+' conftest.er1 >conftest.err
13146 rm -f conftest.er1
13147 cat conftest.err >&5
a848cd7e
SC
13148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13149 (exit $ac_status); } &&
5ff751d6 13150 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
13151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13152 (eval $ac_try) 2>&5
13153 ac_status=$?
13154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13155 (exit $ac_status); }; } &&
13156 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
13157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13158 (eval $ac_try) 2>&5
13159 ac_status=$?
13160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13161 (exit $ac_status); }; }; then
13162 :
13163else
13164 echo "$as_me: failed program was:" >&5
13165sed 's/^/| /' conftest.$ac_ext >&5
13166
13167continue
13168fi
ac1cb8d3 13169rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
13170 cat >conftest.$ac_ext <<_ACEOF
13171/* confdefs.h. */
13172_ACEOF
13173cat confdefs.h >>conftest.$ac_ext
13174cat >>conftest.$ac_ext <<_ACEOF
13175/* end confdefs.h. */
13176$ac_declaration
13177int
13178main ()
13179{
13180exit (42);
13181 ;
13182 return 0;
13183}
13184_ACEOF
13185rm -f conftest.$ac_objext
13186if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 13187 (eval $ac_compile) 2>conftest.er1
a848cd7e 13188 ac_status=$?
ac1cb8d3
VS
13189 grep -v '^ *+' conftest.er1 >conftest.err
13190 rm -f conftest.er1
13191 cat conftest.err >&5
a848cd7e
SC
13192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13193 (exit $ac_status); } &&
5ff751d6 13194 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
13195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13196 (eval $ac_try) 2>&5
13197 ac_status=$?
13198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13199 (exit $ac_status); }; } &&
13200 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
13201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13202 (eval $ac_try) 2>&5
13203 ac_status=$?
13204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13205 (exit $ac_status); }; }; then
13206 break
13207else
13208 echo "$as_me: failed program was:" >&5
13209sed 's/^/| /' conftest.$ac_ext >&5
13210
13211fi
ac1cb8d3 13212rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
13213done
13214rm -f conftest*
13215if test -n "$ac_declaration"; then
13216 echo '#ifdef __cplusplus' >>confdefs.h
13217 echo $ac_declaration >>confdefs.h
13218 echo '#endif' >>confdefs.h
13219fi
13220
13221ac_ext=cc
13222ac_cpp='$CXXCPP $CPPFLAGS'
13223ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13224ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13225ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13226
ab0ad5f1
VZ
13227
13228
13229 ac_ext=cc
13230ac_cpp='$CXXCPP $CPPFLAGS'
13231ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13232ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13233ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13234
13235 echo "$as_me:$LINENO: checking whether we are using the Intel C++ compiler" >&5
13236echo $ECHO_N "checking whether we are using the Intel C++ compiler... $ECHO_C" >&6
13237if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER+set}" = set; then
13238 echo $ECHO_N "(cached) $ECHO_C" >&6
13239else
13240 cat >conftest.$ac_ext <<_ACEOF
13241/* confdefs.h. */
13242_ACEOF
13243cat confdefs.h >>conftest.$ac_ext
13244cat >>conftest.$ac_ext <<_ACEOF
13245/* end confdefs.h. */
13246
13247int
13248main ()
13249{
13250
13251 #ifndef __INTEL_COMPILER
13252 choke me
13253 #endif
13254
13255 ;
13256 return 0;
13257}
13258_ACEOF
13259rm -f conftest.$ac_objext
13260if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13261 (eval $ac_compile) 2>conftest.er1
13262 ac_status=$?
13263 grep -v '^ *+' conftest.er1 >conftest.err
13264 rm -f conftest.er1
13265 cat conftest.err >&5
13266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13267 (exit $ac_status); } &&
5ff751d6 13268 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ab0ad5f1
VZ
13269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13270 (eval $ac_try) 2>&5
13271 ac_status=$?
13272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13273 (exit $ac_status); }; } &&
13274 { ac_try='test -s conftest.$ac_objext'
13275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13276 (eval $ac_try) 2>&5
13277 ac_status=$?
13278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13279 (exit $ac_status); }; }; then
13280 bakefile_cv_cxx_compiler___INTEL_COMPILER=yes
13281else
13282 echo "$as_me: failed program was:" >&5
13283sed 's/^/| /' conftest.$ac_ext >&5
13284
13285bakefile_cv_cxx_compiler___INTEL_COMPILER=no
13286
13287fi
13288rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13289
13290
13291fi
13292echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER" >&5
13293echo "${ECHO_T}$bakefile_cv_cxx_compiler___INTEL_COMPILER" >&6
13294 ac_ext=cc
13295ac_cpp='$CXXCPP $CPPFLAGS'
13296ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13297ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13298ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13299
13300 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER" = "xyes"; then
13301 :; INTELCXX=yes
13302 else
13303 :;
13304 fi
13305
13306
3006edc0
VZ
13307 if test "x$GCXX" != "xyes"; then
13308 if test "xCXX" = "xC"; then
13309 echo "$as_me:$LINENO: checking if the C++ compiler requires -ext o" >&5
480ccd21 13310echo $ECHO_N "checking if the C++ compiler requires -ext o... $ECHO_C" >&6
0093c2fc 13311if test "${bakefile_cv_cxx_exto+set}" = set; then
480ccd21
DE
13312 echo $ECHO_N "(cached) $ECHO_C" >&6
13313else
13314 cat >conftest.$ac_ext <<_ACEOF
13315/* confdefs.h. */
13316_ACEOF
13317cat confdefs.h >>conftest.$ac_ext
13318cat >>conftest.$ac_ext <<_ACEOF
13319/* end confdefs.h. */
13320
13321int
13322main ()
13323{
13324
13325 ;
13326 return 0;
13327}
13328_ACEOF
13329rm -f conftest.$ac_objext conftest.$ac_ext.o
13330if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13331 (eval $ac_compile) 2>&5
13332 ac_status=$?
13333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13334 (exit $ac_status); }; then
13335 for ac_file in `(ls conftest.* 2>/dev/null)`; do
13336 case $ac_file in
13337 conftest.$ac_ext.o)
0093c2fc 13338 bakefile_cv_cxx_exto="-ext o"
480ccd21
DE
13339 ;;
13340 *)
13341 ;;
13342 esac
13343done
13344else
13345 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
13346See \`config.log' for more details." >&5
13347echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
13348See \`config.log' for more details." >&2;}
13349 { (exit 1); exit 1; }; }
13350
13351fi
13352
13353rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
13354
13355fi
0093c2fc
VZ
13356echo "$as_me:$LINENO: result: $bakefile_cv_cxx_exto" >&5
13357echo "${ECHO_T}$bakefile_cv_cxx_exto" >&6
13358if test "x$bakefile_cv_cxx_exto" '!=' "x"; then
480ccd21 13359 if test "cxx" = "c"; then
0093c2fc 13360 CFLAGS="$bakefile_cv_cxx_exto $CFLAGS"
480ccd21
DE
13361 fi
13362 if test "cxx" = "cxx"; then
0093c2fc 13363 CXXFLAGS="$bakefile_cv_cxx_exto $CXXFLAGS"
480ccd21
DE
13364 fi
13365fi
13366
0093c2fc 13367 if test "x$bakefile_cv_c_exto" '!=' "x"; then
3006edc0
VZ
13368 unset ac_cv_prog_cc_g
13369 ac_test_CFLAGS=${CFLAGS+set}
13370ac_save_CFLAGS=$CFLAGS
13371CFLAGS="-g"
13372echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
13373echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
13374if test "${ac_cv_prog_cc_g+set}" = set; then
480ccd21
DE
13375 echo $ECHO_N "(cached) $ECHO_C" >&6
13376else
13377 cat >conftest.$ac_ext <<_ACEOF
13378/* confdefs.h. */
13379_ACEOF
13380cat confdefs.h >>conftest.$ac_ext
13381cat >>conftest.$ac_ext <<_ACEOF
13382/* end confdefs.h. */
13383
13384int
13385main ()
13386{
13387
13388 ;
13389 return 0;
13390}
13391_ACEOF
13392rm -f conftest.$ac_objext
13393if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13394 (eval $ac_compile) 2>conftest.er1
13395 ac_status=$?
13396 grep -v '^ *+' conftest.er1 >conftest.err
13397 rm -f conftest.er1
13398 cat conftest.err >&5
13399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13400 (exit $ac_status); } &&
5ff751d6 13401 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
480ccd21
DE
13402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13403 (eval $ac_try) 2>&5
13404 ac_status=$?
13405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13406 (exit $ac_status); }; } &&
13407 { ac_try='test -s conftest.$ac_objext'
13408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13409 (eval $ac_try) 2>&5
13410 ac_status=$?
13411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13412 (exit $ac_status); }; }; then
3006edc0 13413 ac_cv_prog_cc_g=yes
480ccd21
DE
13414else
13415 echo "$as_me: failed program was:" >&5
13416sed 's/^/| /' conftest.$ac_ext >&5
13417
3006edc0 13418ac_cv_prog_cc_g=no
480ccd21
DE
13419fi
13420rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13421fi
3006edc0
VZ
13422echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
13423echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
13424if test "$ac_test_CFLAGS" = set; then
13425 CFLAGS=$ac_save_CFLAGS
13426elif test $ac_cv_prog_cc_g = yes; then
13427 if test "$GCC" = yes; then
13428 CFLAGS="-g -O2"
480ccd21 13429 else
3006edc0 13430 CFLAGS="-g"
480ccd21
DE
13431 fi
13432else
3006edc0
VZ
13433 if test "$GCC" = yes; then
13434 CFLAGS="-O2"
480ccd21 13435 else
3006edc0 13436 CFLAGS=
480ccd21
DE
13437 fi
13438fi
3006edc0 13439 fi
ab0ad5f1 13440 fi
3006edc0
VZ
13441
13442 case `uname -s` in
13443 AIX*)
13444 ac_ext=cc
13445ac_cpp='$CXXCPP $CPPFLAGS'
13446ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13447ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13448ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13449
13450echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
13451echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6
0093c2fc 13452if test "${bakefile_cv_cxx_compiler_xlc+set}" = set; then
3006edc0
VZ
13453 echo $ECHO_N "(cached) $ECHO_C" >&6
13454else
13455 cat >conftest.$ac_ext <<_ACEOF
13456/* confdefs.h. */
13457_ACEOF
13458cat confdefs.h >>conftest.$ac_ext
13459cat >>conftest.$ac_ext <<_ACEOF
13460/* end confdefs.h. */
13461
13462int
13463main ()
13464{
13465#ifndef __xlC__
13466 choke me
13467#endif
13468
13469 ;
13470 return 0;
13471}
13472_ACEOF
13473rm -f conftest.$ac_objext
13474if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13475 (eval $ac_compile) 2>conftest.er1
13476 ac_status=$?
13477 grep -v '^ *+' conftest.er1 >conftest.err
13478 rm -f conftest.er1
13479 cat conftest.err >&5
13480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13481 (exit $ac_status); } &&
5ff751d6 13482 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3006edc0
VZ
13483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13484 (eval $ac_try) 2>&5
13485 ac_status=$?
13486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13487 (exit $ac_status); }; } &&
13488 { ac_try='test -s conftest.$ac_objext'
13489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13490 (eval $ac_try) 2>&5
13491 ac_status=$?
13492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13493 (exit $ac_status); }; }; then
0093c2fc 13494 bakefile_compiler_xlc=yes
3006edc0
VZ
13495else
13496 echo "$as_me: failed program was:" >&5
13497sed 's/^/| /' conftest.$ac_ext >&5
13498
0093c2fc 13499bakefile_compiler_xlc=no
3006edc0
VZ
13500fi
13501rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
0093c2fc 13502 bakefile_cv_cxx_compiler_xlc=$bakefile_compiler_xlc
3006edc0
VZ
13503
13504fi
0093c2fc
VZ
13505echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_xlc" >&5
13506echo "${ECHO_T}$bakefile_cv_cxx_compiler_xlc" >&6
3006edc0 13507
0093c2fc 13508XLCXX=`test $bakefile_cv_cxx_compiler_xlc = yes && echo yes`
3006edc0
VZ
13509ac_ext=cc
13510ac_cpp='$CXXCPP $CPPFLAGS'
13511ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13512ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13513ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13514
13515
13516 ;;
13517
13518 Darwin)
13519 ac_ext=cc
95986553
DE
13520ac_cpp='$CXXCPP $CPPFLAGS'
13521ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13522ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13523ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13524
13525echo "$as_me:$LINENO: checking whether we are using the Metrowerks C++ compiler" >&5
13526echo $ECHO_N "checking whether we are using the Metrowerks C++ compiler... $ECHO_C" >&6
13527if test "${bakefile_cv_cxx_compiler_mwerks+set}" = set; then
13528 echo $ECHO_N "(cached) $ECHO_C" >&6
13529else
13530 cat >conftest.$ac_ext <<_ACEOF
13531/* confdefs.h. */
13532_ACEOF
13533cat confdefs.h >>conftest.$ac_ext
13534cat >>conftest.$ac_ext <<_ACEOF
13535/* end confdefs.h. */
13536
13537int
13538main ()
13539{
13540#ifndef __MWERKS__
13541 choke me
13542#endif
13543
13544 ;
13545 return 0;
13546}
13547_ACEOF
13548rm -f conftest.$ac_objext
13549if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13550 (eval $ac_compile) 2>conftest.er1
13551 ac_status=$?
13552 grep -v '^ *+' conftest.er1 >conftest.err
13553 rm -f conftest.er1
13554 cat conftest.err >&5
13555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13556 (exit $ac_status); } &&
5ff751d6 13557 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
95986553
DE
13558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13559 (eval $ac_try) 2>&5
13560 ac_status=$?
13561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13562 (exit $ac_status); }; } &&
13563 { ac_try='test -s conftest.$ac_objext'
13564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13565 (eval $ac_try) 2>&5
13566 ac_status=$?
13567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13568 (exit $ac_status); }; }; then
13569 bakefile_compiler_mwerks=yes
13570else
13571 echo "$as_me: failed program was:" >&5
13572sed 's/^/| /' conftest.$ac_ext >&5
13573
13574bakefile_compiler_mwerks=no
13575fi
13576rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13577 bakefile_cv_cxx_compiler_mwerks=$bakefile_compiler_mwerks
13578
13579fi
13580echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_mwerks" >&5
13581echo "${ECHO_T}$bakefile_cv_cxx_compiler_mwerks" >&6
13582
0e6fa1d9 13583MWCXX=`test $bakefile_cv_cxx_compiler_mwerks = yes && echo yes`
95986553
DE
13584ac_ext=cc
13585ac_cpp='$CXXCPP $CPPFLAGS'
13586ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13587ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13588ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13589
13590
3006edc0 13591 ac_ext=cc
9273ffba
DE
13592ac_cpp='$CXXCPP $CPPFLAGS'
13593ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13594ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13595ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13596
13597echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
13598echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6
0093c2fc 13599if test "${bakefile_cv_cxx_compiler_xlc+set}" = set; then
9273ffba
DE
13600 echo $ECHO_N "(cached) $ECHO_C" >&6
13601else
13602 cat >conftest.$ac_ext <<_ACEOF
13603/* confdefs.h. */
13604_ACEOF
13605cat confdefs.h >>conftest.$ac_ext
13606cat >>conftest.$ac_ext <<_ACEOF
13607/* end confdefs.h. */
13608
13609int
13610main ()
13611{
13612#ifndef __xlC__
13613 choke me
13614#endif
13615
13616 ;
13617 return 0;
13618}
13619_ACEOF
13620rm -f conftest.$ac_objext
13621if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13622 (eval $ac_compile) 2>conftest.er1
13623 ac_status=$?
13624 grep -v '^ *+' conftest.er1 >conftest.err
13625 rm -f conftest.er1
13626 cat conftest.err >&5
13627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13628 (exit $ac_status); } &&
5ff751d6 13629 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9273ffba
DE
13630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13631 (eval $ac_try) 2>&5
13632 ac_status=$?
13633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13634 (exit $ac_status); }; } &&
13635 { ac_try='test -s conftest.$ac_objext'
13636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13637 (eval $ac_try) 2>&5
13638 ac_status=$?
13639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13640 (exit $ac_status); }; }; then
0093c2fc 13641 bakefile_compiler_xlc=yes
9273ffba
DE
13642else
13643 echo "$as_me: failed program was:" >&5
13644sed 's/^/| /' conftest.$ac_ext >&5
13645
0093c2fc 13646bakefile_compiler_xlc=no
9273ffba
DE
13647fi
13648rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
0093c2fc 13649 bakefile_cv_cxx_compiler_xlc=$bakefile_compiler_xlc
9273ffba
DE
13650
13651fi
0093c2fc
VZ
13652echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_xlc" >&5
13653echo "${ECHO_T}$bakefile_cv_cxx_compiler_xlc" >&6
9273ffba 13654
0093c2fc 13655XLCXX=`test $bakefile_cv_cxx_compiler_xlc = yes && echo yes`
9273ffba
DE
13656ac_ext=cc
13657ac_cpp='$CXXCPP $CPPFLAGS'
13658ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13659ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13660ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13661
13662
3006edc0
VZ
13663 ;;
13664
13665 IRIX*)
95986553 13666
6dcfc289 13667
0ad5d837
VZ
13668 ac_ext=cc
13669ac_cpp='$CXXCPP $CPPFLAGS'
13670ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13671ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13672ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13673
13674 echo "$as_me:$LINENO: checking whether we are using the SGI C++ compiler" >&5
13675echo $ECHO_N "checking whether we are using the SGI C++ compiler... $ECHO_C" >&6
13676if test "${bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION+set}" = set; then
13677 echo $ECHO_N "(cached) $ECHO_C" >&6
13678else
13679 cat >conftest.$ac_ext <<_ACEOF
13680/* confdefs.h. */
13681_ACEOF
13682cat confdefs.h >>conftest.$ac_ext
13683cat >>conftest.$ac_ext <<_ACEOF
13684/* end confdefs.h. */
13685
13686int
13687main ()
13688{
13689
13690 #ifndef _SGI_COMPILER_VERSION
13691 choke me
13692 #endif
13693
13694 ;
13695 return 0;
13696}
13697_ACEOF
13698rm -f conftest.$ac_objext
13699if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13700 (eval $ac_compile) 2>conftest.er1
13701 ac_status=$?
13702 grep -v '^ *+' conftest.er1 >conftest.err
13703 rm -f conftest.er1
13704 cat conftest.err >&5
13705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13706 (exit $ac_status); } &&
5ff751d6 13707 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
0ad5d837
VZ
13708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13709 (eval $ac_try) 2>&5
13710 ac_status=$?
13711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13712 (exit $ac_status); }; } &&
13713 { ac_try='test -s conftest.$ac_objext'
13714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13715 (eval $ac_try) 2>&5
13716 ac_status=$?
13717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13718 (exit $ac_status); }; }; then
13719 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=yes
13720else
13721 echo "$as_me: failed program was:" >&5
13722sed 's/^/| /' conftest.$ac_ext >&5
13723
13724bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=no
13725
13726fi
13727rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13728
13729
13730fi
13731echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&5
13732echo "${ECHO_T}$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&6
13733 ac_ext=cc
13734ac_cpp='$CXXCPP $CPPFLAGS'
13735ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13736ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13737ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13738
13739 if test "x$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" = "xyes"; then
13740 :; SGICXX=yes
13741 else
13742 :;
13743 fi
13744
13745
3006edc0
VZ
13746 ;;
13747
0093c2fc 13748 HP-UX*)
3006edc0
VZ
13749
13750
13751 ac_ext=cc
13752ac_cpp='$CXXCPP $CPPFLAGS'
13753ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13754ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13755ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13756
0093c2fc
VZ
13757 echo "$as_me:$LINENO: checking whether we are using the HP C++ compiler" >&5
13758echo $ECHO_N "checking whether we are using the HP C++ compiler... $ECHO_C" >&6
13759if test "${bakefile_cv_cxx_compiler___HP_aCC+set}" = set; then
3006edc0
VZ
13760 echo $ECHO_N "(cached) $ECHO_C" >&6
13761else
13762 cat >conftest.$ac_ext <<_ACEOF
13763/* confdefs.h. */
13764_ACEOF
13765cat confdefs.h >>conftest.$ac_ext
13766cat >>conftest.$ac_ext <<_ACEOF
13767/* end confdefs.h. */
13768
13769int
13770main ()
13771{
13772
0093c2fc 13773 #ifndef __HP_aCC
3006edc0
VZ
13774 choke me
13775 #endif
13776
13777 ;
13778 return 0;
13779}
13780_ACEOF
13781rm -f conftest.$ac_objext
13782if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13783 (eval $ac_compile) 2>conftest.er1
13784 ac_status=$?
13785 grep -v '^ *+' conftest.er1 >conftest.err
13786 rm -f conftest.er1
13787 cat conftest.err >&5
13788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13789 (exit $ac_status); } &&
5ff751d6 13790 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3006edc0
VZ
13791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13792 (eval $ac_try) 2>&5
13793 ac_status=$?
13794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13795 (exit $ac_status); }; } &&
13796 { ac_try='test -s conftest.$ac_objext'
13797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13798 (eval $ac_try) 2>&5
13799 ac_status=$?
13800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13801 (exit $ac_status); }; }; then
0093c2fc 13802 bakefile_cv_cxx_compiler___HP_aCC=yes
3006edc0
VZ
13803else
13804 echo "$as_me: failed program was:" >&5
13805sed 's/^/| /' conftest.$ac_ext >&5
13806
0093c2fc 13807bakefile_cv_cxx_compiler___HP_aCC=no
3006edc0
VZ
13808
13809fi
13810rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13811
13812
13813fi
0093c2fc
VZ
13814echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___HP_aCC" >&5
13815echo "${ECHO_T}$bakefile_cv_cxx_compiler___HP_aCC" >&6
3006edc0
VZ
13816 ac_ext=cc
13817ac_cpp='$CXXCPP $CPPFLAGS'
13818ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13819ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13820ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13821
0093c2fc
VZ
13822 if test "x$bakefile_cv_cxx_compiler___HP_aCC" = "xyes"; then
13823 :; HPCXX=yes
a1aa0349
VZ
13824 else
13825 :;
13826 fi
13827
13828
13829 ;;
13830
0093c2fc 13831 OSF1)
a1aa0349
VZ
13832
13833
13834 ac_ext=cc
13835ac_cpp='$CXXCPP $CPPFLAGS'
13836ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13837ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13838ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13839
0093c2fc
VZ
13840 echo "$as_me:$LINENO: checking whether we are using the Compaq C++ compiler" >&5
13841echo $ECHO_N "checking whether we are using the Compaq C++ compiler... $ECHO_C" >&6
13842if test "${bakefile_cv_cxx_compiler___DECCXX+set}" = set; then
a1aa0349
VZ
13843 echo $ECHO_N "(cached) $ECHO_C" >&6
13844else
13845 cat >conftest.$ac_ext <<_ACEOF
13846/* confdefs.h. */
13847_ACEOF
13848cat confdefs.h >>conftest.$ac_ext
13849cat >>conftest.$ac_ext <<_ACEOF
13850/* end confdefs.h. */
13851
13852int
13853main ()
13854{
13855
0093c2fc 13856 #ifndef __DECCXX
a1aa0349
VZ
13857 choke me
13858 #endif
13859
13860 ;
13861 return 0;
13862}
13863_ACEOF
13864rm -f conftest.$ac_objext
13865if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13866 (eval $ac_compile) 2>conftest.er1
13867 ac_status=$?
13868 grep -v '^ *+' conftest.er1 >conftest.err
13869 rm -f conftest.er1
13870 cat conftest.err >&5
13871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13872 (exit $ac_status); } &&
5ff751d6 13873 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
a1aa0349
VZ
13874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13875 (eval $ac_try) 2>&5
13876 ac_status=$?
13877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13878 (exit $ac_status); }; } &&
13879 { ac_try='test -s conftest.$ac_objext'
13880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13881 (eval $ac_try) 2>&5
13882 ac_status=$?
13883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13884 (exit $ac_status); }; }; then
0093c2fc 13885 bakefile_cv_cxx_compiler___DECCXX=yes
a1aa0349
VZ
13886else
13887 echo "$as_me: failed program was:" >&5
13888sed 's/^/| /' conftest.$ac_ext >&5
13889
0093c2fc 13890bakefile_cv_cxx_compiler___DECCXX=no
a1aa0349
VZ
13891
13892fi
13893rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13894
13895
13896fi
0093c2fc
VZ
13897echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___DECCXX" >&5
13898echo "${ECHO_T}$bakefile_cv_cxx_compiler___DECCXX" >&6
a1aa0349
VZ
13899 ac_ext=cc
13900ac_cpp='$CXXCPP $CPPFLAGS'
13901ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13902ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13903ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13904
0093c2fc
VZ
13905 if test "x$bakefile_cv_cxx_compiler___DECCXX" = "xyes"; then
13906 :; COMPAQCXX=yes
13907 else
13908 :;
13909 fi
13910
13911
13912 ;;
13913
13914 SunOS)
13915
13916
13917 ac_ext=cc
13918ac_cpp='$CXXCPP $CPPFLAGS'
13919ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13920ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13921ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13922
13923 echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
13924echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6
13925if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
13926 echo $ECHO_N "(cached) $ECHO_C" >&6
13927else
13928 cat >conftest.$ac_ext <<_ACEOF
13929/* confdefs.h. */
13930_ACEOF
13931cat confdefs.h >>conftest.$ac_ext
13932cat >>conftest.$ac_ext <<_ACEOF
13933/* end confdefs.h. */
13934
13935int
13936main ()
13937{
13938
13939 #ifndef __SUNPRO_CC
13940 choke me
13941 #endif
13942
13943 ;
13944 return 0;
13945}
13946_ACEOF
13947rm -f conftest.$ac_objext
13948if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13949 (eval $ac_compile) 2>conftest.er1
13950 ac_status=$?
13951 grep -v '^ *+' conftest.er1 >conftest.err
13952 rm -f conftest.er1
13953 cat conftest.err >&5
13954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13955 (exit $ac_status); } &&
5ff751d6 13956 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
0093c2fc
VZ
13957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13958 (eval $ac_try) 2>&5
13959 ac_status=$?
13960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13961 (exit $ac_status); }; } &&
13962 { ac_try='test -s conftest.$ac_objext'
13963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13964 (eval $ac_try) 2>&5
13965 ac_status=$?
13966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13967 (exit $ac_status); }; }; then
13968 bakefile_cv_cxx_compiler___SUNPRO_CC=yes
13969else
13970 echo "$as_me: failed program was:" >&5
13971sed 's/^/| /' conftest.$ac_ext >&5
13972
13973bakefile_cv_cxx_compiler___SUNPRO_CC=no
13974
13975fi
13976rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13977
13978
13979fi
13980echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
13981echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6
13982 ac_ext=cc
13983ac_cpp='$CXXCPP $CPPFLAGS'
13984ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13985ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13986ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13987
13988 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
13989 :; SUNCXX=yes
3006edc0
VZ
13990 else
13991 :;
ab0ad5f1 13992 fi
a9e5b1f0
MW
13993
13994
3006edc0
VZ
13995 ;;
13996 esac
13997 fi
13998
13999
14000
a848cd7e
SC
14001ac_ext=c
14002ac_cpp='$CPP $CPPFLAGS'
14003ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14004ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14005ac_compiler_gnu=$ac_cv_c_compiler_gnu
14006
14007
a848cd7e
SC
14008if test -n "$ac_tool_prefix"; then
14009 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
14010set dummy ${ac_tool_prefix}ranlib; ac_word=$2
14011echo "$as_me:$LINENO: checking for $ac_word" >&5
14012echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14013if test "${ac_cv_prog_RANLIB+set}" = set; then
14014 echo $ECHO_N "(cached) $ECHO_C" >&6
14015else
14016 if test -n "$RANLIB"; then
14017 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
14018else
14019as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14020for as_dir in $PATH
14021do
14022 IFS=$as_save_IFS
14023 test -z "$as_dir" && as_dir=.
14024 for ac_exec_ext in '' $ac_executable_extensions; do
14025 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14026 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
14027 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14028 break 2
14029 fi
14030done
14031done
14032
14033fi
14034fi
14035RANLIB=$ac_cv_prog_RANLIB
14036if test -n "$RANLIB"; then
14037 echo "$as_me:$LINENO: result: $RANLIB" >&5
14038echo "${ECHO_T}$RANLIB" >&6
14039else
14040 echo "$as_me:$LINENO: result: no" >&5
14041echo "${ECHO_T}no" >&6
14042fi
14043
14044fi
14045if test -z "$ac_cv_prog_RANLIB"; then
14046 ac_ct_RANLIB=$RANLIB
14047 # Extract the first word of "ranlib", so it can be a program name with args.
14048set dummy ranlib; ac_word=$2
14049echo "$as_me:$LINENO: checking for $ac_word" >&5
14050echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14051if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
14052 echo $ECHO_N "(cached) $ECHO_C" >&6
14053else
14054 if test -n "$ac_ct_RANLIB"; then
14055 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
14056else
14057as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14058for as_dir in $PATH
14059do
14060 IFS=$as_save_IFS
14061 test -z "$as_dir" && as_dir=.
14062 for ac_exec_ext in '' $ac_executable_extensions; do
14063 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14064 ac_cv_prog_ac_ct_RANLIB="ranlib"
14065 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14066 break 2
14067 fi
14068done
14069done
14070
14071 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
14072fi
14073fi
14074ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
14075if test -n "$ac_ct_RANLIB"; then
14076 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
14077echo "${ECHO_T}$ac_ct_RANLIB" >&6
14078else
14079 echo "$as_me:$LINENO: result: no" >&5
14080echo "${ECHO_T}no" >&6
14081fi
14082
14083 RANLIB=$ac_ct_RANLIB
14084else
14085 RANLIB="$ac_cv_prog_RANLIB"
14086fi
14087
14088
8c80d384
DE
14089if test -n "$ac_tool_prefix"; then
14090 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
14091set dummy ${ac_tool_prefix}ar; ac_word=$2
a848cd7e
SC
14092echo "$as_me:$LINENO: checking for $ac_word" >&5
14093echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14094if test "${ac_cv_prog_AR+set}" = set; then
14095 echo $ECHO_N "(cached) $ECHO_C" >&6
14096else
14097 if test -n "$AR"; then
14098 ac_cv_prog_AR="$AR" # Let the user override the test.
14099else
14100as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14101for as_dir in $PATH
14102do
14103 IFS=$as_save_IFS
14104 test -z "$as_dir" && as_dir=.
14105 for ac_exec_ext in '' $ac_executable_extensions; do
14106 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8c80d384 14107 ac_cv_prog_AR="${ac_tool_prefix}ar"
a848cd7e
SC
14108 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14109 break 2
14110 fi
14111done
14112done
14113
14114fi
14115fi
14116AR=$ac_cv_prog_AR
14117if test -n "$AR"; then
14118 echo "$as_me:$LINENO: result: $AR" >&5
14119echo "${ECHO_T}$AR" >&6
14120else
14121 echo "$as_me:$LINENO: result: no" >&5
14122echo "${ECHO_T}no" >&6
14123fi
14124
8c80d384
DE
14125fi
14126if test -z "$ac_cv_prog_AR"; then
14127 ac_ct_AR=$AR
14128 # Extract the first word of "ar", so it can be a program name with args.
14129set dummy ar; ac_word=$2
14130echo "$as_me:$LINENO: checking for $ac_word" >&5
14131echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14132if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
14133 echo $ECHO_N "(cached) $ECHO_C" >&6
14134else
14135 if test -n "$ac_ct_AR"; then
14136 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
14137else
14138as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14139for as_dir in $PATH
14140do
14141 IFS=$as_save_IFS
14142 test -z "$as_dir" && as_dir=.
14143 for ac_exec_ext in '' $ac_executable_extensions; do
14144 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14145 ac_cv_prog_ac_ct_AR="ar"
14146 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14147 break 2
14148 fi
14149done
14150done
14151
14152fi
14153fi
14154ac_ct_AR=$ac_cv_prog_ac_ct_AR
14155if test -n "$ac_ct_AR"; then
14156 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
14157echo "${ECHO_T}$ac_ct_AR" >&6
14158else
14159 echo "$as_me:$LINENO: result: no" >&5
14160echo "${ECHO_T}no" >&6
14161fi
14162
14163 AR=$ac_ct_AR
14164else
14165 AR="$ac_cv_prog_AR"
14166fi
14167
a848cd7e 14168if test "x$AR" = "x" ; then
77ffb593
JS
14169 { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5
14170echo "$as_me: error: ar is needed to build wxWidgets" >&2;}
a848cd7e
SC
14171 { (exit 1); exit 1; }; }
14172fi
14173
14174# Find a good install program. We prefer a C program (faster),
14175# so one script is as good as another. But avoid the broken or
14176# incompatible versions:
14177# SysV /etc/install, /usr/sbin/install
14178# SunOS /usr/etc/install
14179# IRIX /sbin/install
14180# AIX /bin/install
14181# AmigaOS /C/install, which installs bootblocks on floppy discs
14182# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
14183# AFS /usr/afsws/bin/install, which mishandles nonexistent args
14184# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
ac1cb8d3 14185# OS/2's system install, which has a completely different semantic
a848cd7e
SC
14186# ./install, which can be erroneously created by make from ./install.sh.
14187echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
14188echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
14189if test -z "$INSTALL"; then
14190if test "${ac_cv_path_install+set}" = set; then
14191 echo $ECHO_N "(cached) $ECHO_C" >&6
14192else
14193 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14194for as_dir in $PATH
14195do
14196 IFS=$as_save_IFS
14197 test -z "$as_dir" && as_dir=.
14198 # Account for people who put trailing slashes in PATH elements.
14199case $as_dir/ in
14200 ./ | .// | /cC/* | \
14201 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
ac1cb8d3 14202 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
a848cd7e
SC
14203 /usr/ucb/* ) ;;
14204 *)
14205 # OSF1 and SCO ODT 3.0 have their own names for install.
14206 # Don't use installbsd from OSF since it installs stuff as root
14207 # by default.
14208 for ac_prog in ginstall scoinst install; do
14209 for ac_exec_ext in '' $ac_executable_extensions; do
ac1cb8d3
VS
14210 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
14211 if test $ac_prog = install &&
14212 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
14213 # AIX install. It has an incompatible calling convention.
14214 :
14215 elif test $ac_prog = install &&
14216 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
14217 # program-specific install script used by HP pwplus--don't use.
14218 :
14219 else
14220 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
14221 break 3
14222 fi
14223 fi
a848cd7e
SC
14224 done
14225 done
14226 ;;
14227esac
14228done
14229
14230
14231fi
14232 if test "${ac_cv_path_install+set}" = set; then
14233 INSTALL=$ac_cv_path_install
14234 else
14235 # As a last resort, use the slow shell script. We don't cache a
14236 # path for INSTALL within a source directory, because that will
14237 # break other packages using the cache if that directory is
14238 # removed, or if the path is relative.
14239 INSTALL=$ac_install_sh
14240 fi
14241fi
14242echo "$as_me:$LINENO: result: $INSTALL" >&5
14243echo "${ECHO_T}$INSTALL" >&6
14244
14245# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
14246# It thinks the first close brace ends the variable substitution.
14247test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
14248
14249test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
14250
14251test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
14252
14253
14254case ${INSTALL} in
14255 /* ) # Absolute
14256 ;;
14257 ?:* ) # Drive letter, considered as absolute.
14258 ;;
14259 *)
14260 INSTALL=`pwd`/${INSTALL} ;;
14261esac
14262
a848cd7e
SC
14263
14264case "${host}" in
14265
cfda0ea8 14266 *-*-darwin* )
a848cd7e
SC
14267 INSTALL_PROGRAM="cp -fp"
14268 INSTALL_DATA="cp -fp"
14269 ;;
14270 *)
14271 ;;
14272esac
14273
8c80d384
DE
14274if test -n "$ac_tool_prefix"; then
14275 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
14276set dummy ${ac_tool_prefix}strip; ac_word=$2
a848cd7e
SC
14277echo "$as_me:$LINENO: checking for $ac_word" >&5
14278echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14279if test "${ac_cv_prog_STRIP+set}" = set; then
14280 echo $ECHO_N "(cached) $ECHO_C" >&6
14281else
14282 if test -n "$STRIP"; then
14283 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
14284else
14285as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14286for as_dir in $PATH
14287do
14288 IFS=$as_save_IFS
14289 test -z "$as_dir" && as_dir=.
14290 for ac_exec_ext in '' $ac_executable_extensions; do
14291 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8c80d384 14292 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
a848cd7e
SC
14293 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14294 break 2
14295 fi
14296done
14297done
14298
a848cd7e
SC
14299fi
14300fi
14301STRIP=$ac_cv_prog_STRIP
14302if test -n "$STRIP"; then
14303 echo "$as_me:$LINENO: result: $STRIP" >&5
14304echo "${ECHO_T}$STRIP" >&6
14305else
14306 echo "$as_me:$LINENO: result: no" >&5
14307echo "${ECHO_T}no" >&6
14308fi
14309
8c80d384
DE
14310fi
14311if test -z "$ac_cv_prog_STRIP"; then
14312 ac_ct_STRIP=$STRIP
14313 # Extract the first word of "strip", so it can be a program name with args.
14314set dummy strip; ac_word=$2
14315echo "$as_me:$LINENO: checking for $ac_word" >&5
14316echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14317if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
14318 echo $ECHO_N "(cached) $ECHO_C" >&6
14319else
14320 if test -n "$ac_ct_STRIP"; then
14321 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
14322else
14323as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14324for as_dir in $PATH
14325do
14326 IFS=$as_save_IFS
14327 test -z "$as_dir" && as_dir=.
14328 for ac_exec_ext in '' $ac_executable_extensions; do
14329 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14330 ac_cv_prog_ac_ct_STRIP="strip"
14331 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14332 break 2
14333 fi
14334done
14335done
14336
14337 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP="true"
14338fi
14339fi
14340ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
14341if test -n "$ac_ct_STRIP"; then
14342 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
14343echo "${ECHO_T}$ac_ct_STRIP" >&6
14344else
14345 echo "$as_me:$LINENO: result: no" >&5
14346echo "${ECHO_T}no" >&6
14347fi
14348
14349 STRIP=$ac_ct_STRIP
14350else
14351 STRIP="$ac_cv_prog_STRIP"
14352fi
14353
14354
14355if test "$wxUSE_WINE" = "yes"; then
14356 if test -n "$ac_tool_prefix"; then
14357 # Extract the first word of "${ac_tool_prefix}wrc", so it can be a program name with args.
14358set dummy ${ac_tool_prefix}wrc; ac_word=$2
14359echo "$as_me:$LINENO: checking for $ac_word" >&5
14360echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14361if test "${ac_cv_prog_RESCOMP+set}" = set; then
14362 echo $ECHO_N "(cached) $ECHO_C" >&6
14363else
14364 if test -n "$RESCOMP"; then
14365 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
14366else
14367as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14368for as_dir in $PATH
14369do
14370 IFS=$as_save_IFS
14371 test -z "$as_dir" && as_dir=.
14372 for ac_exec_ext in '' $ac_executable_extensions; do
14373 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14374 ac_cv_prog_RESCOMP="${ac_tool_prefix}wrc"
14375 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14376 break 2
14377 fi
14378done
14379done
14380
14381fi
14382fi
14383RESCOMP=$ac_cv_prog_RESCOMP
14384if test -n "$RESCOMP"; then
14385 echo "$as_me:$LINENO: result: $RESCOMP" >&5
14386echo "${ECHO_T}$RESCOMP" >&6
14387else
14388 echo "$as_me:$LINENO: result: no" >&5
14389echo "${ECHO_T}no" >&6
14390fi
14391
14392fi
14393if test -z "$ac_cv_prog_RESCOMP"; then
14394 ac_ct_RESCOMP=$RESCOMP
14395 # Extract the first word of "wrc", so it can be a program name with args.
14396set dummy wrc; ac_word=$2
14397echo "$as_me:$LINENO: checking for $ac_word" >&5
14398echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14399if test "${ac_cv_prog_ac_ct_RESCOMP+set}" = set; then
14400 echo $ECHO_N "(cached) $ECHO_C" >&6
14401else
14402 if test -n "$ac_ct_RESCOMP"; then
14403 ac_cv_prog_ac_ct_RESCOMP="$ac_ct_RESCOMP" # Let the user override the test.
14404else
14405as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14406for as_dir in $PATH
14407do
14408 IFS=$as_save_IFS
14409 test -z "$as_dir" && as_dir=.
14410 for ac_exec_ext in '' $ac_executable_extensions; do
14411 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14412 ac_cv_prog_ac_ct_RESCOMP="wrc"
14413 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14414 break 2
14415 fi
14416done
14417done
14418
14419fi
14420fi
14421ac_ct_RESCOMP=$ac_cv_prog_ac_ct_RESCOMP
14422if test -n "$ac_ct_RESCOMP"; then
14423 echo "$as_me:$LINENO: result: $ac_ct_RESCOMP" >&5
14424echo "${ECHO_T}$ac_ct_RESCOMP" >&6
14425else
14426 echo "$as_me:$LINENO: result: no" >&5
14427echo "${ECHO_T}no" >&6
14428fi
14429
14430 RESCOMP=$ac_ct_RESCOMP
14431else
14432 RESCOMP="$ac_cv_prog_RESCOMP"
14433fi
14434
14435else
14436 case "${host}" in
14437 *-*-cygwin* | *-*-mingw32* )
14438 if test -n "$ac_tool_prefix"; then
14439 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
14440set dummy ${ac_tool_prefix}windres; ac_word=$2
14441echo "$as_me:$LINENO: checking for $ac_word" >&5
14442echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14443if test "${ac_cv_prog_RESCOMP+set}" = set; then
14444 echo $ECHO_N "(cached) $ECHO_C" >&6
14445else
14446 if test -n "$RESCOMP"; then
14447 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
14448else
14449as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14450for as_dir in $PATH
14451do
14452 IFS=$as_save_IFS
14453 test -z "$as_dir" && as_dir=.
14454 for ac_exec_ext in '' $ac_executable_extensions; do
14455 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14456 ac_cv_prog_RESCOMP="${ac_tool_prefix}windres"
14457 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14458 break 2
14459 fi
14460done
14461done
14462
14463fi
14464fi
14465RESCOMP=$ac_cv_prog_RESCOMP
14466if test -n "$RESCOMP"; then
14467 echo "$as_me:$LINENO: result: $RESCOMP" >&5
14468echo "${ECHO_T}$RESCOMP" >&6
14469else
14470 echo "$as_me:$LINENO: result: no" >&5
14471echo "${ECHO_T}no" >&6
14472fi
14473
14474fi
14475if test -z "$ac_cv_prog_RESCOMP"; then
14476 ac_ct_RESCOMP=$RESCOMP
14477 # Extract the first word of "windres", so it can be a program name with args.
14478set dummy windres; ac_word=$2
14479echo "$as_me:$LINENO: checking for $ac_word" >&5
14480echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14481if test "${ac_cv_prog_ac_ct_RESCOMP+set}" = set; then
14482 echo $ECHO_N "(cached) $ECHO_C" >&6
14483else
14484 if test -n "$ac_ct_RESCOMP"; then
14485 ac_cv_prog_ac_ct_RESCOMP="$ac_ct_RESCOMP" # Let the user override the test.
14486else
14487as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14488for as_dir in $PATH
14489do
14490 IFS=$as_save_IFS
14491 test -z "$as_dir" && as_dir=.
14492 for ac_exec_ext in '' $ac_executable_extensions; do
14493 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14494 ac_cv_prog_ac_ct_RESCOMP="windres"
14495 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14496 break 2
14497 fi
14498done
14499done
14500
14501fi
14502fi
14503ac_ct_RESCOMP=$ac_cv_prog_ac_ct_RESCOMP
14504if test -n "$ac_ct_RESCOMP"; then
14505 echo "$as_me:$LINENO: result: $ac_ct_RESCOMP" >&5
14506echo "${ECHO_T}$ac_ct_RESCOMP" >&6
14507else
14508 echo "$as_me:$LINENO: result: no" >&5
14509echo "${ECHO_T}no" >&6
14510fi
14511
14512 RESCOMP=$ac_ct_RESCOMP
14513else
14514 RESCOMP="$ac_cv_prog_RESCOMP"
14515fi
14516
14517 if test -n "$ac_tool_prefix"; then
14518 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
14519set dummy ${ac_tool_prefix}dlltool; ac_word=$2
14520echo "$as_me:$LINENO: checking for $ac_word" >&5
14521echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14522if test "${ac_cv_prog_DLLTOOL+set}" = set; then
14523 echo $ECHO_N "(cached) $ECHO_C" >&6
14524else
14525 if test -n "$DLLTOOL"; then
14526 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
14527else
14528as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14529for as_dir in $PATH
14530do
14531 IFS=$as_save_IFS
14532 test -z "$as_dir" && as_dir=.
14533 for ac_exec_ext in '' $ac_executable_extensions; do
14534 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14535 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
14536 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14537 break 2
14538 fi
14539done
14540done
14541
14542fi
14543fi
14544DLLTOOL=$ac_cv_prog_DLLTOOL
14545if test -n "$DLLTOOL"; then
14546 echo "$as_me:$LINENO: result: $DLLTOOL" >&5
14547echo "${ECHO_T}$DLLTOOL" >&6
14548else
14549 echo "$as_me:$LINENO: result: no" >&5
14550echo "${ECHO_T}no" >&6
14551fi
14552
14553fi
14554if test -z "$ac_cv_prog_DLLTOOL"; then
14555 ac_ct_DLLTOOL=$DLLTOOL
14556 # Extract the first word of "dlltool", so it can be a program name with args.
14557set dummy dlltool; ac_word=$2
14558echo "$as_me:$LINENO: checking for $ac_word" >&5
14559echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14560if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
14561 echo $ECHO_N "(cached) $ECHO_C" >&6
14562else
14563 if test -n "$ac_ct_DLLTOOL"; then
14564 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
14565else
14566as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14567for as_dir in $PATH
14568do
14569 IFS=$as_save_IFS
14570 test -z "$as_dir" && as_dir=.
14571 for ac_exec_ext in '' $ac_executable_extensions; do
14572 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14573 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
14574 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14575 break 2
14576 fi
14577done
14578done
14579
14580fi
14581fi
14582ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
14583if test -n "$ac_ct_DLLTOOL"; then
14584 echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
14585echo "${ECHO_T}$ac_ct_DLLTOOL" >&6
14586else
14587 echo "$as_me:$LINENO: result: no" >&5
14588echo "${ECHO_T}no" >&6
14589fi
14590
14591 DLLTOOL=$ac_ct_DLLTOOL
14592else
14593 DLLTOOL="$ac_cv_prog_DLLTOOL"
14594fi
14595
14596 ;;
14597 esac
14598fi
a848cd7e
SC
14599
14600echo "$as_me:$LINENO: checking if make is GNU make" >&5
14601echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
14602if test "${wx_cv_prog_makeisgnu+set}" = set; then
14603 echo $ECHO_N "(cached) $ECHO_C" >&6
14604else
14605
14606 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
14607 egrep -s GNU > /dev/null); then
14608 wx_cv_prog_makeisgnu="yes"
14609 else
14610 wx_cv_prog_makeisgnu="no"
14611 fi
14612
14613fi
14614echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
14615echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
14616
14617if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
14618 IF_GNU_MAKE=""
14619else
14620 IF_GNU_MAKE="#"
14621fi
14622
14623
14624
14625if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
14626echo "$as_me:$LINENO: checking if make supports VPATH" >&5
14627echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
14628if test "${wx_cv_prog_makevpath+set}" = set; then
14629 echo $ECHO_N "(cached) $ECHO_C" >&6
14630else
14631
14632cat - << EOF > confMake
14633check : file
14634 cp \$? \$@
14635 cp \$? final_file
14636EOF
14637
14638if test ! -d sub ; then
14639 mkdir sub
14640fi
14641echo dummy > sub/file
14642${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
14643RESULT=$?
14644rm -f sub/file check final_file confMake
14645rmdir sub
14646if test "$RESULT" = 0; then
14647 wx_cv_prog_makevpath="yes"
14648else
14649 wx_cv_prog_makevpath="no"
14650fi
14651
14652fi
14653echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
14654echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
14655
14656if test "x$wx_cv_prog_makevpath" != "xyes"; then
14657{ { echo "$as_me:$LINENO: error:
14658You need a make-utility that is able to use the variable
14659VPATH correctly.
14660If your version of make does not support VPATH correctly,
14661please install GNU-make (possibly as gmake), and start
14662configure with the following command:
14663export MAKE=gmake; ./configure for sh-type shells
14664setenv MAKE gmake; ./configure for csh-type shells
14665Also please do remember to use gmake in this case every time
14666you are trying to compile.
14667" >&5
14668echo "$as_me: error:
14669You need a make-utility that is able to use the variable
14670VPATH correctly.
14671If your version of make does not support VPATH correctly,
14672please install GNU-make (possibly as gmake), and start
14673configure with the following command:
14674export MAKE=gmake; ./configure for sh-type shells
14675setenv MAKE gmake; ./configure for csh-type shells
14676Also please do remember to use gmake in this case every time
14677you are trying to compile.
14678" >&2;}
14679 { (exit 1); exit 1; }; }
14680fi fi
14681echo "$as_me:$LINENO: checking whether ln -s works" >&5
14682echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
14683LN_S=$as_ln_s
14684if test "$LN_S" = "ln -s"; then
14685 echo "$as_me:$LINENO: result: yes" >&5
14686echo "${ECHO_T}yes" >&6
14687else
14688 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
14689echo "${ECHO_T}no, using $LN_S" >&6
14690fi
14691
14692
bcaab0f9
MW
14693for ac_prog in lndir
14694do
14695 # Extract the first word of "$ac_prog", so it can be a program name with args.
14696set dummy $ac_prog; ac_word=$2
14697echo "$as_me:$LINENO: checking for $ac_word" >&5
14698echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14699if test "${ac_cv_prog_LNDIR+set}" = set; then
14700 echo $ECHO_N "(cached) $ECHO_C" >&6
14701else
14702 if test -n "$LNDIR"; then
14703 ac_cv_prog_LNDIR="$LNDIR" # Let the user override the test.
14704else
14705as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14706for as_dir in $PATH
14707do
14708 IFS=$as_save_IFS
14709 test -z "$as_dir" && as_dir=.
14710 for ac_exec_ext in '' $ac_executable_extensions; do
14711 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14712 ac_cv_prog_LNDIR="$ac_prog"
14713 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14714 break 2
14715 fi
14716done
14717done
14718
14719fi
14720fi
14721LNDIR=$ac_cv_prog_LNDIR
14722if test -n "$LNDIR"; then
14723 echo "$as_me:$LINENO: result: $LNDIR" >&5
14724echo "${ECHO_T}$LNDIR" >&6
14725else
14726 echo "$as_me:$LINENO: result: no" >&5
14727echo "${ECHO_T}no" >&6
14728fi
14729
14730 test -n "$LNDIR" && break
14731done
91dea314 14732test -n "$LNDIR" || LNDIR="cp -pR"
bcaab0f9
MW
14733
14734
14735
a848cd7e 14736
2113bc77 14737if test "x$XLCXX" = "xyes" -a "x$USE_AIX" = "x1"; then
9273ffba
DE
14738 CXXFLAGS="$CXXFLAGS -qunique"
14739fi
14740
4d7ec9f1
DE
14741case "${host}" in
14742 powerpc-*-darwin* )
14743 echo "$as_me:$LINENO: checking if __POWERPC__ is already defined" >&5
14744echo $ECHO_N "checking if __POWERPC__ is already defined... $ECHO_C" >&6
14745 cat >conftest.$ac_ext <<_ACEOF
14746/* confdefs.h. */
14747_ACEOF
14748cat confdefs.h >>conftest.$ac_ext
14749cat >>conftest.$ac_ext <<_ACEOF
14750/* end confdefs.h. */
14751
14752int
14753main ()
14754{
14755#ifndef __POWERPC__
14756 choke me for lack of PowerPC
14757#endif
14758
14759 ;
14760 return 0;
14761}
14762_ACEOF
14763rm -f conftest.$ac_objext
14764if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14765 (eval $ac_compile) 2>conftest.er1
14766 ac_status=$?
14767 grep -v '^ *+' conftest.er1 >conftest.err
14768 rm -f conftest.er1
14769 cat conftest.err >&5
14770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14771 (exit $ac_status); } &&
5ff751d6 14772 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4d7ec9f1
DE
14773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14774 (eval $ac_try) 2>&5
14775 ac_status=$?
14776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14777 (exit $ac_status); }; } &&
14778 { ac_try='test -s conftest.$ac_objext'
14779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14780 (eval $ac_try) 2>&5
14781 ac_status=$?
14782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14783 (exit $ac_status); }; }; then
14784 echo "$as_me:$LINENO: result: yes" >&5
14785echo "${ECHO_T}yes" >&6
14786else
14787 echo "$as_me: failed program was:" >&5
14788sed 's/^/| /' conftest.$ac_ext >&5
14789
14790echo "$as_me:$LINENO: result: no" >&5
14791echo "${ECHO_T}no" >&6
14792 cat >>confdefs.h <<\_ACEOF
14793#define __POWERPC__ 1
14794_ACEOF
14795
14796
14797fi
14798rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
cfda0ea8
DE
14799 ;;
14800esac
14801
14802case "${host}" in
14803 *-*-darwin* )
4d7ec9f1
DE
14804 echo "$as_me:$LINENO: checking if CoreFoundation/CFBase.h is usable" >&5
14805echo $ECHO_N "checking if CoreFoundation/CFBase.h is usable... $ECHO_C" >&6
14806 cat >conftest.$ac_ext <<_ACEOF
14807/* confdefs.h. */
14808_ACEOF
14809cat confdefs.h >>conftest.$ac_ext
14810cat >>conftest.$ac_ext <<_ACEOF
14811/* end confdefs.h. */
14812#include <CoreFoundation/CFBase.h>
14813
14814int
14815main ()
14816{
14817
14818 ;
14819 return 0;
14820}
14821_ACEOF
14822rm -f conftest.$ac_objext
14823if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14824 (eval $ac_compile) 2>conftest.er1
14825 ac_status=$?
14826 grep -v '^ *+' conftest.er1 >conftest.err
14827 rm -f conftest.er1
14828 cat conftest.err >&5
14829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14830 (exit $ac_status); } &&
5ff751d6 14831 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4d7ec9f1
DE
14832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14833 (eval $ac_try) 2>&5
14834 ac_status=$?
14835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14836 (exit $ac_status); }; } &&
14837 { ac_try='test -s conftest.$ac_objext'
14838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14839 (eval $ac_try) 2>&5
14840 ac_status=$?
14841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14842 (exit $ac_status); }; }; then
14843 echo "$as_me:$LINENO: result: yes" >&5
14844echo "${ECHO_T}yes" >&6
14845else
14846 echo "$as_me: failed program was:" >&5
14847sed 's/^/| /' conftest.$ac_ext >&5
14848
14849echo "$as_me:$LINENO: result: no" >&5
14850echo "${ECHO_T}no" >&6
14851 echo "$as_me:$LINENO: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
14852echo $ECHO_N "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... $ECHO_C" >&6
14853 cat >conftest.$ac_ext <<_ACEOF
14854/* confdefs.h. */
14855_ACEOF
14856cat confdefs.h >>conftest.$ac_ext
14857cat >>conftest.$ac_ext <<_ACEOF
14858/* end confdefs.h. */
14859#define __CF_USE_FRAMEWORK_INCLUDES__
14860#include <CoreFoundation/CFBase.h>
14861
14862int
14863main ()
14864{
14865
14866 ;
14867 return 0;
14868}
14869_ACEOF
14870rm -f conftest.$ac_objext
14871if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14872 (eval $ac_compile) 2>conftest.er1
14873 ac_status=$?
14874 grep -v '^ *+' conftest.er1 >conftest.err
14875 rm -f conftest.er1
14876 cat conftest.err >&5
14877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14878 (exit $ac_status); } &&
5ff751d6 14879 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4d7ec9f1
DE
14880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14881 (eval $ac_try) 2>&5
14882 ac_status=$?
14883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14884 (exit $ac_status); }; } &&
14885 { ac_try='test -s conftest.$ac_objext'
14886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14887 (eval $ac_try) 2>&5
14888 ac_status=$?
14889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14890 (exit $ac_status); }; }; then
14891 echo "$as_me:$LINENO: result: yes" >&5
14892echo "${ECHO_T}yes" >&6
14893 CPPFLAGS="$CPPFLAGS -D__CF_USE_FRAMEWORK_INCLUDES__"
14894else
14895 echo "$as_me: failed program was:" >&5
14896sed 's/^/| /' conftest.$ac_ext >&5
14897
14898{ { echo "$as_me:$LINENO: error: no. CoreFoundation not available.
14899See \`config.log' for more details." >&5
14900echo "$as_me: error: no. CoreFoundation not available.
14901See \`config.log' for more details." >&2;}
14902 { (exit 1); exit 1; }; }
14903
14904fi
14905rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14906
14907
14908fi
14909rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14910 ;;
14911esac
14912
a848cd7e
SC
14913case "${host}" in
14914 *-pc-os2_emx | *-pc-os2-emx )
14915 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
14916 echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
14917echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
14918if test "${ac_cv_lib_cExt_drand48+set}" = set; then
14919 echo $ECHO_N "(cached) $ECHO_C" >&6
14920else
14921 ac_check_lib_save_LIBS=$LIBS
14922LIBS="-lcExt $LIBS"
14923cat >conftest.$ac_ext <<_ACEOF
14924/* confdefs.h. */
14925_ACEOF
14926cat confdefs.h >>conftest.$ac_ext
14927cat >>conftest.$ac_ext <<_ACEOF
14928/* end confdefs.h. */
14929
14930/* Override any gcc2 internal prototype to avoid an error. */
14931#ifdef __cplusplus
14932extern "C"
14933#endif
14934/* We use char because int might match the return type of a gcc2
14935 builtin and then its argument prototype would still apply. */
14936char drand48 ();
14937int
14938main ()
14939{
14940drand48 ();
14941 ;
14942 return 0;
14943}
14944_ACEOF
14945rm -f conftest.$ac_objext conftest$ac_exeext
14946if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 14947 (eval $ac_link) 2>conftest.er1
a848cd7e 14948 ac_status=$?
ac1cb8d3
VS
14949 grep -v '^ *+' conftest.er1 >conftest.err
14950 rm -f conftest.er1
14951 cat conftest.err >&5
a848cd7e
SC
14952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14953 (exit $ac_status); } &&
5ff751d6 14954 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
14955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14956 (eval $ac_try) 2>&5
14957 ac_status=$?
14958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14959 (exit $ac_status); }; } &&
14960 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
14961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14962 (eval $ac_try) 2>&5
14963 ac_status=$?
14964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14965 (exit $ac_status); }; }; then
14966 ac_cv_lib_cExt_drand48=yes
14967else
14968 echo "$as_me: failed program was:" >&5
14969sed 's/^/| /' conftest.$ac_ext >&5
14970
14971ac_cv_lib_cExt_drand48=no
14972fi
ac1cb8d3
VS
14973rm -f conftest.err conftest.$ac_objext \
14974 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
14975LIBS=$ac_check_lib_save_LIBS
14976fi
14977echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
14978echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
14979if test $ac_cv_lib_cExt_drand48 = yes; then
14980 LIBS="$LIBS -lcExt"
14981fi
14982
14983 else
14984 RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
14985 fi
69120ee4
VZ
14986 echo "$as_me:$LINENO: checking for gcc/libc version" >&5
14987echo $ECHO_N "checking for gcc/libc version... $ECHO_C" >&6
a848cd7e
SC
14988if test "${wx_cv_gccversion+set}" = set; then
14989 echo $ECHO_N "(cached) $ECHO_C" >&6
14990else
14991
391a765e
VS
14992 if test "$cross_compiling" = yes; then
14993 wx_cv_gccversion="EMX2"
14994
14995else
14996 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
14997/* confdefs.h. */
14998_ACEOF
14999cat confdefs.h >>conftest.$ac_ext
15000cat >>conftest.$ac_ext <<_ACEOF
15001/* end confdefs.h. */
15002
391a765e 15003 #include <stdio.h>
a848cd7e 15004
391a765e
VS
15005 int main()
15006 {
15007 FILE *f=fopen("conftestval", "w");
15008 if (!f) exit(1);
15009 fprintf(f,
a848cd7e 15010 #if (__GNUC__ < 3)
391a765e
VS
15011 "EMX2"
15012 #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
15013 "EMX3"
15014 #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
15015 "Innotek5"
15016 #else
15017 "Innotek6"
a848cd7e 15018 #endif
391a765e
VS
15019 );
15020 exit(0);
15021 }
a848cd7e 15022
a848cd7e 15023_ACEOF
391a765e
VS
15024rm -f conftest$ac_exeext
15025if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15026 (eval $ac_link) 2>&5
ac1cb8d3
VS
15027 ac_status=$?
15028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
391a765e 15029 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
a848cd7e
SC
15030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15031 (eval $ac_try) 2>&5
15032 ac_status=$?
15033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15034 (exit $ac_status); }; }; then
391a765e 15035 wx_cv_gccversion=`cat conftestval`
a848cd7e 15036else
391a765e
VS
15037 echo "$as_me: program exited with status $ac_status" >&5
15038echo "$as_me: failed program was:" >&5
a848cd7e
SC
15039sed 's/^/| /' conftest.$ac_ext >&5
15040
391a765e
VS
15041( exit $ac_status )
15042wx_cv_gccversion="EMX2"
a848cd7e 15043fi
391a765e 15044rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e 15045fi
a848cd7e
SC
15046
15047fi
15048echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5
15049echo "${ECHO_T}$wx_cv_gccversion" >&6
391a765e 15050 if test "$wx_cv_gccversion" = "EMX2"; then
a848cd7e
SC
15051 LIBS="$LIBS -lstdcpp"
15052 LDFLAGS="$LDFLAGS -Zsysv-signals"
15053 else
391a765e 15054 if test "$wx_cv_gccversion" = "EMX3"; then
ddd14b14 15055 LIBS="$LIBS -lstdcxx -lgcc"
a848cd7e
SC
15056 LDFLAGS="$LDFLAGS -Zsysv-signals"
15057 else
15058 LIBS="$LIBS -lstdc++"
15059 fi
15060 fi
94acd38e
DE
15061 if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
15062 { echo "$as_me:$LINENO: WARNING: Building DLLs requires OMF mode, enabled" >&5
15063echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
15064 wxUSE_OMF=yes
2da0c077 15065 enable_omf=yes
a848cd7e
SC
15066 fi
15067 ;;
15068 *)
15069
15070
15071
15072 ac_ext=cc
15073ac_cpp='$CXXCPP $CPPFLAGS'
15074ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15075ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15076ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
15077
15078
95986553 15079 echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5
a848cd7e
SC
15080echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6
15081if test "${ac_cv_string_strcasecmp+set}" = set; then
15082 echo $ECHO_N "(cached) $ECHO_C" >&6
15083else
15084
15085 cat >conftest.$ac_ext <<_ACEOF
15086/* confdefs.h. */
15087_ACEOF
15088cat confdefs.h >>conftest.$ac_ext
15089cat >>conftest.$ac_ext <<_ACEOF
15090/* end confdefs.h. */
15091
15092 #include <string.h>
15093
15094int
15095main ()
15096{
15097
15098 strcasecmp("foo", "bar");
15099
15100 ;
15101 return 0;
15102}
15103_ACEOF
15104rm -f conftest.$ac_objext conftest$ac_exeext
15105if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 15106 (eval $ac_link) 2>conftest.er1
a848cd7e 15107 ac_status=$?
ac1cb8d3
VS
15108 grep -v '^ *+' conftest.er1 >conftest.err
15109 rm -f conftest.er1
15110 cat conftest.err >&5
a848cd7e
SC
15111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15112 (exit $ac_status); } &&
5ff751d6 15113 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15115 (eval $ac_try) 2>&5
15116 ac_status=$?
15117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15118 (exit $ac_status); }; } &&
15119 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
15120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15121 (eval $ac_try) 2>&5
15122 ac_status=$?
15123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15124 (exit $ac_status); }; }; then
15125 ac_cv_string_strcasecmp=yes
15126else
15127 echo "$as_me: failed program was:" >&5
15128sed 's/^/| /' conftest.$ac_ext >&5
15129
15130ac_cv_string_strcasecmp=no
15131
15132fi
ac1cb8d3
VS
15133rm -f conftest.err conftest.$ac_objext \
15134 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
15135
15136fi
15137echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5
15138echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6
15139
15140 if test x"$ac_cv_string_strcasecmp" = "xyes"; then
15141 cat >>confdefs.h <<\_ACEOF
15142#define HAVE_STRCASECMP_IN_STRING_H 1
15143_ACEOF
15144
15145 else
15146 echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5
15147echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6
15148if test "${ac_cv_strings_strcasecmp+set}" = set; then
15149 echo $ECHO_N "(cached) $ECHO_C" >&6
15150else
15151
15152 cat >conftest.$ac_ext <<_ACEOF
15153/* confdefs.h. */
15154_ACEOF
15155cat confdefs.h >>conftest.$ac_ext
15156cat >>conftest.$ac_ext <<_ACEOF
15157/* end confdefs.h. */
15158
15159 #include <strings.h>
15160
15161int
15162main ()
15163{
15164
15165 strcasecmp("foo", "bar");
15166
15167 ;
15168 return 0;
15169}
15170_ACEOF
15171rm -f conftest.$ac_objext conftest$ac_exeext
15172if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 15173 (eval $ac_link) 2>conftest.er1
a848cd7e 15174 ac_status=$?
ac1cb8d3
VS
15175 grep -v '^ *+' conftest.er1 >conftest.err
15176 rm -f conftest.er1
15177 cat conftest.err >&5
a848cd7e
SC
15178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15179 (exit $ac_status); } &&
5ff751d6 15180 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15182 (eval $ac_try) 2>&5
15183 ac_status=$?
15184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15185 (exit $ac_status); }; } &&
15186 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
15187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15188 (eval $ac_try) 2>&5
15189 ac_status=$?
15190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15191 (exit $ac_status); }; }; then
15192 ac_cv_strings_strcasecmp=yes
15193else
15194 echo "$as_me: failed program was:" >&5
15195sed 's/^/| /' conftest.$ac_ext >&5
15196
15197ac_cv_strings_strcasecmp=no
15198
15199fi
ac1cb8d3
VS
15200rm -f conftest.err conftest.$ac_objext \
15201 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
15202
15203fi
15204echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5
15205echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6
15206
0c3c69fc 15207 if test x"$ac_cv_strings_strcasecmp" = "xyes"; then
a848cd7e
SC
15208 cat >>confdefs.h <<\_ACEOF
15209#define HAVE_STRCASECMP_IN_STRINGS_H 1
15210_ACEOF
15211
15212 else
15213 { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5
15214echo "$as_me: error: No case-insensitive string comparison function found." >&2;}
15215 { (exit 1); exit 1; }; }
15216 fi
15217 fi
15218
15219 ac_ext=c
15220ac_cpp='$CPP $CPPFLAGS'
15221ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15222ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15223ac_compiler_gnu=$ac_cv_c_compiler_gnu
15224
15225 ;;
15226esac
15227
15228
15229echo "$as_me:$LINENO: checking for ANSI C header files" >&5
15230echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
15231if test "${ac_cv_header_stdc+set}" = set; then
15232 echo $ECHO_N "(cached) $ECHO_C" >&6
15233else
15234 cat >conftest.$ac_ext <<_ACEOF
15235/* confdefs.h. */
15236_ACEOF
15237cat confdefs.h >>conftest.$ac_ext
15238cat >>conftest.$ac_ext <<_ACEOF
15239/* end confdefs.h. */
15240#include <stdlib.h>
15241#include <stdarg.h>
15242#include <string.h>
15243#include <float.h>
15244
15245int
15246main ()
15247{
15248
15249 ;
15250 return 0;
15251}
15252_ACEOF
15253rm -f conftest.$ac_objext
15254if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15255 (eval $ac_compile) 2>conftest.er1
a848cd7e 15256 ac_status=$?
ac1cb8d3
VS
15257 grep -v '^ *+' conftest.er1 >conftest.err
15258 rm -f conftest.er1
15259 cat conftest.err >&5
a848cd7e
SC
15260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15261 (exit $ac_status); } &&
5ff751d6 15262 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15264 (eval $ac_try) 2>&5
15265 ac_status=$?
15266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15267 (exit $ac_status); }; } &&
15268 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15270 (eval $ac_try) 2>&5
15271 ac_status=$?
15272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15273 (exit $ac_status); }; }; then
15274 ac_cv_header_stdc=yes
15275else
15276 echo "$as_me: failed program was:" >&5
15277sed 's/^/| /' conftest.$ac_ext >&5
15278
15279ac_cv_header_stdc=no
15280fi
ac1cb8d3 15281rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15282
15283if test $ac_cv_header_stdc = yes; then
15284 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
15285 cat >conftest.$ac_ext <<_ACEOF
15286/* confdefs.h. */
15287_ACEOF
15288cat confdefs.h >>conftest.$ac_ext
15289cat >>conftest.$ac_ext <<_ACEOF
15290/* end confdefs.h. */
15291#include <string.h>
15292
15293_ACEOF
15294if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15295 $EGREP "memchr" >/dev/null 2>&1; then
15296 :
15297else
15298 ac_cv_header_stdc=no
15299fi
15300rm -f conftest*
15301
15302fi
15303
15304if test $ac_cv_header_stdc = yes; then
15305 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
15306 cat >conftest.$ac_ext <<_ACEOF
15307/* confdefs.h. */
15308_ACEOF
15309cat confdefs.h >>conftest.$ac_ext
15310cat >>conftest.$ac_ext <<_ACEOF
15311/* end confdefs.h. */
15312#include <stdlib.h>
15313
15314_ACEOF
15315if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15316 $EGREP "free" >/dev/null 2>&1; then
15317 :
15318else
15319 ac_cv_header_stdc=no
15320fi
15321rm -f conftest*
15322
15323fi
15324
15325if test $ac_cv_header_stdc = yes; then
15326 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
15327 if test "$cross_compiling" = yes; then
15328 :
15329else
15330 cat >conftest.$ac_ext <<_ACEOF
15331/* confdefs.h. */
15332_ACEOF
15333cat confdefs.h >>conftest.$ac_ext
15334cat >>conftest.$ac_ext <<_ACEOF
15335/* end confdefs.h. */
15336#include <ctype.h>
15337#if ((' ' & 0x0FF) == 0x020)
15338# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
15339# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
15340#else
15341# define ISLOWER(c) \
ac1cb8d3
VS
15342 (('a' <= (c) && (c) <= 'i') \
15343 || ('j' <= (c) && (c) <= 'r') \
15344 || ('s' <= (c) && (c) <= 'z'))
a848cd7e
SC
15345# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
15346#endif
15347
15348#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
15349int
15350main ()
15351{
15352 int i;
15353 for (i = 0; i < 256; i++)
15354 if (XOR (islower (i), ISLOWER (i))
ac1cb8d3 15355 || toupper (i) != TOUPPER (i))
a848cd7e
SC
15356 exit(2);
15357 exit (0);
15358}
15359_ACEOF
15360rm -f conftest$ac_exeext
15361if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15362 (eval $ac_link) 2>&5
15363 ac_status=$?
15364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15365 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15367 (eval $ac_try) 2>&5
15368 ac_status=$?
15369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15370 (exit $ac_status); }; }; then
15371 :
15372else
15373 echo "$as_me: program exited with status $ac_status" >&5
15374echo "$as_me: failed program was:" >&5
15375sed 's/^/| /' conftest.$ac_ext >&5
15376
15377( exit $ac_status )
15378ac_cv_header_stdc=no
15379fi
ac1cb8d3 15380rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15381fi
15382fi
15383fi
15384echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
15385echo "${ECHO_T}$ac_cv_header_stdc" >&6
15386if test $ac_cv_header_stdc = yes; then
15387
15388cat >>confdefs.h <<\_ACEOF
15389#define STDC_HEADERS 1
15390_ACEOF
15391
15392fi
15393
15394# On IRIX 5.3, sys/types and inttypes.h are conflicting.
15395
15396
15397
15398
15399
15400
15401
15402
15403
15404for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
ac1cb8d3 15405 inttypes.h stdint.h unistd.h
a848cd7e
SC
15406do
15407as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15408echo "$as_me:$LINENO: checking for $ac_header" >&5
15409echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15410if eval "test \"\${$as_ac_Header+set}\" = set"; then
15411 echo $ECHO_N "(cached) $ECHO_C" >&6
15412else
15413 cat >conftest.$ac_ext <<_ACEOF
15414/* confdefs.h. */
15415_ACEOF
15416cat confdefs.h >>conftest.$ac_ext
15417cat >>conftest.$ac_ext <<_ACEOF
15418/* end confdefs.h. */
15419$ac_includes_default
15420
15421#include <$ac_header>
15422_ACEOF
15423rm -f conftest.$ac_objext
15424if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15425 (eval $ac_compile) 2>conftest.er1
a848cd7e 15426 ac_status=$?
ac1cb8d3
VS
15427 grep -v '^ *+' conftest.er1 >conftest.err
15428 rm -f conftest.er1
15429 cat conftest.err >&5
a848cd7e
SC
15430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15431 (exit $ac_status); } &&
5ff751d6 15432 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15434 (eval $ac_try) 2>&5
15435 ac_status=$?
15436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15437 (exit $ac_status); }; } &&
15438 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15440 (eval $ac_try) 2>&5
15441 ac_status=$?
15442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15443 (exit $ac_status); }; }; then
15444 eval "$as_ac_Header=yes"
15445else
15446 echo "$as_me: failed program was:" >&5
15447sed 's/^/| /' conftest.$ac_ext >&5
15448
15449eval "$as_ac_Header=no"
15450fi
ac1cb8d3 15451rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15452fi
15453echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15454echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15455if test `eval echo '${'$as_ac_Header'}'` = yes; then
15456 cat >>confdefs.h <<_ACEOF
15457#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15458_ACEOF
15459
15460fi
15461
15462done
15463
15464
15465
15466for ac_header in stdlib.h
15467do
15468as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15469if eval "test \"\${$as_ac_Header+set}\" = set"; then
15470 echo "$as_me:$LINENO: checking for $ac_header" >&5
15471echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15472if eval "test \"\${$as_ac_Header+set}\" = set"; then
15473 echo $ECHO_N "(cached) $ECHO_C" >&6
15474fi
15475echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15476echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15477else
15478 # Is the header compilable?
15479echo "$as_me:$LINENO: checking $ac_header usability" >&5
15480echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15481cat >conftest.$ac_ext <<_ACEOF
15482/* confdefs.h. */
15483_ACEOF
15484cat confdefs.h >>conftest.$ac_ext
15485cat >>conftest.$ac_ext <<_ACEOF
15486/* end confdefs.h. */
15487$ac_includes_default
15488#include <$ac_header>
15489_ACEOF
15490rm -f conftest.$ac_objext
15491if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15492 (eval $ac_compile) 2>conftest.er1
a848cd7e 15493 ac_status=$?
ac1cb8d3
VS
15494 grep -v '^ *+' conftest.er1 >conftest.err
15495 rm -f conftest.er1
15496 cat conftest.err >&5
a848cd7e
SC
15497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15498 (exit $ac_status); } &&
5ff751d6 15499 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15501 (eval $ac_try) 2>&5
15502 ac_status=$?
15503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15504 (exit $ac_status); }; } &&
15505 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15507 (eval $ac_try) 2>&5
15508 ac_status=$?
15509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15510 (exit $ac_status); }; }; then
15511 ac_header_compiler=yes
15512else
15513 echo "$as_me: failed program was:" >&5
15514sed 's/^/| /' conftest.$ac_ext >&5
15515
15516ac_header_compiler=no
15517fi
ac1cb8d3 15518rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15519echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15520echo "${ECHO_T}$ac_header_compiler" >&6
15521
15522# Is the header present?
15523echo "$as_me:$LINENO: checking $ac_header presence" >&5
15524echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15525cat >conftest.$ac_ext <<_ACEOF
15526/* confdefs.h. */
15527_ACEOF
15528cat confdefs.h >>conftest.$ac_ext
15529cat >>conftest.$ac_ext <<_ACEOF
15530/* end confdefs.h. */
15531#include <$ac_header>
15532_ACEOF
15533if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15534 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15535 ac_status=$?
15536 grep -v '^ *+' conftest.er1 >conftest.err
15537 rm -f conftest.er1
15538 cat conftest.err >&5
15539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15540 (exit $ac_status); } >/dev/null; then
15541 if test -s conftest.err; then
15542 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 15543 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
15544 else
15545 ac_cpp_err=
15546 fi
15547else
15548 ac_cpp_err=yes
15549fi
15550if test -z "$ac_cpp_err"; then
15551 ac_header_preproc=yes
15552else
15553 echo "$as_me: failed program was:" >&5
15554sed 's/^/| /' conftest.$ac_ext >&5
15555
15556 ac_header_preproc=no
15557fi
15558rm -f conftest.err conftest.$ac_ext
15559echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15560echo "${ECHO_T}$ac_header_preproc" >&6
15561
15562# So? What about this header?
ac1cb8d3
VS
15563case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15564 yes:no: )
a848cd7e
SC
15565 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15566echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
15567 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15568echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15569 ac_header_preproc=yes
a848cd7e 15570 ;;
ac1cb8d3 15571 no:yes:* )
a848cd7e
SC
15572 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15573echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
15574 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15575echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15576 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15577echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15578 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15579echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
15580 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15581echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
15582 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15583echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
15584 (
15585 cat <<\_ASBOX
ac1cb8d3
VS
15586## ----------------------------------------- ##
15587## Report this to wx-dev@lists.wxwidgets.org ##
15588## ----------------------------------------- ##
a848cd7e
SC
15589_ASBOX
15590 ) |
15591 sed "s/^/$as_me: WARNING: /" >&2
15592 ;;
15593esac
15594echo "$as_me:$LINENO: checking for $ac_header" >&5
15595echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15596if eval "test \"\${$as_ac_Header+set}\" = set"; then
15597 echo $ECHO_N "(cached) $ECHO_C" >&6
15598else
ac1cb8d3 15599 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
15600fi
15601echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15602echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15603
15604fi
15605if test `eval echo '${'$as_ac_Header'}'` = yes; then
15606 cat >>confdefs.h <<_ACEOF
15607#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15608_ACEOF
15609
15610fi
15611
15612done
15613
15614
15615for ac_header in malloc.h
15616do
15617as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15618if eval "test \"\${$as_ac_Header+set}\" = set"; then
15619 echo "$as_me:$LINENO: checking for $ac_header" >&5
15620echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15621if eval "test \"\${$as_ac_Header+set}\" = set"; then
15622 echo $ECHO_N "(cached) $ECHO_C" >&6
15623fi
15624echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15625echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15626else
15627 # Is the header compilable?
15628echo "$as_me:$LINENO: checking $ac_header usability" >&5
15629echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15630cat >conftest.$ac_ext <<_ACEOF
15631/* confdefs.h. */
15632_ACEOF
15633cat confdefs.h >>conftest.$ac_ext
15634cat >>conftest.$ac_ext <<_ACEOF
15635/* end confdefs.h. */
15636$ac_includes_default
15637#include <$ac_header>
15638_ACEOF
15639rm -f conftest.$ac_objext
15640if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15641 (eval $ac_compile) 2>conftest.er1
a848cd7e 15642 ac_status=$?
ac1cb8d3
VS
15643 grep -v '^ *+' conftest.er1 >conftest.err
15644 rm -f conftest.er1
15645 cat conftest.err >&5
a848cd7e
SC
15646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15647 (exit $ac_status); } &&
5ff751d6 15648 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15650 (eval $ac_try) 2>&5
15651 ac_status=$?
15652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15653 (exit $ac_status); }; } &&
15654 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15655 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15656 (eval $ac_try) 2>&5
15657 ac_status=$?
15658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15659 (exit $ac_status); }; }; then
15660 ac_header_compiler=yes
15661else
15662 echo "$as_me: failed program was:" >&5
15663sed 's/^/| /' conftest.$ac_ext >&5
15664
15665ac_header_compiler=no
15666fi
ac1cb8d3 15667rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15668echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15669echo "${ECHO_T}$ac_header_compiler" >&6
15670
15671# Is the header present?
15672echo "$as_me:$LINENO: checking $ac_header presence" >&5
15673echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15674cat >conftest.$ac_ext <<_ACEOF
15675/* confdefs.h. */
15676_ACEOF
15677cat confdefs.h >>conftest.$ac_ext
15678cat >>conftest.$ac_ext <<_ACEOF
15679/* end confdefs.h. */
15680#include <$ac_header>
15681_ACEOF
15682if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15683 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15684 ac_status=$?
15685 grep -v '^ *+' conftest.er1 >conftest.err
15686 rm -f conftest.er1
15687 cat conftest.err >&5
15688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15689 (exit $ac_status); } >/dev/null; then
15690 if test -s conftest.err; then
15691 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 15692 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
15693 else
15694 ac_cpp_err=
15695 fi
15696else
15697 ac_cpp_err=yes
15698fi
15699if test -z "$ac_cpp_err"; then
15700 ac_header_preproc=yes
15701else
15702 echo "$as_me: failed program was:" >&5
15703sed 's/^/| /' conftest.$ac_ext >&5
15704
15705 ac_header_preproc=no
15706fi
15707rm -f conftest.err conftest.$ac_ext
15708echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15709echo "${ECHO_T}$ac_header_preproc" >&6
15710
15711# So? What about this header?
ac1cb8d3
VS
15712case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15713 yes:no: )
a848cd7e
SC
15714 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15715echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
15716 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15717echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15718 ac_header_preproc=yes
a848cd7e 15719 ;;
ac1cb8d3 15720 no:yes:* )
a848cd7e
SC
15721 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15722echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
15723 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15724echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15725 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15726echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15727 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15728echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
15729 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15730echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
15731 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15732echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
15733 (
15734 cat <<\_ASBOX
ac1cb8d3
VS
15735## ----------------------------------------- ##
15736## Report this to wx-dev@lists.wxwidgets.org ##
15737## ----------------------------------------- ##
a848cd7e
SC
15738_ASBOX
15739 ) |
15740 sed "s/^/$as_me: WARNING: /" >&2
15741 ;;
15742esac
15743echo "$as_me:$LINENO: checking for $ac_header" >&5
15744echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15745if eval "test \"\${$as_ac_Header+set}\" = set"; then
15746 echo $ECHO_N "(cached) $ECHO_C" >&6
15747else
ac1cb8d3 15748 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
15749fi
15750echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15751echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15752
15753fi
15754if test `eval echo '${'$as_ac_Header'}'` = yes; then
15755 cat >>confdefs.h <<_ACEOF
15756#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15757_ACEOF
15758
15759fi
15760
15761done
15762
15763
15764for ac_header in unistd.h
15765do
15766as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15767if eval "test \"\${$as_ac_Header+set}\" = set"; then
15768 echo "$as_me:$LINENO: checking for $ac_header" >&5
15769echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15770if eval "test \"\${$as_ac_Header+set}\" = set"; then
15771 echo $ECHO_N "(cached) $ECHO_C" >&6
15772fi
15773echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15774echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15775else
15776 # Is the header compilable?
15777echo "$as_me:$LINENO: checking $ac_header usability" >&5
15778echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15779cat >conftest.$ac_ext <<_ACEOF
15780/* confdefs.h. */
15781_ACEOF
15782cat confdefs.h >>conftest.$ac_ext
15783cat >>conftest.$ac_ext <<_ACEOF
15784/* end confdefs.h. */
15785$ac_includes_default
15786#include <$ac_header>
15787_ACEOF
15788rm -f conftest.$ac_objext
15789if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15790 (eval $ac_compile) 2>conftest.er1
a848cd7e 15791 ac_status=$?
ac1cb8d3
VS
15792 grep -v '^ *+' conftest.er1 >conftest.err
15793 rm -f conftest.er1
15794 cat conftest.err >&5
a848cd7e
SC
15795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15796 (exit $ac_status); } &&
5ff751d6 15797 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15799 (eval $ac_try) 2>&5
15800 ac_status=$?
15801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15802 (exit $ac_status); }; } &&
15803 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15805 (eval $ac_try) 2>&5
15806 ac_status=$?
15807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15808 (exit $ac_status); }; }; then
15809 ac_header_compiler=yes
15810else
15811 echo "$as_me: failed program was:" >&5
15812sed 's/^/| /' conftest.$ac_ext >&5
15813
15814ac_header_compiler=no
15815fi
ac1cb8d3 15816rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15817echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15818echo "${ECHO_T}$ac_header_compiler" >&6
15819
15820# Is the header present?
15821echo "$as_me:$LINENO: checking $ac_header presence" >&5
15822echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15823cat >conftest.$ac_ext <<_ACEOF
15824/* confdefs.h. */
15825_ACEOF
15826cat confdefs.h >>conftest.$ac_ext
15827cat >>conftest.$ac_ext <<_ACEOF
15828/* end confdefs.h. */
15829#include <$ac_header>
15830_ACEOF
15831if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15832 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15833 ac_status=$?
15834 grep -v '^ *+' conftest.er1 >conftest.err
15835 rm -f conftest.er1
15836 cat conftest.err >&5
15837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15838 (exit $ac_status); } >/dev/null; then
15839 if test -s conftest.err; then
15840 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 15841 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
15842 else
15843 ac_cpp_err=
15844 fi
15845else
15846 ac_cpp_err=yes
15847fi
15848if test -z "$ac_cpp_err"; then
15849 ac_header_preproc=yes
15850else
15851 echo "$as_me: failed program was:" >&5
15852sed 's/^/| /' conftest.$ac_ext >&5
15853
15854 ac_header_preproc=no
15855fi
15856rm -f conftest.err conftest.$ac_ext
15857echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15858echo "${ECHO_T}$ac_header_preproc" >&6
15859
15860# So? What about this header?
ac1cb8d3
VS
15861case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15862 yes:no: )
a848cd7e
SC
15863 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15864echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
15865 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15866echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15867 ac_header_preproc=yes
a848cd7e 15868 ;;
ac1cb8d3 15869 no:yes:* )
a848cd7e
SC
15870 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15871echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
15872 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15873echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15874 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15875echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15876 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15877echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
15878 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15879echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
15880 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15881echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
15882 (
15883 cat <<\_ASBOX
ac1cb8d3
VS
15884## ----------------------------------------- ##
15885## Report this to wx-dev@lists.wxwidgets.org ##
15886## ----------------------------------------- ##
a848cd7e
SC
15887_ASBOX
15888 ) |
15889 sed "s/^/$as_me: WARNING: /" >&2
15890 ;;
15891esac
15892echo "$as_me:$LINENO: checking for $ac_header" >&5
15893echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15894if eval "test \"\${$as_ac_Header+set}\" = set"; then
15895 echo $ECHO_N "(cached) $ECHO_C" >&6
15896else
ac1cb8d3 15897 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
15898fi
15899echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15900echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15901
15902fi
15903if test `eval echo '${'$as_ac_Header'}'` = yes; then
15904 cat >>confdefs.h <<_ACEOF
15905#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15906_ACEOF
15907
15908fi
15909
15910done
15911
15912
15913for ac_header in wchar.h
15914do
15915as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15916if eval "test \"\${$as_ac_Header+set}\" = set"; then
15917 echo "$as_me:$LINENO: checking for $ac_header" >&5
15918echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15919if eval "test \"\${$as_ac_Header+set}\" = set"; then
15920 echo $ECHO_N "(cached) $ECHO_C" >&6
15921fi
15922echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15923echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15924else
15925 # Is the header compilable?
15926echo "$as_me:$LINENO: checking $ac_header usability" >&5
15927echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15928cat >conftest.$ac_ext <<_ACEOF
15929/* confdefs.h. */
15930_ACEOF
15931cat confdefs.h >>conftest.$ac_ext
15932cat >>conftest.$ac_ext <<_ACEOF
15933/* end confdefs.h. */
15934$ac_includes_default
15935#include <$ac_header>
15936_ACEOF
15937rm -f conftest.$ac_objext
15938if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15939 (eval $ac_compile) 2>conftest.er1
a848cd7e 15940 ac_status=$?
ac1cb8d3
VS
15941 grep -v '^ *+' conftest.er1 >conftest.err
15942 rm -f conftest.er1
15943 cat conftest.err >&5
a848cd7e
SC
15944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15945 (exit $ac_status); } &&
5ff751d6 15946 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15948 (eval $ac_try) 2>&5
15949 ac_status=$?
15950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15951 (exit $ac_status); }; } &&
15952 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15954 (eval $ac_try) 2>&5
15955 ac_status=$?
15956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15957 (exit $ac_status); }; }; then
15958 ac_header_compiler=yes
15959else
15960 echo "$as_me: failed program was:" >&5
15961sed 's/^/| /' conftest.$ac_ext >&5
15962
15963ac_header_compiler=no
15964fi
ac1cb8d3 15965rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15966echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15967echo "${ECHO_T}$ac_header_compiler" >&6
15968
15969# Is the header present?
15970echo "$as_me:$LINENO: checking $ac_header presence" >&5
15971echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15972cat >conftest.$ac_ext <<_ACEOF
15973/* confdefs.h. */
15974_ACEOF
15975cat confdefs.h >>conftest.$ac_ext
15976cat >>conftest.$ac_ext <<_ACEOF
15977/* end confdefs.h. */
15978#include <$ac_header>
15979_ACEOF
15980if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15981 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15982 ac_status=$?
15983 grep -v '^ *+' conftest.er1 >conftest.err
15984 rm -f conftest.er1
15985 cat conftest.err >&5
15986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15987 (exit $ac_status); } >/dev/null; then
15988 if test -s conftest.err; then
15989 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 15990 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
15991 else
15992 ac_cpp_err=
15993 fi
15994else
15995 ac_cpp_err=yes
15996fi
15997if test -z "$ac_cpp_err"; then
15998 ac_header_preproc=yes
15999else
16000 echo "$as_me: failed program was:" >&5
16001sed 's/^/| /' conftest.$ac_ext >&5
16002
16003 ac_header_preproc=no
16004fi
16005rm -f conftest.err conftest.$ac_ext
16006echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16007echo "${ECHO_T}$ac_header_preproc" >&6
16008
16009# So? What about this header?
ac1cb8d3
VS
16010case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16011 yes:no: )
a848cd7e
SC
16012 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16013echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
16014 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16015echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16016 ac_header_preproc=yes
a848cd7e 16017 ;;
ac1cb8d3 16018 no:yes:* )
a848cd7e
SC
16019 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16020echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
16021 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16022echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16023 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16024echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16025 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16026echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
16027 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16028echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
16029 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16030echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
16031 (
16032 cat <<\_ASBOX
ac1cb8d3
VS
16033## ----------------------------------------- ##
16034## Report this to wx-dev@lists.wxwidgets.org ##
16035## ----------------------------------------- ##
a848cd7e
SC
16036_ASBOX
16037 ) |
16038 sed "s/^/$as_me: WARNING: /" >&2
16039 ;;
16040esac
16041echo "$as_me:$LINENO: checking for $ac_header" >&5
16042echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16043if eval "test \"\${$as_ac_Header+set}\" = set"; then
16044 echo $ECHO_N "(cached) $ECHO_C" >&6
16045else
ac1cb8d3 16046 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
16047fi
16048echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16049echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16050
16051fi
16052if test `eval echo '${'$as_ac_Header'}'` = yes; then
16053 cat >>confdefs.h <<_ACEOF
16054#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16055_ACEOF
16056
16057fi
16058
16059done
16060
16061
16062if test "$ac_cv_header_wchar_h" != "yes"; then
16063
16064for ac_header in wcstr.h
16065do
16066as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16067if eval "test \"\${$as_ac_Header+set}\" = set"; then
16068 echo "$as_me:$LINENO: checking for $ac_header" >&5
16069echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16070if eval "test \"\${$as_ac_Header+set}\" = set"; then
16071 echo $ECHO_N "(cached) $ECHO_C" >&6
16072fi
16073echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16074echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16075else
16076 # Is the header compilable?
16077echo "$as_me:$LINENO: checking $ac_header usability" >&5
16078echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16079cat >conftest.$ac_ext <<_ACEOF
16080/* confdefs.h. */
16081_ACEOF
16082cat confdefs.h >>conftest.$ac_ext
16083cat >>conftest.$ac_ext <<_ACEOF
16084/* end confdefs.h. */
16085$ac_includes_default
16086#include <$ac_header>
16087_ACEOF
16088rm -f conftest.$ac_objext
16089if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16090 (eval $ac_compile) 2>conftest.er1
a848cd7e 16091 ac_status=$?
ac1cb8d3
VS
16092 grep -v '^ *+' conftest.er1 >conftest.err
16093 rm -f conftest.er1
16094 cat conftest.err >&5
a848cd7e
SC
16095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16096 (exit $ac_status); } &&
5ff751d6 16097 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16099 (eval $ac_try) 2>&5
16100 ac_status=$?
16101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16102 (exit $ac_status); }; } &&
16103 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16105 (eval $ac_try) 2>&5
16106 ac_status=$?
16107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16108 (exit $ac_status); }; }; then
16109 ac_header_compiler=yes
16110else
16111 echo "$as_me: failed program was:" >&5
16112sed 's/^/| /' conftest.$ac_ext >&5
16113
16114ac_header_compiler=no
16115fi
ac1cb8d3 16116rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16117echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16118echo "${ECHO_T}$ac_header_compiler" >&6
16119
16120# Is the header present?
16121echo "$as_me:$LINENO: checking $ac_header presence" >&5
16122echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16123cat >conftest.$ac_ext <<_ACEOF
16124/* confdefs.h. */
16125_ACEOF
16126cat confdefs.h >>conftest.$ac_ext
16127cat >>conftest.$ac_ext <<_ACEOF
16128/* end confdefs.h. */
16129#include <$ac_header>
16130_ACEOF
16131if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16132 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16133 ac_status=$?
16134 grep -v '^ *+' conftest.er1 >conftest.err
16135 rm -f conftest.er1
16136 cat conftest.err >&5
16137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16138 (exit $ac_status); } >/dev/null; then
16139 if test -s conftest.err; then
16140 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 16141 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
16142 else
16143 ac_cpp_err=
16144 fi
16145else
16146 ac_cpp_err=yes
16147fi
16148if test -z "$ac_cpp_err"; then
16149 ac_header_preproc=yes
16150else
16151 echo "$as_me: failed program was:" >&5
16152sed 's/^/| /' conftest.$ac_ext >&5
16153
16154 ac_header_preproc=no
16155fi
16156rm -f conftest.err conftest.$ac_ext
16157echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16158echo "${ECHO_T}$ac_header_preproc" >&6
16159
16160# So? What about this header?
ac1cb8d3
VS
16161case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16162 yes:no: )
a848cd7e
SC
16163 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16164echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
16165 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16166echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16167 ac_header_preproc=yes
a848cd7e 16168 ;;
ac1cb8d3 16169 no:yes:* )
a848cd7e
SC
16170 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16171echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
16172 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16173echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16174 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16175echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16176 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16177echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
16178 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16179echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
16180 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16181echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
16182 (
16183 cat <<\_ASBOX
ac1cb8d3
VS
16184## ----------------------------------------- ##
16185## Report this to wx-dev@lists.wxwidgets.org ##
16186## ----------------------------------------- ##
a848cd7e
SC
16187_ASBOX
16188 ) |
16189 sed "s/^/$as_me: WARNING: /" >&2
16190 ;;
16191esac
16192echo "$as_me:$LINENO: checking for $ac_header" >&5
16193echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16194if eval "test \"\${$as_ac_Header+set}\" = set"; then
16195 echo $ECHO_N "(cached) $ECHO_C" >&6
16196else
ac1cb8d3 16197 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
16198fi
16199echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16200echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16201
16202fi
16203if test `eval echo '${'$as_ac_Header'}'` = yes; then
16204 cat >>confdefs.h <<_ACEOF
16205#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16206_ACEOF
16207
16208fi
16209
16210done
16211
16212fi
16213
16214
16215for ac_header in fnmatch.h
16216do
16217as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16218if eval "test \"\${$as_ac_Header+set}\" = set"; then
16219 echo "$as_me:$LINENO: checking for $ac_header" >&5
16220echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16221if eval "test \"\${$as_ac_Header+set}\" = set"; then
16222 echo $ECHO_N "(cached) $ECHO_C" >&6
16223fi
16224echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16225echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16226else
16227 # Is the header compilable?
16228echo "$as_me:$LINENO: checking $ac_header usability" >&5
16229echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16230cat >conftest.$ac_ext <<_ACEOF
16231/* confdefs.h. */
16232_ACEOF
16233cat confdefs.h >>conftest.$ac_ext
16234cat >>conftest.$ac_ext <<_ACEOF
16235/* end confdefs.h. */
16236$ac_includes_default
16237#include <$ac_header>
16238_ACEOF
16239rm -f conftest.$ac_objext
16240if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16241 (eval $ac_compile) 2>conftest.er1
a848cd7e 16242 ac_status=$?
ac1cb8d3
VS
16243 grep -v '^ *+' conftest.er1 >conftest.err
16244 rm -f conftest.er1
16245 cat conftest.err >&5
a848cd7e
SC
16246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16247 (exit $ac_status); } &&
5ff751d6 16248 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16250 (eval $ac_try) 2>&5
16251 ac_status=$?
16252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16253 (exit $ac_status); }; } &&
16254 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16256 (eval $ac_try) 2>&5
16257 ac_status=$?
16258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16259 (exit $ac_status); }; }; then
16260 ac_header_compiler=yes
16261else
16262 echo "$as_me: failed program was:" >&5
16263sed 's/^/| /' conftest.$ac_ext >&5
16264
16265ac_header_compiler=no
16266fi
ac1cb8d3 16267rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16268echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16269echo "${ECHO_T}$ac_header_compiler" >&6
16270
16271# Is the header present?
16272echo "$as_me:$LINENO: checking $ac_header presence" >&5
16273echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16274cat >conftest.$ac_ext <<_ACEOF
16275/* confdefs.h. */
16276_ACEOF
16277cat confdefs.h >>conftest.$ac_ext
16278cat >>conftest.$ac_ext <<_ACEOF
16279/* end confdefs.h. */
16280#include <$ac_header>
16281_ACEOF
16282if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16283 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16284 ac_status=$?
16285 grep -v '^ *+' conftest.er1 >conftest.err
16286 rm -f conftest.er1
16287 cat conftest.err >&5
16288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16289 (exit $ac_status); } >/dev/null; then
16290 if test -s conftest.err; then
16291 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 16292 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
16293 else
16294 ac_cpp_err=
16295 fi
16296else
16297 ac_cpp_err=yes
16298fi
16299if test -z "$ac_cpp_err"; then
16300 ac_header_preproc=yes
16301else
16302 echo "$as_me: failed program was:" >&5
16303sed 's/^/| /' conftest.$ac_ext >&5
16304
16305 ac_header_preproc=no
16306fi
16307rm -f conftest.err conftest.$ac_ext
16308echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16309echo "${ECHO_T}$ac_header_preproc" >&6
16310
16311# So? What about this header?
ac1cb8d3
VS
16312case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16313 yes:no: )
a848cd7e
SC
16314 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16315echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
16316 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16317echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16318 ac_header_preproc=yes
a848cd7e 16319 ;;
ac1cb8d3 16320 no:yes:* )
a848cd7e
SC
16321 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16322echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
16323 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16324echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16325 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16326echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16327 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16328echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
16329 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16330echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
16331 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16332echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
16333 (
16334 cat <<\_ASBOX
ac1cb8d3
VS
16335## ----------------------------------------- ##
16336## Report this to wx-dev@lists.wxwidgets.org ##
16337## ----------------------------------------- ##
a848cd7e
SC
16338_ASBOX
16339 ) |
16340 sed "s/^/$as_me: WARNING: /" >&2
16341 ;;
16342esac
16343echo "$as_me:$LINENO: checking for $ac_header" >&5
16344echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16345if eval "test \"\${$as_ac_Header+set}\" = set"; then
16346 echo $ECHO_N "(cached) $ECHO_C" >&6
16347else
ac1cb8d3 16348 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
16349fi
16350echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16351echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16352
16353fi
16354if test `eval echo '${'$as_ac_Header'}'` = yes; then
16355 cat >>confdefs.h <<_ACEOF
16356#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16357_ACEOF
16358
16359fi
16360
16361done
16362
16363
a848cd7e
SC
16364
16365for ac_header in langinfo.h
16366do
16367as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16368if eval "test \"\${$as_ac_Header+set}\" = set"; then
16369 echo "$as_me:$LINENO: checking for $ac_header" >&5
16370echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16371if eval "test \"\${$as_ac_Header+set}\" = set"; then
16372 echo $ECHO_N "(cached) $ECHO_C" >&6
16373fi
16374echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16375echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16376else
16377 # Is the header compilable?
16378echo "$as_me:$LINENO: checking $ac_header usability" >&5
16379echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16380cat >conftest.$ac_ext <<_ACEOF
16381/* confdefs.h. */
16382_ACEOF
16383cat confdefs.h >>conftest.$ac_ext
16384cat >>conftest.$ac_ext <<_ACEOF
16385/* end confdefs.h. */
16386$ac_includes_default
16387#include <$ac_header>
16388_ACEOF
16389rm -f conftest.$ac_objext
16390if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16391 (eval $ac_compile) 2>conftest.er1
a848cd7e 16392 ac_status=$?
ac1cb8d3
VS
16393 grep -v '^ *+' conftest.er1 >conftest.err
16394 rm -f conftest.er1
16395 cat conftest.err >&5
a848cd7e
SC
16396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16397 (exit $ac_status); } &&
5ff751d6 16398 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16400 (eval $ac_try) 2>&5
16401 ac_status=$?
16402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16403 (exit $ac_status); }; } &&
16404 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16406 (eval $ac_try) 2>&5
16407 ac_status=$?
16408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16409 (exit $ac_status); }; }; then
16410 ac_header_compiler=yes
16411else
16412 echo "$as_me: failed program was:" >&5
16413sed 's/^/| /' conftest.$ac_ext >&5
16414
16415ac_header_compiler=no
16416fi
ac1cb8d3 16417rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16418echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16419echo "${ECHO_T}$ac_header_compiler" >&6
16420
16421# Is the header present?
16422echo "$as_me:$LINENO: checking $ac_header presence" >&5
16423echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16424cat >conftest.$ac_ext <<_ACEOF
16425/* confdefs.h. */
16426_ACEOF
16427cat confdefs.h >>conftest.$ac_ext
16428cat >>conftest.$ac_ext <<_ACEOF
16429/* end confdefs.h. */
16430#include <$ac_header>
16431_ACEOF
16432if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16433 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16434 ac_status=$?
16435 grep -v '^ *+' conftest.er1 >conftest.err
16436 rm -f conftest.er1
16437 cat conftest.err >&5
16438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16439 (exit $ac_status); } >/dev/null; then
16440 if test -s conftest.err; then
16441 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 16442 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
16443 else
16444 ac_cpp_err=
16445 fi
16446else
16447 ac_cpp_err=yes
16448fi
16449if test -z "$ac_cpp_err"; then
16450 ac_header_preproc=yes
16451else
16452 echo "$as_me: failed program was:" >&5
16453sed 's/^/| /' conftest.$ac_ext >&5
16454
16455 ac_header_preproc=no
16456fi
16457rm -f conftest.err conftest.$ac_ext
16458echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16459echo "${ECHO_T}$ac_header_preproc" >&6
16460
16461# So? What about this header?
ac1cb8d3
VS
16462case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16463 yes:no: )
a848cd7e
SC
16464 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16465echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
16466 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16467echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16468 ac_header_preproc=yes
a848cd7e 16469 ;;
ac1cb8d3 16470 no:yes:* )
a848cd7e
SC
16471 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16472echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
16473 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16474echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16475 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16476echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16477 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16478echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
16479 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16480echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
16481 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16482echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
16483 (
16484 cat <<\_ASBOX
ac1cb8d3
VS
16485## ----------------------------------------- ##
16486## Report this to wx-dev@lists.wxwidgets.org ##
16487## ----------------------------------------- ##
a848cd7e
SC
16488_ASBOX
16489 ) |
16490 sed "s/^/$as_me: WARNING: /" >&2
16491 ;;
16492esac
16493echo "$as_me:$LINENO: checking for $ac_header" >&5
16494echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16495if eval "test \"\${$as_ac_Header+set}\" = set"; then
16496 echo $ECHO_N "(cached) $ECHO_C" >&6
16497else
ac1cb8d3 16498 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
16499fi
16500echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16501echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16502
16503fi
16504if test `eval echo '${'$as_ac_Header'}'` = yes; then
16505 cat >>confdefs.h <<_ACEOF
16506#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16507_ACEOF
16508
16509fi
16510
16511done
16512
16513
16514case "${host}" in
16515 *-pc-os2_emx | *-pc-os2-emx )
391a765e
VS
16516 if test $ac_cv_header_langinfo_h = "yes" \
16517 -a \( "$wx_cv_gccversion" = "EMX2" \
16518 -o "$wx_cv_gccversion" = "EMX3" \
16519 -o "$wx_cv_gccversion" = "Innotek5" \); then
a848cd7e
SC
16520 LIBS="$LIBS -lintl"
16521 fi
16522 ;;
16523esac
16524
a848cd7e
SC
16525
16526echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
16527echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
16528if test "${ac_cv_c_const+set}" = set; then
16529 echo $ECHO_N "(cached) $ECHO_C" >&6
16530else
16531 cat >conftest.$ac_ext <<_ACEOF
16532/* confdefs.h. */
16533_ACEOF
16534cat confdefs.h >>conftest.$ac_ext
16535cat >>conftest.$ac_ext <<_ACEOF
16536/* end confdefs.h. */
16537
16538int
16539main ()
16540{
16541/* FIXME: Include the comments suggested by Paul. */
16542#ifndef __cplusplus
16543 /* Ultrix mips cc rejects this. */
16544 typedef int charset[2];
16545 const charset x;
16546 /* SunOS 4.1.1 cc rejects this. */
16547 char const *const *ccp;
16548 char **p;
16549 /* NEC SVR4.0.2 mips cc rejects this. */
16550 struct point {int x, y;};
16551 static struct point const zero = {0,0};
16552 /* AIX XL C 1.02.0.0 rejects this.
16553 It does not let you subtract one const X* pointer from another in
16554 an arm of an if-expression whose if-part is not a constant
16555 expression */
16556 const char *g = "string";
16557 ccp = &g + (g ? g-g : 0);
16558 /* HPUX 7.0 cc rejects these. */
16559 ++ccp;
16560 p = (char**) ccp;
16561 ccp = (char const *const *) p;
16562 { /* SCO 3.2v4 cc rejects this. */
16563 char *t;
16564 char const *s = 0 ? (char *) 0 : (char const *) 0;
16565
16566 *t++ = 0;
16567 }
16568 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
16569 int x[] = {25, 17};
16570 const int *foo = &x[0];
16571 ++foo;
16572 }
16573 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
16574 typedef const int *iptr;
16575 iptr p = 0;
16576 ++p;
16577 }
16578 { /* AIX XL C 1.02.0.0 rejects this saying
16579 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
16580 struct s { int j; const int *ap[3]; };
16581 struct s *b; b->j = 5;
16582 }
16583 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
16584 const int foo = 10;
16585 }
16586#endif
16587
16588 ;
16589 return 0;
16590}
16591_ACEOF
16592rm -f conftest.$ac_objext
16593if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16594 (eval $ac_compile) 2>conftest.er1
a848cd7e 16595 ac_status=$?
ac1cb8d3
VS
16596 grep -v '^ *+' conftest.er1 >conftest.err
16597 rm -f conftest.er1
16598 cat conftest.err >&5
a848cd7e
SC
16599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16600 (exit $ac_status); } &&
5ff751d6 16601 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16603 (eval $ac_try) 2>&5
16604 ac_status=$?
16605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16606 (exit $ac_status); }; } &&
16607 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16608 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16609 (eval $ac_try) 2>&5
16610 ac_status=$?
16611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16612 (exit $ac_status); }; }; then
16613 ac_cv_c_const=yes
16614else
16615 echo "$as_me: failed program was:" >&5
16616sed 's/^/| /' conftest.$ac_ext >&5
16617
16618ac_cv_c_const=no
16619fi
ac1cb8d3 16620rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16621fi
16622echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
16623echo "${ECHO_T}$ac_cv_c_const" >&6
16624if test $ac_cv_c_const = no; then
16625
16626cat >>confdefs.h <<\_ACEOF
16627#define const
16628_ACEOF
16629
16630fi
16631
16632echo "$as_me:$LINENO: checking for inline" >&5
16633echo $ECHO_N "checking for inline... $ECHO_C" >&6
16634if test "${ac_cv_c_inline+set}" = set; then
16635 echo $ECHO_N "(cached) $ECHO_C" >&6
16636else
16637 ac_cv_c_inline=no
16638for ac_kw in inline __inline__ __inline; do
16639 cat >conftest.$ac_ext <<_ACEOF
16640/* confdefs.h. */
16641_ACEOF
16642cat confdefs.h >>conftest.$ac_ext
16643cat >>conftest.$ac_ext <<_ACEOF
16644/* end confdefs.h. */
16645#ifndef __cplusplus
16646typedef int foo_t;
16647static $ac_kw foo_t static_foo () {return 0; }
16648$ac_kw foo_t foo () {return 0; }
16649#endif
16650
16651_ACEOF
16652rm -f conftest.$ac_objext
16653if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16654 (eval $ac_compile) 2>conftest.er1
a848cd7e 16655 ac_status=$?
ac1cb8d3
VS
16656 grep -v '^ *+' conftest.er1 >conftest.err
16657 rm -f conftest.er1
16658 cat conftest.err >&5
a848cd7e
SC
16659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16660 (exit $ac_status); } &&
5ff751d6 16661 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16663 (eval $ac_try) 2>&5
16664 ac_status=$?
16665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16666 (exit $ac_status); }; } &&
16667 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16669 (eval $ac_try) 2>&5
16670 ac_status=$?
16671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16672 (exit $ac_status); }; }; then
16673 ac_cv_c_inline=$ac_kw; break
16674else
16675 echo "$as_me: failed program was:" >&5
16676sed 's/^/| /' conftest.$ac_ext >&5
16677
16678fi
ac1cb8d3 16679rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16680done
16681
16682fi
16683echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
16684echo "${ECHO_T}$ac_cv_c_inline" >&6
ac1cb8d3
VS
16685
16686
a848cd7e
SC
16687case $ac_cv_c_inline in
16688 inline | yes) ;;
ac1cb8d3
VS
16689 *)
16690 case $ac_cv_c_inline in
16691 no) ac_val=;;
16692 *) ac_val=$ac_cv_c_inline;;
16693 esac
16694 cat >>confdefs.h <<_ACEOF
16695#ifndef __cplusplus
16696#define inline $ac_val
16697#endif
de59c161 16698_ACEOF
ac1cb8d3 16699 ;;
a848cd7e
SC
16700esac
16701
16702
16703echo "$as_me:$LINENO: checking for char" >&5
16704echo $ECHO_N "checking for char... $ECHO_C" >&6
16705if test "${ac_cv_type_char+set}" = set; then
16706 echo $ECHO_N "(cached) $ECHO_C" >&6
16707else
16708 cat >conftest.$ac_ext <<_ACEOF
16709/* confdefs.h. */
16710_ACEOF
16711cat confdefs.h >>conftest.$ac_ext
16712cat >>conftest.$ac_ext <<_ACEOF
16713/* end confdefs.h. */
16714$ac_includes_default
16715int
16716main ()
16717{
16718if ((char *) 0)
16719 return 0;
16720if (sizeof (char))
16721 return 0;
16722 ;
16723 return 0;
16724}
16725_ACEOF
16726rm -f conftest.$ac_objext
16727if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16728 (eval $ac_compile) 2>conftest.er1
a848cd7e 16729 ac_status=$?
ac1cb8d3
VS
16730 grep -v '^ *+' conftest.er1 >conftest.err
16731 rm -f conftest.er1
16732 cat conftest.err >&5
a848cd7e
SC
16733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16734 (exit $ac_status); } &&
5ff751d6 16735 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16737 (eval $ac_try) 2>&5
16738 ac_status=$?
16739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16740 (exit $ac_status); }; } &&
16741 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16743 (eval $ac_try) 2>&5
16744 ac_status=$?
16745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16746 (exit $ac_status); }; }; then
16747 ac_cv_type_char=yes
16748else
16749 echo "$as_me: failed program was:" >&5
16750sed 's/^/| /' conftest.$ac_ext >&5
16751
16752ac_cv_type_char=no
16753fi
ac1cb8d3 16754rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16755fi
16756echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
16757echo "${ECHO_T}$ac_cv_type_char" >&6
16758
16759echo "$as_me:$LINENO: checking size of char" >&5
16760echo $ECHO_N "checking size of char... $ECHO_C" >&6
16761if test "${ac_cv_sizeof_char+set}" = set; then
16762 echo $ECHO_N "(cached) $ECHO_C" >&6
16763else
16764 if test "$ac_cv_type_char" = yes; then
16765 # The cast to unsigned long works around a bug in the HP C Compiler
16766 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16767 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16768 # This bug is HP SR number 8606223364.
16769 if test "$cross_compiling" = yes; then
16770 # Depending upon the size, compute the lo and hi bounds.
16771cat >conftest.$ac_ext <<_ACEOF
16772/* confdefs.h. */
16773_ACEOF
16774cat confdefs.h >>conftest.$ac_ext
16775cat >>conftest.$ac_ext <<_ACEOF
16776/* end confdefs.h. */
16777$ac_includes_default
16778int
16779main ()
16780{
16781static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
16782test_array [0] = 0
16783
16784 ;
16785 return 0;
16786}
16787_ACEOF
16788rm -f conftest.$ac_objext
16789if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16790 (eval $ac_compile) 2>conftest.er1
a848cd7e 16791 ac_status=$?
ac1cb8d3
VS
16792 grep -v '^ *+' conftest.er1 >conftest.err
16793 rm -f conftest.er1
16794 cat conftest.err >&5
a848cd7e
SC
16795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16796 (exit $ac_status); } &&
5ff751d6 16797 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16799 (eval $ac_try) 2>&5
16800 ac_status=$?
16801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16802 (exit $ac_status); }; } &&
16803 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16805 (eval $ac_try) 2>&5
16806 ac_status=$?
16807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16808 (exit $ac_status); }; }; then
16809 ac_lo=0 ac_mid=0
16810 while :; do
16811 cat >conftest.$ac_ext <<_ACEOF
16812/* confdefs.h. */
16813_ACEOF
16814cat confdefs.h >>conftest.$ac_ext
16815cat >>conftest.$ac_ext <<_ACEOF
16816/* end confdefs.h. */
16817$ac_includes_default
16818int
16819main ()
16820{
16821static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
16822test_array [0] = 0
16823
16824 ;
16825 return 0;
16826}
16827_ACEOF
16828rm -f conftest.$ac_objext
16829if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16830 (eval $ac_compile) 2>conftest.er1
a848cd7e 16831 ac_status=$?
ac1cb8d3
VS
16832 grep -v '^ *+' conftest.er1 >conftest.err
16833 rm -f conftest.er1
16834 cat conftest.err >&5
a848cd7e
SC
16835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16836 (exit $ac_status); } &&
5ff751d6 16837 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16839 (eval $ac_try) 2>&5
16840 ac_status=$?
16841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16842 (exit $ac_status); }; } &&
16843 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16845 (eval $ac_try) 2>&5
16846 ac_status=$?
16847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16848 (exit $ac_status); }; }; then
16849 ac_hi=$ac_mid; break
16850else
16851 echo "$as_me: failed program was:" >&5
16852sed 's/^/| /' conftest.$ac_ext >&5
16853
16854ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
16855 if test $ac_lo -le $ac_mid; then
16856 ac_lo= ac_hi=
16857 break
16858 fi
16859 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 16860fi
ac1cb8d3 16861rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16862 done
16863else
16864 echo "$as_me: failed program was:" >&5
16865sed 's/^/| /' conftest.$ac_ext >&5
16866
16867cat >conftest.$ac_ext <<_ACEOF
16868/* confdefs.h. */
16869_ACEOF
16870cat confdefs.h >>conftest.$ac_ext
16871cat >>conftest.$ac_ext <<_ACEOF
16872/* end confdefs.h. */
16873$ac_includes_default
16874int
16875main ()
16876{
16877static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
16878test_array [0] = 0
16879
16880 ;
16881 return 0;
16882}
16883_ACEOF
16884rm -f conftest.$ac_objext
16885if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16886 (eval $ac_compile) 2>conftest.er1
a848cd7e 16887 ac_status=$?
ac1cb8d3
VS
16888 grep -v '^ *+' conftest.er1 >conftest.err
16889 rm -f conftest.er1
16890 cat conftest.err >&5
a848cd7e
SC
16891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16892 (exit $ac_status); } &&
5ff751d6 16893 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16895 (eval $ac_try) 2>&5
16896 ac_status=$?
16897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16898 (exit $ac_status); }; } &&
16899 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16901 (eval $ac_try) 2>&5
16902 ac_status=$?
16903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16904 (exit $ac_status); }; }; then
16905 ac_hi=-1 ac_mid=-1
16906 while :; do
16907 cat >conftest.$ac_ext <<_ACEOF
16908/* confdefs.h. */
16909_ACEOF
16910cat confdefs.h >>conftest.$ac_ext
16911cat >>conftest.$ac_ext <<_ACEOF
16912/* end confdefs.h. */
16913$ac_includes_default
16914int
16915main ()
16916{
16917static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
16918test_array [0] = 0
16919
16920 ;
16921 return 0;
16922}
16923_ACEOF
16924rm -f conftest.$ac_objext
16925if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16926 (eval $ac_compile) 2>conftest.er1
a848cd7e 16927 ac_status=$?
ac1cb8d3
VS
16928 grep -v '^ *+' conftest.er1 >conftest.err
16929 rm -f conftest.er1
16930 cat conftest.err >&5
a848cd7e
SC
16931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16932 (exit $ac_status); } &&
5ff751d6 16933 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16935 (eval $ac_try) 2>&5
16936 ac_status=$?
16937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16938 (exit $ac_status); }; } &&
16939 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16941 (eval $ac_try) 2>&5
16942 ac_status=$?
16943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16944 (exit $ac_status); }; }; then
16945 ac_lo=$ac_mid; break
16946else
16947 echo "$as_me: failed program was:" >&5
16948sed 's/^/| /' conftest.$ac_ext >&5
16949
16950ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
16951 if test $ac_mid -le $ac_hi; then
16952 ac_lo= ac_hi=
16953 break
16954 fi
16955 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 16956fi
ac1cb8d3 16957rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16958 done
16959else
16960 echo "$as_me: failed program was:" >&5
16961sed 's/^/| /' conftest.$ac_ext >&5
16962
16963ac_lo= ac_hi=
16964fi
ac1cb8d3 16965rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 16966fi
ac1cb8d3 16967rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16968# Binary search between lo and hi bounds.
16969while test "x$ac_lo" != "x$ac_hi"; do
16970 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16971 cat >conftest.$ac_ext <<_ACEOF
16972/* confdefs.h. */
16973_ACEOF
16974cat confdefs.h >>conftest.$ac_ext
16975cat >>conftest.$ac_ext <<_ACEOF
16976/* end confdefs.h. */
16977$ac_includes_default
16978int
16979main ()
16980{
16981static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
16982test_array [0] = 0
16983
16984 ;
16985 return 0;
16986}
16987_ACEOF
16988rm -f conftest.$ac_objext
16989if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16990 (eval $ac_compile) 2>conftest.er1
a848cd7e 16991 ac_status=$?
ac1cb8d3
VS
16992 grep -v '^ *+' conftest.er1 >conftest.err
16993 rm -f conftest.er1
16994 cat conftest.err >&5
a848cd7e
SC
16995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16996 (exit $ac_status); } &&
5ff751d6 16997 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16999 (eval $ac_try) 2>&5
17000 ac_status=$?
17001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17002 (exit $ac_status); }; } &&
17003 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17005 (eval $ac_try) 2>&5
17006 ac_status=$?
17007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17008 (exit $ac_status); }; }; then
17009 ac_hi=$ac_mid
17010else
17011 echo "$as_me: failed program was:" >&5
17012sed 's/^/| /' conftest.$ac_ext >&5
17013
17014ac_lo=`expr '(' $ac_mid ')' + 1`
17015fi
ac1cb8d3 17016rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17017done
17018case $ac_lo in
17019?*) ac_cv_sizeof_char=$ac_lo;;
17020'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
17021See \`config.log' for more details." >&5
17022echo "$as_me: error: cannot compute sizeof (char), 77
17023See \`config.log' for more details." >&2;}
17024 { (exit 1); exit 1; }; } ;;
17025esac
17026else
17027 if test "$cross_compiling" = yes; then
5ff751d6
VZ
17028 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17029echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
17030 { (exit 1); exit 1; }; }
17031else
17032 cat >conftest.$ac_ext <<_ACEOF
17033/* confdefs.h. */
17034_ACEOF
17035cat confdefs.h >>conftest.$ac_ext
17036cat >>conftest.$ac_ext <<_ACEOF
17037/* end confdefs.h. */
17038$ac_includes_default
17039long longval () { return (long) (sizeof (char)); }
17040unsigned long ulongval () { return (long) (sizeof (char)); }
17041#include <stdio.h>
17042#include <stdlib.h>
17043int
17044main ()
17045{
17046
17047 FILE *f = fopen ("conftest.val", "w");
17048 if (! f)
17049 exit (1);
17050 if (((long) (sizeof (char))) < 0)
17051 {
17052 long i = longval ();
17053 if (i != ((long) (sizeof (char))))
17054 exit (1);
17055 fprintf (f, "%ld\n", i);
17056 }
17057 else
17058 {
17059 unsigned long i = ulongval ();
17060 if (i != ((long) (sizeof (char))))
17061 exit (1);
17062 fprintf (f, "%lu\n", i);
17063 }
17064 exit (ferror (f) || fclose (f) != 0);
17065
17066 ;
17067 return 0;
17068}
17069_ACEOF
17070rm -f conftest$ac_exeext
17071if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17072 (eval $ac_link) 2>&5
17073 ac_status=$?
17074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17075 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17077 (eval $ac_try) 2>&5
17078 ac_status=$?
17079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17080 (exit $ac_status); }; }; then
17081 ac_cv_sizeof_char=`cat conftest.val`
17082else
17083 echo "$as_me: program exited with status $ac_status" >&5
17084echo "$as_me: failed program was:" >&5
17085sed 's/^/| /' conftest.$ac_ext >&5
17086
17087( exit $ac_status )
17088{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
17089See \`config.log' for more details." >&5
17090echo "$as_me: error: cannot compute sizeof (char), 77
17091See \`config.log' for more details." >&2;}
17092 { (exit 1); exit 1; }; }
17093fi
ac1cb8d3 17094rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17095fi
17096fi
17097rm -f conftest.val
17098else
17099 ac_cv_sizeof_char=0
17100fi
17101fi
17102echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
17103echo "${ECHO_T}$ac_cv_sizeof_char" >&6
17104cat >>confdefs.h <<_ACEOF
17105#define SIZEOF_CHAR $ac_cv_sizeof_char
17106_ACEOF
17107
17108
17109echo "$as_me:$LINENO: checking for short" >&5
17110echo $ECHO_N "checking for short... $ECHO_C" >&6
17111if test "${ac_cv_type_short+set}" = set; then
17112 echo $ECHO_N "(cached) $ECHO_C" >&6
17113else
17114 cat >conftest.$ac_ext <<_ACEOF
17115/* confdefs.h. */
17116_ACEOF
17117cat confdefs.h >>conftest.$ac_ext
17118cat >>conftest.$ac_ext <<_ACEOF
17119/* end confdefs.h. */
17120$ac_includes_default
17121int
17122main ()
17123{
17124if ((short *) 0)
17125 return 0;
17126if (sizeof (short))
17127 return 0;
17128 ;
17129 return 0;
17130}
17131_ACEOF
17132rm -f conftest.$ac_objext
17133if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17134 (eval $ac_compile) 2>conftest.er1
a848cd7e 17135 ac_status=$?
ac1cb8d3
VS
17136 grep -v '^ *+' conftest.er1 >conftest.err
17137 rm -f conftest.er1
17138 cat conftest.err >&5
a848cd7e
SC
17139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17140 (exit $ac_status); } &&
5ff751d6 17141 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17143 (eval $ac_try) 2>&5
17144 ac_status=$?
17145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17146 (exit $ac_status); }; } &&
17147 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17148 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17149 (eval $ac_try) 2>&5
17150 ac_status=$?
17151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17152 (exit $ac_status); }; }; then
17153 ac_cv_type_short=yes
17154else
17155 echo "$as_me: failed program was:" >&5
17156sed 's/^/| /' conftest.$ac_ext >&5
17157
17158ac_cv_type_short=no
17159fi
ac1cb8d3 17160rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17161fi
17162echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
17163echo "${ECHO_T}$ac_cv_type_short" >&6
17164
17165echo "$as_me:$LINENO: checking size of short" >&5
17166echo $ECHO_N "checking size of short... $ECHO_C" >&6
17167if test "${ac_cv_sizeof_short+set}" = set; then
17168 echo $ECHO_N "(cached) $ECHO_C" >&6
17169else
17170 if test "$ac_cv_type_short" = yes; then
17171 # The cast to unsigned long works around a bug in the HP C Compiler
17172 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17173 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17174 # This bug is HP SR number 8606223364.
17175 if test "$cross_compiling" = yes; then
17176 # Depending upon the size, compute the lo and hi bounds.
17177cat >conftest.$ac_ext <<_ACEOF
17178/* confdefs.h. */
17179_ACEOF
17180cat confdefs.h >>conftest.$ac_ext
17181cat >>conftest.$ac_ext <<_ACEOF
17182/* end confdefs.h. */
17183$ac_includes_default
17184int
17185main ()
17186{
17187static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
17188test_array [0] = 0
17189
17190 ;
17191 return 0;
17192}
17193_ACEOF
17194rm -f conftest.$ac_objext
17195if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17196 (eval $ac_compile) 2>conftest.er1
a848cd7e 17197 ac_status=$?
ac1cb8d3
VS
17198 grep -v '^ *+' conftest.er1 >conftest.err
17199 rm -f conftest.er1
17200 cat conftest.err >&5
a848cd7e
SC
17201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17202 (exit $ac_status); } &&
5ff751d6 17203 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17205 (eval $ac_try) 2>&5
17206 ac_status=$?
17207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17208 (exit $ac_status); }; } &&
17209 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17211 (eval $ac_try) 2>&5
17212 ac_status=$?
17213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17214 (exit $ac_status); }; }; then
17215 ac_lo=0 ac_mid=0
17216 while :; do
17217 cat >conftest.$ac_ext <<_ACEOF
17218/* confdefs.h. */
17219_ACEOF
17220cat confdefs.h >>conftest.$ac_ext
17221cat >>conftest.$ac_ext <<_ACEOF
17222/* end confdefs.h. */
17223$ac_includes_default
17224int
17225main ()
17226{
17227static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
17228test_array [0] = 0
17229
17230 ;
17231 return 0;
17232}
17233_ACEOF
17234rm -f conftest.$ac_objext
17235if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17236 (eval $ac_compile) 2>conftest.er1
a848cd7e 17237 ac_status=$?
ac1cb8d3
VS
17238 grep -v '^ *+' conftest.er1 >conftest.err
17239 rm -f conftest.er1
17240 cat conftest.err >&5
a848cd7e
SC
17241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17242 (exit $ac_status); } &&
5ff751d6 17243 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17245 (eval $ac_try) 2>&5
17246 ac_status=$?
17247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17248 (exit $ac_status); }; } &&
17249 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17251 (eval $ac_try) 2>&5
17252 ac_status=$?
17253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17254 (exit $ac_status); }; }; then
17255 ac_hi=$ac_mid; break
17256else
17257 echo "$as_me: failed program was:" >&5
17258sed 's/^/| /' conftest.$ac_ext >&5
17259
17260ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
17261 if test $ac_lo -le $ac_mid; then
17262 ac_lo= ac_hi=
17263 break
17264 fi
17265 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 17266fi
ac1cb8d3 17267rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17268 done
17269else
17270 echo "$as_me: failed program was:" >&5
17271sed 's/^/| /' conftest.$ac_ext >&5
17272
17273cat >conftest.$ac_ext <<_ACEOF
17274/* confdefs.h. */
17275_ACEOF
17276cat confdefs.h >>conftest.$ac_ext
17277cat >>conftest.$ac_ext <<_ACEOF
17278/* end confdefs.h. */
17279$ac_includes_default
17280int
17281main ()
17282{
17283static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
17284test_array [0] = 0
17285
17286 ;
17287 return 0;
17288}
17289_ACEOF
17290rm -f conftest.$ac_objext
17291if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17292 (eval $ac_compile) 2>conftest.er1
a848cd7e 17293 ac_status=$?
ac1cb8d3
VS
17294 grep -v '^ *+' conftest.er1 >conftest.err
17295 rm -f conftest.er1
17296 cat conftest.err >&5
a848cd7e
SC
17297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17298 (exit $ac_status); } &&
5ff751d6 17299 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17300 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17301 (eval $ac_try) 2>&5
17302 ac_status=$?
17303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17304 (exit $ac_status); }; } &&
17305 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17307 (eval $ac_try) 2>&5
17308 ac_status=$?
17309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17310 (exit $ac_status); }; }; then
17311 ac_hi=-1 ac_mid=-1
17312 while :; do
17313 cat >conftest.$ac_ext <<_ACEOF
17314/* confdefs.h. */
17315_ACEOF
17316cat confdefs.h >>conftest.$ac_ext
17317cat >>conftest.$ac_ext <<_ACEOF
17318/* end confdefs.h. */
17319$ac_includes_default
17320int
17321main ()
17322{
17323static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
17324test_array [0] = 0
17325
17326 ;
17327 return 0;
17328}
17329_ACEOF
17330rm -f conftest.$ac_objext
17331if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17332 (eval $ac_compile) 2>conftest.er1
a848cd7e 17333 ac_status=$?
ac1cb8d3
VS
17334 grep -v '^ *+' conftest.er1 >conftest.err
17335 rm -f conftest.er1
17336 cat conftest.err >&5
a848cd7e
SC
17337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17338 (exit $ac_status); } &&
5ff751d6 17339 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17341 (eval $ac_try) 2>&5
17342 ac_status=$?
17343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17344 (exit $ac_status); }; } &&
17345 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17347 (eval $ac_try) 2>&5
17348 ac_status=$?
17349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17350 (exit $ac_status); }; }; then
17351 ac_lo=$ac_mid; break
17352else
17353 echo "$as_me: failed program was:" >&5
17354sed 's/^/| /' conftest.$ac_ext >&5
17355
17356ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
17357 if test $ac_mid -le $ac_hi; then
17358 ac_lo= ac_hi=
17359 break
17360 fi
17361 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 17362fi
ac1cb8d3 17363rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17364 done
17365else
17366 echo "$as_me: failed program was:" >&5
17367sed 's/^/| /' conftest.$ac_ext >&5
17368
17369ac_lo= ac_hi=
17370fi
ac1cb8d3 17371rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 17372fi
ac1cb8d3 17373rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17374# Binary search between lo and hi bounds.
17375while test "x$ac_lo" != "x$ac_hi"; do
17376 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17377 cat >conftest.$ac_ext <<_ACEOF
17378/* confdefs.h. */
17379_ACEOF
17380cat confdefs.h >>conftest.$ac_ext
17381cat >>conftest.$ac_ext <<_ACEOF
17382/* end confdefs.h. */
17383$ac_includes_default
17384int
17385main ()
17386{
17387static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
17388test_array [0] = 0
17389
17390 ;
17391 return 0;
17392}
17393_ACEOF
17394rm -f conftest.$ac_objext
17395if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17396 (eval $ac_compile) 2>conftest.er1
a848cd7e 17397 ac_status=$?
ac1cb8d3
VS
17398 grep -v '^ *+' conftest.er1 >conftest.err
17399 rm -f conftest.er1
17400 cat conftest.err >&5
a848cd7e
SC
17401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17402 (exit $ac_status); } &&
5ff751d6 17403 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17405 (eval $ac_try) 2>&5
17406 ac_status=$?
17407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17408 (exit $ac_status); }; } &&
17409 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17410 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17411 (eval $ac_try) 2>&5
17412 ac_status=$?
17413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17414 (exit $ac_status); }; }; then
17415 ac_hi=$ac_mid
17416else
17417 echo "$as_me: failed program was:" >&5
17418sed 's/^/| /' conftest.$ac_ext >&5
17419
17420ac_lo=`expr '(' $ac_mid ')' + 1`
17421fi
ac1cb8d3 17422rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17423done
17424case $ac_lo in
17425?*) ac_cv_sizeof_short=$ac_lo;;
17426'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
17427See \`config.log' for more details." >&5
17428echo "$as_me: error: cannot compute sizeof (short), 77
17429See \`config.log' for more details." >&2;}
17430 { (exit 1); exit 1; }; } ;;
17431esac
17432else
17433 if test "$cross_compiling" = yes; then
5ff751d6
VZ
17434 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17435echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
17436 { (exit 1); exit 1; }; }
17437else
17438 cat >conftest.$ac_ext <<_ACEOF
17439/* confdefs.h. */
17440_ACEOF
17441cat confdefs.h >>conftest.$ac_ext
17442cat >>conftest.$ac_ext <<_ACEOF
17443/* end confdefs.h. */
17444$ac_includes_default
17445long longval () { return (long) (sizeof (short)); }
17446unsigned long ulongval () { return (long) (sizeof (short)); }
17447#include <stdio.h>
17448#include <stdlib.h>
17449int
17450main ()
17451{
17452
17453 FILE *f = fopen ("conftest.val", "w");
17454 if (! f)
17455 exit (1);
17456 if (((long) (sizeof (short))) < 0)
17457 {
17458 long i = longval ();
17459 if (i != ((long) (sizeof (short))))
17460 exit (1);
17461 fprintf (f, "%ld\n", i);
17462 }
17463 else
17464 {
17465 unsigned long i = ulongval ();
17466 if (i != ((long) (sizeof (short))))
17467 exit (1);
17468 fprintf (f, "%lu\n", i);
17469 }
17470 exit (ferror (f) || fclose (f) != 0);
17471
17472 ;
17473 return 0;
17474}
17475_ACEOF
17476rm -f conftest$ac_exeext
17477if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17478 (eval $ac_link) 2>&5
17479 ac_status=$?
17480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17481 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17483 (eval $ac_try) 2>&5
17484 ac_status=$?
17485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17486 (exit $ac_status); }; }; then
17487 ac_cv_sizeof_short=`cat conftest.val`
17488else
17489 echo "$as_me: program exited with status $ac_status" >&5
17490echo "$as_me: failed program was:" >&5
17491sed 's/^/| /' conftest.$ac_ext >&5
17492
17493( exit $ac_status )
17494{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
17495See \`config.log' for more details." >&5
17496echo "$as_me: error: cannot compute sizeof (short), 77
17497See \`config.log' for more details." >&2;}
17498 { (exit 1); exit 1; }; }
17499fi
ac1cb8d3 17500rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17501fi
17502fi
17503rm -f conftest.val
17504else
17505 ac_cv_sizeof_short=0
17506fi
17507fi
17508echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
17509echo "${ECHO_T}$ac_cv_sizeof_short" >&6
17510cat >>confdefs.h <<_ACEOF
17511#define SIZEOF_SHORT $ac_cv_sizeof_short
17512_ACEOF
17513
17514
17515echo "$as_me:$LINENO: checking for void *" >&5
17516echo $ECHO_N "checking for void *... $ECHO_C" >&6
17517if test "${ac_cv_type_void_p+set}" = set; then
17518 echo $ECHO_N "(cached) $ECHO_C" >&6
17519else
17520 cat >conftest.$ac_ext <<_ACEOF
17521/* confdefs.h. */
17522_ACEOF
17523cat confdefs.h >>conftest.$ac_ext
17524cat >>conftest.$ac_ext <<_ACEOF
17525/* end confdefs.h. */
17526$ac_includes_default
17527int
17528main ()
17529{
17530if ((void * *) 0)
17531 return 0;
17532if (sizeof (void *))
17533 return 0;
17534 ;
17535 return 0;
17536}
17537_ACEOF
17538rm -f conftest.$ac_objext
17539if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17540 (eval $ac_compile) 2>conftest.er1
a848cd7e 17541 ac_status=$?
ac1cb8d3
VS
17542 grep -v '^ *+' conftest.er1 >conftest.err
17543 rm -f conftest.er1
17544 cat conftest.err >&5
a848cd7e
SC
17545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17546 (exit $ac_status); } &&
5ff751d6 17547 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17549 (eval $ac_try) 2>&5
17550 ac_status=$?
17551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17552 (exit $ac_status); }; } &&
17553 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17554 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17555 (eval $ac_try) 2>&5
17556 ac_status=$?
17557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17558 (exit $ac_status); }; }; then
17559 ac_cv_type_void_p=yes
17560else
17561 echo "$as_me: failed program was:" >&5
17562sed 's/^/| /' conftest.$ac_ext >&5
17563
17564ac_cv_type_void_p=no
17565fi
ac1cb8d3 17566rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17567fi
17568echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
17569echo "${ECHO_T}$ac_cv_type_void_p" >&6
17570
17571echo "$as_me:$LINENO: checking size of void *" >&5
17572echo $ECHO_N "checking size of void *... $ECHO_C" >&6
17573if test "${ac_cv_sizeof_void_p+set}" = set; then
17574 echo $ECHO_N "(cached) $ECHO_C" >&6
17575else
17576 if test "$ac_cv_type_void_p" = yes; then
17577 # The cast to unsigned long works around a bug in the HP C Compiler
17578 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17579 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17580 # This bug is HP SR number 8606223364.
17581 if test "$cross_compiling" = yes; then
17582 # Depending upon the size, compute the lo and hi bounds.
17583cat >conftest.$ac_ext <<_ACEOF
17584/* confdefs.h. */
17585_ACEOF
17586cat confdefs.h >>conftest.$ac_ext
17587cat >>conftest.$ac_ext <<_ACEOF
17588/* end confdefs.h. */
17589$ac_includes_default
17590int
17591main ()
17592{
17593static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
17594test_array [0] = 0
17595
17596 ;
17597 return 0;
17598}
17599_ACEOF
17600rm -f conftest.$ac_objext
17601if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17602 (eval $ac_compile) 2>conftest.er1
a848cd7e 17603 ac_status=$?
ac1cb8d3
VS
17604 grep -v '^ *+' conftest.er1 >conftest.err
17605 rm -f conftest.er1
17606 cat conftest.err >&5
a848cd7e
SC
17607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17608 (exit $ac_status); } &&
5ff751d6 17609 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17611 (eval $ac_try) 2>&5
17612 ac_status=$?
17613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17614 (exit $ac_status); }; } &&
17615 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17617 (eval $ac_try) 2>&5
17618 ac_status=$?
17619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17620 (exit $ac_status); }; }; then
17621 ac_lo=0 ac_mid=0
17622 while :; do
17623 cat >conftest.$ac_ext <<_ACEOF
17624/* confdefs.h. */
17625_ACEOF
17626cat confdefs.h >>conftest.$ac_ext
17627cat >>conftest.$ac_ext <<_ACEOF
17628/* end confdefs.h. */
17629$ac_includes_default
17630int
17631main ()
17632{
17633static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
17634test_array [0] = 0
17635
17636 ;
17637 return 0;
17638}
17639_ACEOF
17640rm -f conftest.$ac_objext
17641if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17642 (eval $ac_compile) 2>conftest.er1
a848cd7e 17643 ac_status=$?
ac1cb8d3
VS
17644 grep -v '^ *+' conftest.er1 >conftest.err
17645 rm -f conftest.er1
17646 cat conftest.err >&5
a848cd7e
SC
17647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17648 (exit $ac_status); } &&
5ff751d6 17649 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17651 (eval $ac_try) 2>&5
17652 ac_status=$?
17653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17654 (exit $ac_status); }; } &&
17655 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17657 (eval $ac_try) 2>&5
17658 ac_status=$?
17659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17660 (exit $ac_status); }; }; then
17661 ac_hi=$ac_mid; break
17662else
17663 echo "$as_me: failed program was:" >&5
17664sed 's/^/| /' conftest.$ac_ext >&5
17665
17666ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
17667 if test $ac_lo -le $ac_mid; then
17668 ac_lo= ac_hi=
17669 break
17670 fi
17671 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 17672fi
ac1cb8d3 17673rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17674 done
17675else
17676 echo "$as_me: failed program was:" >&5
17677sed 's/^/| /' conftest.$ac_ext >&5
17678
17679cat >conftest.$ac_ext <<_ACEOF
17680/* confdefs.h. */
17681_ACEOF
17682cat confdefs.h >>conftest.$ac_ext
17683cat >>conftest.$ac_ext <<_ACEOF
17684/* end confdefs.h. */
17685$ac_includes_default
17686int
17687main ()
17688{
17689static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
17690test_array [0] = 0
17691
17692 ;
17693 return 0;
17694}
17695_ACEOF
17696rm -f conftest.$ac_objext
17697if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17698 (eval $ac_compile) 2>conftest.er1
a848cd7e 17699 ac_status=$?
ac1cb8d3
VS
17700 grep -v '^ *+' conftest.er1 >conftest.err
17701 rm -f conftest.er1
17702 cat conftest.err >&5
a848cd7e
SC
17703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17704 (exit $ac_status); } &&
5ff751d6 17705 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17707 (eval $ac_try) 2>&5
17708 ac_status=$?
17709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17710 (exit $ac_status); }; } &&
17711 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17713 (eval $ac_try) 2>&5
17714 ac_status=$?
17715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17716 (exit $ac_status); }; }; then
17717 ac_hi=-1 ac_mid=-1
17718 while :; do
17719 cat >conftest.$ac_ext <<_ACEOF
17720/* confdefs.h. */
17721_ACEOF
17722cat confdefs.h >>conftest.$ac_ext
17723cat >>conftest.$ac_ext <<_ACEOF
17724/* end confdefs.h. */
17725$ac_includes_default
17726int
17727main ()
17728{
17729static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
17730test_array [0] = 0
17731
17732 ;
17733 return 0;
17734}
17735_ACEOF
17736rm -f conftest.$ac_objext
17737if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17738 (eval $ac_compile) 2>conftest.er1
a848cd7e 17739 ac_status=$?
ac1cb8d3
VS
17740 grep -v '^ *+' conftest.er1 >conftest.err
17741 rm -f conftest.er1
17742 cat conftest.err >&5
a848cd7e
SC
17743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17744 (exit $ac_status); } &&
5ff751d6 17745 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17747 (eval $ac_try) 2>&5
17748 ac_status=$?
17749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17750 (exit $ac_status); }; } &&
17751 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17753 (eval $ac_try) 2>&5
17754 ac_status=$?
17755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17756 (exit $ac_status); }; }; then
17757 ac_lo=$ac_mid; break
17758else
17759 echo "$as_me: failed program was:" >&5
17760sed 's/^/| /' conftest.$ac_ext >&5
17761
17762ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
17763 if test $ac_mid -le $ac_hi; then
17764 ac_lo= ac_hi=
17765 break
17766 fi
17767 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 17768fi
ac1cb8d3 17769rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17770 done
17771else
17772 echo "$as_me: failed program was:" >&5
17773sed 's/^/| /' conftest.$ac_ext >&5
17774
17775ac_lo= ac_hi=
17776fi
ac1cb8d3 17777rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 17778fi
ac1cb8d3 17779rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17780# Binary search between lo and hi bounds.
17781while test "x$ac_lo" != "x$ac_hi"; do
17782 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17783 cat >conftest.$ac_ext <<_ACEOF
17784/* confdefs.h. */
17785_ACEOF
17786cat confdefs.h >>conftest.$ac_ext
17787cat >>conftest.$ac_ext <<_ACEOF
17788/* end confdefs.h. */
17789$ac_includes_default
17790int
17791main ()
17792{
17793static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
17794test_array [0] = 0
17795
17796 ;
17797 return 0;
17798}
17799_ACEOF
17800rm -f conftest.$ac_objext
17801if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17802 (eval $ac_compile) 2>conftest.er1
a848cd7e 17803 ac_status=$?
ac1cb8d3
VS
17804 grep -v '^ *+' conftest.er1 >conftest.err
17805 rm -f conftest.er1
17806 cat conftest.err >&5
a848cd7e
SC
17807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17808 (exit $ac_status); } &&
5ff751d6 17809 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17811 (eval $ac_try) 2>&5
17812 ac_status=$?
17813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17814 (exit $ac_status); }; } &&
17815 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17817 (eval $ac_try) 2>&5
17818 ac_status=$?
17819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17820 (exit $ac_status); }; }; then
17821 ac_hi=$ac_mid
17822else
17823 echo "$as_me: failed program was:" >&5
17824sed 's/^/| /' conftest.$ac_ext >&5
17825
17826ac_lo=`expr '(' $ac_mid ')' + 1`
17827fi
ac1cb8d3 17828rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17829done
17830case $ac_lo in
17831?*) ac_cv_sizeof_void_p=$ac_lo;;
17832'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
17833See \`config.log' for more details." >&5
17834echo "$as_me: error: cannot compute sizeof (void *), 77
17835See \`config.log' for more details." >&2;}
17836 { (exit 1); exit 1; }; } ;;
17837esac
17838else
17839 if test "$cross_compiling" = yes; then
5ff751d6
VZ
17840 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17841echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
17842 { (exit 1); exit 1; }; }
17843else
17844 cat >conftest.$ac_ext <<_ACEOF
17845/* confdefs.h. */
17846_ACEOF
17847cat confdefs.h >>conftest.$ac_ext
17848cat >>conftest.$ac_ext <<_ACEOF
17849/* end confdefs.h. */
17850$ac_includes_default
17851long longval () { return (long) (sizeof (void *)); }
17852unsigned long ulongval () { return (long) (sizeof (void *)); }
17853#include <stdio.h>
17854#include <stdlib.h>
17855int
17856main ()
17857{
17858
17859 FILE *f = fopen ("conftest.val", "w");
17860 if (! f)
17861 exit (1);
17862 if (((long) (sizeof (void *))) < 0)
17863 {
17864 long i = longval ();
17865 if (i != ((long) (sizeof (void *))))
17866 exit (1);
17867 fprintf (f, "%ld\n", i);
17868 }
17869 else
17870 {
17871 unsigned long i = ulongval ();
17872 if (i != ((long) (sizeof (void *))))
17873 exit (1);
17874 fprintf (f, "%lu\n", i);
17875 }
17876 exit (ferror (f) || fclose (f) != 0);
17877
17878 ;
17879 return 0;
17880}
17881_ACEOF
17882rm -f conftest$ac_exeext
17883if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17884 (eval $ac_link) 2>&5
17885 ac_status=$?
17886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17887 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17889 (eval $ac_try) 2>&5
17890 ac_status=$?
17891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17892 (exit $ac_status); }; }; then
17893 ac_cv_sizeof_void_p=`cat conftest.val`
17894else
17895 echo "$as_me: program exited with status $ac_status" >&5
17896echo "$as_me: failed program was:" >&5
17897sed 's/^/| /' conftest.$ac_ext >&5
17898
17899( exit $ac_status )
17900{ { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
17901See \`config.log' for more details." >&5
17902echo "$as_me: error: cannot compute sizeof (void *), 77
17903See \`config.log' for more details." >&2;}
17904 { (exit 1); exit 1; }; }
17905fi
ac1cb8d3 17906rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17907fi
17908fi
17909rm -f conftest.val
17910else
17911 ac_cv_sizeof_void_p=0
17912fi
17913fi
17914echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
17915echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
17916cat >>confdefs.h <<_ACEOF
17917#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
17918_ACEOF
17919
17920
17921echo "$as_me:$LINENO: checking for int" >&5
17922echo $ECHO_N "checking for int... $ECHO_C" >&6
17923if test "${ac_cv_type_int+set}" = set; then
17924 echo $ECHO_N "(cached) $ECHO_C" >&6
17925else
17926 cat >conftest.$ac_ext <<_ACEOF
17927/* confdefs.h. */
17928_ACEOF
17929cat confdefs.h >>conftest.$ac_ext
17930cat >>conftest.$ac_ext <<_ACEOF
17931/* end confdefs.h. */
17932$ac_includes_default
17933int
17934main ()
17935{
17936if ((int *) 0)
17937 return 0;
17938if (sizeof (int))
17939 return 0;
17940 ;
17941 return 0;
17942}
17943_ACEOF
17944rm -f conftest.$ac_objext
17945if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17946 (eval $ac_compile) 2>conftest.er1
a848cd7e 17947 ac_status=$?
ac1cb8d3
VS
17948 grep -v '^ *+' conftest.er1 >conftest.err
17949 rm -f conftest.er1
17950 cat conftest.err >&5
a848cd7e
SC
17951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17952 (exit $ac_status); } &&
5ff751d6 17953 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17954 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17955 (eval $ac_try) 2>&5
17956 ac_status=$?
17957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17958 (exit $ac_status); }; } &&
17959 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17960 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17961 (eval $ac_try) 2>&5
17962 ac_status=$?
17963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17964 (exit $ac_status); }; }; then
17965 ac_cv_type_int=yes
17966else
17967 echo "$as_me: failed program was:" >&5
17968sed 's/^/| /' conftest.$ac_ext >&5
17969
17970ac_cv_type_int=no
17971fi
ac1cb8d3 17972rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17973fi
17974echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
17975echo "${ECHO_T}$ac_cv_type_int" >&6
17976
17977echo "$as_me:$LINENO: checking size of int" >&5
17978echo $ECHO_N "checking size of int... $ECHO_C" >&6
17979if test "${ac_cv_sizeof_int+set}" = set; then
17980 echo $ECHO_N "(cached) $ECHO_C" >&6
17981else
17982 if test "$ac_cv_type_int" = yes; then
17983 # The cast to unsigned long works around a bug in the HP C Compiler
17984 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17985 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17986 # This bug is HP SR number 8606223364.
17987 if test "$cross_compiling" = yes; then
17988 # Depending upon the size, compute the lo and hi bounds.
17989cat >conftest.$ac_ext <<_ACEOF
17990/* confdefs.h. */
17991_ACEOF
17992cat confdefs.h >>conftest.$ac_ext
17993cat >>conftest.$ac_ext <<_ACEOF
17994/* end confdefs.h. */
17995$ac_includes_default
17996int
17997main ()
17998{
17999static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
18000test_array [0] = 0
18001
18002 ;
18003 return 0;
18004}
18005_ACEOF
18006rm -f conftest.$ac_objext
18007if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18008 (eval $ac_compile) 2>conftest.er1
a848cd7e 18009 ac_status=$?
ac1cb8d3
VS
18010 grep -v '^ *+' conftest.er1 >conftest.err
18011 rm -f conftest.er1
18012 cat conftest.err >&5
a848cd7e
SC
18013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18014 (exit $ac_status); } &&
5ff751d6 18015 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18017 (eval $ac_try) 2>&5
18018 ac_status=$?
18019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18020 (exit $ac_status); }; } &&
18021 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18023 (eval $ac_try) 2>&5
18024 ac_status=$?
18025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18026 (exit $ac_status); }; }; then
18027 ac_lo=0 ac_mid=0
18028 while :; do
18029 cat >conftest.$ac_ext <<_ACEOF
18030/* confdefs.h. */
18031_ACEOF
18032cat confdefs.h >>conftest.$ac_ext
18033cat >>conftest.$ac_ext <<_ACEOF
18034/* end confdefs.h. */
18035$ac_includes_default
18036int
18037main ()
18038{
18039static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
18040test_array [0] = 0
18041
18042 ;
18043 return 0;
18044}
18045_ACEOF
18046rm -f conftest.$ac_objext
18047if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18048 (eval $ac_compile) 2>conftest.er1
a848cd7e 18049 ac_status=$?
ac1cb8d3
VS
18050 grep -v '^ *+' conftest.er1 >conftest.err
18051 rm -f conftest.er1
18052 cat conftest.err >&5
a848cd7e
SC
18053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18054 (exit $ac_status); } &&
5ff751d6 18055 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18057 (eval $ac_try) 2>&5
18058 ac_status=$?
18059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18060 (exit $ac_status); }; } &&
18061 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18063 (eval $ac_try) 2>&5
18064 ac_status=$?
18065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18066 (exit $ac_status); }; }; then
18067 ac_hi=$ac_mid; break
18068else
18069 echo "$as_me: failed program was:" >&5
18070sed 's/^/| /' conftest.$ac_ext >&5
18071
18072ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
18073 if test $ac_lo -le $ac_mid; then
18074 ac_lo= ac_hi=
18075 break
18076 fi
18077 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 18078fi
ac1cb8d3 18079rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18080 done
18081else
18082 echo "$as_me: failed program was:" >&5
18083sed 's/^/| /' conftest.$ac_ext >&5
18084
18085cat >conftest.$ac_ext <<_ACEOF
18086/* confdefs.h. */
18087_ACEOF
18088cat confdefs.h >>conftest.$ac_ext
18089cat >>conftest.$ac_ext <<_ACEOF
18090/* end confdefs.h. */
18091$ac_includes_default
18092int
18093main ()
18094{
18095static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
18096test_array [0] = 0
18097
18098 ;
18099 return 0;
18100}
18101_ACEOF
18102rm -f conftest.$ac_objext
18103if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18104 (eval $ac_compile) 2>conftest.er1
a848cd7e 18105 ac_status=$?
ac1cb8d3
VS
18106 grep -v '^ *+' conftest.er1 >conftest.err
18107 rm -f conftest.er1
18108 cat conftest.err >&5
a848cd7e
SC
18109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18110 (exit $ac_status); } &&
5ff751d6 18111 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18113 (eval $ac_try) 2>&5
18114 ac_status=$?
18115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18116 (exit $ac_status); }; } &&
18117 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18118 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18119 (eval $ac_try) 2>&5
18120 ac_status=$?
18121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18122 (exit $ac_status); }; }; then
18123 ac_hi=-1 ac_mid=-1
18124 while :; do
18125 cat >conftest.$ac_ext <<_ACEOF
18126/* confdefs.h. */
18127_ACEOF
18128cat confdefs.h >>conftest.$ac_ext
18129cat >>conftest.$ac_ext <<_ACEOF
18130/* end confdefs.h. */
18131$ac_includes_default
18132int
18133main ()
18134{
18135static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
18136test_array [0] = 0
18137
18138 ;
18139 return 0;
18140}
18141_ACEOF
18142rm -f conftest.$ac_objext
18143if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18144 (eval $ac_compile) 2>conftest.er1
a848cd7e 18145 ac_status=$?
ac1cb8d3
VS
18146 grep -v '^ *+' conftest.er1 >conftest.err
18147 rm -f conftest.er1
18148 cat conftest.err >&5
a848cd7e
SC
18149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18150 (exit $ac_status); } &&
5ff751d6 18151 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18153 (eval $ac_try) 2>&5
18154 ac_status=$?
18155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18156 (exit $ac_status); }; } &&
18157 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18158 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18159 (eval $ac_try) 2>&5
18160 ac_status=$?
18161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18162 (exit $ac_status); }; }; then
18163 ac_lo=$ac_mid; break
18164else
18165 echo "$as_me: failed program was:" >&5
18166sed 's/^/| /' conftest.$ac_ext >&5
18167
18168ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
18169 if test $ac_mid -le $ac_hi; then
18170 ac_lo= ac_hi=
18171 break
18172 fi
18173 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 18174fi
ac1cb8d3 18175rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18176 done
18177else
18178 echo "$as_me: failed program was:" >&5
18179sed 's/^/| /' conftest.$ac_ext >&5
18180
18181ac_lo= ac_hi=
18182fi
ac1cb8d3 18183rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 18184fi
ac1cb8d3 18185rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18186# Binary search between lo and hi bounds.
18187while test "x$ac_lo" != "x$ac_hi"; do
18188 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18189 cat >conftest.$ac_ext <<_ACEOF
18190/* confdefs.h. */
18191_ACEOF
18192cat confdefs.h >>conftest.$ac_ext
18193cat >>conftest.$ac_ext <<_ACEOF
18194/* end confdefs.h. */
18195$ac_includes_default
18196int
18197main ()
18198{
18199static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
18200test_array [0] = 0
18201
18202 ;
18203 return 0;
18204}
18205_ACEOF
18206rm -f conftest.$ac_objext
18207if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18208 (eval $ac_compile) 2>conftest.er1
a848cd7e 18209 ac_status=$?
ac1cb8d3
VS
18210 grep -v '^ *+' conftest.er1 >conftest.err
18211 rm -f conftest.er1
18212 cat conftest.err >&5
a848cd7e
SC
18213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18214 (exit $ac_status); } &&
5ff751d6 18215 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18217 (eval $ac_try) 2>&5
18218 ac_status=$?
18219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18220 (exit $ac_status); }; } &&
18221 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18223 (eval $ac_try) 2>&5
18224 ac_status=$?
18225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18226 (exit $ac_status); }; }; then
18227 ac_hi=$ac_mid
18228else
18229 echo "$as_me: failed program was:" >&5
18230sed 's/^/| /' conftest.$ac_ext >&5
18231
18232ac_lo=`expr '(' $ac_mid ')' + 1`
18233fi
ac1cb8d3 18234rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18235done
18236case $ac_lo in
18237?*) ac_cv_sizeof_int=$ac_lo;;
18238'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
18239See \`config.log' for more details." >&5
18240echo "$as_me: error: cannot compute sizeof (int), 77
18241See \`config.log' for more details." >&2;}
18242 { (exit 1); exit 1; }; } ;;
18243esac
18244else
18245 if test "$cross_compiling" = yes; then
5ff751d6
VZ
18246 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18247echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
18248 { (exit 1); exit 1; }; }
18249else
18250 cat >conftest.$ac_ext <<_ACEOF
18251/* confdefs.h. */
18252_ACEOF
18253cat confdefs.h >>conftest.$ac_ext
18254cat >>conftest.$ac_ext <<_ACEOF
18255/* end confdefs.h. */
18256$ac_includes_default
18257long longval () { return (long) (sizeof (int)); }
18258unsigned long ulongval () { return (long) (sizeof (int)); }
18259#include <stdio.h>
18260#include <stdlib.h>
18261int
18262main ()
18263{
18264
18265 FILE *f = fopen ("conftest.val", "w");
18266 if (! f)
18267 exit (1);
18268 if (((long) (sizeof (int))) < 0)
18269 {
18270 long i = longval ();
18271 if (i != ((long) (sizeof (int))))
18272 exit (1);
18273 fprintf (f, "%ld\n", i);
18274 }
18275 else
18276 {
18277 unsigned long i = ulongval ();
18278 if (i != ((long) (sizeof (int))))
18279 exit (1);
18280 fprintf (f, "%lu\n", i);
18281 }
18282 exit (ferror (f) || fclose (f) != 0);
18283
18284 ;
18285 return 0;
18286}
18287_ACEOF
18288rm -f conftest$ac_exeext
18289if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18290 (eval $ac_link) 2>&5
18291 ac_status=$?
18292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18293 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18295 (eval $ac_try) 2>&5
18296 ac_status=$?
18297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18298 (exit $ac_status); }; }; then
18299 ac_cv_sizeof_int=`cat conftest.val`
18300else
18301 echo "$as_me: program exited with status $ac_status" >&5
18302echo "$as_me: failed program was:" >&5
18303sed 's/^/| /' conftest.$ac_ext >&5
18304
18305( exit $ac_status )
18306{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
18307See \`config.log' for more details." >&5
18308echo "$as_me: error: cannot compute sizeof (int), 77
18309See \`config.log' for more details." >&2;}
18310 { (exit 1); exit 1; }; }
18311fi
ac1cb8d3 18312rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18313fi
18314fi
18315rm -f conftest.val
18316else
18317 ac_cv_sizeof_int=0
18318fi
18319fi
18320echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
18321echo "${ECHO_T}$ac_cv_sizeof_int" >&6
18322cat >>confdefs.h <<_ACEOF
18323#define SIZEOF_INT $ac_cv_sizeof_int
18324_ACEOF
18325
18326
18327echo "$as_me:$LINENO: checking for long" >&5
18328echo $ECHO_N "checking for long... $ECHO_C" >&6
18329if test "${ac_cv_type_long+set}" = set; then
18330 echo $ECHO_N "(cached) $ECHO_C" >&6
18331else
18332 cat >conftest.$ac_ext <<_ACEOF
18333/* confdefs.h. */
18334_ACEOF
18335cat confdefs.h >>conftest.$ac_ext
18336cat >>conftest.$ac_ext <<_ACEOF
18337/* end confdefs.h. */
18338$ac_includes_default
18339int
18340main ()
18341{
18342if ((long *) 0)
18343 return 0;
18344if (sizeof (long))
18345 return 0;
18346 ;
18347 return 0;
18348}
18349_ACEOF
18350rm -f conftest.$ac_objext
18351if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18352 (eval $ac_compile) 2>conftest.er1
a848cd7e 18353 ac_status=$?
ac1cb8d3
VS
18354 grep -v '^ *+' conftest.er1 >conftest.err
18355 rm -f conftest.er1
18356 cat conftest.err >&5
a848cd7e
SC
18357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18358 (exit $ac_status); } &&
5ff751d6 18359 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18361 (eval $ac_try) 2>&5
18362 ac_status=$?
18363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18364 (exit $ac_status); }; } &&
18365 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18367 (eval $ac_try) 2>&5
18368 ac_status=$?
18369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18370 (exit $ac_status); }; }; then
18371 ac_cv_type_long=yes
18372else
18373 echo "$as_me: failed program was:" >&5
18374sed 's/^/| /' conftest.$ac_ext >&5
18375
18376ac_cv_type_long=no
18377fi
ac1cb8d3 18378rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18379fi
18380echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
18381echo "${ECHO_T}$ac_cv_type_long" >&6
18382
18383echo "$as_me:$LINENO: checking size of long" >&5
18384echo $ECHO_N "checking size of long... $ECHO_C" >&6
18385if test "${ac_cv_sizeof_long+set}" = set; then
18386 echo $ECHO_N "(cached) $ECHO_C" >&6
18387else
18388 if test "$ac_cv_type_long" = yes; then
18389 # The cast to unsigned long works around a bug in the HP C Compiler
18390 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18391 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18392 # This bug is HP SR number 8606223364.
18393 if test "$cross_compiling" = yes; then
18394 # Depending upon the size, compute the lo and hi bounds.
18395cat >conftest.$ac_ext <<_ACEOF
18396/* confdefs.h. */
18397_ACEOF
18398cat confdefs.h >>conftest.$ac_ext
18399cat >>conftest.$ac_ext <<_ACEOF
18400/* end confdefs.h. */
18401$ac_includes_default
18402int
18403main ()
18404{
18405static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
18406test_array [0] = 0
18407
18408 ;
18409 return 0;
18410}
18411_ACEOF
18412rm -f conftest.$ac_objext
18413if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18414 (eval $ac_compile) 2>conftest.er1
a848cd7e 18415 ac_status=$?
ac1cb8d3
VS
18416 grep -v '^ *+' conftest.er1 >conftest.err
18417 rm -f conftest.er1
18418 cat conftest.err >&5
a848cd7e
SC
18419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18420 (exit $ac_status); } &&
5ff751d6 18421 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18422 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18423 (eval $ac_try) 2>&5
18424 ac_status=$?
18425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18426 (exit $ac_status); }; } &&
18427 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18429 (eval $ac_try) 2>&5
18430 ac_status=$?
18431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18432 (exit $ac_status); }; }; then
18433 ac_lo=0 ac_mid=0
18434 while :; do
18435 cat >conftest.$ac_ext <<_ACEOF
18436/* confdefs.h. */
18437_ACEOF
18438cat confdefs.h >>conftest.$ac_ext
18439cat >>conftest.$ac_ext <<_ACEOF
18440/* end confdefs.h. */
18441$ac_includes_default
18442int
18443main ()
18444{
18445static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
18446test_array [0] = 0
18447
18448 ;
18449 return 0;
18450}
18451_ACEOF
18452rm -f conftest.$ac_objext
18453if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18454 (eval $ac_compile) 2>conftest.er1
a848cd7e 18455 ac_status=$?
ac1cb8d3
VS
18456 grep -v '^ *+' conftest.er1 >conftest.err
18457 rm -f conftest.er1
18458 cat conftest.err >&5
a848cd7e
SC
18459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18460 (exit $ac_status); } &&
5ff751d6 18461 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18463 (eval $ac_try) 2>&5
18464 ac_status=$?
18465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18466 (exit $ac_status); }; } &&
18467 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18468 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18469 (eval $ac_try) 2>&5
18470 ac_status=$?
18471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18472 (exit $ac_status); }; }; then
18473 ac_hi=$ac_mid; break
18474else
18475 echo "$as_me: failed program was:" >&5
18476sed 's/^/| /' conftest.$ac_ext >&5
18477
18478ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
18479 if test $ac_lo -le $ac_mid; then
18480 ac_lo= ac_hi=
18481 break
18482 fi
18483 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 18484fi
ac1cb8d3 18485rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18486 done
18487else
18488 echo "$as_me: failed program was:" >&5
18489sed 's/^/| /' conftest.$ac_ext >&5
18490
18491cat >conftest.$ac_ext <<_ACEOF
18492/* confdefs.h. */
18493_ACEOF
18494cat confdefs.h >>conftest.$ac_ext
18495cat >>conftest.$ac_ext <<_ACEOF
18496/* end confdefs.h. */
18497$ac_includes_default
18498int
18499main ()
18500{
18501static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
18502test_array [0] = 0
18503
18504 ;
18505 return 0;
18506}
18507_ACEOF
18508rm -f conftest.$ac_objext
18509if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18510 (eval $ac_compile) 2>conftest.er1
a848cd7e 18511 ac_status=$?
ac1cb8d3
VS
18512 grep -v '^ *+' conftest.er1 >conftest.err
18513 rm -f conftest.er1
18514 cat conftest.err >&5
a848cd7e
SC
18515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18516 (exit $ac_status); } &&
5ff751d6 18517 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18519 (eval $ac_try) 2>&5
18520 ac_status=$?
18521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18522 (exit $ac_status); }; } &&
18523 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18525 (eval $ac_try) 2>&5
18526 ac_status=$?
18527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18528 (exit $ac_status); }; }; then
18529 ac_hi=-1 ac_mid=-1
18530 while :; do
18531 cat >conftest.$ac_ext <<_ACEOF
18532/* confdefs.h. */
18533_ACEOF
18534cat confdefs.h >>conftest.$ac_ext
18535cat >>conftest.$ac_ext <<_ACEOF
18536/* end confdefs.h. */
18537$ac_includes_default
18538int
18539main ()
18540{
18541static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
18542test_array [0] = 0
18543
18544 ;
18545 return 0;
18546}
18547_ACEOF
18548rm -f conftest.$ac_objext
18549if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18550 (eval $ac_compile) 2>conftest.er1
a848cd7e 18551 ac_status=$?
ac1cb8d3
VS
18552 grep -v '^ *+' conftest.er1 >conftest.err
18553 rm -f conftest.er1
18554 cat conftest.err >&5
a848cd7e
SC
18555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18556 (exit $ac_status); } &&
5ff751d6 18557 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18559 (eval $ac_try) 2>&5
18560 ac_status=$?
18561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18562 (exit $ac_status); }; } &&
18563 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18565 (eval $ac_try) 2>&5
18566 ac_status=$?
18567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18568 (exit $ac_status); }; }; then
18569 ac_lo=$ac_mid; break
18570else
18571 echo "$as_me: failed program was:" >&5
18572sed 's/^/| /' conftest.$ac_ext >&5
18573
18574ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
18575 if test $ac_mid -le $ac_hi; then
18576 ac_lo= ac_hi=
18577 break
18578 fi
18579 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 18580fi
ac1cb8d3 18581rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18582 done
18583else
18584 echo "$as_me: failed program was:" >&5
18585sed 's/^/| /' conftest.$ac_ext >&5
18586
18587ac_lo= ac_hi=
18588fi
ac1cb8d3 18589rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 18590fi
ac1cb8d3 18591rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18592# Binary search between lo and hi bounds.
18593while test "x$ac_lo" != "x$ac_hi"; do
18594 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18595 cat >conftest.$ac_ext <<_ACEOF
18596/* confdefs.h. */
18597_ACEOF
18598cat confdefs.h >>conftest.$ac_ext
18599cat >>conftest.$ac_ext <<_ACEOF
18600/* end confdefs.h. */
18601$ac_includes_default
18602int
18603main ()
18604{
18605static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
18606test_array [0] = 0
18607
18608 ;
18609 return 0;
18610}
18611_ACEOF
18612rm -f conftest.$ac_objext
18613if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18614 (eval $ac_compile) 2>conftest.er1
a848cd7e 18615 ac_status=$?
ac1cb8d3
VS
18616 grep -v '^ *+' conftest.er1 >conftest.err
18617 rm -f conftest.er1
18618 cat conftest.err >&5
a848cd7e
SC
18619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18620 (exit $ac_status); } &&
5ff751d6 18621 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18622 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18623 (eval $ac_try) 2>&5
18624 ac_status=$?
18625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18626 (exit $ac_status); }; } &&
18627 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18628 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18629 (eval $ac_try) 2>&5
18630 ac_status=$?
18631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18632 (exit $ac_status); }; }; then
18633 ac_hi=$ac_mid
18634else
18635 echo "$as_me: failed program was:" >&5
18636sed 's/^/| /' conftest.$ac_ext >&5
18637
18638ac_lo=`expr '(' $ac_mid ')' + 1`
18639fi
ac1cb8d3 18640rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18641done
18642case $ac_lo in
18643?*) ac_cv_sizeof_long=$ac_lo;;
18644'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
18645See \`config.log' for more details." >&5
18646echo "$as_me: error: cannot compute sizeof (long), 77
18647See \`config.log' for more details." >&2;}
18648 { (exit 1); exit 1; }; } ;;
18649esac
18650else
18651 if test "$cross_compiling" = yes; then
5ff751d6
VZ
18652 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18653echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
18654 { (exit 1); exit 1; }; }
18655else
18656 cat >conftest.$ac_ext <<_ACEOF
18657/* confdefs.h. */
18658_ACEOF
18659cat confdefs.h >>conftest.$ac_ext
18660cat >>conftest.$ac_ext <<_ACEOF
18661/* end confdefs.h. */
18662$ac_includes_default
18663long longval () { return (long) (sizeof (long)); }
18664unsigned long ulongval () { return (long) (sizeof (long)); }
18665#include <stdio.h>
18666#include <stdlib.h>
18667int
18668main ()
18669{
18670
18671 FILE *f = fopen ("conftest.val", "w");
18672 if (! f)
18673 exit (1);
18674 if (((long) (sizeof (long))) < 0)
18675 {
18676 long i = longval ();
18677 if (i != ((long) (sizeof (long))))
18678 exit (1);
18679 fprintf (f, "%ld\n", i);
18680 }
18681 else
18682 {
18683 unsigned long i = ulongval ();
18684 if (i != ((long) (sizeof (long))))
18685 exit (1);
18686 fprintf (f, "%lu\n", i);
18687 }
18688 exit (ferror (f) || fclose (f) != 0);
18689
18690 ;
18691 return 0;
18692}
18693_ACEOF
18694rm -f conftest$ac_exeext
18695if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18696 (eval $ac_link) 2>&5
18697 ac_status=$?
18698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18699 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18701 (eval $ac_try) 2>&5
18702 ac_status=$?
18703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18704 (exit $ac_status); }; }; then
18705 ac_cv_sizeof_long=`cat conftest.val`
18706else
18707 echo "$as_me: program exited with status $ac_status" >&5
18708echo "$as_me: failed program was:" >&5
18709sed 's/^/| /' conftest.$ac_ext >&5
18710
18711( exit $ac_status )
18712{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
18713See \`config.log' for more details." >&5
18714echo "$as_me: error: cannot compute sizeof (long), 77
18715See \`config.log' for more details." >&2;}
18716 { (exit 1); exit 1; }; }
18717fi
ac1cb8d3 18718rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18719fi
18720fi
18721rm -f conftest.val
18722else
18723 ac_cv_sizeof_long=0
18724fi
18725fi
18726echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
18727echo "${ECHO_T}$ac_cv_sizeof_long" >&6
18728cat >>confdefs.h <<_ACEOF
18729#define SIZEOF_LONG $ac_cv_sizeof_long
18730_ACEOF
18731
18732
18733echo "$as_me:$LINENO: checking for size_t" >&5
18734echo $ECHO_N "checking for size_t... $ECHO_C" >&6
18735if test "${ac_cv_type_size_t+set}" = set; then
18736 echo $ECHO_N "(cached) $ECHO_C" >&6
18737else
18738 cat >conftest.$ac_ext <<_ACEOF
18739/* confdefs.h. */
18740_ACEOF
18741cat confdefs.h >>conftest.$ac_ext
18742cat >>conftest.$ac_ext <<_ACEOF
18743/* end confdefs.h. */
18744$ac_includes_default
18745int
18746main ()
18747{
18748if ((size_t *) 0)
18749 return 0;
18750if (sizeof (size_t))
18751 return 0;
18752 ;
18753 return 0;
18754}
18755_ACEOF
18756rm -f conftest.$ac_objext
18757if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18758 (eval $ac_compile) 2>conftest.er1
a848cd7e 18759 ac_status=$?
ac1cb8d3
VS
18760 grep -v '^ *+' conftest.er1 >conftest.err
18761 rm -f conftest.er1
18762 cat conftest.err >&5
a848cd7e
SC
18763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18764 (exit $ac_status); } &&
5ff751d6 18765 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18767 (eval $ac_try) 2>&5
18768 ac_status=$?
18769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18770 (exit $ac_status); }; } &&
18771 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18772 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18773 (eval $ac_try) 2>&5
18774 ac_status=$?
18775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18776 (exit $ac_status); }; }; then
18777 ac_cv_type_size_t=yes
18778else
18779 echo "$as_me: failed program was:" >&5
18780sed 's/^/| /' conftest.$ac_ext >&5
18781
18782ac_cv_type_size_t=no
18783fi
ac1cb8d3 18784rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18785fi
18786echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18787echo "${ECHO_T}$ac_cv_type_size_t" >&6
18788
18789echo "$as_me:$LINENO: checking size of size_t" >&5
18790echo $ECHO_N "checking size of size_t... $ECHO_C" >&6
18791if test "${ac_cv_sizeof_size_t+set}" = set; then
18792 echo $ECHO_N "(cached) $ECHO_C" >&6
18793else
18794 if test "$ac_cv_type_size_t" = yes; then
18795 # The cast to unsigned long works around a bug in the HP C Compiler
18796 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18797 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18798 # This bug is HP SR number 8606223364.
18799 if test "$cross_compiling" = yes; then
18800 # Depending upon the size, compute the lo and hi bounds.
18801cat >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$ac_includes_default
18808int
18809main ()
18810{
18811static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= 0)];
18812test_array [0] = 0
18813
18814 ;
18815 return 0;
18816}
18817_ACEOF
18818rm -f conftest.$ac_objext
18819if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18820 (eval $ac_compile) 2>conftest.er1
a848cd7e 18821 ac_status=$?
ac1cb8d3
VS
18822 grep -v '^ *+' conftest.er1 >conftest.err
18823 rm -f conftest.er1
18824 cat conftest.err >&5
a848cd7e
SC
18825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18826 (exit $ac_status); } &&
5ff751d6 18827 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18829 (eval $ac_try) 2>&5
18830 ac_status=$?
18831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18832 (exit $ac_status); }; } &&
18833 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
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); }; }; then
18839 ac_lo=0 ac_mid=0
18840 while :; do
18841 cat >conftest.$ac_ext <<_ACEOF
18842/* confdefs.h. */
18843_ACEOF
18844cat confdefs.h >>conftest.$ac_ext
18845cat >>conftest.$ac_ext <<_ACEOF
18846/* end confdefs.h. */
18847$ac_includes_default
18848int
18849main ()
18850{
18851static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
18852test_array [0] = 0
18853
18854 ;
18855 return 0;
18856}
18857_ACEOF
18858rm -f conftest.$ac_objext
18859if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18860 (eval $ac_compile) 2>conftest.er1
a848cd7e 18861 ac_status=$?
ac1cb8d3
VS
18862 grep -v '^ *+' conftest.er1 >conftest.err
18863 rm -f conftest.er1
18864 cat conftest.err >&5
a848cd7e
SC
18865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18866 (exit $ac_status); } &&
5ff751d6 18867 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18869 (eval $ac_try) 2>&5
18870 ac_status=$?
18871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18872 (exit $ac_status); }; } &&
18873 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18875 (eval $ac_try) 2>&5
18876 ac_status=$?
18877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18878 (exit $ac_status); }; }; then
18879 ac_hi=$ac_mid; break
18880else
18881 echo "$as_me: failed program was:" >&5
18882sed 's/^/| /' conftest.$ac_ext >&5
18883
18884ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
18885 if test $ac_lo -le $ac_mid; then
18886 ac_lo= ac_hi=
18887 break
18888 fi
18889 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 18890fi
ac1cb8d3 18891rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18892 done
18893else
18894 echo "$as_me: failed program was:" >&5
18895sed 's/^/| /' conftest.$ac_ext >&5
18896
18897cat >conftest.$ac_ext <<_ACEOF
18898/* confdefs.h. */
18899_ACEOF
18900cat confdefs.h >>conftest.$ac_ext
18901cat >>conftest.$ac_ext <<_ACEOF
18902/* end confdefs.h. */
18903$ac_includes_default
18904int
18905main ()
18906{
18907static int test_array [1 - 2 * !(((long) (sizeof (size_t))) < 0)];
18908test_array [0] = 0
18909
18910 ;
18911 return 0;
18912}
18913_ACEOF
18914rm -f conftest.$ac_objext
18915if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18916 (eval $ac_compile) 2>conftest.er1
a848cd7e 18917 ac_status=$?
ac1cb8d3
VS
18918 grep -v '^ *+' conftest.er1 >conftest.err
18919 rm -f conftest.er1
18920 cat conftest.err >&5
a848cd7e
SC
18921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18922 (exit $ac_status); } &&
5ff751d6 18923 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18925 (eval $ac_try) 2>&5
18926 ac_status=$?
18927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18928 (exit $ac_status); }; } &&
18929 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18931 (eval $ac_try) 2>&5
18932 ac_status=$?
18933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18934 (exit $ac_status); }; }; then
18935 ac_hi=-1 ac_mid=-1
18936 while :; do
18937 cat >conftest.$ac_ext <<_ACEOF
18938/* confdefs.h. */
18939_ACEOF
18940cat confdefs.h >>conftest.$ac_ext
18941cat >>conftest.$ac_ext <<_ACEOF
18942/* end confdefs.h. */
18943$ac_includes_default
18944int
18945main ()
18946{
18947static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)];
18948test_array [0] = 0
18949
18950 ;
18951 return 0;
18952}
18953_ACEOF
18954rm -f conftest.$ac_objext
18955if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18956 (eval $ac_compile) 2>conftest.er1
a848cd7e 18957 ac_status=$?
ac1cb8d3
VS
18958 grep -v '^ *+' conftest.er1 >conftest.err
18959 rm -f conftest.er1
18960 cat conftest.err >&5
a848cd7e
SC
18961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18962 (exit $ac_status); } &&
5ff751d6 18963 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18965 (eval $ac_try) 2>&5
18966 ac_status=$?
18967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18968 (exit $ac_status); }; } &&
18969 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18971 (eval $ac_try) 2>&5
18972 ac_status=$?
18973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18974 (exit $ac_status); }; }; then
18975 ac_lo=$ac_mid; break
18976else
18977 echo "$as_me: failed program was:" >&5
18978sed 's/^/| /' conftest.$ac_ext >&5
18979
18980ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
18981 if test $ac_mid -le $ac_hi; then
18982 ac_lo= ac_hi=
18983 break
18984 fi
18985 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 18986fi
ac1cb8d3 18987rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18988 done
18989else
18990 echo "$as_me: failed program was:" >&5
18991sed 's/^/| /' conftest.$ac_ext >&5
18992
18993ac_lo= ac_hi=
18994fi
ac1cb8d3 18995rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 18996fi
ac1cb8d3 18997rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18998# Binary search between lo and hi bounds.
18999while test "x$ac_lo" != "x$ac_hi"; do
19000 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19001 cat >conftest.$ac_ext <<_ACEOF
19002/* confdefs.h. */
19003_ACEOF
19004cat confdefs.h >>conftest.$ac_ext
19005cat >>conftest.$ac_ext <<_ACEOF
19006/* end confdefs.h. */
19007$ac_includes_default
19008int
19009main ()
19010{
19011static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
19012test_array [0] = 0
19013
19014 ;
19015 return 0;
19016}
19017_ACEOF
19018rm -f conftest.$ac_objext
19019if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19020 (eval $ac_compile) 2>conftest.er1
a848cd7e 19021 ac_status=$?
ac1cb8d3
VS
19022 grep -v '^ *+' conftest.er1 >conftest.err
19023 rm -f conftest.er1
19024 cat conftest.err >&5
a848cd7e
SC
19025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19026 (exit $ac_status); } &&
5ff751d6 19027 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
19028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19029 (eval $ac_try) 2>&5
19030 ac_status=$?
19031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19032 (exit $ac_status); }; } &&
19033 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19035 (eval $ac_try) 2>&5
19036 ac_status=$?
19037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19038 (exit $ac_status); }; }; then
19039 ac_hi=$ac_mid
19040else
19041 echo "$as_me: failed program was:" >&5
19042sed 's/^/| /' conftest.$ac_ext >&5
19043
19044ac_lo=`expr '(' $ac_mid ')' + 1`
19045fi
ac1cb8d3 19046rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19047done
19048case $ac_lo in
19049?*) ac_cv_sizeof_size_t=$ac_lo;;
19050'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
19051See \`config.log' for more details." >&5
19052echo "$as_me: error: cannot compute sizeof (size_t), 77
19053See \`config.log' for more details." >&2;}
19054 { (exit 1); exit 1; }; } ;;
19055esac
19056else
19057 if test "$cross_compiling" = yes; then
5ff751d6
VZ
19058 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19059echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
19060 { (exit 1); exit 1; }; }
19061else
19062 cat >conftest.$ac_ext <<_ACEOF
19063/* confdefs.h. */
19064_ACEOF
19065cat confdefs.h >>conftest.$ac_ext
19066cat >>conftest.$ac_ext <<_ACEOF
19067/* end confdefs.h. */
19068$ac_includes_default
19069long longval () { return (long) (sizeof (size_t)); }
19070unsigned long ulongval () { return (long) (sizeof (size_t)); }
19071#include <stdio.h>
19072#include <stdlib.h>
19073int
19074main ()
19075{
19076
19077 FILE *f = fopen ("conftest.val", "w");
19078 if (! f)
19079 exit (1);
19080 if (((long) (sizeof (size_t))) < 0)
19081 {
19082 long i = longval ();
19083 if (i != ((long) (sizeof (size_t))))
19084 exit (1);
19085 fprintf (f, "%ld\n", i);
19086 }
19087 else
19088 {
19089 unsigned long i = ulongval ();
19090 if (i != ((long) (sizeof (size_t))))
19091 exit (1);
19092 fprintf (f, "%lu\n", i);
19093 }
19094 exit (ferror (f) || fclose (f) != 0);
19095
19096 ;
19097 return 0;
19098}
19099_ACEOF
19100rm -f conftest$ac_exeext
19101if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19102 (eval $ac_link) 2>&5
19103 ac_status=$?
19104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19105 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19107 (eval $ac_try) 2>&5
19108 ac_status=$?
19109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19110 (exit $ac_status); }; }; then
19111 ac_cv_sizeof_size_t=`cat conftest.val`
19112else
19113 echo "$as_me: program exited with status $ac_status" >&5
19114echo "$as_me: failed program was:" >&5
19115sed 's/^/| /' conftest.$ac_ext >&5
19116
19117( exit $ac_status )
19118{ { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
19119See \`config.log' for more details." >&5
19120echo "$as_me: error: cannot compute sizeof (size_t), 77
19121See \`config.log' for more details." >&2;}
19122 { (exit 1); exit 1; }; }
19123fi
ac1cb8d3 19124rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19125fi
19126fi
19127rm -f conftest.val
19128else
19129 ac_cv_sizeof_size_t=0
19130fi
19131fi
19132echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
19133echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6
19134cat >>confdefs.h <<_ACEOF
19135#define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
19136_ACEOF
19137
19138
19139
19140case "${host}" in
19141 arm-*-linux* )
19142 echo "$as_me:$LINENO: checking for long long" >&5
19143echo $ECHO_N "checking for long long... $ECHO_C" >&6
19144if test "${ac_cv_type_long_long+set}" = set; then
19145 echo $ECHO_N "(cached) $ECHO_C" >&6
19146else
19147 cat >conftest.$ac_ext <<_ACEOF
19148/* confdefs.h. */
19149_ACEOF
19150cat confdefs.h >>conftest.$ac_ext
19151cat >>conftest.$ac_ext <<_ACEOF
19152/* end confdefs.h. */
19153$ac_includes_default
19154int
19155main ()
19156{
19157if ((long long *) 0)
19158 return 0;
19159if (sizeof (long long))
19160 return 0;
19161 ;
19162 return 0;
19163}
19164_ACEOF
19165rm -f conftest.$ac_objext
19166if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19167 (eval $ac_compile) 2>conftest.er1
a848cd7e 19168 ac_status=$?
ac1cb8d3
VS
19169 grep -v '^ *+' conftest.er1 >conftest.err
19170 rm -f conftest.er1
19171 cat conftest.err >&5
a848cd7e
SC
19172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19173 (exit $ac_status); } &&
5ff751d6 19174 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
19175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19176 (eval $ac_try) 2>&5
19177 ac_status=$?
19178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19179 (exit $ac_status); }; } &&
19180 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19182 (eval $ac_try) 2>&5
19183 ac_status=$?
19184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19185 (exit $ac_status); }; }; then
19186 ac_cv_type_long_long=yes
19187else
19188 echo "$as_me: failed program was:" >&5
19189sed 's/^/| /' conftest.$ac_ext >&5
19190
19191ac_cv_type_long_long=no
19192fi
ac1cb8d3 19193rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19194fi
19195echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19196echo "${ECHO_T}$ac_cv_type_long_long" >&6
19197
19198echo "$as_me:$LINENO: checking size of long long" >&5
19199echo $ECHO_N "checking size of long long... $ECHO_C" >&6
19200if test "${ac_cv_sizeof_long_long+set}" = set; then
19201 echo $ECHO_N "(cached) $ECHO_C" >&6
19202else
19203 if test "$ac_cv_type_long_long" = yes; then
19204 # The cast to unsigned long works around a bug in the HP C Compiler
19205 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19206 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19207 # This bug is HP SR number 8606223364.
19208 if test "$cross_compiling" = yes; then
19209 # Depending upon the size, compute the lo and hi bounds.
19210cat >conftest.$ac_ext <<_ACEOF
19211/* confdefs.h. */
19212_ACEOF
19213cat confdefs.h >>conftest.$ac_ext
19214cat >>conftest.$ac_ext <<_ACEOF
19215/* end confdefs.h. */
19216$ac_includes_default
19217int
19218main ()
19219{
19220static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
19221test_array [0] = 0
19222
19223 ;
19224 return 0;
19225}
19226_ACEOF
19227rm -f conftest.$ac_objext
19228if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19229 (eval $ac_compile) 2>conftest.er1
a848cd7e 19230 ac_status=$?
ac1cb8d3
VS
19231 grep -v '^ *+' conftest.er1 >conftest.err
19232 rm -f conftest.er1
19233 cat conftest.err >&5
a848cd7e
SC
19234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19235 (exit $ac_status); } &&
5ff751d6 19236 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
19237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19238 (eval $ac_try) 2>&5
19239 ac_status=$?
19240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19241 (exit $ac_status); }; } &&
19242 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19244 (eval $ac_try) 2>&5
19245 ac_status=$?
19246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19247 (exit $ac_status); }; }; then
19248 ac_lo=0 ac_mid=0
19249 while :; do
19250 cat >conftest.$ac_ext <<_ACEOF
19251/* confdefs.h. */
19252_ACEOF
19253cat confdefs.h >>conftest.$ac_ext
19254cat >>conftest.$ac_ext <<_ACEOF
19255/* end confdefs.h. */
19256$ac_includes_default
19257int
19258main ()
19259{
19260static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19261test_array [0] = 0
19262
19263 ;
19264 return 0;
19265}
19266_ACEOF
19267rm -f conftest.$ac_objext
19268if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19269 (eval $ac_compile) 2>conftest.er1
a848cd7e 19270 ac_status=$?
ac1cb8d3
VS
19271 grep -v '^ *+' conftest.er1 >conftest.err
19272 rm -f conftest.er1
19273 cat conftest.err >&5
a848cd7e
SC
19274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19275 (exit $ac_status); } &&
5ff751d6 19276 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
19277 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19278 (eval $ac_try) 2>&5
19279 ac_status=$?
19280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19281 (exit $ac_status); }; } &&
19282 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19284 (eval $ac_try) 2>&5
19285 ac_status=$?
19286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19287 (exit $ac_status); }; }; then
19288 ac_hi=$ac_mid; break
19289else
19290 echo "$as_me: failed program was:" >&5
19291sed 's/^/| /' conftest.$ac_ext >&5
19292
19293ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
19294 if test $ac_lo -le $ac_mid; then
19295 ac_lo= ac_hi=
19296 break
19297 fi
19298 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 19299fi
ac1cb8d3 19300rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19301 done
19302else
19303 echo "$as_me: failed program was:" >&5
19304sed 's/^/| /' conftest.$ac_ext >&5
19305
19306cat >conftest.$ac_ext <<_ACEOF
19307/* confdefs.h. */
19308_ACEOF
19309cat confdefs.h >>conftest.$ac_ext
19310cat >>conftest.$ac_ext <<_ACEOF
19311/* end confdefs.h. */
19312$ac_includes_default
19313int
19314main ()
19315{
19316static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
19317test_array [0] = 0
19318
19319 ;
19320 return 0;
19321}
19322_ACEOF
19323rm -f conftest.$ac_objext
19324if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19325 (eval $ac_compile) 2>conftest.er1
a848cd7e 19326 ac_status=$?
ac1cb8d3
VS
19327 grep -v '^ *+' conftest.er1 >conftest.err
19328 rm -f conftest.er1
19329 cat conftest.err >&5
a848cd7e
SC
19330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19331 (exit $ac_status); } &&
5ff751d6 19332 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
19333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19334 (eval $ac_try) 2>&5
19335 ac_status=$?
19336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19337 (exit $ac_status); }; } &&
19338 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19340 (eval $ac_try) 2>&5
19341 ac_status=$?
19342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19343 (exit $ac_status); }; }; then
19344 ac_hi=-1 ac_mid=-1
19345 while :; do
19346 cat >conftest.$ac_ext <<_ACEOF
19347/* confdefs.h. */
19348_ACEOF
19349cat confdefs.h >>conftest.$ac_ext
19350cat >>conftest.$ac_ext <<_ACEOF
19351/* end confdefs.h. */
19352$ac_includes_default
19353int
19354main ()
19355{
19356static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
19357test_array [0] = 0
19358
19359 ;
19360 return 0;
19361}
19362_ACEOF
19363rm -f conftest.$ac_objext
19364if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19365 (eval $ac_compile) 2>conftest.er1
a848cd7e 19366 ac_status=$?
ac1cb8d3
VS
19367 grep -v '^ *+' conftest.er1 >conftest.err
19368 rm -f conftest.er1
19369 cat conftest.err >&5
a848cd7e
SC
19370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19371 (exit $ac_status); } &&
5ff751d6 19372 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
19373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19374 (eval $ac_try) 2>&5
19375 ac_status=$?
19376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19377 (exit $ac_status); }; } &&
19378 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19380 (eval $ac_try) 2>&5
19381 ac_status=$?
19382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19383 (exit $ac_status); }; }; then
19384 ac_lo=$ac_mid; break
19385else
19386 echo "$as_me: failed program was:" >&5
19387sed 's/^/| /' conftest.$ac_ext >&5
19388
19389ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
19390 if test $ac_mid -le $ac_hi; then
19391 ac_lo= ac_hi=
19392 break
19393 fi
19394 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 19395fi
ac1cb8d3 19396rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19397 done
19398else
19399 echo "$as_me: failed program was:" >&5
19400sed 's/^/| /' conftest.$ac_ext >&5
19401
19402ac_lo= ac_hi=
19403fi
ac1cb8d3 19404rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 19405fi
ac1cb8d3 19406rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19407# Binary search between lo and hi bounds.
19408while test "x$ac_lo" != "x$ac_hi"; do
19409 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19410 cat >conftest.$ac_ext <<_ACEOF
19411/* confdefs.h. */
19412_ACEOF
19413cat confdefs.h >>conftest.$ac_ext
19414cat >>conftest.$ac_ext <<_ACEOF
19415/* end confdefs.h. */
19416$ac_includes_default
19417int
19418main ()
19419{
19420static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19421test_array [0] = 0
19422
19423 ;
19424 return 0;
19425}
19426_ACEOF
19427rm -f conftest.$ac_objext
19428if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19429 (eval $ac_compile) 2>conftest.er1
a848cd7e 19430 ac_status=$?
ac1cb8d3
VS
19431 grep -v '^ *+' conftest.er1 >conftest.err
19432 rm -f conftest.er1
19433 cat conftest.err >&5
a848cd7e
SC
19434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19435 (exit $ac_status); } &&
5ff751d6 19436 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
19437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19438 (eval $ac_try) 2>&5
19439 ac_status=$?
19440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19441 (exit $ac_status); }; } &&
19442 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19444 (eval $ac_try) 2>&5
19445 ac_status=$?
19446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19447 (exit $ac_status); }; }; then
19448 ac_hi=$ac_mid
19449else
19450 echo "$as_me: failed program was:" >&5
19451sed 's/^/| /' conftest.$ac_ext >&5
19452
19453ac_lo=`expr '(' $ac_mid ')' + 1`
19454fi
ac1cb8d3 19455rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19456done
19457case $ac_lo in
19458?*) ac_cv_sizeof_long_long=$ac_lo;;
19459'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19460See \`config.log' for more details." >&5
19461echo "$as_me: error: cannot compute sizeof (long long), 77
19462See \`config.log' for more details." >&2;}
19463 { (exit 1); exit 1; }; } ;;
19464esac
19465else
19466 if test "$cross_compiling" = yes; then
5ff751d6
VZ
19467 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19468echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
19469 { (exit 1); exit 1; }; }
19470else
19471 cat >conftest.$ac_ext <<_ACEOF
19472/* confdefs.h. */
19473_ACEOF
19474cat confdefs.h >>conftest.$ac_ext
19475cat >>conftest.$ac_ext <<_ACEOF
19476/* end confdefs.h. */
19477$ac_includes_default
19478long longval () { return (long) (sizeof (long long)); }
19479unsigned long ulongval () { return (long) (sizeof (long long)); }
19480#include <stdio.h>
19481#include <stdlib.h>
19482int
19483main ()
19484{
19485
19486 FILE *f = fopen ("conftest.val", "w");
19487 if (! f)
19488 exit (1);
19489 if (((long) (sizeof (long long))) < 0)
19490 {
19491 long i = longval ();
19492 if (i != ((long) (sizeof (long long))))
19493 exit (1);
19494 fprintf (f, "%ld\n", i);
19495 }
19496 else
19497 {
19498 unsigned long i = ulongval ();
19499 if (i != ((long) (sizeof (long long))))
19500 exit (1);
19501 fprintf (f, "%lu\n", i);
19502 }
19503 exit (ferror (f) || fclose (f) != 0);
19504
19505 ;
19506 return 0;
19507}
19508_ACEOF
19509rm -f conftest$ac_exeext
19510if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19511 (eval $ac_link) 2>&5
19512 ac_status=$?
19513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19514 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19515 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19516 (eval $ac_try) 2>&5
19517 ac_status=$?
19518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19519 (exit $ac_status); }; }; then
19520 ac_cv_sizeof_long_long=`cat conftest.val`
19521else
19522 echo "$as_me: program exited with status $ac_status" >&5
19523echo "$as_me: failed program was:" >&5
19524sed 's/^/| /' conftest.$ac_ext >&5
19525
19526( exit $ac_status )
19527{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19528See \`config.log' for more details." >&5
19529echo "$as_me: error: cannot compute sizeof (long long), 77
19530See \`config.log' for more details." >&2;}
19531 { (exit 1); exit 1; }; }
19532fi
ac1cb8d3 19533rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19534fi
19535fi
19536rm -f conftest.val
19537else
19538 ac_cv_sizeof_long_long=0
19539fi
19540fi
19541echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
19542echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
19543cat >>confdefs.h <<_ACEOF
19544#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
19545_ACEOF
19546
19547
19548 ;;
19549 *-hp-hpux* )
19550 echo "$as_me:$LINENO: checking for long long" >&5
19551echo $ECHO_N "checking for long long... $ECHO_C" >&6
19552if test "${ac_cv_type_long_long+set}" = set; then
19553 echo $ECHO_N "(cached) $ECHO_C" >&6
19554else
19555 cat >conftest.$ac_ext <<_ACEOF
19556/* confdefs.h. */
19557_ACEOF
19558cat confdefs.h >>conftest.$ac_ext
19559cat >>conftest.$ac_ext <<_ACEOF
19560/* end confdefs.h. */
19561$ac_includes_default
19562int
19563main ()
19564{
19565if ((long long *) 0)
19566 return 0;
19567if (sizeof (long long))
19568 return 0;
19569 ;
19570 return 0;
19571}
19572_ACEOF
19573rm -f conftest.$ac_objext
19574if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19575 (eval $ac_compile) 2>conftest.er1
a848cd7e 19576 ac_status=$?
ac1cb8d3
VS
19577 grep -v '^ *+' conftest.er1 >conftest.err
19578 rm -f conftest.er1
19579 cat conftest.err >&5
a848cd7e
SC
19580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19581 (exit $ac_status); } &&
5ff751d6 19582 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
19583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19584 (eval $ac_try) 2>&5
19585 ac_status=$?
19586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19587 (exit $ac_status); }; } &&
19588 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19590 (eval $ac_try) 2>&5
19591 ac_status=$?
19592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19593 (exit $ac_status); }; }; then
19594 ac_cv_type_long_long=yes
19595else
19596 echo "$as_me: failed program was:" >&5
19597sed 's/^/| /' conftest.$ac_ext >&5
19598
19599ac_cv_type_long_long=no
19600fi
ac1cb8d3 19601rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19602fi
19603echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19604echo "${ECHO_T}$ac_cv_type_long_long" >&6
19605
19606echo "$as_me:$LINENO: checking size of long long" >&5
19607echo $ECHO_N "checking size of long long... $ECHO_C" >&6
19608if test "${ac_cv_sizeof_long_long+set}" = set; then
19609 echo $ECHO_N "(cached) $ECHO_C" >&6
19610else
19611 if test "$ac_cv_type_long_long" = yes; then
19612 # The cast to unsigned long works around a bug in the HP C Compiler
19613 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19614 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19615 # This bug is HP SR number 8606223364.
19616 if test "$cross_compiling" = yes; then
19617 # Depending upon the size, compute the lo and hi bounds.
19618cat >conftest.$ac_ext <<_ACEOF
19619/* confdefs.h. */
19620_ACEOF
19621cat confdefs.h >>conftest.$ac_ext
19622cat >>conftest.$ac_ext <<_ACEOF
19623/* end confdefs.h. */
19624$ac_includes_default
19625int
19626main ()
19627{
19628static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
19629test_array [0] = 0
19630
19631 ;
19632 return 0;
19633}
19634_ACEOF
19635rm -f conftest.$ac_objext
19636if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19637 (eval $ac_compile) 2>conftest.er1
a848cd7e 19638 ac_status=$?
ac1cb8d3
VS
19639 grep -v '^ *+' conftest.er1 >conftest.err
19640 rm -f conftest.er1
19641 cat conftest.err >&5
a848cd7e
SC
19642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19643 (exit $ac_status); } &&
5ff751d6 19644 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
19645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19646 (eval $ac_try) 2>&5
19647 ac_status=$?
19648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19649 (exit $ac_status); }; } &&
19650 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19652 (eval $ac_try) 2>&5
19653 ac_status=$?
19654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19655 (exit $ac_status); }; }; then
19656 ac_lo=0 ac_mid=0
19657 while :; do
19658 cat >conftest.$ac_ext <<_ACEOF
19659/* confdefs.h. */
19660_ACEOF
19661cat confdefs.h >>conftest.$ac_ext
19662cat >>conftest.$ac_ext <<_ACEOF
19663/* end confdefs.h. */
19664$ac_includes_default
19665int
19666main ()
19667{
19668static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19669test_array [0] = 0
19670
19671 ;
19672 return 0;
19673}
19674_ACEOF
19675rm -f conftest.$ac_objext
19676if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19677 (eval $ac_compile) 2>conftest.er1
a848cd7e 19678 ac_status=$?
ac1cb8d3
VS
19679 grep -v '^ *+' conftest.er1 >conftest.err
19680 rm -f conftest.er1
19681 cat conftest.err >&5
a848cd7e
SC
19682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19683 (exit $ac_status); } &&
5ff751d6 19684 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
19685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19686 (eval $ac_try) 2>&5
19687 ac_status=$?
19688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19689 (exit $ac_status); }; } &&
19690 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19692 (eval $ac_try) 2>&5
19693 ac_status=$?
19694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19695 (exit $ac_status); }; }; then
19696 ac_hi=$ac_mid; break
19697else
19698 echo "$as_me: failed program was:" >&5
19699sed 's/^/| /' conftest.$ac_ext >&5
19700
19701ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
19702 if test $ac_lo -le $ac_mid; then
19703 ac_lo= ac_hi=
19704 break
19705 fi
19706 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 19707fi
ac1cb8d3 19708rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19709 done
19710else
19711 echo "$as_me: failed program was:" >&5
19712sed 's/^/| /' conftest.$ac_ext >&5
19713
19714cat >conftest.$ac_ext <<_ACEOF
19715/* confdefs.h. */
19716_ACEOF
19717cat confdefs.h >>conftest.$ac_ext
19718cat >>conftest.$ac_ext <<_ACEOF
19719/* end confdefs.h. */
19720$ac_includes_default
19721int
19722main ()
19723{
19724static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
19725test_array [0] = 0
19726
19727 ;
19728 return 0;
19729}
19730_ACEOF
19731rm -f conftest.$ac_objext
19732if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19733 (eval $ac_compile) 2>conftest.er1
a848cd7e 19734 ac_status=$?
ac1cb8d3
VS
19735 grep -v '^ *+' conftest.er1 >conftest.err
19736 rm -f conftest.er1
19737 cat conftest.err >&5
a848cd7e
SC
19738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19739 (exit $ac_status); } &&
5ff751d6 19740 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
19741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19742 (eval $ac_try) 2>&5
19743 ac_status=$?
19744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19745 (exit $ac_status); }; } &&
19746 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19748 (eval $ac_try) 2>&5
19749 ac_status=$?
19750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19751 (exit $ac_status); }; }; then
19752 ac_hi=-1 ac_mid=-1
19753 while :; do
19754 cat >conftest.$ac_ext <<_ACEOF
19755/* confdefs.h. */
19756_ACEOF
19757cat confdefs.h >>conftest.$ac_ext
19758cat >>conftest.$ac_ext <<_ACEOF
19759/* end confdefs.h. */
19760$ac_includes_default
19761int
19762main ()
19763{
19764static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
19765test_array [0] = 0
19766
19767 ;
19768 return 0;
19769}
19770_ACEOF
19771rm -f conftest.$ac_objext
19772if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19773 (eval $ac_compile) 2>conftest.er1
a848cd7e 19774 ac_status=$?
ac1cb8d3
VS
19775 grep -v '^ *+' conftest.er1 >conftest.err
19776 rm -f conftest.er1
19777 cat conftest.err >&5
a848cd7e
SC
19778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19779 (exit $ac_status); } &&
5ff751d6 19780 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
19781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19782 (eval $ac_try) 2>&5
19783 ac_status=$?
19784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19785 (exit $ac_status); }; } &&
19786 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19788 (eval $ac_try) 2>&5
19789 ac_status=$?
19790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19791 (exit $ac_status); }; }; then
19792 ac_lo=$ac_mid; break
19793else
19794 echo "$as_me: failed program was:" >&5
19795sed 's/^/| /' conftest.$ac_ext >&5
19796
19797ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
19798 if test $ac_mid -le $ac_hi; then
19799 ac_lo= ac_hi=
19800 break
19801 fi
19802 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 19803fi
ac1cb8d3 19804rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19805 done
19806else
19807 echo "$as_me: failed program was:" >&5
19808sed 's/^/| /' conftest.$ac_ext >&5
19809
19810ac_lo= ac_hi=
19811fi
ac1cb8d3 19812rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 19813fi
ac1cb8d3 19814rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19815# Binary search between lo and hi bounds.
19816while test "x$ac_lo" != "x$ac_hi"; do
19817 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19818 cat >conftest.$ac_ext <<_ACEOF
19819/* confdefs.h. */
19820_ACEOF
19821cat confdefs.h >>conftest.$ac_ext
19822cat >>conftest.$ac_ext <<_ACEOF
19823/* end confdefs.h. */
19824$ac_includes_default
19825int
19826main ()
19827{
19828static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19829test_array [0] = 0
19830
19831 ;
19832 return 0;
19833}
19834_ACEOF
19835rm -f conftest.$ac_objext
19836if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19837 (eval $ac_compile) 2>conftest.er1
a848cd7e 19838 ac_status=$?
ac1cb8d3
VS
19839 grep -v '^ *+' conftest.er1 >conftest.err
19840 rm -f conftest.er1
19841 cat conftest.err >&5
a848cd7e
SC
19842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19843 (exit $ac_status); } &&
5ff751d6 19844 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
19845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19846 (eval $ac_try) 2>&5
19847 ac_status=$?
19848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19849 (exit $ac_status); }; } &&
19850 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19852 (eval $ac_try) 2>&5
19853 ac_status=$?
19854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19855 (exit $ac_status); }; }; then
19856 ac_hi=$ac_mid
19857else
19858 echo "$as_me: failed program was:" >&5
19859sed 's/^/| /' conftest.$ac_ext >&5
19860
19861ac_lo=`expr '(' $ac_mid ')' + 1`
19862fi
ac1cb8d3 19863rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19864done
19865case $ac_lo in
19866?*) ac_cv_sizeof_long_long=$ac_lo;;
19867'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19868See \`config.log' for more details." >&5
19869echo "$as_me: error: cannot compute sizeof (long long), 77
19870See \`config.log' for more details." >&2;}
19871 { (exit 1); exit 1; }; } ;;
19872esac
19873else
19874 if test "$cross_compiling" = yes; then
5ff751d6
VZ
19875 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19876echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
19877 { (exit 1); exit 1; }; }
19878else
19879 cat >conftest.$ac_ext <<_ACEOF
19880/* confdefs.h. */
19881_ACEOF
19882cat confdefs.h >>conftest.$ac_ext
19883cat >>conftest.$ac_ext <<_ACEOF
19884/* end confdefs.h. */
19885$ac_includes_default
19886long longval () { return (long) (sizeof (long long)); }
19887unsigned long ulongval () { return (long) (sizeof (long long)); }
19888#include <stdio.h>
19889#include <stdlib.h>
19890int
19891main ()
19892{
19893
19894 FILE *f = fopen ("conftest.val", "w");
19895 if (! f)
19896 exit (1);
19897 if (((long) (sizeof (long long))) < 0)
19898 {
19899 long i = longval ();
19900 if (i != ((long) (sizeof (long long))))
19901 exit (1);
19902 fprintf (f, "%ld\n", i);
19903 }
19904 else
19905 {
19906 unsigned long i = ulongval ();
19907 if (i != ((long) (sizeof (long long))))
19908 exit (1);
19909 fprintf (f, "%lu\n", i);
19910 }
19911 exit (ferror (f) || fclose (f) != 0);
19912
19913 ;
19914 return 0;
19915}
19916_ACEOF
19917rm -f conftest$ac_exeext
19918if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19919 (eval $ac_link) 2>&5
19920 ac_status=$?
19921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19922 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19923 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19924 (eval $ac_try) 2>&5
19925 ac_status=$?
19926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19927 (exit $ac_status); }; }; then
19928 ac_cv_sizeof_long_long=`cat conftest.val`
19929else
19930 echo "$as_me: program exited with status $ac_status" >&5
19931echo "$as_me: failed program was:" >&5
19932sed 's/^/| /' conftest.$ac_ext >&5
19933
19934( exit $ac_status )
19935{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19936See \`config.log' for more details." >&5
19937echo "$as_me: error: cannot compute sizeof (long long), 77
19938See \`config.log' for more details." >&2;}
19939 { (exit 1); exit 1; }; }
19940fi
ac1cb8d3 19941rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19942fi
19943fi
19944rm -f conftest.val
19945else
19946 ac_cv_sizeof_long_long=0
19947fi
19948fi
19949echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
19950echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
19951cat >>confdefs.h <<_ACEOF
19952#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
19953_ACEOF
19954
19955
19956 if test "$ac_cv_sizeof_long_long" != "0"; then
19957 CPPFLAGS="$CPPFLAGS -D_INCLUDE_LONGLONG"
19958 fi
19959 ;;
19960 * )
19961 echo "$as_me:$LINENO: checking for long long" >&5
19962echo $ECHO_N "checking for long long... $ECHO_C" >&6
19963if test "${ac_cv_type_long_long+set}" = set; then
19964 echo $ECHO_N "(cached) $ECHO_C" >&6
19965else
19966 cat >conftest.$ac_ext <<_ACEOF
19967/* confdefs.h. */
19968_ACEOF
19969cat confdefs.h >>conftest.$ac_ext
19970cat >>conftest.$ac_ext <<_ACEOF
19971/* end confdefs.h. */
19972$ac_includes_default
19973int
19974main ()
19975{
19976if ((long long *) 0)
19977 return 0;
19978if (sizeof (long long))
19979 return 0;
19980 ;
19981 return 0;
19982}
19983_ACEOF
19984rm -f conftest.$ac_objext
19985if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19986 (eval $ac_compile) 2>conftest.er1
a848cd7e 19987 ac_status=$?
ac1cb8d3
VS
19988 grep -v '^ *+' conftest.er1 >conftest.err
19989 rm -f conftest.er1
19990 cat conftest.err >&5
a848cd7e
SC
19991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19992 (exit $ac_status); } &&
5ff751d6 19993 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
19994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19995 (eval $ac_try) 2>&5
19996 ac_status=$?
19997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19998 (exit $ac_status); }; } &&
19999 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20001 (eval $ac_try) 2>&5
20002 ac_status=$?
20003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20004 (exit $ac_status); }; }; then
20005 ac_cv_type_long_long=yes
20006else
20007 echo "$as_me: failed program was:" >&5
20008sed 's/^/| /' conftest.$ac_ext >&5
20009
20010ac_cv_type_long_long=no
20011fi
ac1cb8d3 20012rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20013fi
20014echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20015echo "${ECHO_T}$ac_cv_type_long_long" >&6
20016
20017echo "$as_me:$LINENO: checking size of long long" >&5
20018echo $ECHO_N "checking size of long long... $ECHO_C" >&6
20019if test "${ac_cv_sizeof_long_long+set}" = set; then
20020 echo $ECHO_N "(cached) $ECHO_C" >&6
20021else
20022 if test "$ac_cv_type_long_long" = yes; then
20023 # The cast to unsigned long works around a bug in the HP C Compiler
20024 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20025 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20026 # This bug is HP SR number 8606223364.
20027 if test "$cross_compiling" = yes; then
20028 # Depending upon the size, compute the lo and hi bounds.
20029cat >conftest.$ac_ext <<_ACEOF
20030/* confdefs.h. */
20031_ACEOF
20032cat confdefs.h >>conftest.$ac_ext
20033cat >>conftest.$ac_ext <<_ACEOF
20034/* end confdefs.h. */
20035$ac_includes_default
20036int
20037main ()
20038{
20039static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
20040test_array [0] = 0
20041
20042 ;
20043 return 0;
20044}
20045_ACEOF
20046rm -f conftest.$ac_objext
20047if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20048 (eval $ac_compile) 2>conftest.er1
a848cd7e 20049 ac_status=$?
ac1cb8d3
VS
20050 grep -v '^ *+' conftest.er1 >conftest.err
20051 rm -f conftest.er1
20052 cat conftest.err >&5
a848cd7e
SC
20053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20054 (exit $ac_status); } &&
5ff751d6 20055 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
20056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20057 (eval $ac_try) 2>&5
20058 ac_status=$?
20059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20060 (exit $ac_status); }; } &&
20061 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20063 (eval $ac_try) 2>&5
20064 ac_status=$?
20065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20066 (exit $ac_status); }; }; then
20067 ac_lo=0 ac_mid=0
20068 while :; do
20069 cat >conftest.$ac_ext <<_ACEOF
20070/* confdefs.h. */
20071_ACEOF
20072cat confdefs.h >>conftest.$ac_ext
20073cat >>conftest.$ac_ext <<_ACEOF
20074/* end confdefs.h. */
20075$ac_includes_default
20076int
20077main ()
20078{
20079static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
20080test_array [0] = 0
20081
20082 ;
20083 return 0;
20084}
20085_ACEOF
20086rm -f conftest.$ac_objext
20087if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20088 (eval $ac_compile) 2>conftest.er1
a848cd7e 20089 ac_status=$?
ac1cb8d3
VS
20090 grep -v '^ *+' conftest.er1 >conftest.err
20091 rm -f conftest.er1
20092 cat conftest.err >&5
a848cd7e
SC
20093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20094 (exit $ac_status); } &&
5ff751d6 20095 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
20096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20097 (eval $ac_try) 2>&5
20098 ac_status=$?
20099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20100 (exit $ac_status); }; } &&
20101 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20103 (eval $ac_try) 2>&5
20104 ac_status=$?
20105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20106 (exit $ac_status); }; }; then
20107 ac_hi=$ac_mid; break
20108else
20109 echo "$as_me: failed program was:" >&5
20110sed 's/^/| /' conftest.$ac_ext >&5
20111
20112ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
20113 if test $ac_lo -le $ac_mid; then
20114 ac_lo= ac_hi=
20115 break
20116 fi
20117 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 20118fi
ac1cb8d3 20119rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20120 done
20121else
20122 echo "$as_me: failed program was:" >&5
20123sed 's/^/| /' conftest.$ac_ext >&5
20124
20125cat >conftest.$ac_ext <<_ACEOF
20126/* confdefs.h. */
20127_ACEOF
20128cat confdefs.h >>conftest.$ac_ext
20129cat >>conftest.$ac_ext <<_ACEOF
20130/* end confdefs.h. */
20131$ac_includes_default
20132int
20133main ()
20134{
20135static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
20136test_array [0] = 0
20137
20138 ;
20139 return 0;
20140}
20141_ACEOF
20142rm -f conftest.$ac_objext
20143if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20144 (eval $ac_compile) 2>conftest.er1
a848cd7e 20145 ac_status=$?
ac1cb8d3
VS
20146 grep -v '^ *+' conftest.er1 >conftest.err
20147 rm -f conftest.er1
20148 cat conftest.err >&5
a848cd7e
SC
20149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20150 (exit $ac_status); } &&
5ff751d6 20151 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
20152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20153 (eval $ac_try) 2>&5
20154 ac_status=$?
20155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20156 (exit $ac_status); }; } &&
20157 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20158 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20159 (eval $ac_try) 2>&5
20160 ac_status=$?
20161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20162 (exit $ac_status); }; }; then
20163 ac_hi=-1 ac_mid=-1
20164 while :; do
20165 cat >conftest.$ac_ext <<_ACEOF
20166/* confdefs.h. */
20167_ACEOF
20168cat confdefs.h >>conftest.$ac_ext
20169cat >>conftest.$ac_ext <<_ACEOF
20170/* end confdefs.h. */
20171$ac_includes_default
20172int
20173main ()
20174{
20175static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
20176test_array [0] = 0
20177
20178 ;
20179 return 0;
20180}
20181_ACEOF
20182rm -f conftest.$ac_objext
20183if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20184 (eval $ac_compile) 2>conftest.er1
a848cd7e 20185 ac_status=$?
ac1cb8d3
VS
20186 grep -v '^ *+' conftest.er1 >conftest.err
20187 rm -f conftest.er1
20188 cat conftest.err >&5
a848cd7e
SC
20189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20190 (exit $ac_status); } &&
5ff751d6 20191 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
20192 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20193 (eval $ac_try) 2>&5
20194 ac_status=$?
20195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20196 (exit $ac_status); }; } &&
20197 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20199 (eval $ac_try) 2>&5
20200 ac_status=$?
20201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20202 (exit $ac_status); }; }; then
20203 ac_lo=$ac_mid; break
20204else
20205 echo "$as_me: failed program was:" >&5
20206sed 's/^/| /' conftest.$ac_ext >&5
20207
20208ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
20209 if test $ac_mid -le $ac_hi; then
20210 ac_lo= ac_hi=
20211 break
20212 fi
20213 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 20214fi
ac1cb8d3 20215rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20216 done
20217else
20218 echo "$as_me: failed program was:" >&5
20219sed 's/^/| /' conftest.$ac_ext >&5
20220
20221ac_lo= ac_hi=
20222fi
ac1cb8d3 20223rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 20224fi
ac1cb8d3 20225rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20226# Binary search between lo and hi bounds.
20227while test "x$ac_lo" != "x$ac_hi"; do
20228 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
20229 cat >conftest.$ac_ext <<_ACEOF
20230/* confdefs.h. */
20231_ACEOF
20232cat confdefs.h >>conftest.$ac_ext
20233cat >>conftest.$ac_ext <<_ACEOF
20234/* end confdefs.h. */
20235$ac_includes_default
20236int
20237main ()
20238{
20239static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
20240test_array [0] = 0
20241
20242 ;
20243 return 0;
20244}
20245_ACEOF
20246rm -f conftest.$ac_objext
20247if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20248 (eval $ac_compile) 2>conftest.er1
a848cd7e 20249 ac_status=$?
ac1cb8d3
VS
20250 grep -v '^ *+' conftest.er1 >conftest.err
20251 rm -f conftest.er1
20252 cat conftest.err >&5
a848cd7e
SC
20253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20254 (exit $ac_status); } &&
5ff751d6 20255 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
20256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20257 (eval $ac_try) 2>&5
20258 ac_status=$?
20259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20260 (exit $ac_status); }; } &&
20261 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20262 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20263 (eval $ac_try) 2>&5
20264 ac_status=$?
20265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20266 (exit $ac_status); }; }; then
20267 ac_hi=$ac_mid
20268else
20269 echo "$as_me: failed program was:" >&5
20270sed 's/^/| /' conftest.$ac_ext >&5
20271
20272ac_lo=`expr '(' $ac_mid ')' + 1`
20273fi
ac1cb8d3 20274rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20275done
20276case $ac_lo in
20277?*) ac_cv_sizeof_long_long=$ac_lo;;
20278'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
20279See \`config.log' for more details." >&5
20280echo "$as_me: error: cannot compute sizeof (long long), 77
20281See \`config.log' for more details." >&2;}
20282 { (exit 1); exit 1; }; } ;;
20283esac
20284else
20285 if test "$cross_compiling" = yes; then
5ff751d6
VZ
20286 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
20287echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
20288 { (exit 1); exit 1; }; }
20289else
20290 cat >conftest.$ac_ext <<_ACEOF
20291/* confdefs.h. */
20292_ACEOF
20293cat confdefs.h >>conftest.$ac_ext
20294cat >>conftest.$ac_ext <<_ACEOF
20295/* end confdefs.h. */
20296$ac_includes_default
20297long longval () { return (long) (sizeof (long long)); }
20298unsigned long ulongval () { return (long) (sizeof (long long)); }
20299#include <stdio.h>
20300#include <stdlib.h>
20301int
20302main ()
20303{
20304
20305 FILE *f = fopen ("conftest.val", "w");
20306 if (! f)
20307 exit (1);
20308 if (((long) (sizeof (long long))) < 0)
20309 {
20310 long i = longval ();
20311 if (i != ((long) (sizeof (long long))))
20312 exit (1);
20313 fprintf (f, "%ld\n", i);
20314 }
20315 else
20316 {
20317 unsigned long i = ulongval ();
20318 if (i != ((long) (sizeof (long long))))
20319 exit (1);
20320 fprintf (f, "%lu\n", i);
20321 }
20322 exit (ferror (f) || fclose (f) != 0);
20323
20324 ;
20325 return 0;
20326}
20327_ACEOF
20328rm -f conftest$ac_exeext
20329if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20330 (eval $ac_link) 2>&5
20331 ac_status=$?
20332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20333 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20335 (eval $ac_try) 2>&5
20336 ac_status=$?
20337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20338 (exit $ac_status); }; }; then
20339 ac_cv_sizeof_long_long=`cat conftest.val`
20340else
20341 echo "$as_me: program exited with status $ac_status" >&5
20342echo "$as_me: failed program was:" >&5
20343sed 's/^/| /' conftest.$ac_ext >&5
20344
20345( exit $ac_status )
20346{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
20347See \`config.log' for more details." >&5
20348echo "$as_me: error: cannot compute sizeof (long long), 77
20349See \`config.log' for more details." >&2;}
20350 { (exit 1); exit 1; }; }
20351fi
ac1cb8d3 20352rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20353fi
20354fi
20355rm -f conftest.val
20356else
20357 ac_cv_sizeof_long_long=0
20358fi
20359fi
20360echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
20361echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
20362cat >>confdefs.h <<_ACEOF
20363#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
20364_ACEOF
20365
20366
20367esac
20368
238ecede
MW
20369echo "$as_me:$LINENO: checking for wchar_t" >&5
20370echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6
20371if test "${ac_cv_type_wchar_t+set}" = set; then
20372 echo $ECHO_N "(cached) $ECHO_C" >&6
20373else
20374 cat >conftest.$ac_ext <<_ACEOF
20375/* confdefs.h. */
20376_ACEOF
20377cat confdefs.h >>conftest.$ac_ext
20378cat >>conftest.$ac_ext <<_ACEOF
20379/* end confdefs.h. */
20380
83d8eb47
MW
20381 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20382 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
20383 # error "fake wchar_t"
20384 #endif
20385 #ifdef HAVE_WCHAR_H
20386 # ifdef __CYGWIN__
20387 # include <stddef.h>
20388 # endif
20389 # include <wchar.h>
20390 #endif
20391 #ifdef HAVE_STDLIB_H
20392 # include <stdlib.h>
20393 #endif
20394 #include <stdio.h>
20395
20396
20397
20398int
20399main ()
20400{
20401if ((wchar_t *) 0)
20402 return 0;
20403if (sizeof (wchar_t))
20404 return 0;
20405 ;
20406 return 0;
20407}
20408_ACEOF
20409rm -f conftest.$ac_objext
20410if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20411 (eval $ac_compile) 2>conftest.er1
20412 ac_status=$?
20413 grep -v '^ *+' conftest.er1 >conftest.err
20414 rm -f conftest.er1
20415 cat conftest.err >&5
20416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20417 (exit $ac_status); } &&
5ff751d6 20418 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
238ecede
MW
20419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20420 (eval $ac_try) 2>&5
20421 ac_status=$?
20422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20423 (exit $ac_status); }; } &&
20424 { ac_try='test -s conftest.$ac_objext'
20425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20426 (eval $ac_try) 2>&5
20427 ac_status=$?
20428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20429 (exit $ac_status); }; }; then
20430 ac_cv_type_wchar_t=yes
20431else
20432 echo "$as_me: failed program was:" >&5
20433sed 's/^/| /' conftest.$ac_ext >&5
20434
20435ac_cv_type_wchar_t=no
20436fi
20437rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20438fi
20439echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5
20440echo "${ECHO_T}$ac_cv_type_wchar_t" >&6
20441
a848cd7e
SC
20442echo "$as_me:$LINENO: checking size of wchar_t" >&5
20443echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
238ecede 20444if test "${ac_cv_sizeof_wchar_t+set}" = set; then
a848cd7e
SC
20445 echo $ECHO_N "(cached) $ECHO_C" >&6
20446else
238ecede
MW
20447 if test "$ac_cv_type_wchar_t" = yes; then
20448 # The cast to unsigned long works around a bug in the HP C Compiler
20449 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20450 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20451 # This bug is HP SR number 8606223364.
20452 if test "$cross_compiling" = yes; then
20453 # Depending upon the size, compute the lo and hi bounds.
20454cat >conftest.$ac_ext <<_ACEOF
20455/* confdefs.h. */
20456_ACEOF
20457cat confdefs.h >>conftest.$ac_ext
20458cat >>conftest.$ac_ext <<_ACEOF
20459/* end confdefs.h. */
20460
83d8eb47
MW
20461 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20462 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
20463 # error "fake wchar_t"
20464 #endif
20465 #ifdef HAVE_WCHAR_H
20466 # ifdef __CYGWIN__
20467 # include <stddef.h>
20468 # endif
20469 # include <wchar.h>
20470 #endif
20471 #ifdef HAVE_STDLIB_H
20472 # include <stdlib.h>
20473 #endif
20474 #include <stdio.h>
20475
20476
20477
20478int
20479main ()
20480{
20481static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= 0)];
20482test_array [0] = 0
20483
20484 ;
20485 return 0;
20486}
20487_ACEOF
20488rm -f conftest.$ac_objext
20489if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20490 (eval $ac_compile) 2>conftest.er1
20491 ac_status=$?
20492 grep -v '^ *+' conftest.er1 >conftest.err
20493 rm -f conftest.er1
20494 cat conftest.err >&5
20495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20496 (exit $ac_status); } &&
5ff751d6 20497 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
238ecede
MW
20498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20499 (eval $ac_try) 2>&5
20500 ac_status=$?
20501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20502 (exit $ac_status); }; } &&
20503 { ac_try='test -s conftest.$ac_objext'
20504 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20505 (eval $ac_try) 2>&5
20506 ac_status=$?
20507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20508 (exit $ac_status); }; }; then
20509 ac_lo=0 ac_mid=0
20510 while :; do
20511 cat >conftest.$ac_ext <<_ACEOF
20512/* confdefs.h. */
20513_ACEOF
20514cat confdefs.h >>conftest.$ac_ext
20515cat >>conftest.$ac_ext <<_ACEOF
20516/* end confdefs.h. */
20517
83d8eb47
MW
20518 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20519 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
20520 # error "fake wchar_t"
20521 #endif
20522 #ifdef HAVE_WCHAR_H
20523 # ifdef __CYGWIN__
20524 # include <stddef.h>
20525 # endif
20526 # include <wchar.h>
20527 #endif
20528 #ifdef HAVE_STDLIB_H
20529 # include <stdlib.h>
20530 #endif
20531 #include <stdio.h>
20532
20533
20534
20535int
20536main ()
20537{
20538static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
20539test_array [0] = 0
20540
20541 ;
20542 return 0;
20543}
20544_ACEOF
20545rm -f conftest.$ac_objext
20546if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20547 (eval $ac_compile) 2>conftest.er1
20548 ac_status=$?
20549 grep -v '^ *+' conftest.er1 >conftest.err
20550 rm -f conftest.er1
20551 cat conftest.err >&5
20552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20553 (exit $ac_status); } &&
5ff751d6 20554 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
238ecede
MW
20555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20556 (eval $ac_try) 2>&5
20557 ac_status=$?
20558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20559 (exit $ac_status); }; } &&
20560 { ac_try='test -s conftest.$ac_objext'
20561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20562 (eval $ac_try) 2>&5
20563 ac_status=$?
20564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20565 (exit $ac_status); }; }; then
20566 ac_hi=$ac_mid; break
20567else
20568 echo "$as_me: failed program was:" >&5
20569sed 's/^/| /' conftest.$ac_ext >&5
20570
20571ac_lo=`expr $ac_mid + 1`
20572 if test $ac_lo -le $ac_mid; then
20573 ac_lo= ac_hi=
20574 break
20575 fi
20576 ac_mid=`expr 2 '*' $ac_mid + 1`
20577fi
20578rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20579 done
20580else
20581 echo "$as_me: failed program was:" >&5
20582sed 's/^/| /' conftest.$ac_ext >&5
20583
20584cat >conftest.$ac_ext <<_ACEOF
20585/* confdefs.h. */
20586_ACEOF
20587cat confdefs.h >>conftest.$ac_ext
20588cat >>conftest.$ac_ext <<_ACEOF
20589/* end confdefs.h. */
20590
83d8eb47
MW
20591 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20592 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
20593 # error "fake wchar_t"
20594 #endif
20595 #ifdef HAVE_WCHAR_H
20596 # ifdef __CYGWIN__
20597 # include <stddef.h>
20598 # endif
20599 # include <wchar.h>
20600 #endif
20601 #ifdef HAVE_STDLIB_H
20602 # include <stdlib.h>
20603 #endif
20604 #include <stdio.h>
20605
20606
20607
20608int
20609main ()
20610{
20611static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) < 0)];
20612test_array [0] = 0
20613
20614 ;
20615 return 0;
20616}
20617_ACEOF
20618rm -f conftest.$ac_objext
20619if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20620 (eval $ac_compile) 2>conftest.er1
20621 ac_status=$?
20622 grep -v '^ *+' conftest.er1 >conftest.err
20623 rm -f conftest.er1
20624 cat conftest.err >&5
20625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20626 (exit $ac_status); } &&
5ff751d6 20627 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
238ecede
MW
20628 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20629 (eval $ac_try) 2>&5
20630 ac_status=$?
20631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20632 (exit $ac_status); }; } &&
20633 { ac_try='test -s conftest.$ac_objext'
20634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20635 (eval $ac_try) 2>&5
20636 ac_status=$?
20637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20638 (exit $ac_status); }; }; then
20639 ac_hi=-1 ac_mid=-1
20640 while :; do
20641 cat >conftest.$ac_ext <<_ACEOF
20642/* confdefs.h. */
20643_ACEOF
20644cat confdefs.h >>conftest.$ac_ext
20645cat >>conftest.$ac_ext <<_ACEOF
20646/* end confdefs.h. */
20647
83d8eb47
MW
20648 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20649 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
20650 # error "fake wchar_t"
20651 #endif
20652 #ifdef HAVE_WCHAR_H
20653 # ifdef __CYGWIN__
20654 # include <stddef.h>
20655 # endif
20656 # include <wchar.h>
20657 #endif
20658 #ifdef HAVE_STDLIB_H
20659 # include <stdlib.h>
20660 #endif
20661 #include <stdio.h>
20662
20663
20664
20665int
20666main ()
20667{
20668static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= $ac_mid)];
20669test_array [0] = 0
20670
20671 ;
20672 return 0;
20673}
20674_ACEOF
20675rm -f conftest.$ac_objext
20676if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20677 (eval $ac_compile) 2>conftest.er1
20678 ac_status=$?
20679 grep -v '^ *+' conftest.er1 >conftest.err
20680 rm -f conftest.er1
20681 cat conftest.err >&5
20682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20683 (exit $ac_status); } &&
5ff751d6 20684 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
238ecede
MW
20685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20686 (eval $ac_try) 2>&5
20687 ac_status=$?
20688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20689 (exit $ac_status); }; } &&
20690 { ac_try='test -s conftest.$ac_objext'
20691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20692 (eval $ac_try) 2>&5
20693 ac_status=$?
20694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20695 (exit $ac_status); }; }; then
20696 ac_lo=$ac_mid; break
20697else
20698 echo "$as_me: failed program was:" >&5
20699sed 's/^/| /' conftest.$ac_ext >&5
20700
20701ac_hi=`expr '(' $ac_mid ')' - 1`
20702 if test $ac_mid -le $ac_hi; then
20703 ac_lo= ac_hi=
20704 break
20705 fi
20706 ac_mid=`expr 2 '*' $ac_mid`
20707fi
20708rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20709 done
20710else
20711 echo "$as_me: failed program was:" >&5
20712sed 's/^/| /' conftest.$ac_ext >&5
20713
20714ac_lo= ac_hi=
20715fi
20716rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20717fi
20718rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20719# Binary search between lo and hi bounds.
20720while test "x$ac_lo" != "x$ac_hi"; do
20721 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
20722 cat >conftest.$ac_ext <<_ACEOF
20723/* confdefs.h. */
20724_ACEOF
20725cat confdefs.h >>conftest.$ac_ext
20726cat >>conftest.$ac_ext <<_ACEOF
20727/* end confdefs.h. */
20728
83d8eb47
MW
20729 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20730 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
20731 # error "fake wchar_t"
20732 #endif
20733 #ifdef HAVE_WCHAR_H
20734 # ifdef __CYGWIN__
20735 # include <stddef.h>
20736 # endif
20737 # include <wchar.h>
20738 #endif
20739 #ifdef HAVE_STDLIB_H
20740 # include <stdlib.h>
20741 #endif
20742 #include <stdio.h>
a848cd7e 20743
a848cd7e 20744
a848cd7e 20745
238ecede
MW
20746int
20747main ()
20748{
20749static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
20750test_array [0] = 0
a848cd7e 20751
238ecede
MW
20752 ;
20753 return 0;
20754}
20755_ACEOF
20756rm -f conftest.$ac_objext
20757if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20758 (eval $ac_compile) 2>conftest.er1
20759 ac_status=$?
20760 grep -v '^ *+' conftest.er1 >conftest.err
20761 rm -f conftest.er1
20762 cat conftest.err >&5
20763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20764 (exit $ac_status); } &&
5ff751d6 20765 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
238ecede
MW
20766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20767 (eval $ac_try) 2>&5
20768 ac_status=$?
20769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20770 (exit $ac_status); }; } &&
20771 { ac_try='test -s conftest.$ac_objext'
20772 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20773 (eval $ac_try) 2>&5
20774 ac_status=$?
20775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20776 (exit $ac_status); }; }; then
20777 ac_hi=$ac_mid
20778else
20779 echo "$as_me: failed program was:" >&5
20780sed 's/^/| /' conftest.$ac_ext >&5
20781
20782ac_lo=`expr '(' $ac_mid ')' + 1`
20783fi
20784rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20785done
20786case $ac_lo in
20787?*) ac_cv_sizeof_wchar_t=$ac_lo;;
20788'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
20789See \`config.log' for more details." >&5
20790echo "$as_me: error: cannot compute sizeof (wchar_t), 77
20791See \`config.log' for more details." >&2;}
20792 { (exit 1); exit 1; }; } ;;
20793esac
20794else
20795 if test "$cross_compiling" = yes; then
5ff751d6
VZ
20796 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
20797echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
238ecede 20798 { (exit 1); exit 1; }; }
a848cd7e
SC
20799else
20800 cat >conftest.$ac_ext <<_ACEOF
20801/* confdefs.h. */
20802_ACEOF
20803cat confdefs.h >>conftest.$ac_ext
20804cat >>conftest.$ac_ext <<_ACEOF
20805/* end confdefs.h. */
20806
83d8eb47
MW
20807 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20808 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
20809 # error "fake wchar_t"
20810 #endif
20811 #ifdef HAVE_WCHAR_H
20812 # ifdef __CYGWIN__
20813 # include <stddef.h>
20814 # endif
20815 # include <wchar.h>
20816 #endif
20817 #ifdef HAVE_STDLIB_H
20818 # include <stdlib.h>
20819 #endif
20820 #include <stdio.h>
20821
20822
20823
20824long longval () { return (long) (sizeof (wchar_t)); }
20825unsigned long ulongval () { return (long) (sizeof (wchar_t)); }
20826#include <stdio.h>
20827#include <stdlib.h>
20828int
20829main ()
20830{
a848cd7e 20831
238ecede
MW
20832 FILE *f = fopen ("conftest.val", "w");
20833 if (! f)
20834 exit (1);
20835 if (((long) (sizeof (wchar_t))) < 0)
20836 {
20837 long i = longval ();
20838 if (i != ((long) (sizeof (wchar_t))))
20839 exit (1);
20840 fprintf (f, "%ld\n", i);
20841 }
20842 else
20843 {
20844 unsigned long i = ulongval ();
20845 if (i != ((long) (sizeof (wchar_t))))
20846 exit (1);
20847 fprintf (f, "%lu\n", i);
20848 }
20849 exit (ferror (f) || fclose (f) != 0);
20850
20851 ;
20852 return 0;
20853}
a848cd7e
SC
20854_ACEOF
20855rm -f conftest$ac_exeext
20856if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20857 (eval $ac_link) 2>&5
20858 ac_status=$?
20859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20860 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20862 (eval $ac_try) 2>&5
20863 ac_status=$?
20864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20865 (exit $ac_status); }; }; then
238ecede 20866 ac_cv_sizeof_wchar_t=`cat conftest.val`
a848cd7e
SC
20867else
20868 echo "$as_me: program exited with status $ac_status" >&5
20869echo "$as_me: failed program was:" >&5
20870sed 's/^/| /' conftest.$ac_ext >&5
20871
20872( exit $ac_status )
238ecede
MW
20873{ { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
20874See \`config.log' for more details." >&5
20875echo "$as_me: error: cannot compute sizeof (wchar_t), 77
20876See \`config.log' for more details." >&2;}
20877 { (exit 1); exit 1; }; }
a848cd7e 20878fi
ac1cb8d3 20879rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e 20880fi
a848cd7e 20881fi
238ecede
MW
20882rm -f conftest.val
20883else
20884 ac_cv_sizeof_wchar_t=0
20885fi
20886fi
20887echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5
20888echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6
a848cd7e 20889cat >>confdefs.h <<_ACEOF
238ecede 20890#define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
a848cd7e
SC
20891_ACEOF
20892
20893
47a7e797
MW
20894if test "$ac_cv_sizeof_wchar_t" != "0"; then
20895 wxUSE_WCHAR_T=yes
20896else
20897 wxUSE_WCHAR_T=no
20898fi
238ecede 20899
ba3d13e1
VZ
20900echo "$as_me:$LINENO: checking for va_copy" >&5
20901echo $ECHO_N "checking for va_copy... $ECHO_C" >&6
20902if test "${wx_cv_func_va_copy+set}" = set; then
20903 echo $ECHO_N "(cached) $ECHO_C" >&6
20904else
20905
20906 cat >conftest.$ac_ext <<_ACEOF
20907
20908 #include <stdarg.h>
20909 void foo(char *f, ...)
20910 {
20911 va_list ap1, ap2;
20912 va_start(ap1, f);
20913 va_copy(ap2, ap1);
20914 va_end(ap2);
20915 va_end(ap1);
20916 }
5886b072
VZ
20917 int main()
20918 {
b902e639
VZ
20919 foo("hi", 17);
20920 return 0;
5886b072 20921 }
ba3d13e1
VZ
20922_ACEOF
20923rm -f conftest.$ac_objext conftest$ac_exeext
20924if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20925 (eval $ac_link) 2>conftest.er1
20926 ac_status=$?
20927 grep -v '^ *+' conftest.er1 >conftest.err
20928 rm -f conftest.er1
20929 cat conftest.err >&5
20930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20931 (exit $ac_status); } &&
5ff751d6 20932 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ba3d13e1
VZ
20933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20934 (eval $ac_try) 2>&5
20935 ac_status=$?
20936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20937 (exit $ac_status); }; } &&
20938 { ac_try='test -s conftest$ac_exeext'
20939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20940 (eval $ac_try) 2>&5
20941 ac_status=$?
20942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20943 (exit $ac_status); }; }; then
20944 wx_cv_func_va_copy=yes
20945else
20946 echo "$as_me: failed program was:" >&5
20947sed 's/^/| /' conftest.$ac_ext >&5
20948
20949wx_cv_func_va_copy=no
20950
20951fi
20952rm -f conftest.err conftest.$ac_objext \
20953 conftest$ac_exeext conftest.$ac_ext
20954
20955
20956fi
20957echo "$as_me:$LINENO: result: $wx_cv_func_va_copy" >&5
20958echo "${ECHO_T}$wx_cv_func_va_copy" >&6
20959
20960if test $wx_cv_func_va_copy = "yes"; then
20961 cat >>confdefs.h <<\_ACEOF
20962#define HAVE_VA_COPY 1
20963_ACEOF
20964
20965else
20966 echo "$as_me:$LINENO: checking if va_list can be copied by value" >&5
20967echo $ECHO_N "checking if va_list can be copied by value... $ECHO_C" >&6
20968if test "${wx_cv_type_va_list_lvalue+set}" = set; then
20969 echo $ECHO_N "(cached) $ECHO_C" >&6
20970else
20971
20972 if test "$cross_compiling" = yes; then
20973 wx_cv_type_va_list_lvalue=yes
20974
20975else
20976 cat >conftest.$ac_ext <<_ACEOF
20977
20978 #include <stdarg.h>
20979 int foo(char *f, ...)
20980 {
20981 va_list ap1, ap2;
20982 va_start(ap1, f);
20983 ap2 = ap1;
20984 if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
20985 return 1;
20986 va_end(ap2);
20987 va_end(ap1);
20988 return 0;
20989 }
20990 int main()
20991 {
20992 return foo("hi", 17);
20993 }
20994_ACEOF
20995rm -f conftest$ac_exeext
20996if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20997 (eval $ac_link) 2>&5
20998 ac_status=$?
20999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21000 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21002 (eval $ac_try) 2>&5
21003 ac_status=$?
21004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21005 (exit $ac_status); }; }; then
21006 wx_cv_type_va_list_lvalue=yes
21007else
21008 echo "$as_me: program exited with status $ac_status" >&5
21009echo "$as_me: failed program was:" >&5
21010sed 's/^/| /' conftest.$ac_ext >&5
21011
21012( exit $ac_status )
21013wx_cv_type_va_list_lvalue=no
21014fi
21015rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21016fi
21017
21018
21019fi
21020echo "$as_me:$LINENO: result: $wx_cv_type_va_list_lvalue" >&5
21021echo "${ECHO_T}$wx_cv_type_va_list_lvalue" >&6
21022
21023 if test $wx_cv_type_va_list_lvalue != "yes"; then
21024 cat >>confdefs.h <<\_ACEOF
21025#define VA_LIST_IS_ARRAY 1
21026_ACEOF
21027
21028 fi
21029fi
21030
a848cd7e
SC
21031# Check whether --enable-largefile or --disable-largefile was given.
21032if test "${enable_largefile+set}" = set; then
21033 enableval="$enable_largefile"
21034
21035fi;
21036if test "$enable_largefile" != no; then
21037 wx_largefile=no
21038
21039 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
21040echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
21041if test "${ac_cv_sys_file_offset_bits+set}" = set; then
21042 echo $ECHO_N "(cached) $ECHO_C" >&6
21043else
21044
21045 cat >conftest.$ac_ext <<_ACEOF
21046/* confdefs.h. */
21047_ACEOF
21048cat confdefs.h >>conftest.$ac_ext
21049cat >>conftest.$ac_ext <<_ACEOF
21050/* end confdefs.h. */
21051#define _FILE_OFFSET_BITS 64
21052 #include <sys/types.h>
21053int
21054main ()
21055{
21056typedef struct {
21057 unsigned int field: sizeof(off_t) == 8;
21058} wxlf;
21059
21060 ;
21061 return 0;
21062}
21063_ACEOF
21064rm -f conftest.$ac_objext
21065if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21066 (eval $ac_compile) 2>conftest.er1
a848cd7e 21067 ac_status=$?
ac1cb8d3
VS
21068 grep -v '^ *+' conftest.er1 >conftest.err
21069 rm -f conftest.er1
21070 cat conftest.err >&5
a848cd7e
SC
21071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21072 (exit $ac_status); } &&
5ff751d6 21073 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21075 (eval $ac_try) 2>&5
21076 ac_status=$?
21077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21078 (exit $ac_status); }; } &&
21079 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21081 (eval $ac_try) 2>&5
21082 ac_status=$?
21083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21084 (exit $ac_status); }; }; then
21085 ac_cv_sys_file_offset_bits=64
21086else
21087 echo "$as_me: failed program was:" >&5
21088sed 's/^/| /' conftest.$ac_ext >&5
21089
21090ac_cv_sys_file_offset_bits=no
21091fi
ac1cb8d3 21092rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21093
21094
21095fi
21096echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
21097echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
21098
21099 if test "$ac_cv_sys_file_offset_bits" != no; then
21100 wx_largefile=yes
21101 cat >>confdefs.h <<_ACEOF
21102#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
21103_ACEOF
21104
21105 fi
21106
21107 if test "x$wx_largefile" != "xyes"; then
21108
21109 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
21110echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
21111if test "${ac_cv_sys_large_files+set}" = set; then
21112 echo $ECHO_N "(cached) $ECHO_C" >&6
21113else
21114
21115 cat >conftest.$ac_ext <<_ACEOF
21116/* confdefs.h. */
21117_ACEOF
21118cat confdefs.h >>conftest.$ac_ext
21119cat >>conftest.$ac_ext <<_ACEOF
21120/* end confdefs.h. */
21121#define _LARGE_FILES 1
21122 #include <sys/types.h>
21123int
21124main ()
21125{
21126typedef struct {
21127 unsigned int field: sizeof(off_t) == 8;
21128} wxlf;
21129
21130 ;
21131 return 0;
21132}
21133_ACEOF
21134rm -f conftest.$ac_objext
21135if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21136 (eval $ac_compile) 2>conftest.er1
a848cd7e 21137 ac_status=$?
ac1cb8d3
VS
21138 grep -v '^ *+' conftest.er1 >conftest.err
21139 rm -f conftest.er1
21140 cat conftest.err >&5
a848cd7e
SC
21141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21142 (exit $ac_status); } &&
5ff751d6 21143 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21144 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21145 (eval $ac_try) 2>&5
21146 ac_status=$?
21147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21148 (exit $ac_status); }; } &&
21149 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21151 (eval $ac_try) 2>&5
21152 ac_status=$?
21153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21154 (exit $ac_status); }; }; then
21155 ac_cv_sys_large_files=1
21156else
21157 echo "$as_me: failed program was:" >&5
21158sed 's/^/| /' conftest.$ac_ext >&5
21159
21160ac_cv_sys_large_files=no
21161fi
ac1cb8d3 21162rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21163
21164
21165fi
21166echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
21167echo "${ECHO_T}$ac_cv_sys_large_files" >&6
21168
21169 if test "$ac_cv_sys_large_files" != no; then
21170 wx_largefile=yes
21171 cat >>confdefs.h <<_ACEOF
21172#define _LARGE_FILES $ac_cv_sys_large_files
21173_ACEOF
21174
21175 fi
21176
21177 fi
21178
21179 echo "$as_me:$LINENO: checking if large file support is available" >&5
21180echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
21181 if test "x$wx_largefile" = "xyes"; then
21182 cat >>confdefs.h <<\_ACEOF
21183#define HAVE_LARGEFILE_SUPPORT 1
21184_ACEOF
21185
21186 fi
21187 echo "$as_me:$LINENO: result: $wx_largefile" >&5
21188echo "${ECHO_T}$wx_largefile" >&6
21189fi
21190
5b674b9d
DE
21191
21192if test "x$wx_largefile" = "xyes"; then
21193 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
5ff751d6 21194 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
00421666
MW
21195
21196 if test "$USE_HPUX" = 1 -a "$GXX" = "yes"; then
21197 echo "$as_me:$LINENO: checking if -D__STDC_EXT__ is required" >&5
21198echo $ECHO_N "checking if -D__STDC_EXT__ is required... $ECHO_C" >&6
21199if test "${wx_cv_STDC_EXT_required+set}" = set; then
21200 echo $ECHO_N "(cached) $ECHO_C" >&6
21201else
21202
21203
21204
21205 ac_ext=cc
21206ac_cpp='$CXXCPP $CPPFLAGS'
21207ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21208ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21209ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21210
21211 cat >conftest.$ac_ext <<_ACEOF
21212/* confdefs.h. */
21213_ACEOF
21214cat confdefs.h >>conftest.$ac_ext
21215cat >>conftest.$ac_ext <<_ACEOF
21216/* end confdefs.h. */
21217
21218int
21219main ()
21220{
21221
21222 #ifndef __STDC_EXT__
21223 choke me
21224 #endif
21225
21226 ;
21227 return 0;
21228}
21229_ACEOF
21230rm -f conftest.$ac_objext
21231if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21232 (eval $ac_compile) 2>conftest.er1
21233 ac_status=$?
21234 grep -v '^ *+' conftest.er1 >conftest.err
21235 rm -f conftest.er1
21236 cat conftest.err >&5
21237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21238 (exit $ac_status); } &&
5ff751d6 21239 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
00421666
MW
21240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21241 (eval $ac_try) 2>&5
21242 ac_status=$?
21243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21244 (exit $ac_status); }; } &&
21245 { ac_try='test -s conftest.$ac_objext'
21246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21247 (eval $ac_try) 2>&5
21248 ac_status=$?
21249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21250 (exit $ac_status); }; }; then
21251 wx_cv_STDC_EXT_required=no
21252else
21253 echo "$as_me: failed program was:" >&5
21254sed 's/^/| /' conftest.$ac_ext >&5
21255
21256wx_cv_STDC_EXT_required=yes
21257
21258fi
21259rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21260 ac_ext=c
21261ac_cpp='$CPP $CPPFLAGS'
21262ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21263ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21264ac_compiler_gnu=$ac_cv_c_compiler_gnu
21265
21266
21267
21268fi
21269echo "$as_me:$LINENO: result: $wx_cv_STDC_EXT_required" >&5
21270echo "${ECHO_T}$wx_cv_STDC_EXT_required" >&6
21271 if test "x$wx_cv_STDC_EXT_required" = "xyes"; then
5ff751d6 21272 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -D__STDC_EXT__"
00421666
MW
21273 fi
21274 fi
5b674b9d 21275 else
5ff751d6 21276 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_LARGE_FILES"
5b674b9d
DE
21277 fi
21278 echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
5294a27e
VZ
21279echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
21280if test "${ac_cv_sys_largefile_source+set}" = set; then
21281 echo $ECHO_N "(cached) $ECHO_C" >&6
21282else
21283 while :; do
21284 ac_cv_sys_largefile_source=no
21285 cat >conftest.$ac_ext <<_ACEOF
21286/* confdefs.h. */
21287_ACEOF
21288cat confdefs.h >>conftest.$ac_ext
21289cat >>conftest.$ac_ext <<_ACEOF
21290/* end confdefs.h. */
21291#include <stdio.h>
21292int
21293main ()
21294{
21295return !fseeko;
21296 ;
21297 return 0;
21298}
21299_ACEOF
21300rm -f conftest.$ac_objext
21301if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21302 (eval $ac_compile) 2>conftest.er1
21303 ac_status=$?
21304 grep -v '^ *+' conftest.er1 >conftest.err
21305 rm -f conftest.er1
21306 cat conftest.err >&5
21307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21308 (exit $ac_status); } &&
5ff751d6 21309 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5294a27e
VZ
21310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21311 (eval $ac_try) 2>&5
21312 ac_status=$?
21313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21314 (exit $ac_status); }; } &&
21315 { ac_try='test -s conftest.$ac_objext'
21316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21317 (eval $ac_try) 2>&5
21318 ac_status=$?
21319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21320 (exit $ac_status); }; }; then
21321 break
21322else
21323 echo "$as_me: failed program was:" >&5
21324sed 's/^/| /' conftest.$ac_ext >&5
21325
21326fi
21327rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21328 cat >conftest.$ac_ext <<_ACEOF
21329/* confdefs.h. */
21330_ACEOF
21331cat confdefs.h >>conftest.$ac_ext
21332cat >>conftest.$ac_ext <<_ACEOF
21333/* end confdefs.h. */
21334#define _LARGEFILE_SOURCE 1
21335#include <stdio.h>
21336int
21337main ()
21338{
21339return !fseeko;
21340 ;
21341 return 0;
21342}
21343_ACEOF
21344rm -f conftest.$ac_objext
21345if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21346 (eval $ac_compile) 2>conftest.er1
21347 ac_status=$?
21348 grep -v '^ *+' conftest.er1 >conftest.err
21349 rm -f conftest.er1
21350 cat conftest.err >&5
21351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21352 (exit $ac_status); } &&
5ff751d6 21353 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5294a27e
VZ
21354 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21355 (eval $ac_try) 2>&5
21356 ac_status=$?
21357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21358 (exit $ac_status); }; } &&
21359 { ac_try='test -s conftest.$ac_objext'
21360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21361 (eval $ac_try) 2>&5
21362 ac_status=$?
21363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21364 (exit $ac_status); }; }; then
21365 ac_cv_sys_largefile_source=1; break
21366else
21367 echo "$as_me: failed program was:" >&5
21368sed 's/^/| /' conftest.$ac_ext >&5
21369
21370fi
21371rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21372 break
21373done
21374fi
21375echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
21376echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
21377if test "$ac_cv_sys_largefile_source" != no; then
21378
21379cat >>confdefs.h <<_ACEOF
21380#define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
21381_ACEOF
21382
21383fi
21384rm -f conftest*
21385
21386# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
21387# in glibc 2.1.3, but that breaks too many other things.
21388# If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
21389echo "$as_me:$LINENO: checking for fseeko" >&5
21390echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
21391if test "${ac_cv_func_fseeko+set}" = set; then
21392 echo $ECHO_N "(cached) $ECHO_C" >&6
21393else
21394 cat >conftest.$ac_ext <<_ACEOF
21395/* confdefs.h. */
21396_ACEOF
21397cat confdefs.h >>conftest.$ac_ext
21398cat >>conftest.$ac_ext <<_ACEOF
21399/* end confdefs.h. */
21400#include <stdio.h>
21401int
21402main ()
21403{
21404return fseeko && fseeko (stdin, 0, 0);
21405 ;
21406 return 0;
21407}
21408_ACEOF
21409rm -f conftest.$ac_objext conftest$ac_exeext
21410if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21411 (eval $ac_link) 2>conftest.er1
21412 ac_status=$?
21413 grep -v '^ *+' conftest.er1 >conftest.err
21414 rm -f conftest.er1
21415 cat conftest.err >&5
21416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21417 (exit $ac_status); } &&
5ff751d6 21418 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5294a27e
VZ
21419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21420 (eval $ac_try) 2>&5
21421 ac_status=$?
21422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21423 (exit $ac_status); }; } &&
21424 { ac_try='test -s conftest$ac_exeext'
21425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21426 (eval $ac_try) 2>&5
21427 ac_status=$?
21428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21429 (exit $ac_status); }; }; then
21430 ac_cv_func_fseeko=yes
21431else
21432 echo "$as_me: failed program was:" >&5
21433sed 's/^/| /' conftest.$ac_ext >&5
21434
21435ac_cv_func_fseeko=no
21436fi
21437rm -f conftest.err conftest.$ac_objext \
21438 conftest$ac_exeext conftest.$ac_ext
21439fi
21440echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
21441echo "${ECHO_T}$ac_cv_func_fseeko" >&6
21442if test $ac_cv_func_fseeko = yes; then
21443
21444cat >>confdefs.h <<\_ACEOF
21445#define HAVE_FSEEKO 1
21446_ACEOF
21447
21448fi
21449
5b674b9d 21450 if test "$ac_cv_sys_largefile_source" != no; then
5ff751d6 21451 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
a848cd7e 21452 fi
a848cd7e
SC
21453fi
21454
21455echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
21456echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
21457if test "${ac_cv_c_bigendian+set}" = set; then
21458 echo $ECHO_N "(cached) $ECHO_C" >&6
21459else
21460 ac_cv_c_bigendian=unknown
21461# See if sys/param.h defines the BYTE_ORDER macro.
21462cat >conftest.$ac_ext <<_ACEOF
21463/* confdefs.h. */
21464_ACEOF
21465cat confdefs.h >>conftest.$ac_ext
21466cat >>conftest.$ac_ext <<_ACEOF
21467/* end confdefs.h. */
21468#include <sys/types.h>
21469#include <sys/param.h>
21470int
21471main ()
21472{
21473
21474#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
21475 bogus endian macros
21476#endif
21477 ;
21478 return 0;
21479}
21480_ACEOF
21481rm -f conftest.$ac_objext
21482if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21483 (eval $ac_compile) 2>conftest.er1
a848cd7e 21484 ac_status=$?
ac1cb8d3
VS
21485 grep -v '^ *+' conftest.er1 >conftest.err
21486 rm -f conftest.er1
21487 cat conftest.err >&5
a848cd7e
SC
21488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21489 (exit $ac_status); } &&
5ff751d6 21490 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21492 (eval $ac_try) 2>&5
21493 ac_status=$?
21494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21495 (exit $ac_status); }; } &&
21496 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21498 (eval $ac_try) 2>&5
21499 ac_status=$?
21500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21501 (exit $ac_status); }; }; then
21502 # It does; now see whether it defined to BIG_ENDIAN or not.
21503cat >conftest.$ac_ext <<_ACEOF
21504/* confdefs.h. */
21505_ACEOF
21506cat confdefs.h >>conftest.$ac_ext
21507cat >>conftest.$ac_ext <<_ACEOF
21508/* end confdefs.h. */
21509#include <sys/types.h>
21510#include <sys/param.h>
21511int
21512main ()
21513{
21514
21515#if BYTE_ORDER != BIG_ENDIAN
21516 not big endian
21517#endif
21518 ;
21519 return 0;
21520}
21521_ACEOF
21522rm -f conftest.$ac_objext
21523if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21524 (eval $ac_compile) 2>conftest.er1
a848cd7e 21525 ac_status=$?
ac1cb8d3
VS
21526 grep -v '^ *+' conftest.er1 >conftest.err
21527 rm -f conftest.er1
21528 cat conftest.err >&5
a848cd7e
SC
21529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21530 (exit $ac_status); } &&
5ff751d6 21531 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21533 (eval $ac_try) 2>&5
21534 ac_status=$?
21535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21536 (exit $ac_status); }; } &&
21537 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21539 (eval $ac_try) 2>&5
21540 ac_status=$?
21541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21542 (exit $ac_status); }; }; then
21543 ac_cv_c_bigendian=yes
21544else
21545 echo "$as_me: failed program was:" >&5
21546sed 's/^/| /' conftest.$ac_ext >&5
21547
21548ac_cv_c_bigendian=no
21549fi
ac1cb8d3 21550rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21551else
21552 echo "$as_me: failed program was:" >&5
21553sed 's/^/| /' conftest.$ac_ext >&5
21554
21555fi
ac1cb8d3 21556rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21557if test $ac_cv_c_bigendian = unknown; then
21558if test "$cross_compiling" = yes; then
21559 ac_cv_c_bigendian=unknown
21560else
21561 cat >conftest.$ac_ext <<_ACEOF
21562/* confdefs.h. */
21563_ACEOF
21564cat confdefs.h >>conftest.$ac_ext
21565cat >>conftest.$ac_ext <<_ACEOF
21566/* end confdefs.h. */
21567main () {
21568 /* Are we little or big endian? From Harbison&Steele. */
21569 union
21570 {
21571 long l;
21572 char c[sizeof (long)];
21573 } u;
21574 u.l = 1;
21575 exit (u.c[sizeof (long) - 1] == 1);
21576}
21577_ACEOF
21578rm -f conftest$ac_exeext
21579if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21580 (eval $ac_link) 2>&5
21581 ac_status=$?
21582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21583 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21585 (eval $ac_try) 2>&5
21586 ac_status=$?
21587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21588 (exit $ac_status); }; }; then
21589 ac_cv_c_bigendian=no
21590else
21591 echo "$as_me: program exited with status $ac_status" >&5
21592echo "$as_me: failed program was:" >&5
21593sed 's/^/| /' conftest.$ac_ext >&5
21594
21595( exit $ac_status )
21596ac_cv_c_bigendian=yes
21597fi
ac1cb8d3 21598rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21599fi
21600fi
21601fi
21602echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
21603echo "${ECHO_T}$ac_cv_c_bigendian" >&6
21604if test $ac_cv_c_bigendian = unknown; then
21605 { echo "$as_me:$LINENO: WARNING: Assuming little-endian target machine - this may be overriden by adding the line \"ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}\" to config.cache file" >&5
21606echo "$as_me: WARNING: Assuming little-endian target machine - this may be overriden by adding the line \"ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}\" to config.cache file" >&2;}
21607fi
21608if test $ac_cv_c_bigendian = yes; then
21609 cat >>confdefs.h <<\_ACEOF
21610#define WORDS_BIGENDIAN 1
21611_ACEOF
21612
21613fi
21614
21615
21616ac_ext=cc
21617ac_cpp='$CXXCPP $CPPFLAGS'
21618ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21619ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21620ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21621echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
21622echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
21623if test -z "$CXXCPP"; then
21624 if test "${ac_cv_prog_CXXCPP+set}" = set; then
21625 echo $ECHO_N "(cached) $ECHO_C" >&6
21626else
21627 # Double quotes because CXXCPP needs to be expanded
21628 for CXXCPP in "$CXX -E" "/lib/cpp"
21629 do
21630 ac_preproc_ok=false
21631for ac_cxx_preproc_warn_flag in '' yes
21632do
21633 # Use a header file that comes with gcc, so configuring glibc
21634 # with a fresh cross-compiler works.
21635 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21636 # <limits.h> exists even on freestanding compilers.
21637 # On the NeXT, cc -E runs the code through the compiler's parser,
21638 # not just through cpp. "Syntax error" is here to catch this case.
21639 cat >conftest.$ac_ext <<_ACEOF
21640/* confdefs.h. */
21641_ACEOF
21642cat confdefs.h >>conftest.$ac_ext
21643cat >>conftest.$ac_ext <<_ACEOF
21644/* end confdefs.h. */
21645#ifdef __STDC__
21646# include <limits.h>
21647#else
21648# include <assert.h>
21649#endif
ac1cb8d3 21650 Syntax error
a848cd7e
SC
21651_ACEOF
21652if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21653 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21654 ac_status=$?
21655 grep -v '^ *+' conftest.er1 >conftest.err
21656 rm -f conftest.er1
21657 cat conftest.err >&5
21658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21659 (exit $ac_status); } >/dev/null; then
21660 if test -s conftest.err; then
21661 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 21662 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
21663 else
21664 ac_cpp_err=
21665 fi
21666else
21667 ac_cpp_err=yes
21668fi
21669if test -z "$ac_cpp_err"; then
21670 :
21671else
21672 echo "$as_me: failed program was:" >&5
21673sed 's/^/| /' conftest.$ac_ext >&5
21674
21675 # Broken: fails on valid input.
21676continue
21677fi
21678rm -f conftest.err conftest.$ac_ext
21679
21680 # OK, works on sane cases. Now check whether non-existent headers
21681 # can be detected and how.
21682 cat >conftest.$ac_ext <<_ACEOF
21683/* confdefs.h. */
21684_ACEOF
21685cat confdefs.h >>conftest.$ac_ext
21686cat >>conftest.$ac_ext <<_ACEOF
21687/* end confdefs.h. */
21688#include <ac_nonexistent.h>
21689_ACEOF
21690if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21691 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21692 ac_status=$?
21693 grep -v '^ *+' conftest.er1 >conftest.err
21694 rm -f conftest.er1
21695 cat conftest.err >&5
21696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21697 (exit $ac_status); } >/dev/null; then
21698 if test -s conftest.err; then
21699 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 21700 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
21701 else
21702 ac_cpp_err=
21703 fi
21704else
21705 ac_cpp_err=yes
21706fi
21707if test -z "$ac_cpp_err"; then
21708 # Broken: success on invalid input.
21709continue
21710else
21711 echo "$as_me: failed program was:" >&5
21712sed 's/^/| /' conftest.$ac_ext >&5
21713
21714 # Passes both tests.
21715ac_preproc_ok=:
21716break
21717fi
21718rm -f conftest.err conftest.$ac_ext
21719
21720done
21721# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
21722rm -f conftest.err conftest.$ac_ext
21723if $ac_preproc_ok; then
21724 break
21725fi
21726
21727 done
21728 ac_cv_prog_CXXCPP=$CXXCPP
21729
21730fi
21731 CXXCPP=$ac_cv_prog_CXXCPP
21732else
21733 ac_cv_prog_CXXCPP=$CXXCPP
21734fi
21735echo "$as_me:$LINENO: result: $CXXCPP" >&5
21736echo "${ECHO_T}$CXXCPP" >&6
21737ac_preproc_ok=false
21738for ac_cxx_preproc_warn_flag in '' yes
21739do
21740 # Use a header file that comes with gcc, so configuring glibc
21741 # with a fresh cross-compiler works.
21742 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21743 # <limits.h> exists even on freestanding compilers.
21744 # On the NeXT, cc -E runs the code through the compiler's parser,
21745 # not just through cpp. "Syntax error" is here to catch this case.
21746 cat >conftest.$ac_ext <<_ACEOF
21747/* confdefs.h. */
21748_ACEOF
21749cat confdefs.h >>conftest.$ac_ext
21750cat >>conftest.$ac_ext <<_ACEOF
21751/* end confdefs.h. */
21752#ifdef __STDC__
21753# include <limits.h>
21754#else
21755# include <assert.h>
21756#endif
ac1cb8d3 21757 Syntax error
a848cd7e
SC
21758_ACEOF
21759if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21760 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21761 ac_status=$?
21762 grep -v '^ *+' conftest.er1 >conftest.err
21763 rm -f conftest.er1
21764 cat conftest.err >&5
21765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21766 (exit $ac_status); } >/dev/null; then
21767 if test -s conftest.err; then
21768 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 21769 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
21770 else
21771 ac_cpp_err=
21772 fi
21773else
21774 ac_cpp_err=yes
21775fi
21776if test -z "$ac_cpp_err"; then
21777 :
21778else
21779 echo "$as_me: failed program was:" >&5
21780sed 's/^/| /' conftest.$ac_ext >&5
21781
21782 # Broken: fails on valid input.
21783continue
21784fi
21785rm -f conftest.err conftest.$ac_ext
21786
21787 # OK, works on sane cases. Now check whether non-existent headers
21788 # can be detected and how.
21789 cat >conftest.$ac_ext <<_ACEOF
21790/* confdefs.h. */
21791_ACEOF
21792cat confdefs.h >>conftest.$ac_ext
21793cat >>conftest.$ac_ext <<_ACEOF
21794/* end confdefs.h. */
21795#include <ac_nonexistent.h>
21796_ACEOF
21797if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21798 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21799 ac_status=$?
21800 grep -v '^ *+' conftest.er1 >conftest.err
21801 rm -f conftest.er1
21802 cat conftest.err >&5
21803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21804 (exit $ac_status); } >/dev/null; then
21805 if test -s conftest.err; then
21806 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 21807 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
21808 else
21809 ac_cpp_err=
21810 fi
21811else
21812 ac_cpp_err=yes
21813fi
21814if test -z "$ac_cpp_err"; then
21815 # Broken: success on invalid input.
21816continue
21817else
21818 echo "$as_me: failed program was:" >&5
21819sed 's/^/| /' conftest.$ac_ext >&5
21820
21821 # Passes both tests.
21822ac_preproc_ok=:
21823break
21824fi
21825rm -f conftest.err conftest.$ac_ext
21826
21827done
21828# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
21829rm -f conftest.err conftest.$ac_ext
21830if $ac_preproc_ok; then
21831 :
21832else
21833 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
21834See \`config.log' for more details." >&5
21835echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
21836See \`config.log' for more details." >&2;}
21837 { (exit 1); exit 1; }; }
21838fi
21839
21840ac_ext=cc
21841ac_cpp='$CXXCPP $CPPFLAGS'
21842ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21843ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21844ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21845
21846
21847
21848
21849
21850 ac_ext=cc
21851ac_cpp='$CXXCPP $CPPFLAGS'
21852ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21853ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21854ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21855
21856
21857
21858for ac_header in iostream
21859do
21860as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21861if eval "test \"\${$as_ac_Header+set}\" = set"; then
21862 echo "$as_me:$LINENO: checking for $ac_header" >&5
21863echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
21864if eval "test \"\${$as_ac_Header+set}\" = set"; then
21865 echo $ECHO_N "(cached) $ECHO_C" >&6
21866fi
21867echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
21868echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
21869else
21870 # Is the header compilable?
21871echo "$as_me:$LINENO: checking $ac_header usability" >&5
21872echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
21873cat >conftest.$ac_ext <<_ACEOF
21874/* confdefs.h. */
21875_ACEOF
21876cat confdefs.h >>conftest.$ac_ext
21877cat >>conftest.$ac_ext <<_ACEOF
21878/* end confdefs.h. */
21879$ac_includes_default
21880#include <$ac_header>
21881_ACEOF
21882rm -f conftest.$ac_objext
21883if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21884 (eval $ac_compile) 2>conftest.er1
a848cd7e 21885 ac_status=$?
ac1cb8d3
VS
21886 grep -v '^ *+' conftest.er1 >conftest.err
21887 rm -f conftest.er1
21888 cat conftest.err >&5
a848cd7e
SC
21889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21890 (exit $ac_status); } &&
5ff751d6 21891 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21893 (eval $ac_try) 2>&5
21894 ac_status=$?
21895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21896 (exit $ac_status); }; } &&
21897 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21899 (eval $ac_try) 2>&5
21900 ac_status=$?
21901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21902 (exit $ac_status); }; }; then
21903 ac_header_compiler=yes
21904else
21905 echo "$as_me: failed program was:" >&5
21906sed 's/^/| /' conftest.$ac_ext >&5
21907
21908ac_header_compiler=no
21909fi
ac1cb8d3 21910rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21911echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21912echo "${ECHO_T}$ac_header_compiler" >&6
21913
21914# Is the header present?
21915echo "$as_me:$LINENO: checking $ac_header presence" >&5
21916echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
21917cat >conftest.$ac_ext <<_ACEOF
21918/* confdefs.h. */
21919_ACEOF
21920cat confdefs.h >>conftest.$ac_ext
21921cat >>conftest.$ac_ext <<_ACEOF
21922/* end confdefs.h. */
21923#include <$ac_header>
21924_ACEOF
21925if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21926 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21927 ac_status=$?
21928 grep -v '^ *+' conftest.er1 >conftest.err
21929 rm -f conftest.er1
21930 cat conftest.err >&5
21931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21932 (exit $ac_status); } >/dev/null; then
21933 if test -s conftest.err; then
21934 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 21935 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
21936 else
21937 ac_cpp_err=
21938 fi
21939else
21940 ac_cpp_err=yes
21941fi
21942if test -z "$ac_cpp_err"; then
21943 ac_header_preproc=yes
21944else
21945 echo "$as_me: failed program was:" >&5
21946sed 's/^/| /' conftest.$ac_ext >&5
21947
21948 ac_header_preproc=no
21949fi
21950rm -f conftest.err conftest.$ac_ext
21951echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21952echo "${ECHO_T}$ac_header_preproc" >&6
21953
21954# So? What about this header?
ac1cb8d3
VS
21955case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
21956 yes:no: )
a848cd7e
SC
21957 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21958echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
21959 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21960echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21961 ac_header_preproc=yes
a848cd7e 21962 ;;
ac1cb8d3 21963 no:yes:* )
a848cd7e
SC
21964 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21965echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
21966 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21967echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21968 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21969echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21970 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21971echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
21972 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21973echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
21974 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21975echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
21976 (
21977 cat <<\_ASBOX
ac1cb8d3
VS
21978## ----------------------------------------- ##
21979## Report this to wx-dev@lists.wxwidgets.org ##
21980## ----------------------------------------- ##
a848cd7e
SC
21981_ASBOX
21982 ) |
21983 sed "s/^/$as_me: WARNING: /" >&2
21984 ;;
21985esac
21986echo "$as_me:$LINENO: checking for $ac_header" >&5
21987echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
21988if eval "test \"\${$as_ac_Header+set}\" = set"; then
21989 echo $ECHO_N "(cached) $ECHO_C" >&6
21990else
ac1cb8d3 21991 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
21992fi
21993echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
21994echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
21995
21996fi
21997if test `eval echo '${'$as_ac_Header'}'` = yes; then
21998 cat >>confdefs.h <<_ACEOF
21999#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
22000_ACEOF
22001
22002fi
22003
22004done
22005
22006
22007 if test "$ac_cv_header_iostream" = "yes" ; then
22008 :
22009 else
22010 cat >>confdefs.h <<\_ACEOF
22011#define wxUSE_IOSTREAMH 1
22012_ACEOF
22013
22014 fi
22015
22016 ac_ext=c
22017ac_cpp='$CPP $CPPFLAGS'
22018ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22019ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22020ac_compiler_gnu=$ac_cv_c_compiler_gnu
22021
22022
22023
22024
22025 echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
22026echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
22027if test "${wx_cv_cpp_bool+set}" = set; then
22028 echo $ECHO_N "(cached) $ECHO_C" >&6
22029else
22030
22031
22032
22033 ac_ext=cc
22034ac_cpp='$CXXCPP $CPPFLAGS'
22035ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22036ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22037ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22038
22039
22040 cat >conftest.$ac_ext <<_ACEOF
22041/* confdefs.h. */
22042_ACEOF
22043cat confdefs.h >>conftest.$ac_ext
22044cat >>conftest.$ac_ext <<_ACEOF
22045/* end confdefs.h. */
22046
22047
22048int
22049main ()
22050{
22051
22052 bool b = true;
22053
22054 return 0;
22055
22056 ;
22057 return 0;
22058}
22059_ACEOF
22060rm -f conftest.$ac_objext
22061if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22062 (eval $ac_compile) 2>conftest.er1
a848cd7e 22063 ac_status=$?
ac1cb8d3
VS
22064 grep -v '^ *+' conftest.er1 >conftest.err
22065 rm -f conftest.er1
22066 cat conftest.err >&5
a848cd7e
SC
22067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22068 (exit $ac_status); } &&
5ff751d6 22069 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22071 (eval $ac_try) 2>&5
22072 ac_status=$?
22073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22074 (exit $ac_status); }; } &&
22075 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
22076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22077 (eval $ac_try) 2>&5
22078 ac_status=$?
22079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22080 (exit $ac_status); }; }; then
22081
22082 wx_cv_cpp_bool=yes
22083
22084else
22085 echo "$as_me: failed program was:" >&5
22086sed 's/^/| /' conftest.$ac_ext >&5
22087
22088
22089 wx_cv_cpp_bool=no
22090
22091
22092fi
ac1cb8d3 22093rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
22094
22095 ac_ext=c
22096ac_cpp='$CPP $CPPFLAGS'
22097ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22098ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22099ac_compiler_gnu=$ac_cv_c_compiler_gnu
22100
22101
22102fi
22103echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
22104echo "${ECHO_T}$wx_cv_cpp_bool" >&6
22105
22106 if test "$wx_cv_cpp_bool" = "yes"; then
22107 cat >>confdefs.h <<\_ACEOF
22108#define HAVE_BOOL 1
22109_ACEOF
22110
22111 fi
22112
22113
22114
22115 echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
22116echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
22117if test "${wx_cv_explicit+set}" = set; then
22118 echo $ECHO_N "(cached) $ECHO_C" >&6
22119else
22120
22121
22122
22123 ac_ext=cc
22124ac_cpp='$CXXCPP $CPPFLAGS'
22125ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22126ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22127ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22128
22129
22130 cat >conftest.$ac_ext <<_ACEOF
22131/* confdefs.h. */
22132_ACEOF
22133cat confdefs.h >>conftest.$ac_ext
22134cat >>conftest.$ac_ext <<_ACEOF
22135/* end confdefs.h. */
22136
22137 class Foo { public: explicit Foo(int) {} };
22138
22139int
22140main ()
22141{
22142
22143 return 0;
22144
22145 ;
22146 return 0;
22147}
22148_ACEOF
22149rm -f conftest.$ac_objext
22150if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22151 (eval $ac_compile) 2>conftest.er1
a848cd7e 22152 ac_status=$?
ac1cb8d3
VS
22153 grep -v '^ *+' conftest.er1 >conftest.err
22154 rm -f conftest.er1
22155 cat conftest.err >&5
a848cd7e
SC
22156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22157 (exit $ac_status); } &&
5ff751d6 22158 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22159 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22160 (eval $ac_try) 2>&5
22161 ac_status=$?
22162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22163 (exit $ac_status); }; } &&
22164 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
22165 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22166 (eval $ac_try) 2>&5
22167 ac_status=$?
22168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22169 (exit $ac_status); }; }; then
22170
22171 cat >conftest.$ac_ext <<_ACEOF
22172/* confdefs.h. */
22173_ACEOF
22174cat confdefs.h >>conftest.$ac_ext
22175cat >>conftest.$ac_ext <<_ACEOF
22176/* end confdefs.h. */
22177
22178 class Foo { public: explicit Foo(int) {} };
22179 static void TakeFoo(const Foo& foo) { }
22180
22181int
22182main ()
22183{
22184
22185 TakeFoo(17);
22186 return 0;
22187
22188 ;
22189 return 0;
22190}
22191_ACEOF
22192rm -f conftest.$ac_objext
22193if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22194 (eval $ac_compile) 2>conftest.er1
a848cd7e 22195 ac_status=$?
ac1cb8d3
VS
22196 grep -v '^ *+' conftest.er1 >conftest.err
22197 rm -f conftest.er1
22198 cat conftest.err >&5
a848cd7e
SC
22199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22200 (exit $ac_status); } &&
5ff751d6 22201 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22203 (eval $ac_try) 2>&5
22204 ac_status=$?
22205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22206 (exit $ac_status); }; } &&
22207 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
22208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22209 (eval $ac_try) 2>&5
22210 ac_status=$?
22211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22212 (exit $ac_status); }; }; then
22213 wx_cv_explicit=no
22214else
22215 echo "$as_me: failed program was:" >&5
22216sed 's/^/| /' conftest.$ac_ext >&5
22217
22218wx_cv_explicit=yes
22219
22220fi
ac1cb8d3 22221rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
22222
22223else
22224 echo "$as_me: failed program was:" >&5
22225sed 's/^/| /' conftest.$ac_ext >&5
22226
22227wx_cv_explicit=no
22228
22229fi
ac1cb8d3 22230rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
22231
22232 ac_ext=c
22233ac_cpp='$CPP $CPPFLAGS'
22234ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22235ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22236ac_compiler_gnu=$ac_cv_c_compiler_gnu
22237
22238
22239fi
22240echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
22241echo "${ECHO_T}$wx_cv_explicit" >&6
22242
22243 if test "$wx_cv_explicit" = "yes"; then
22244 cat >>confdefs.h <<\_ACEOF
22245#define HAVE_EXPLICIT 1
22246_ACEOF
22247
22248 fi
22249
22250
22251echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
22252echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
22253if test "${ac_cv_cxx_const_cast+set}" = set; then
22254 echo $ECHO_N "(cached) $ECHO_C" >&6
22255else
22256
22257
22258 ac_ext=cc
22259ac_cpp='$CXXCPP $CPPFLAGS'
22260ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22261ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22262ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22263
22264 cat >conftest.$ac_ext <<_ACEOF
22265/* confdefs.h. */
22266_ACEOF
22267cat confdefs.h >>conftest.$ac_ext
22268cat >>conftest.$ac_ext <<_ACEOF
22269/* end confdefs.h. */
22270
22271int
22272main ()
22273{
22274int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
22275 ;
22276 return 0;
22277}
22278_ACEOF
22279rm -f conftest.$ac_objext
22280if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22281 (eval $ac_compile) 2>conftest.er1
a848cd7e 22282 ac_status=$?
ac1cb8d3
VS
22283 grep -v '^ *+' conftest.er1 >conftest.err
22284 rm -f conftest.er1
22285 cat conftest.err >&5
a848cd7e
SC
22286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22287 (exit $ac_status); } &&
5ff751d6 22288 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22289 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22290 (eval $ac_try) 2>&5
22291 ac_status=$?
22292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22293 (exit $ac_status); }; } &&
22294 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
22295 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22296 (eval $ac_try) 2>&5
22297 ac_status=$?
22298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22299 (exit $ac_status); }; }; then
22300 ac_cv_cxx_const_cast=yes
22301else
22302 echo "$as_me: failed program was:" >&5
22303sed 's/^/| /' conftest.$ac_ext >&5
22304
22305ac_cv_cxx_const_cast=no
22306fi
ac1cb8d3 22307rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
22308 ac_ext=c
22309ac_cpp='$CPP $CPPFLAGS'
22310ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22311ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22312ac_compiler_gnu=$ac_cv_c_compiler_gnu
22313
22314
22315fi
22316echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
22317echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
22318if test "$ac_cv_cxx_const_cast" = yes; then
22319
22320cat >>confdefs.h <<\_ACEOF
22321#define HAVE_CONST_CAST
22322_ACEOF
22323
22324fi
22325
7714864e
RL
22326echo "$as_me:$LINENO: checking whether the compiler supports reinterpret_cast<>" >&5
22327echo $ECHO_N "checking whether the compiler supports reinterpret_cast<>... $ECHO_C" >&6
22328if test "${ac_cv_cxx_reinterpret_cast+set}" = set; then
22329 echo $ECHO_N "(cached) $ECHO_C" >&6
22330else
22331
22332
22333 ac_ext=cc
22334ac_cpp='$CXXCPP $CPPFLAGS'
22335ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22336ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22337ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22338
22339 cat >conftest.$ac_ext <<_ACEOF
22340/* confdefs.h. */
22341_ACEOF
22342cat confdefs.h >>conftest.$ac_ext
22343cat >>conftest.$ac_ext <<_ACEOF
22344/* end confdefs.h. */
22345#include <typeinfo>
22346class Base { public : Base () {} virtual void f () = 0;};
22347class Derived : public Base { public : Derived () {} virtual void f () {} };
22348class Unrelated { public : Unrelated () {} };
22349int g (Unrelated&) { return 0; }
22350int
22351main ()
22352{
22353
22354Derived d;Base& b=d;Unrelated& e=reinterpret_cast<Unrelated&>(b);return g(e);
22355 ;
22356 return 0;
22357}
22358_ACEOF
22359rm -f conftest.$ac_objext
22360if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22361 (eval $ac_compile) 2>conftest.er1
22362 ac_status=$?
22363 grep -v '^ *+' conftest.er1 >conftest.err
22364 rm -f conftest.er1
22365 cat conftest.err >&5
22366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22367 (exit $ac_status); } &&
5ff751d6 22368 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7714864e
RL
22369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22370 (eval $ac_try) 2>&5
22371 ac_status=$?
22372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22373 (exit $ac_status); }; } &&
22374 { ac_try='test -s conftest.$ac_objext'
22375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22376 (eval $ac_try) 2>&5
22377 ac_status=$?
22378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22379 (exit $ac_status); }; }; then
22380 ac_cv_cxx_reinterpret_cast=yes
22381else
22382 echo "$as_me: failed program was:" >&5
22383sed 's/^/| /' conftest.$ac_ext >&5
22384
22385ac_cv_cxx_reinterpret_cast=no
22386fi
22387rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22388 ac_ext=c
22389ac_cpp='$CPP $CPPFLAGS'
22390ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22391ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22392ac_compiler_gnu=$ac_cv_c_compiler_gnu
22393
22394
22395fi
22396echo "$as_me:$LINENO: result: $ac_cv_cxx_reinterpret_cast" >&5
22397echo "${ECHO_T}$ac_cv_cxx_reinterpret_cast" >&6
22398if test "$ac_cv_cxx_reinterpret_cast" = yes; then
22399
22400cat >>confdefs.h <<\_ACEOF
22401#define HAVE_REINTERPRET_CAST
22402_ACEOF
22403
22404fi
22405
a848cd7e
SC
22406echo "$as_me:$LINENO: checking whether the compiler supports static_cast<>" >&5
22407echo $ECHO_N "checking whether the compiler supports static_cast<>... $ECHO_C" >&6
22408if test "${ac_cv_cxx_static_cast+set}" = set; then
22409 echo $ECHO_N "(cached) $ECHO_C" >&6
22410else
22411
22412
22413 ac_ext=cc
22414ac_cpp='$CXXCPP $CPPFLAGS'
22415ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22416ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22417ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22418
22419 cat >conftest.$ac_ext <<_ACEOF
22420/* confdefs.h. */
22421_ACEOF
22422cat confdefs.h >>conftest.$ac_ext
22423cat >>conftest.$ac_ext <<_ACEOF
22424/* end confdefs.h. */
22425#include <typeinfo>
22426class Base { public : Base () {} virtual void f () = 0; };
22427class Derived : public Base { public : Derived () {} virtual void f () {} };
22428int g (Derived&) { return 0; }
22429int
22430main ()
22431{
22432
22433Derived d; Base& b = d; Derived& s = static_cast<Derived&> (b); return g (s);
22434 ;
22435 return 0;
22436}
22437_ACEOF
22438rm -f conftest.$ac_objext
22439if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22440 (eval $ac_compile) 2>conftest.er1
a848cd7e 22441 ac_status=$?
ac1cb8d3
VS
22442 grep -v '^ *+' conftest.er1 >conftest.err
22443 rm -f conftest.er1
22444 cat conftest.err >&5
a848cd7e
SC
22445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22446 (exit $ac_status); } &&
5ff751d6 22447 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22449 (eval $ac_try) 2>&5
22450 ac_status=$?
22451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22452 (exit $ac_status); }; } &&
22453 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
22454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22455 (eval $ac_try) 2>&5
22456 ac_status=$?
22457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22458 (exit $ac_status); }; }; then
22459 ac_cv_cxx_static_cast=yes
22460else
22461 echo "$as_me: failed program was:" >&5
22462sed 's/^/| /' conftest.$ac_ext >&5
22463
22464ac_cv_cxx_static_cast=no
22465fi
ac1cb8d3 22466rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
22467 ac_ext=c
22468ac_cpp='$CPP $CPPFLAGS'
22469ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22470ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22471ac_compiler_gnu=$ac_cv_c_compiler_gnu
22472
22473
22474fi
22475echo "$as_me:$LINENO: result: $ac_cv_cxx_static_cast" >&5
22476echo "${ECHO_T}$ac_cv_cxx_static_cast" >&6
22477if test "$ac_cv_cxx_static_cast" = yes; then
22478
22479cat >>confdefs.h <<\_ACEOF
22480#define HAVE_STATIC_CAST
22481_ACEOF
22482
22483fi
22484
22485
3c28b7cb
MW
22486if test "x$SUNCXX" = xyes; then
22487 CXXFLAGS="$CXXFLAGS -features=tmplife"
22488fi
22489
9122d155
VZ
22490if test "x$SUNCC" = xyes; then
22491 CFLAGS="$CFLAGS -erroff=E_NO_EXPLICIT_TYPE_GIVEN"
22492fi
22493
0ad5d837
VZ
22494if test "x$SGICC" = "xyes"; then
22495 CFLAGS="$CFLAGS -woff 3970"
22496fi
22497if test "x$SGICXX" = "xyes"; then
22498 CXXFLAGS="$CXXFLAGS -woff 3970"
22499fi
22500
2eef8513
VZ
22501if test "x$HPCC" = "xyes"; then
22502 CFLAGS="$CFLAGS +W 2011,2450"
22503fi
22504if test "x$HPCXX" = "xyes"; then
22505 CXXFLAGS="$CXXFLAGS +W 2340"
22506fi
22507
22508if test "x$COMPAQCXX" = "xyes"; then
22509 CXXFLAGS="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit"
22510fi
22511
f56c22b4 22512if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
a848cd7e
SC
22513 ac_ext=cc
22514ac_cpp='$CXXCPP $CPPFLAGS'
22515ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22516ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22517ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22518
22519
f56c22b4
MW
22520 if test "$wxUSE_UNICODE" = "yes"; then
22521 std_string="std::wstring"
22522 char_type="wchar_t"
22523 else
22524 std_string="std::string"
22525 char_type="char"
22526 fi
22527
22528 echo "$as_me:$LINENO: checking for $std_string in <string>" >&5
22529echo $ECHO_N "checking for $std_string in <string>... $ECHO_C" >&6
a848cd7e
SC
22530 cat >conftest.$ac_ext <<_ACEOF
22531/* confdefs.h. */
22532_ACEOF
22533cat confdefs.h >>conftest.$ac_ext
22534cat >>conftest.$ac_ext <<_ACEOF
22535/* end confdefs.h. */
22536#include <string>
a848cd7e
SC
22537int
22538main ()
22539{
f56c22b4 22540$std_string foo;
a848cd7e
SC
22541 ;
22542 return 0;
22543}
22544_ACEOF
22545rm -f conftest.$ac_objext
22546if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22547 (eval $ac_compile) 2>conftest.er1
a848cd7e 22548 ac_status=$?
ac1cb8d3
VS
22549 grep -v '^ *+' conftest.er1 >conftest.err
22550 rm -f conftest.er1
22551 cat conftest.err >&5
a848cd7e
SC
22552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22553 (exit $ac_status); } &&
5ff751d6 22554 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22556 (eval $ac_try) 2>&5
22557 ac_status=$?
22558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22559 (exit $ac_status); }; } &&
22560 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
22561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22562 (eval $ac_try) 2>&5
22563 ac_status=$?
22564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22565 (exit $ac_status); }; }; then
22566 echo "$as_me:$LINENO: result: yes" >&5
22567echo "${ECHO_T}yes" >&6
0a08f02a
MB
22568 cat >>confdefs.h <<\_ACEOF
22569#define HAVE_STD_WSTRING 1
22570_ACEOF
22571
a848cd7e
SC
22572else
22573 echo "$as_me: failed program was:" >&5
22574sed 's/^/| /' conftest.$ac_ext >&5
22575
22576echo "$as_me:$LINENO: result: no" >&5
22577echo "${ECHO_T}no" >&6
f56c22b4
MW
22578 echo "$as_me:$LINENO: checking if std::basic_string<$char_type> works" >&5
22579echo $ECHO_N "checking if std::basic_string<$char_type> works... $ECHO_C" >&6
0a08f02a
MB
22580 cat >conftest.$ac_ext <<_ACEOF
22581/* confdefs.h. */
22582_ACEOF
22583cat confdefs.h >>conftest.$ac_ext
22584cat >>conftest.$ac_ext <<_ACEOF
22585/* end confdefs.h. */
22586
22587 #ifdef HAVE_WCHAR_H
22588 # ifdef __CYGWIN__
22589 # include <stddef.h>
22590 # endif
22591 # include <wchar.h>
22592 #endif
22593 #ifdef HAVE_STDLIB_H
22594 # include <stdlib.h>
22595 #endif
22596 #include <stdio.h>
22597 #include <string>
22598
22599int
22600main ()
22601{
f56c22b4
MW
22602std::basic_string<$char_type> foo;
22603 const $char_type* dummy = foo.c_str();
0a08f02a
MB
22604 ;
22605 return 0;
22606}
22607_ACEOF
22608rm -f conftest.$ac_objext
22609if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22610 (eval $ac_compile) 2>conftest.er1
22611 ac_status=$?
22612 grep -v '^ *+' conftest.er1 >conftest.err
22613 rm -f conftest.er1
22614 cat conftest.err >&5
22615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22616 (exit $ac_status); } &&
5ff751d6 22617 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
0a08f02a
MB
22618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22619 (eval $ac_try) 2>&5
22620 ac_status=$?
22621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22622 (exit $ac_status); }; } &&
22623 { ac_try='test -s conftest.$ac_objext'
22624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22625 (eval $ac_try) 2>&5
22626 ac_status=$?
22627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22628 (exit $ac_status); }; }; then
22629 echo "$as_me:$LINENO: result: yes" >&5
22630echo "${ECHO_T}yes" >&6
22631else
22632 echo "$as_me: failed program was:" >&5
22633sed 's/^/| /' conftest.$ac_ext >&5
22634
22635echo "$as_me:$LINENO: result: no" >&5
22636echo "${ECHO_T}no" >&6
f56c22b4 22637 if test "$wxUSE_STL" = "yes"; then
4b9918c5
MW
22638 { { echo "$as_me:$LINENO: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&5
22639echo "$as_me: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&2;}
22640 { (exit 1); exit 1; }; }
22641 elif grep wxUSE_STD_STRING $wx_arg_cache_file >/dev/null; then
22642 { { echo "$as_me:$LINENO: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&5
22643echo "$as_me: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&2;}
a848cd7e 22644 { (exit 1); exit 1; }; }
f56c22b4
MW
22645 else
22646 { echo "$as_me:$LINENO: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&5
22647echo "$as_me: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&2;}
22648 wxUSE_STD_STRING=no
22649 fi
22650
0a08f02a 22651
a848cd7e 22652fi
ac1cb8d3 22653rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 22654
0a08f02a
MB
22655fi
22656rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22657
22658 ac_ext=c
22659ac_cpp='$CPP $CPPFLAGS'
22660ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22661ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
f56c22b4
MW
22662ac_compiler_gnu=$ac_cv_c_compiler_gnu
22663
22664fi
22665
22666if test "$wxUSE_STD_IOSTREAM" = "yes"; then
22667 ac_ext=cc
22668ac_cpp='$CXXCPP $CPPFLAGS'
22669ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22670ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22671ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22672
22673
22674 echo "$as_me:$LINENO: checking for std::istream" >&5
22675echo $ECHO_N "checking for std::istream... $ECHO_C" >&6
22676if test "${ac_cv_type_std__istream+set}" = set; then
22677 echo $ECHO_N "(cached) $ECHO_C" >&6
22678else
22679 cat >conftest.$ac_ext <<_ACEOF
22680/* confdefs.h. */
22681_ACEOF
22682cat confdefs.h >>conftest.$ac_ext
22683cat >>conftest.$ac_ext <<_ACEOF
22684/* end confdefs.h. */
22685#include <iostream>
22686
22687int
22688main ()
22689{
22690if ((std::istream *) 0)
22691 return 0;
22692if (sizeof (std::istream))
22693 return 0;
22694 ;
22695 return 0;
22696}
22697_ACEOF
22698rm -f conftest.$ac_objext
22699if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22700 (eval $ac_compile) 2>conftest.er1
22701 ac_status=$?
22702 grep -v '^ *+' conftest.er1 >conftest.err
22703 rm -f conftest.er1
22704 cat conftest.err >&5
22705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22706 (exit $ac_status); } &&
5ff751d6 22707 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
f56c22b4
MW
22708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22709 (eval $ac_try) 2>&5
22710 ac_status=$?
22711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22712 (exit $ac_status); }; } &&
22713 { ac_try='test -s conftest.$ac_objext'
22714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22715 (eval $ac_try) 2>&5
22716 ac_status=$?
22717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22718 (exit $ac_status); }; }; then
22719 ac_cv_type_std__istream=yes
22720else
22721 echo "$as_me: failed program was:" >&5
22722sed 's/^/| /' conftest.$ac_ext >&5
22723
22724ac_cv_type_std__istream=no
22725fi
22726rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22727fi
22728echo "$as_me:$LINENO: result: $ac_cv_type_std__istream" >&5
22729echo "${ECHO_T}$ac_cv_type_std__istream" >&6
22730if test $ac_cv_type_std__istream = yes; then
22731
22732cat >>confdefs.h <<_ACEOF
22733#define HAVE_STD__ISTREAM 1
22734_ACEOF
22735
22736
22737else
22738 wxUSE_STD_IOSTREAM=no
22739fi
22740echo "$as_me:$LINENO: checking for std::ostream" >&5
22741echo $ECHO_N "checking for std::ostream... $ECHO_C" >&6
22742if test "${ac_cv_type_std__ostream+set}" = set; then
22743 echo $ECHO_N "(cached) $ECHO_C" >&6
22744else
22745 cat >conftest.$ac_ext <<_ACEOF
22746/* confdefs.h. */
22747_ACEOF
22748cat confdefs.h >>conftest.$ac_ext
22749cat >>conftest.$ac_ext <<_ACEOF
22750/* end confdefs.h. */
22751#include <iostream>
22752
22753int
22754main ()
22755{
22756if ((std::ostream *) 0)
22757 return 0;
22758if (sizeof (std::ostream))
22759 return 0;
22760 ;
22761 return 0;
22762}
22763_ACEOF
22764rm -f conftest.$ac_objext
22765if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22766 (eval $ac_compile) 2>conftest.er1
22767 ac_status=$?
22768 grep -v '^ *+' conftest.er1 >conftest.err
22769 rm -f conftest.er1
22770 cat conftest.err >&5
22771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22772 (exit $ac_status); } &&
5ff751d6 22773 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
f56c22b4
MW
22774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22775 (eval $ac_try) 2>&5
22776 ac_status=$?
22777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22778 (exit $ac_status); }; } &&
22779 { ac_try='test -s conftest.$ac_objext'
22780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22781 (eval $ac_try) 2>&5
22782 ac_status=$?
22783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22784 (exit $ac_status); }; }; then
22785 ac_cv_type_std__ostream=yes
22786else
22787 echo "$as_me: failed program was:" >&5
22788sed 's/^/| /' conftest.$ac_ext >&5
22789
22790ac_cv_type_std__ostream=no
22791fi
22792rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22793fi
22794echo "$as_me:$LINENO: result: $ac_cv_type_std__ostream" >&5
22795echo "${ECHO_T}$ac_cv_type_std__ostream" >&6
22796if test $ac_cv_type_std__ostream = yes; then
22797
22798cat >>confdefs.h <<_ACEOF
22799#define HAVE_STD__OSTREAM 1
22800_ACEOF
22801
22802
22803else
22804 wxUSE_STD_IOSTREAM=no
22805fi
22806
22807
22808 if test "$wxUSE_STD_IOSTREAM" != "yes"; then
4b9918c5
MW
22809 if grep wxUSE_STD_IOSTREAM $wx_arg_cache_file >/dev/null; then
22810 { { echo "$as_me:$LINENO: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&5
22811echo "$as_me: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&2;}
22812 { (exit 1); exit 1; }; }
22813 else
22814 { echo "$as_me:$LINENO: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&5
f56c22b4 22815echo "$as_me: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&2;}
4b9918c5 22816 fi
f56c22b4
MW
22817 fi
22818
22819 ac_ext=c
22820ac_cpp='$CPP $CPPFLAGS'
22821ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22822ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
0a08f02a
MB
22823ac_compiler_gnu=$ac_cv_c_compiler_gnu
22824
22825fi
22826
22827if test "$wxUSE_STL" = "yes"; then
22828 ac_ext=cc
22829ac_cpp='$CXXCPP $CPPFLAGS'
22830ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22831ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22832ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22833
22834
22835 echo "$as_me:$LINENO: checking for basic STL functionality" >&5
22836echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6
a848cd7e
SC
22837 cat >conftest.$ac_ext <<_ACEOF
22838/* confdefs.h. */
22839_ACEOF
22840cat confdefs.h >>conftest.$ac_ext
22841cat >>conftest.$ac_ext <<_ACEOF
22842/* end confdefs.h. */
22843#include <string>
0a08f02a
MB
22844 #include <functional>
22845 #include <algorithm>
22846 #include <vector>
22847 #include <list>
a848cd7e
SC
22848int
22849main ()
22850{
0a08f02a
MB
22851std::vector<int> moo;
22852 std::list<int> foo;
22853 std::vector<int>::iterator it =
22854 std::find_if(moo.begin(), moo.end(),
22855 std::bind2nd(std::less<int>(), 3));
a848cd7e
SC
22856 ;
22857 return 0;
22858}
22859_ACEOF
22860rm -f conftest.$ac_objext
22861if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22862 (eval $ac_compile) 2>conftest.er1
a848cd7e 22863 ac_status=$?
ac1cb8d3
VS
22864 grep -v '^ *+' conftest.er1 >conftest.err
22865 rm -f conftest.er1
22866 cat conftest.err >&5
a848cd7e
SC
22867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22868 (exit $ac_status); } &&
5ff751d6 22869 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22871 (eval $ac_try) 2>&5
22872 ac_status=$?
22873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22874 (exit $ac_status); }; } &&
22875 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
22876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22877 (eval $ac_try) 2>&5
22878 ac_status=$?
22879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22880 (exit $ac_status); }; }; then
22881 echo "$as_me:$LINENO: result: yes" >&5
22882echo "${ECHO_T}yes" >&6
a848cd7e
SC
22883else
22884 echo "$as_me: failed program was:" >&5
22885sed 's/^/| /' conftest.$ac_ext >&5
22886
22887echo "$as_me:$LINENO: result: no" >&5
22888echo "${ECHO_T}no" >&6
0a08f02a
MB
22889 { { echo "$as_me:$LINENO: error: Basic STL functionality missing" >&5
22890echo "$as_me: error: Basic STL functionality missing" >&2;}
22891 { (exit 1); exit 1; }; }
a848cd7e 22892fi
ac1cb8d3 22893rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
22894
22895 echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
22896echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6
22897 cat >conftest.$ac_ext <<_ACEOF
22898/* confdefs.h. */
22899_ACEOF
22900cat confdefs.h >>conftest.$ac_ext
22901cat >>conftest.$ac_ext <<_ACEOF
22902/* end confdefs.h. */
22903#include <string>
22904int
22905main ()
22906{
22907std::string foo, bar;
22908 foo.compare(bar);
22909 foo.compare(1, 1, bar);
22910 foo.compare(1, 1, bar, 1, 1);
22911 foo.compare("");
22912 foo.compare(1, 1, "");
22913 foo.compare(1, 1, "", 2);
22914 ;
22915 return 0;
22916}
22917_ACEOF
22918rm -f conftest.$ac_objext
22919if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22920 (eval $ac_compile) 2>conftest.er1
a848cd7e 22921 ac_status=$?
ac1cb8d3
VS
22922 grep -v '^ *+' conftest.er1 >conftest.err
22923 rm -f conftest.er1
22924 cat conftest.err >&5
a848cd7e
SC
22925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22926 (exit $ac_status); } &&
5ff751d6 22927 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22929 (eval $ac_try) 2>&5
22930 ac_status=$?
22931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22932 (exit $ac_status); }; } &&
22933 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
22934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22935 (eval $ac_try) 2>&5
22936 ac_status=$?
22937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22938 (exit $ac_status); }; }; then
22939 echo "$as_me:$LINENO: result: yes" >&5
22940echo "${ECHO_T}yes" >&6
22941 cat >>confdefs.h <<\_ACEOF
22942#define HAVE_STD_STRING_COMPARE 1
22943_ACEOF
22944
22945else
22946 echo "$as_me: failed program was:" >&5
22947sed 's/^/| /' conftest.$ac_ext >&5
22948
22949echo "$as_me:$LINENO: result: no" >&5
22950echo "${ECHO_T}no" >&6
22951fi
ac1cb8d3 22952rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bdcade0a
MB
22953
22954 if test "${ac_cv_header_hash_map+set}" = set; then
22955 echo "$as_me:$LINENO: checking for hash_map" >&5
22956echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
22957if test "${ac_cv_header_hash_map+set}" = set; then
22958 echo $ECHO_N "(cached) $ECHO_C" >&6
22959fi
22960echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
22961echo "${ECHO_T}$ac_cv_header_hash_map" >&6
22962else
22963 # Is the header compilable?
22964echo "$as_me:$LINENO: checking hash_map usability" >&5
22965echo $ECHO_N "checking hash_map usability... $ECHO_C" >&6
22966cat >conftest.$ac_ext <<_ACEOF
22967/* confdefs.h. */
22968_ACEOF
22969cat confdefs.h >>conftest.$ac_ext
22970cat >>conftest.$ac_ext <<_ACEOF
22971/* end confdefs.h. */
22972$ac_includes_default
22973#include <hash_map>
22974_ACEOF
22975rm -f conftest.$ac_objext
22976if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22977 (eval $ac_compile) 2>conftest.er1
bdcade0a 22978 ac_status=$?
ac1cb8d3
VS
22979 grep -v '^ *+' conftest.er1 >conftest.err
22980 rm -f conftest.er1
22981 cat conftest.err >&5
bdcade0a
MB
22982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22983 (exit $ac_status); } &&
5ff751d6 22984 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22985 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22986 (eval $ac_try) 2>&5
22987 ac_status=$?
22988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22989 (exit $ac_status); }; } &&
22990 { ac_try='test -s conftest.$ac_objext'
bdcade0a
MB
22991 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22992 (eval $ac_try) 2>&5
22993 ac_status=$?
22994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22995 (exit $ac_status); }; }; then
22996 ac_header_compiler=yes
22997else
22998 echo "$as_me: failed program was:" >&5
22999sed 's/^/| /' conftest.$ac_ext >&5
23000
23001ac_header_compiler=no
23002fi
ac1cb8d3 23003rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bdcade0a
MB
23004echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23005echo "${ECHO_T}$ac_header_compiler" >&6
23006
23007# Is the header present?
23008echo "$as_me:$LINENO: checking hash_map presence" >&5
23009echo $ECHO_N "checking hash_map presence... $ECHO_C" >&6
23010cat >conftest.$ac_ext <<_ACEOF
23011/* confdefs.h. */
23012_ACEOF
23013cat confdefs.h >>conftest.$ac_ext
23014cat >>conftest.$ac_ext <<_ACEOF
23015/* end confdefs.h. */
23016#include <hash_map>
23017_ACEOF
23018if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23019 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23020 ac_status=$?
23021 grep -v '^ *+' conftest.er1 >conftest.err
23022 rm -f conftest.er1
23023 cat conftest.err >&5
23024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23025 (exit $ac_status); } >/dev/null; then
23026 if test -s conftest.err; then
23027 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 23028 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
bdcade0a
MB
23029 else
23030 ac_cpp_err=
23031 fi
23032else
23033 ac_cpp_err=yes
23034fi
23035if test -z "$ac_cpp_err"; then
23036 ac_header_preproc=yes
23037else
23038 echo "$as_me: failed program was:" >&5
23039sed 's/^/| /' conftest.$ac_ext >&5
23040
23041 ac_header_preproc=no
23042fi
23043rm -f conftest.err conftest.$ac_ext
23044echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23045echo "${ECHO_T}$ac_header_preproc" >&6
23046
23047# So? What about this header?
ac1cb8d3
VS
23048case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
23049 yes:no: )
bdcade0a
MB
23050 { echo "$as_me:$LINENO: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
23051echo "$as_me: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
23052 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the compiler's result" >&5
23053echo "$as_me: WARNING: hash_map: proceeding with the compiler's result" >&2;}
23054 ac_header_preproc=yes
bdcade0a 23055 ;;
ac1cb8d3 23056 no:yes:* )
bdcade0a
MB
23057 { echo "$as_me:$LINENO: WARNING: hash_map: present but cannot be compiled" >&5
23058echo "$as_me: WARNING: hash_map: present but cannot be compiled" >&2;}
ac1cb8d3
VS
23059 { echo "$as_me:$LINENO: WARNING: hash_map: check for missing prerequisite headers?" >&5
23060echo "$as_me: WARNING: hash_map: check for missing prerequisite headers?" >&2;}
23061 { echo "$as_me:$LINENO: WARNING: hash_map: see the Autoconf documentation" >&5
23062echo "$as_me: WARNING: hash_map: see the Autoconf documentation" >&2;}
23063 { echo "$as_me:$LINENO: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&5
23064echo "$as_me: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
bdcade0a
MB
23065 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the preprocessor's result" >&5
23066echo "$as_me: WARNING: hash_map: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
23067 { echo "$as_me:$LINENO: WARNING: hash_map: in the future, the compiler will take precedence" >&5
23068echo "$as_me: WARNING: hash_map: in the future, the compiler will take precedence" >&2;}
bdcade0a
MB
23069 (
23070 cat <<\_ASBOX
ac1cb8d3
VS
23071## ----------------------------------------- ##
23072## Report this to wx-dev@lists.wxwidgets.org ##
23073## ----------------------------------------- ##
bdcade0a
MB
23074_ASBOX
23075 ) |
23076 sed "s/^/$as_me: WARNING: /" >&2
23077 ;;
23078esac
23079echo "$as_me:$LINENO: checking for hash_map" >&5
23080echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
23081if test "${ac_cv_header_hash_map+set}" = set; then
23082 echo $ECHO_N "(cached) $ECHO_C" >&6
23083else
23084 ac_cv_header_hash_map=$ac_header_preproc
23085fi
23086echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
23087echo "${ECHO_T}$ac_cv_header_hash_map" >&6
23088
23089fi
23090if test $ac_cv_header_hash_map = yes; then
23091 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
23092echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
23093 cat >conftest.$ac_ext <<_ACEOF
23094/* confdefs.h. */
23095_ACEOF
23096cat confdefs.h >>conftest.$ac_ext
23097cat >>conftest.$ac_ext <<_ACEOF
23098/* end confdefs.h. */
23099#include <hash_map>
23100 #include <hash_set>
23101int
23102main ()
23103{
23104std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
23105 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
23106 ;
23107 return 0;
23108}
23109_ACEOF
23110rm -f conftest.$ac_objext
23111if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23112 (eval $ac_compile) 2>conftest.er1
bdcade0a 23113 ac_status=$?
ac1cb8d3
VS
23114 grep -v '^ *+' conftest.er1 >conftest.err
23115 rm -f conftest.er1
23116 cat conftest.err >&5
bdcade0a
MB
23117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23118 (exit $ac_status); } &&
5ff751d6 23119 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
23120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23121 (eval $ac_try) 2>&5
23122 ac_status=$?
23123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23124 (exit $ac_status); }; } &&
23125 { ac_try='test -s conftest.$ac_objext'
bdcade0a
MB
23126 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23127 (eval $ac_try) 2>&5
23128 ac_status=$?
23129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23130 (exit $ac_status); }; }; then
23131 echo "$as_me:$LINENO: result: yes" >&5
23132echo "${ECHO_T}yes" >&6
23133 cat >>confdefs.h <<\_ACEOF
23134#define HAVE_HASH_MAP 1
23135_ACEOF
23136
23137 cat >>confdefs.h <<\_ACEOF
23138#define HAVE_STD_HASH_MAP 1
23139_ACEOF
23140
23141else
23142 echo "$as_me: failed program was:" >&5
23143sed 's/^/| /' conftest.$ac_ext >&5
23144
23145echo "$as_me:$LINENO: result: no" >&5
23146echo "${ECHO_T}no" >&6
23147fi
ac1cb8d3 23148rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bdcade0a
MB
23149
23150fi
23151
23152
23153
23154 if test "${ac_cv_header_ext_hash_map+set}" = set; then
23155 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
23156echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
23157if test "${ac_cv_header_ext_hash_map+set}" = set; then
23158 echo $ECHO_N "(cached) $ECHO_C" >&6
23159fi
23160echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
23161echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
23162else
23163 # Is the header compilable?
23164echo "$as_me:$LINENO: checking ext/hash_map usability" >&5
23165echo $ECHO_N "checking ext/hash_map usability... $ECHO_C" >&6
23166cat >conftest.$ac_ext <<_ACEOF
23167/* confdefs.h. */
23168_ACEOF
23169cat confdefs.h >>conftest.$ac_ext
23170cat >>conftest.$ac_ext <<_ACEOF
23171/* end confdefs.h. */
23172$ac_includes_default
23173#include <ext/hash_map>
23174_ACEOF
23175rm -f conftest.$ac_objext
23176if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23177 (eval $ac_compile) 2>conftest.er1
bdcade0a 23178 ac_status=$?
ac1cb8d3
VS
23179 grep -v '^ *+' conftest.er1 >conftest.err
23180 rm -f conftest.er1
23181 cat conftest.err >&5
bdcade0a
MB
23182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23183 (exit $ac_status); } &&
5ff751d6 23184 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
23185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23186 (eval $ac_try) 2>&5
23187 ac_status=$?
23188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23189 (exit $ac_status); }; } &&
23190 { ac_try='test -s conftest.$ac_objext'
bdcade0a
MB
23191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23192 (eval $ac_try) 2>&5
23193 ac_status=$?
23194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23195 (exit $ac_status); }; }; then
23196 ac_header_compiler=yes
23197else
23198 echo "$as_me: failed program was:" >&5
23199sed 's/^/| /' conftest.$ac_ext >&5
23200
23201ac_header_compiler=no
23202fi
ac1cb8d3 23203rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bdcade0a
MB
23204echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23205echo "${ECHO_T}$ac_header_compiler" >&6
23206
23207# Is the header present?
23208echo "$as_me:$LINENO: checking ext/hash_map presence" >&5
23209echo $ECHO_N "checking ext/hash_map presence... $ECHO_C" >&6
23210cat >conftest.$ac_ext <<_ACEOF
23211/* confdefs.h. */
23212_ACEOF
23213cat confdefs.h >>conftest.$ac_ext
23214cat >>conftest.$ac_ext <<_ACEOF
23215/* end confdefs.h. */
23216#include <ext/hash_map>
23217_ACEOF
23218if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23219 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23220 ac_status=$?
23221 grep -v '^ *+' conftest.er1 >conftest.err
23222 rm -f conftest.er1
23223 cat conftest.err >&5
23224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23225 (exit $ac_status); } >/dev/null; then
23226 if test -s conftest.err; then
23227 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 23228 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
bdcade0a
MB
23229 else
23230 ac_cpp_err=
23231 fi
23232else
23233 ac_cpp_err=yes
23234fi
23235if test -z "$ac_cpp_err"; then
23236 ac_header_preproc=yes
23237else
23238 echo "$as_me: failed program was:" >&5
23239sed 's/^/| /' conftest.$ac_ext >&5
23240
23241 ac_header_preproc=no
23242fi
23243rm -f conftest.err conftest.$ac_ext
23244echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23245echo "${ECHO_T}$ac_header_preproc" >&6
23246
23247# So? What about this header?
ac1cb8d3
VS
23248case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
23249 yes:no: )
bdcade0a
MB
23250 { echo "$as_me:$LINENO: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
23251echo "$as_me: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
23252 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the compiler's result" >&5
23253echo "$as_me: WARNING: ext/hash_map: proceeding with the compiler's result" >&2;}
23254 ac_header_preproc=yes
bdcade0a 23255 ;;
ac1cb8d3 23256 no:yes:* )
bdcade0a
MB
23257 { echo "$as_me:$LINENO: WARNING: ext/hash_map: present but cannot be compiled" >&5
23258echo "$as_me: WARNING: ext/hash_map: present but cannot be compiled" >&2;}
ac1cb8d3
VS
23259 { echo "$as_me:$LINENO: WARNING: ext/hash_map: check for missing prerequisite headers?" >&5
23260echo "$as_me: WARNING: ext/hash_map: check for missing prerequisite headers?" >&2;}
23261 { echo "$as_me:$LINENO: WARNING: ext/hash_map: see the Autoconf documentation" >&5
23262echo "$as_me: WARNING: ext/hash_map: see the Autoconf documentation" >&2;}
23263 { echo "$as_me:$LINENO: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&5
23264echo "$as_me: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
bdcade0a
MB
23265 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&5
23266echo "$as_me: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
23267 { echo "$as_me:$LINENO: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&5
23268echo "$as_me: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&2;}
bdcade0a
MB
23269 (
23270 cat <<\_ASBOX
ac1cb8d3
VS
23271## ----------------------------------------- ##
23272## Report this to wx-dev@lists.wxwidgets.org ##
23273## ----------------------------------------- ##
bdcade0a
MB
23274_ASBOX
23275 ) |
23276 sed "s/^/$as_me: WARNING: /" >&2
23277 ;;
23278esac
23279echo "$as_me:$LINENO: checking for ext/hash_map" >&5
23280echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
23281if test "${ac_cv_header_ext_hash_map+set}" = set; then
23282 echo $ECHO_N "(cached) $ECHO_C" >&6
23283else
23284 ac_cv_header_ext_hash_map=$ac_header_preproc
23285fi
23286echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
23287echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
23288
23289fi
23290if test $ac_cv_header_ext_hash_map = yes; then
23291 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
23292echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
23293 cat >conftest.$ac_ext <<_ACEOF
23294/* confdefs.h. */
23295_ACEOF
23296cat confdefs.h >>conftest.$ac_ext
23297cat >>conftest.$ac_ext <<_ACEOF
23298/* end confdefs.h. */
23299#include <ext/hash_map>
23300 #include <ext/hash_set>
23301int
23302main ()
23303{
23304__gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
23305 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
23306 ;
23307 return 0;
23308}
23309_ACEOF
23310rm -f conftest.$ac_objext
23311if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23312 (eval $ac_compile) 2>conftest.er1
bdcade0a 23313 ac_status=$?
ac1cb8d3
VS
23314 grep -v '^ *+' conftest.er1 >conftest.err
23315 rm -f conftest.er1
23316 cat conftest.err >&5
bdcade0a
MB
23317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23318 (exit $ac_status); } &&
5ff751d6 23319 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
23320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23321 (eval $ac_try) 2>&5
23322 ac_status=$?
23323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23324 (exit $ac_status); }; } &&
23325 { ac_try='test -s conftest.$ac_objext'
bdcade0a
MB
23326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23327 (eval $ac_try) 2>&5
23328 ac_status=$?
23329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23330 (exit $ac_status); }; }; then
23331 echo "$as_me:$LINENO: result: yes" >&5
23332echo "${ECHO_T}yes" >&6
23333 cat >>confdefs.h <<\_ACEOF
23334#define HAVE_EXT_HASH_MAP 1
23335_ACEOF
23336
23337 cat >>confdefs.h <<\_ACEOF
23338#define HAVE_GNU_CXX_HASH_MAP 1
23339_ACEOF
23340
23341else
23342 echo "$as_me: failed program was:" >&5
23343sed 's/^/| /' conftest.$ac_ext >&5
23344
23345echo "$as_me:$LINENO: result: no" >&5
23346echo "${ECHO_T}no" >&6
23347fi
ac1cb8d3 23348rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bdcade0a
MB
23349
23350fi
23351
23352
a848cd7e
SC
23353
23354 ac_ext=c
23355ac_cpp='$CPP $CPPFLAGS'
23356ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23357ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23358ac_compiler_gnu=$ac_cv_c_compiler_gnu
23359
23360fi
23361
23362
23363SEARCH_INCLUDE="\
23364 /usr/local/include \
23365 \
23366 /usr/Motif-2.1/include \
23367 /usr/Motif-1.2/include \
23368 /usr/include/Motif1.2 \
a848cd7e
SC
23369 \
23370 /usr/dt/include \
23371 /usr/openwin/include \
23372 \
23373 /usr/include/Xm \
23374 \
23375 /usr/X11R6/include \
23376 /usr/X11R6.4/include \
23377 /usr/X11R5/include \
23378 /usr/X11R4/include \
23379 \
23380 /usr/include/X11R6 \
23381 /usr/include/X11R5 \
23382 /usr/include/X11R4 \
23383 \
23384 /usr/local/X11R6/include \
23385 /usr/local/X11R5/include \
23386 /usr/local/X11R4/include \
23387 \
23388 /usr/local/include/X11R6 \
23389 /usr/local/include/X11R5 \
23390 /usr/local/include/X11R4 \
23391 \
23392 /usr/X11/include \
23393 /usr/include/X11 \
23394 /usr/local/X11/include \
23395 /usr/local/include/X11 \
23396 \
a848cd7e 23397 /usr/XFree86/include/X11 \
e051b34e
MW
23398 /usr/pkg/include \
23399 \
a848cd7e
SC
23400 /usr/openwin/share/include"
23401
6f9cf1e6 23402echo "$as_me:$LINENO: checking for libraries directory" >&5
0ad5d837 23403echo $ECHO_N "checking for libraries directory... $ECHO_C" >&6
6f9cf1e6
MW
23404
23405case "${host}" in
23406 *-*-irix6* )
23407 if test "${wx_cv_std_libpath+set}" = set; then
0ad5d837
VZ
23408 echo $ECHO_N "(cached) $ECHO_C" >&6
23409else
23410
c687b303
VZ
23411 for d in /usr/lib /usr/lib32 /usr/lib/64 /usr/lib64; do
23412 for e in a so sl dylib dll.a; do
23413 libc="$d/libc.$e"
23414 if test -f $libc; then
23415 save_LIBS="$LIBS"
23416 LIBS="$libc"
23417 cat >conftest.$ac_ext <<_ACEOF
0ad5d837
VZ
23418int main() { return 0; }
23419_ACEOF
23420rm -f conftest.$ac_objext conftest$ac_exeext
23421if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23422 (eval $ac_link) 2>conftest.er1
23423 ac_status=$?
23424 grep -v '^ *+' conftest.er1 >conftest.err
23425 rm -f conftest.er1
23426 cat conftest.err >&5
23427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23428 (exit $ac_status); } &&
5ff751d6 23429 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
0ad5d837
VZ
23430 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23431 (eval $ac_try) 2>&5
23432 ac_status=$?
23433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23434 (exit $ac_status); }; } &&
23435 { ac_try='test -s conftest$ac_exeext'
23436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23437 (eval $ac_try) 2>&5
23438 ac_status=$?
23439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23440 (exit $ac_status); }; }; then
23441 wx_cv_std_libpath=`echo $d | sed s@/usr/@@`
23442else
23443 echo "$as_me: failed program was:" >&5
23444sed 's/^/| /' conftest.$ac_ext >&5
23445
23446fi
23447rm -f conftest.err conftest.$ac_objext \
23448 conftest$ac_exeext conftest.$ac_ext
c687b303
VZ
23449 LIBS="$save_LIBS"
23450 if test "x$wx_cv_std_libpath" != "x"; then
23451 break 2
23452 fi
23453 fi
23454 done
23455 done
23456 if test "x$wx_cv_std_libpath" = "x"; then
23457 wx_cv_std_libpath="lib"
0ad5d837 23458 fi
0ad5d837
VZ
23459
23460
23461fi
6f9cf1e6
MW
23462
23463 ;;
23464
23465 *-*-solaris2* )
23466 if test "$ac_cv_sizeof_void_p" = 8 -a -d "/usr/lib/64"; then
23467 wx_cv_std_libpath="lib/64"
23468 else
23469 wx_cv_std_libpath="lib"
23470 fi
23471 ;;
23472
23473 *-*-linux* )
23474 if test "$ac_cv_sizeof_void_p" = 8 -a \
23475 -d "/usr/lib64" -a ! -h "/usr/lib64"; then
23476 wx_cv_std_libpath="lib64"
23477 else
23478 wx_cv_std_libpath="lib"
23479 fi
c687b303
VZ
23480 ;;
23481
23482 *)
23483 wx_cv_std_libpath="lib";
23484 ;;
23485esac
0ad5d837 23486
6f9cf1e6
MW
23487echo "$as_me:$LINENO: result: $wx_cv_std_libpath" >&5
23488echo "${ECHO_T}$wx_cv_std_libpath" >&6
23489
23490SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s@include@$wx_cv_std_libpath@g` /usr/$wx_cv_std_libpath"
a848cd7e 23491
3eca31dc
MW
23492if test "$build" != "$host" -a "$GCC" = yes; then
23493 if cross_root=`$CC -print-prog-name=ld 2>/dev/null`; then
23494 cross_root=`dirname $cross_root`
23495 cross_root=`dirname $cross_root`
23496
23497 SEARCH_LIB=`for x in $SEARCH_LIB; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
23498 SEARCH_INCLUDE=`for x in $SEARCH_INCLUDE; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
5c60e845 23499 SEARCH_INCLUDE="$SEARCH_INCLUDE $cross_root/include"
3eca31dc
MW
23500
23501 if test -z "$PKG_CONFIG_PATH"; then
23502 PKG_CONFIG_PATH="$cross_root/local/lib/pkgconfig:$cross_root/lib/pkgconfig"
23503 export PKG_CONFIG_PATH
23504 fi
23505
23506 if test -z "$x_includes" -o "$x_includes" = NONE; then
23507
23508ac_find_includes=
23509for ac_dir in $SEARCH_INCLUDE /usr/include;
23510 do
23511 if test -f "$ac_dir/X11/Intrinsic.h"; then
23512 ac_find_includes=$ac_dir
23513 break
23514 fi
23515 done
23516
23517 x_includes=$ac_find_includes
23518 fi
23519 if test -z "$x_libraries" -o "$x_libraries" = NONE; then
23520
0ad5d837
VZ
23521 ac_find_libraries=
23522 for ac_dir in $SEARCH_LIB;
3eca31dc
MW
23523 do
23524 for ac_extension in a so sl dylib dll.a; do
23525 if test -f "$ac_dir/libXt.$ac_extension"; then
23526 ac_find_libraries=$ac_dir
23527 break 2
23528 fi
23529 done
23530 done
23531
23532 x_libraries=$ac_find_libraries
23533 fi
23534 fi
23535fi
23536
a848cd7e
SC
23537
23538cat >confcache <<\_ACEOF
23539# This file is a shell script that caches the results of configure
23540# tests run on this system so they can be shared between configure
23541# scripts and configure runs, see configure's option --config-cache.
23542# It is not useful on other systems. If it contains results you don't
23543# want to keep, you may remove or edit it.
23544#
23545# config.status only pays attention to the cache file if you give it
23546# the --recheck option to rerun configure.
23547#
23548# `ac_cv_env_foo' variables (set or unset) will be overridden when
23549# loading this file, other *unset* `ac_cv_foo' will be assigned the
23550# following values.
23551
23552_ACEOF
23553
23554# The following way of writing the cache mishandles newlines in values,
23555# but we know of no workaround that is simple, portable, and efficient.
23556# So, don't put newlines in cache variables' values.
23557# Ultrix sh set writes to stderr and can't be redirected directly,
23558# and sets the high bit in the cache file unless we assign to the vars.
23559{
23560 (set) 2>&1 |
23561 case `(ac_space=' '; set | grep ac_space) 2>&1` in
23562 *ac_space=\ *)
23563 # `set' does not quote correctly, so add quotes (double-quote
23564 # substitution turns \\\\ into \\, and sed turns \\ into \).
23565 sed -n \
ac1cb8d3
VS
23566 "s/'/'\\\\''/g;
23567 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
a848cd7e
SC
23568 ;;
23569 *)
23570 # `set' quotes correctly as required by POSIX, so do not add quotes.
23571 sed -n \
ac1cb8d3 23572 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
a848cd7e
SC
23573 ;;
23574 esac;
23575} |
23576 sed '
23577 t clear
23578 : clear
23579 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
23580 t end
23581 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
23582 : end' >>confcache
23583if diff $cache_file confcache >/dev/null 2>&1; then :; else
23584 if test -w $cache_file; then
23585 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
23586 cat confcache >$cache_file
23587 else
23588 echo "not updating unwritable cache $cache_file"
23589 fi
23590fi
23591rm -f confcache
23592
23593if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
23594 echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
23595echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
23596if test "${wx_cv_lib_glibc21+set}" = set; then
23597 echo $ECHO_N "(cached) $ECHO_C" >&6
23598else
23599
23600 cat >conftest.$ac_ext <<_ACEOF
23601/* confdefs.h. */
23602_ACEOF
23603cat confdefs.h >>conftest.$ac_ext
23604cat >>conftest.$ac_ext <<_ACEOF
23605/* end confdefs.h. */
23606#include <features.h>
23607int
23608main ()
23609{
23610
23611 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
04e525a0 23612 not glibc 2.1
a848cd7e
SC
23613 #endif
23614
23615 ;
23616 return 0;
23617}
23618_ACEOF
23619rm -f conftest.$ac_objext
23620if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23621 (eval $ac_compile) 2>conftest.er1
a848cd7e 23622 ac_status=$?
ac1cb8d3
VS
23623 grep -v '^ *+' conftest.er1 >conftest.err
23624 rm -f conftest.er1
23625 cat conftest.err >&5
a848cd7e
SC
23626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23627 (exit $ac_status); } &&
5ff751d6 23628 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
23629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23630 (eval $ac_try) 2>&5
23631 ac_status=$?
23632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23633 (exit $ac_status); }; } &&
23634 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
23635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23636 (eval $ac_try) 2>&5
23637 ac_status=$?
23638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23639 (exit $ac_status); }; }; then
23640
23641 wx_cv_lib_glibc21=yes
23642
23643else
23644 echo "$as_me: failed program was:" >&5
23645sed 's/^/| /' conftest.$ac_ext >&5
23646
23647
23648 wx_cv_lib_glibc21=no
23649
23650
23651fi
ac1cb8d3 23652rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
23653
23654fi
23655echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
23656echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
23657 if test "$wx_cv_lib_glibc21" = "yes"; then
23658 cat >>confdefs.h <<\_ACEOF
23659#define wxHAVE_GLIBC2 1
23660_ACEOF
23661
23662 fi
23663fi
23664
23665if test "x$wx_cv_lib_glibc21" = "xyes"; then
23666 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
23667 cat >>confdefs.h <<\_ACEOF
23668#define _GNU_SOURCE 1
23669_ACEOF
23670
23671 fi
23672fi
23673
23674
23675
23676if test "$wxUSE_REGEX" != "no"; then
23677 cat >>confdefs.h <<\_ACEOF
23678#define wxUSE_REGEX 1
23679_ACEOF
23680
23681
23682 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
23683 { echo "$as_me:$LINENO: WARNING: Defaulting to the the builtin regex library for Unicode build." >&5
23684echo "$as_me: WARNING: Defaulting to the the builtin regex library for Unicode build." >&2;}
23685 wxUSE_REGEX=builtin
23686 fi
23687
23688 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
23689 if test "${ac_cv_header_regex_h+set}" = set; then
23690 echo "$as_me:$LINENO: checking for regex.h" >&5
23691echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
23692if test "${ac_cv_header_regex_h+set}" = set; then
23693 echo $ECHO_N "(cached) $ECHO_C" >&6
23694fi
23695echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
23696echo "${ECHO_T}$ac_cv_header_regex_h" >&6
23697else
23698 # Is the header compilable?
23699echo "$as_me:$LINENO: checking regex.h usability" >&5
23700echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
23701cat >conftest.$ac_ext <<_ACEOF
23702/* confdefs.h. */
23703_ACEOF
23704cat confdefs.h >>conftest.$ac_ext
23705cat >>conftest.$ac_ext <<_ACEOF
23706/* end confdefs.h. */
23707$ac_includes_default
23708#include <regex.h>
23709_ACEOF
23710rm -f conftest.$ac_objext
23711if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23712 (eval $ac_compile) 2>conftest.er1
a848cd7e 23713 ac_status=$?
ac1cb8d3
VS
23714 grep -v '^ *+' conftest.er1 >conftest.err
23715 rm -f conftest.er1
23716 cat conftest.err >&5
a848cd7e
SC
23717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23718 (exit $ac_status); } &&
5ff751d6 23719 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
23720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23721 (eval $ac_try) 2>&5
23722 ac_status=$?
23723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23724 (exit $ac_status); }; } &&
23725 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
23726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23727 (eval $ac_try) 2>&5
23728 ac_status=$?
23729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23730 (exit $ac_status); }; }; then
23731 ac_header_compiler=yes
23732else
23733 echo "$as_me: failed program was:" >&5
23734sed 's/^/| /' conftest.$ac_ext >&5
23735
23736ac_header_compiler=no
23737fi
ac1cb8d3 23738rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
23739echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23740echo "${ECHO_T}$ac_header_compiler" >&6
23741
23742# Is the header present?
23743echo "$as_me:$LINENO: checking regex.h presence" >&5
23744echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
23745cat >conftest.$ac_ext <<_ACEOF
23746/* confdefs.h. */
23747_ACEOF
23748cat confdefs.h >>conftest.$ac_ext
23749cat >>conftest.$ac_ext <<_ACEOF
23750/* end confdefs.h. */
23751#include <regex.h>
23752_ACEOF
23753if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23754 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23755 ac_status=$?
23756 grep -v '^ *+' conftest.er1 >conftest.err
23757 rm -f conftest.er1
23758 cat conftest.err >&5
23759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23760 (exit $ac_status); } >/dev/null; then
23761 if test -s conftest.err; then
23762 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 23763 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
23764 else
23765 ac_cpp_err=
23766 fi
23767else
23768 ac_cpp_err=yes
23769fi
23770if test -z "$ac_cpp_err"; then
23771 ac_header_preproc=yes
23772else
23773 echo "$as_me: failed program was:" >&5
23774sed 's/^/| /' conftest.$ac_ext >&5
23775
23776 ac_header_preproc=no
23777fi
23778rm -f conftest.err conftest.$ac_ext
23779echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23780echo "${ECHO_T}$ac_header_preproc" >&6
23781
23782# So? What about this header?
ac1cb8d3
VS
23783case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23784 yes:no: )
a848cd7e
SC
23785 { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
23786echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
23787 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the compiler's result" >&5
23788echo "$as_me: WARNING: regex.h: proceeding with the compiler's result" >&2;}
23789 ac_header_preproc=yes
a848cd7e 23790 ;;
ac1cb8d3 23791 no:yes:* )
a848cd7e
SC
23792 { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
23793echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
23794 { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5
23795echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;}
23796 { echo "$as_me:$LINENO: WARNING: regex.h: see the Autoconf documentation" >&5
23797echo "$as_me: WARNING: regex.h: see the Autoconf documentation" >&2;}
23798 { echo "$as_me:$LINENO: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&5
23799echo "$as_me: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
23800 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
23801echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
23802 { echo "$as_me:$LINENO: WARNING: regex.h: in the future, the compiler will take precedence" >&5
23803echo "$as_me: WARNING: regex.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
23804 (
23805 cat <<\_ASBOX
ac1cb8d3
VS
23806## ----------------------------------------- ##
23807## Report this to wx-dev@lists.wxwidgets.org ##
23808## ----------------------------------------- ##
a848cd7e
SC
23809_ASBOX
23810 ) |
23811 sed "s/^/$as_me: WARNING: /" >&2
23812 ;;
23813esac
23814echo "$as_me:$LINENO: checking for regex.h" >&5
23815echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
23816if test "${ac_cv_header_regex_h+set}" = set; then
23817 echo $ECHO_N "(cached) $ECHO_C" >&6
23818else
23819 ac_cv_header_regex_h=$ac_header_preproc
23820fi
23821echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
23822echo "${ECHO_T}$ac_cv_header_regex_h" >&6
23823
23824fi
23825if test $ac_cv_header_regex_h = yes; then
23826
ab0f0edd
MW
23827
23828for ac_func in regcomp re_search
a848cd7e
SC
23829do
23830as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
23831echo "$as_me:$LINENO: checking for $ac_func" >&5
23832echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
23833if eval "test \"\${$as_ac_var+set}\" = set"; then
23834 echo $ECHO_N "(cached) $ECHO_C" >&6
23835else
23836 cat >conftest.$ac_ext <<_ACEOF
23837/* confdefs.h. */
23838_ACEOF
23839cat confdefs.h >>conftest.$ac_ext
23840cat >>conftest.$ac_ext <<_ACEOF
23841/* end confdefs.h. */
ac1cb8d3
VS
23842/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
23843 For example, HP-UX 11i <limits.h> declares gettimeofday. */
23844#define $ac_func innocuous_$ac_func
23845
a848cd7e
SC
23846/* System header to define __stub macros and hopefully few prototypes,
23847 which can conflict with char $ac_func (); below.
23848 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23849 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 23850
a848cd7e
SC
23851#ifdef __STDC__
23852# include <limits.h>
23853#else
23854# include <assert.h>
23855#endif
ac1cb8d3
VS
23856
23857#undef $ac_func
23858
a848cd7e
SC
23859/* Override any gcc2 internal prototype to avoid an error. */
23860#ifdef __cplusplus
23861extern "C"
23862{
23863#endif
23864/* We use char because int might match the return type of a gcc2
23865 builtin and then its argument prototype would still apply. */
23866char $ac_func ();
23867/* The GNU C library defines this for functions which it implements
23868 to always fail with ENOSYS. Some functions are actually named
23869 something starting with __ and the normal name is an alias. */
23870#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
23871choke me
23872#else
23873char (*f) () = $ac_func;
23874#endif
23875#ifdef __cplusplus
23876}
23877#endif
23878
23879int
23880main ()
23881{
23882return f != $ac_func;
23883 ;
23884 return 0;
23885}
23886_ACEOF
23887rm -f conftest.$ac_objext conftest$ac_exeext
23888if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 23889 (eval $ac_link) 2>conftest.er1
a848cd7e 23890 ac_status=$?
ac1cb8d3
VS
23891 grep -v '^ *+' conftest.er1 >conftest.err
23892 rm -f conftest.er1
23893 cat conftest.err >&5
a848cd7e
SC
23894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23895 (exit $ac_status); } &&
5ff751d6 23896 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
23897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23898 (eval $ac_try) 2>&5
23899 ac_status=$?
23900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23901 (exit $ac_status); }; } &&
23902 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
23903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23904 (eval $ac_try) 2>&5
23905 ac_status=$?
23906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23907 (exit $ac_status); }; }; then
23908 eval "$as_ac_var=yes"
23909else
23910 echo "$as_me: failed program was:" >&5
23911sed 's/^/| /' conftest.$ac_ext >&5
23912
23913eval "$as_ac_var=no"
23914fi
ac1cb8d3
VS
23915rm -f conftest.err conftest.$ac_objext \
23916 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
23917fi
23918echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
23919echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
23920if test `eval echo '${'$as_ac_var'}'` = yes; then
23921 cat >>confdefs.h <<_ACEOF
23922#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
23923_ACEOF
23924
23925fi
23926done
23927
23928fi
23929
23930
23931
23932 if test "x$ac_cv_func_regcomp" != "xyes"; then
23933 if test "$wxUSE_REGEX" = "sys" ; then
23934 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
23935echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
23936 { (exit 1); exit 1; }; }
23937 else
23938 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
23939echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
23940 wxUSE_REGEX=builtin
23941 fi
23942 else
23943 wxUSE_REGEX=sys
23944 cat >>confdefs.h <<\_ACEOF
23945#define WX_NO_REGEX_ADVANCED 1
23946_ACEOF
23947
23948 fi
23949 fi
23950fi
23951
23952
23953ZLIB_LINK=
23954if test "$wxUSE_ZLIB" != "no" ; then
23955 cat >>confdefs.h <<\_ACEOF
23956#define wxUSE_ZLIB 1
23957_ACEOF
23958
23959
23960 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
23961 if test "$USE_DARWIN" = 1; then
23962 system_zlib_h_ok="yes"
23963 else
23964 echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
23965echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
23966if test "${ac_cv_header_zlib_h+set}" = set; then
23967 echo $ECHO_N "(cached) $ECHO_C" >&6
23968else
23969 if test "$cross_compiling" = yes; then
23970 unset ac_cv_header_zlib_h
23971
23972else
23973 cat >conftest.$ac_ext <<_ACEOF
23974/* confdefs.h. */
23975_ACEOF
23976cat confdefs.h >>conftest.$ac_ext
23977cat >>conftest.$ac_ext <<_ACEOF
23978/* end confdefs.h. */
23979
23980 #include <zlib.h>
23981 #include <stdio.h>
23982
23983 int main()
23984 {
23985 FILE *f=fopen("conftestval", "w");
23986 if (!f) exit(1);
23987 fprintf(f, "%s",
23988 ZLIB_VERSION[0] == '1' &&
23989 (ZLIB_VERSION[2] > '1' ||
23990 (ZLIB_VERSION[2] == '1' &&
23991 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
23992 exit(0);
23993 }
23994
23995_ACEOF
23996rm -f conftest$ac_exeext
23997if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23998 (eval $ac_link) 2>&5
23999 ac_status=$?
24000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24001 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24003 (eval $ac_try) 2>&5
24004 ac_status=$?
24005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24006 (exit $ac_status); }; }; then
24007 ac_cv_header_zlib_h=`cat conftestval`
24008else
24009 echo "$as_me: program exited with status $ac_status" >&5
24010echo "$as_me: failed program was:" >&5
24011sed 's/^/| /' conftest.$ac_ext >&5
24012
24013( exit $ac_status )
24014ac_cv_header_zlib_h=no
24015fi
ac1cb8d3 24016rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
24017fi
24018
24019fi
24020echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
24021echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
24022 if test "${ac_cv_header_zlib_h+set}" = set; then
24023 echo "$as_me:$LINENO: checking for zlib.h" >&5
24024echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
24025if test "${ac_cv_header_zlib_h+set}" = set; then
24026 echo $ECHO_N "(cached) $ECHO_C" >&6
24027fi
24028echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
24029echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
24030else
24031 # Is the header compilable?
24032echo "$as_me:$LINENO: checking zlib.h usability" >&5
24033echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
24034cat >conftest.$ac_ext <<_ACEOF
24035/* confdefs.h. */
24036_ACEOF
24037cat confdefs.h >>conftest.$ac_ext
24038cat >>conftest.$ac_ext <<_ACEOF
24039/* end confdefs.h. */
24040$ac_includes_default
24041#include <zlib.h>
24042_ACEOF
24043rm -f conftest.$ac_objext
24044if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 24045 (eval $ac_compile) 2>conftest.er1
a848cd7e 24046 ac_status=$?
ac1cb8d3
VS
24047 grep -v '^ *+' conftest.er1 >conftest.err
24048 rm -f conftest.er1
24049 cat conftest.err >&5
a848cd7e
SC
24050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24051 (exit $ac_status); } &&
5ff751d6 24052 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
24053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24054 (eval $ac_try) 2>&5
24055 ac_status=$?
24056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24057 (exit $ac_status); }; } &&
24058 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
24059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24060 (eval $ac_try) 2>&5
24061 ac_status=$?
24062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24063 (exit $ac_status); }; }; then
24064 ac_header_compiler=yes
24065else
24066 echo "$as_me: failed program was:" >&5
24067sed 's/^/| /' conftest.$ac_ext >&5
24068
24069ac_header_compiler=no
24070fi
ac1cb8d3 24071rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
24072echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24073echo "${ECHO_T}$ac_header_compiler" >&6
24074
24075# Is the header present?
24076echo "$as_me:$LINENO: checking zlib.h presence" >&5
24077echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
24078cat >conftest.$ac_ext <<_ACEOF
24079/* confdefs.h. */
24080_ACEOF
24081cat confdefs.h >>conftest.$ac_ext
24082cat >>conftest.$ac_ext <<_ACEOF
24083/* end confdefs.h. */
24084#include <zlib.h>
24085_ACEOF
24086if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24087 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24088 ac_status=$?
24089 grep -v '^ *+' conftest.er1 >conftest.err
24090 rm -f conftest.er1
24091 cat conftest.err >&5
24092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24093 (exit $ac_status); } >/dev/null; then
24094 if test -s conftest.err; then
24095 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 24096 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
24097 else
24098 ac_cpp_err=
24099 fi
24100else
24101 ac_cpp_err=yes
24102fi
24103if test -z "$ac_cpp_err"; then
24104 ac_header_preproc=yes
24105else
24106 echo "$as_me: failed program was:" >&5
24107sed 's/^/| /' conftest.$ac_ext >&5
24108
24109 ac_header_preproc=no
24110fi
24111rm -f conftest.err conftest.$ac_ext
24112echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24113echo "${ECHO_T}$ac_header_preproc" >&6
24114
24115# So? What about this header?
ac1cb8d3
VS
24116case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24117 yes:no: )
a848cd7e
SC
24118 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
24119echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
24120 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
24121echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
24122 ac_header_preproc=yes
a848cd7e 24123 ;;
ac1cb8d3 24124 no:yes:* )
a848cd7e
SC
24125 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
24126echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
24127 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
24128echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
24129 { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
24130echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
24131 { echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5
24132echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
24133 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
24134echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
24135 { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
24136echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
24137 (
24138 cat <<\_ASBOX
ac1cb8d3
VS
24139## ----------------------------------------- ##
24140## Report this to wx-dev@lists.wxwidgets.org ##
24141## ----------------------------------------- ##
a848cd7e
SC
24142_ASBOX
24143 ) |
24144 sed "s/^/$as_me: WARNING: /" >&2
24145 ;;
24146esac
24147echo "$as_me:$LINENO: checking for zlib.h" >&5
24148echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
24149if test "${ac_cv_header_zlib_h+set}" = set; then
24150 echo $ECHO_N "(cached) $ECHO_C" >&6
24151else
24152 ac_cv_header_zlib_h=$ac_header_preproc
24153fi
24154echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
24155echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
24156
24157fi
24158
24159
24160
24161 system_zlib_h_ok=$ac_cv_header_zlib_h
24162 fi
24163
24164 if test "$system_zlib_h_ok" = "yes"; then
24165 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
24166echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
24167if test "${ac_cv_lib_z_deflate+set}" = set; then
24168 echo $ECHO_N "(cached) $ECHO_C" >&6
24169else
24170 ac_check_lib_save_LIBS=$LIBS
24171LIBS="-lz $LIBS"
24172cat >conftest.$ac_ext <<_ACEOF
24173/* confdefs.h. */
24174_ACEOF
24175cat confdefs.h >>conftest.$ac_ext
24176cat >>conftest.$ac_ext <<_ACEOF
24177/* end confdefs.h. */
24178
24179/* Override any gcc2 internal prototype to avoid an error. */
24180#ifdef __cplusplus
24181extern "C"
24182#endif
24183/* We use char because int might match the return type of a gcc2
24184 builtin and then its argument prototype would still apply. */
24185char deflate ();
24186int
24187main ()
24188{
24189deflate ();
24190 ;
24191 return 0;
24192}
24193_ACEOF
24194rm -f conftest.$ac_objext conftest$ac_exeext
24195if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 24196 (eval $ac_link) 2>conftest.er1
a848cd7e 24197 ac_status=$?
ac1cb8d3
VS
24198 grep -v '^ *+' conftest.er1 >conftest.err
24199 rm -f conftest.er1
24200 cat conftest.err >&5
a848cd7e
SC
24201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24202 (exit $ac_status); } &&
5ff751d6 24203 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
24204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24205 (eval $ac_try) 2>&5
24206 ac_status=$?
24207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24208 (exit $ac_status); }; } &&
24209 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
24210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24211 (eval $ac_try) 2>&5
24212 ac_status=$?
24213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24214 (exit $ac_status); }; }; then
24215 ac_cv_lib_z_deflate=yes
24216else
24217 echo "$as_me: failed program was:" >&5
24218sed 's/^/| /' conftest.$ac_ext >&5
24219
24220ac_cv_lib_z_deflate=no
24221fi
ac1cb8d3
VS
24222rm -f conftest.err conftest.$ac_objext \
24223 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
24224LIBS=$ac_check_lib_save_LIBS
24225fi
24226echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
24227echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
24228if test $ac_cv_lib_z_deflate = yes; then
24229 ZLIB_LINK=" -lz"
24230fi
24231
24232 fi
24233
24234 if test "x$ZLIB_LINK" = "x" ; then
24235 if test "$wxUSE_ZLIB" = "sys" ; then
24236 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
24237echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
24238 { (exit 1); exit 1; }; }
24239 else
24240 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
24241echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
24242 wxUSE_ZLIB=builtin
24243 fi
24244 else
24245 wxUSE_ZLIB=sys
24246 fi
24247 fi
24248fi
24249
24250
24251PNG_LINK=
24252if test "$wxUSE_LIBPNG" != "no" ; then
24253 cat >>confdefs.h <<\_ACEOF
24254#define wxUSE_LIBPNG 1
24255_ACEOF
24256
24257
24258 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
24259 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
24260echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
24261 wxUSE_LIBPNG=sys
24262 fi
24263
24264 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
24265 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
24266echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
24267 wxUSE_LIBPNG=builtin
24268 fi
24269
24270 if test "$wxUSE_MGL" != 1 ; then
24271 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
24272 echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
24273echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
24274if test "${ac_cv_header_png_h+set}" = set; then
24275 echo $ECHO_N "(cached) $ECHO_C" >&6
24276else
24277 if test "$cross_compiling" = yes; then
24278 unset ac_cv_header_png_h
24279
24280else
24281 cat >conftest.$ac_ext <<_ACEOF
24282/* confdefs.h. */
24283_ACEOF
24284cat confdefs.h >>conftest.$ac_ext
24285cat >>conftest.$ac_ext <<_ACEOF
24286/* end confdefs.h. */
24287
24288 #include <png.h>
24289 #include <stdio.h>
24290
24291 int main()
24292 {
24293 FILE *f=fopen("conftestval", "w");
24294 if (!f) exit(1);
24295 fprintf(f, "%s",
24296 PNG_LIBPNG_VER > 90 ? "yes" : "no");
24297 exit(0);
24298 }
24299
24300_ACEOF
24301rm -f conftest$ac_exeext
24302if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24303 (eval $ac_link) 2>&5
24304 ac_status=$?
24305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24306 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24308 (eval $ac_try) 2>&5
24309 ac_status=$?
24310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24311 (exit $ac_status); }; }; then
24312 ac_cv_header_png_h=`cat conftestval`
24313else
24314 echo "$as_me: program exited with status $ac_status" >&5
24315echo "$as_me: failed program was:" >&5
24316sed 's/^/| /' conftest.$ac_ext >&5
24317
24318( exit $ac_status )
24319ac_cv_header_png_h=no
24320fi
ac1cb8d3 24321rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
24322fi
24323
24324fi
24325echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
24326echo "${ECHO_T}$ac_cv_header_png_h" >&6
24327 if test "${ac_cv_header_png_h+set}" = set; then
24328 echo "$as_me:$LINENO: checking for png.h" >&5
24329echo $ECHO_N "checking for png.h... $ECHO_C" >&6
24330if test "${ac_cv_header_png_h+set}" = set; then
24331 echo $ECHO_N "(cached) $ECHO_C" >&6
24332fi
24333echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
24334echo "${ECHO_T}$ac_cv_header_png_h" >&6
24335else
24336 # Is the header compilable?
24337echo "$as_me:$LINENO: checking png.h usability" >&5
24338echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
24339cat >conftest.$ac_ext <<_ACEOF
24340/* confdefs.h. */
24341_ACEOF
24342cat confdefs.h >>conftest.$ac_ext
24343cat >>conftest.$ac_ext <<_ACEOF
24344/* end confdefs.h. */
24345$ac_includes_default
24346#include <png.h>
24347_ACEOF
24348rm -f conftest.$ac_objext
24349if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 24350 (eval $ac_compile) 2>conftest.er1
a848cd7e 24351 ac_status=$?
ac1cb8d3
VS
24352 grep -v '^ *+' conftest.er1 >conftest.err
24353 rm -f conftest.er1
24354 cat conftest.err >&5
a848cd7e
SC
24355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24356 (exit $ac_status); } &&
5ff751d6 24357 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
24358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24359 (eval $ac_try) 2>&5
24360 ac_status=$?
24361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24362 (exit $ac_status); }; } &&
24363 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
24364 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24365 (eval $ac_try) 2>&5
24366 ac_status=$?
24367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24368 (exit $ac_status); }; }; then
24369 ac_header_compiler=yes
24370else
24371 echo "$as_me: failed program was:" >&5
24372sed 's/^/| /' conftest.$ac_ext >&5
24373
24374ac_header_compiler=no
24375fi
ac1cb8d3 24376rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
24377echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24378echo "${ECHO_T}$ac_header_compiler" >&6
24379
24380# Is the header present?
24381echo "$as_me:$LINENO: checking png.h presence" >&5
24382echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
24383cat >conftest.$ac_ext <<_ACEOF
24384/* confdefs.h. */
24385_ACEOF
24386cat confdefs.h >>conftest.$ac_ext
24387cat >>conftest.$ac_ext <<_ACEOF
24388/* end confdefs.h. */
24389#include <png.h>
24390_ACEOF
24391if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24392 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24393 ac_status=$?
24394 grep -v '^ *+' conftest.er1 >conftest.err
24395 rm -f conftest.er1
24396 cat conftest.err >&5
24397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24398 (exit $ac_status); } >/dev/null; then
24399 if test -s conftest.err; then
24400 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 24401 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
24402 else
24403 ac_cpp_err=
24404 fi
24405else
24406 ac_cpp_err=yes
24407fi
24408if test -z "$ac_cpp_err"; then
24409 ac_header_preproc=yes
24410else
24411 echo "$as_me: failed program was:" >&5
24412sed 's/^/| /' conftest.$ac_ext >&5
24413
24414 ac_header_preproc=no
24415fi
24416rm -f conftest.err conftest.$ac_ext
24417echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24418echo "${ECHO_T}$ac_header_preproc" >&6
24419
24420# So? What about this header?
ac1cb8d3
VS
24421case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24422 yes:no: )
a848cd7e
SC
24423 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
24424echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
24425 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5
24426echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;}
24427 ac_header_preproc=yes
a848cd7e 24428 ;;
ac1cb8d3 24429 no:yes:* )
a848cd7e
SC
24430 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
24431echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
24432 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
24433echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
24434 { echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5
24435echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;}
24436 { echo "$as_me:$LINENO: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&5
24437echo "$as_me: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
24438 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
24439echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
24440 { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5
24441echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
24442 (
24443 cat <<\_ASBOX
ac1cb8d3
VS
24444## ----------------------------------------- ##
24445## Report this to wx-dev@lists.wxwidgets.org ##
24446## ----------------------------------------- ##
a848cd7e
SC
24447_ASBOX
24448 ) |
24449 sed "s/^/$as_me: WARNING: /" >&2
24450 ;;
24451esac
24452echo "$as_me:$LINENO: checking for png.h" >&5
24453echo $ECHO_N "checking for png.h... $ECHO_C" >&6
24454if test "${ac_cv_header_png_h+set}" = set; then
24455 echo $ECHO_N "(cached) $ECHO_C" >&6
24456else
24457 ac_cv_header_png_h=$ac_header_preproc
24458fi
24459echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
24460echo "${ECHO_T}$ac_cv_header_png_h" >&6
24461
24462fi
24463
24464
24465
24466 if test "$ac_cv_header_png_h" = "yes"; then
24467 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
24468echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
24469if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
24470 echo $ECHO_N "(cached) $ECHO_C" >&6
24471else
24472 ac_check_lib_save_LIBS=$LIBS
24473LIBS="-lpng -lz -lm $LIBS"
24474cat >conftest.$ac_ext <<_ACEOF
24475/* confdefs.h. */
24476_ACEOF
24477cat confdefs.h >>conftest.$ac_ext
24478cat >>conftest.$ac_ext <<_ACEOF
24479/* end confdefs.h. */
24480
24481/* Override any gcc2 internal prototype to avoid an error. */
24482#ifdef __cplusplus
24483extern "C"
24484#endif
24485/* We use char because int might match the return type of a gcc2
24486 builtin and then its argument prototype would still apply. */
24487char png_check_sig ();
24488int
24489main ()
24490{
24491png_check_sig ();
24492 ;
24493 return 0;
24494}
24495_ACEOF
24496rm -f conftest.$ac_objext conftest$ac_exeext
24497if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 24498 (eval $ac_link) 2>conftest.er1
a848cd7e 24499 ac_status=$?
ac1cb8d3
VS
24500 grep -v '^ *+' conftest.er1 >conftest.err
24501 rm -f conftest.er1
24502 cat conftest.err >&5
a848cd7e
SC
24503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24504 (exit $ac_status); } &&
5ff751d6 24505 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
24506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24507 (eval $ac_try) 2>&5
24508 ac_status=$?
24509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24510 (exit $ac_status); }; } &&
24511 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
24512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24513 (eval $ac_try) 2>&5
24514 ac_status=$?
24515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24516 (exit $ac_status); }; }; then
24517 ac_cv_lib_png_png_check_sig=yes
24518else
24519 echo "$as_me: failed program was:" >&5
24520sed 's/^/| /' conftest.$ac_ext >&5
24521
24522ac_cv_lib_png_png_check_sig=no
24523fi
ac1cb8d3
VS
24524rm -f conftest.err conftest.$ac_objext \
24525 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
24526LIBS=$ac_check_lib_save_LIBS
24527fi
24528echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
24529echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
24530if test $ac_cv_lib_png_png_check_sig = yes; then
24531 PNG_LINK=" -lpng -lz"
24532fi
24533
24534 fi
24535
24536 if test "x$PNG_LINK" = "x" ; then
24537 if test "$wxUSE_LIBPNG" = "sys" ; then
24538 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
24539echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
24540 { (exit 1); exit 1; }; }
24541 else
24542 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
24543echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
24544 wxUSE_LIBPNG=builtin
24545 fi
24546 else
24547 wxUSE_LIBPNG=sys
24548 fi
24549 fi
24550 fi
24551
24552 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
24553fi
24554
24555
24556JPEG_LINK=
24557if test "$wxUSE_LIBJPEG" != "no" ; then
24558 cat >>confdefs.h <<\_ACEOF
24559#define wxUSE_LIBJPEG 1
24560_ACEOF
24561
24562
24563 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
24564 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
24565echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
24566 wxUSE_LIBJPEG=sys
24567 fi
24568
24569 if test "$wxUSE_MGL" != 1 ; then
24570 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
24571 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
24572echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
24573 if test "${ac_cv_header_jpeglib_h+set}" = set; then
24574 echo $ECHO_N "(cached) $ECHO_C" >&6
24575else
24576 cat >conftest.$ac_ext <<_ACEOF
24577/* confdefs.h. */
24578_ACEOF
24579cat confdefs.h >>conftest.$ac_ext
24580cat >>conftest.$ac_ext <<_ACEOF
24581/* end confdefs.h. */
24582
24583 #undef HAVE_STDLIB_H
24584 #include <stdio.h>
24585 #include <jpeglib.h>
24586
24587int
24588main ()
24589{
24590
24591
24592 ;
24593 return 0;
24594}
24595_ACEOF
24596rm -f conftest.$ac_objext
24597if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 24598 (eval $ac_compile) 2>conftest.er1
a848cd7e 24599 ac_status=$?
ac1cb8d3
VS
24600 grep -v '^ *+' conftest.er1 >conftest.err
24601 rm -f conftest.er1
24602 cat conftest.err >&5
a848cd7e
SC
24603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24604 (exit $ac_status); } &&
5ff751d6 24605 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
24606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24607 (eval $ac_try) 2>&5
24608 ac_status=$?
24609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24610 (exit $ac_status); }; } &&
24611 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
24612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24613 (eval $ac_try) 2>&5
24614 ac_status=$?
24615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24616 (exit $ac_status); }; }; then
24617 ac_cv_header_jpeglib_h=yes
24618else
24619 echo "$as_me: failed program was:" >&5
24620sed 's/^/| /' conftest.$ac_ext >&5
24621
24622ac_cv_header_jpeglib_h=no
24623
24624fi
ac1cb8d3 24625rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
24626
24627fi
24628
24629 echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
24630echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
24631
24632 if test "$ac_cv_header_jpeglib_h" = "yes"; then
24633 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
24634echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
24635if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
24636 echo $ECHO_N "(cached) $ECHO_C" >&6
24637else
24638 ac_check_lib_save_LIBS=$LIBS
24639LIBS="-ljpeg $LIBS"
24640cat >conftest.$ac_ext <<_ACEOF
24641/* confdefs.h. */
24642_ACEOF
24643cat confdefs.h >>conftest.$ac_ext
24644cat >>conftest.$ac_ext <<_ACEOF
24645/* end confdefs.h. */
24646
24647/* Override any gcc2 internal prototype to avoid an error. */
24648#ifdef __cplusplus
24649extern "C"
24650#endif
24651/* We use char because int might match the return type of a gcc2
24652 builtin and then its argument prototype would still apply. */
24653char jpeg_read_header ();
24654int
24655main ()
24656{
24657jpeg_read_header ();
24658 ;
24659 return 0;
24660}
24661_ACEOF
24662rm -f conftest.$ac_objext conftest$ac_exeext
24663if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 24664 (eval $ac_link) 2>conftest.er1
a848cd7e 24665 ac_status=$?
ac1cb8d3
VS
24666 grep -v '^ *+' conftest.er1 >conftest.err
24667 rm -f conftest.er1
24668 cat conftest.err >&5
a848cd7e
SC
24669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24670 (exit $ac_status); } &&
5ff751d6 24671 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
24672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24673 (eval $ac_try) 2>&5
24674 ac_status=$?
24675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24676 (exit $ac_status); }; } &&
24677 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
24678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24679 (eval $ac_try) 2>&5
24680 ac_status=$?
24681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24682 (exit $ac_status); }; }; then
24683 ac_cv_lib_jpeg_jpeg_read_header=yes
24684else
24685 echo "$as_me: failed program was:" >&5
24686sed 's/^/| /' conftest.$ac_ext >&5
24687
24688ac_cv_lib_jpeg_jpeg_read_header=no
24689fi
ac1cb8d3
VS
24690rm -f conftest.err conftest.$ac_objext \
24691 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
24692LIBS=$ac_check_lib_save_LIBS
24693fi
24694echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
24695echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
24696if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
24697 JPEG_LINK=" -ljpeg"
24698fi
24699
24700 fi
24701
24702 if test "x$JPEG_LINK" = "x" ; then
24703 if test "$wxUSE_LIBJPEG" = "sys" ; then
24704 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
24705echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
24706 { (exit 1); exit 1; }; }
24707 else
24708 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
24709echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
24710 wxUSE_LIBJPEG=builtin
24711 fi
24712 else
24713 wxUSE_LIBJPEG=sys
24714 fi
24715 fi
24716 fi
24717fi
24718
24719
24720TIFF_LINK=
24721TIFF_PREREQ_LINKS=-lm
24722if test "$wxUSE_LIBTIFF" != "no" ; then
24723 cat >>confdefs.h <<\_ACEOF
24724#define wxUSE_LIBTIFF 1
24725_ACEOF
24726
24727
24728 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
24729 if test "$wxUSE_LIBJPEG" = "sys"; then
24730 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK"
24731 fi
24732 if test "$wxUSE_ZLIB" = "sys"; then
24733 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK"
24734 fi
24735 if test "${ac_cv_header_tiffio_h+set}" = set; then
24736 echo "$as_me:$LINENO: checking for tiffio.h" >&5
24737echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
24738if test "${ac_cv_header_tiffio_h+set}" = set; then
24739 echo $ECHO_N "(cached) $ECHO_C" >&6
24740fi
24741echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
24742echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
24743else
24744 # Is the header compilable?
24745echo "$as_me:$LINENO: checking tiffio.h usability" >&5
24746echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
24747cat >conftest.$ac_ext <<_ACEOF
24748/* confdefs.h. */
24749_ACEOF
24750cat confdefs.h >>conftest.$ac_ext
24751cat >>conftest.$ac_ext <<_ACEOF
24752/* end confdefs.h. */
24753$ac_includes_default
24754#include <tiffio.h>
24755_ACEOF
24756rm -f conftest.$ac_objext
24757if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 24758 (eval $ac_compile) 2>conftest.er1
a848cd7e 24759 ac_status=$?
ac1cb8d3
VS
24760 grep -v '^ *+' conftest.er1 >conftest.err
24761 rm -f conftest.er1
24762 cat conftest.err >&5
a848cd7e
SC
24763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24764 (exit $ac_status); } &&
5ff751d6 24765 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
24766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24767 (eval $ac_try) 2>&5
24768 ac_status=$?
24769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24770 (exit $ac_status); }; } &&
24771 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
24772 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24773 (eval $ac_try) 2>&5
24774 ac_status=$?
24775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24776 (exit $ac_status); }; }; then
24777 ac_header_compiler=yes
24778else
24779 echo "$as_me: failed program was:" >&5
24780sed 's/^/| /' conftest.$ac_ext >&5
24781
24782ac_header_compiler=no
24783fi
ac1cb8d3 24784rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
24785echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24786echo "${ECHO_T}$ac_header_compiler" >&6
24787
24788# Is the header present?
24789echo "$as_me:$LINENO: checking tiffio.h presence" >&5
24790echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
24791cat >conftest.$ac_ext <<_ACEOF
24792/* confdefs.h. */
24793_ACEOF
24794cat confdefs.h >>conftest.$ac_ext
24795cat >>conftest.$ac_ext <<_ACEOF
24796/* end confdefs.h. */
24797#include <tiffio.h>
24798_ACEOF
24799if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24800 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24801 ac_status=$?
24802 grep -v '^ *+' conftest.er1 >conftest.err
24803 rm -f conftest.er1
24804 cat conftest.err >&5
24805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24806 (exit $ac_status); } >/dev/null; then
24807 if test -s conftest.err; then
24808 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 24809 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
24810 else
24811 ac_cpp_err=
24812 fi
24813else
24814 ac_cpp_err=yes
24815fi
24816if test -z "$ac_cpp_err"; then
24817 ac_header_preproc=yes
24818else
24819 echo "$as_me: failed program was:" >&5
24820sed 's/^/| /' conftest.$ac_ext >&5
24821
24822 ac_header_preproc=no
24823fi
24824rm -f conftest.err conftest.$ac_ext
24825echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24826echo "${ECHO_T}$ac_header_preproc" >&6
24827
24828# So? What about this header?
ac1cb8d3
VS
24829case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24830 yes:no: )
a848cd7e
SC
24831 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
24832echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
24833 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5
24834echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
24835 ac_header_preproc=yes
a848cd7e 24836 ;;
ac1cb8d3 24837 no:yes:* )
a848cd7e
SC
24838 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
24839echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
24840 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
24841echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
24842 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
24843echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
24844 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
24845echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
24846 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
24847echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
24848 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
24849echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
24850 (
24851 cat <<\_ASBOX
ac1cb8d3
VS
24852## ----------------------------------------- ##
24853## Report this to wx-dev@lists.wxwidgets.org ##
24854## ----------------------------------------- ##
a848cd7e
SC
24855_ASBOX
24856 ) |
24857 sed "s/^/$as_me: WARNING: /" >&2
24858 ;;
24859esac
24860echo "$as_me:$LINENO: checking for tiffio.h" >&5
24861echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
24862if test "${ac_cv_header_tiffio_h+set}" = set; then
24863 echo $ECHO_N "(cached) $ECHO_C" >&6
24864else
24865 ac_cv_header_tiffio_h=$ac_header_preproc
24866fi
24867echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
24868echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
24869
24870fi
24871if test $ac_cv_header_tiffio_h = yes; then
24872
24873 echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
24874echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
24875if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
24876 echo $ECHO_N "(cached) $ECHO_C" >&6
24877else
24878 ac_check_lib_save_LIBS=$LIBS
24879LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS"
24880cat >conftest.$ac_ext <<_ACEOF
24881/* confdefs.h. */
24882_ACEOF
24883cat confdefs.h >>conftest.$ac_ext
24884cat >>conftest.$ac_ext <<_ACEOF
24885/* end confdefs.h. */
24886
24887/* Override any gcc2 internal prototype to avoid an error. */
24888#ifdef __cplusplus
24889extern "C"
24890#endif
24891/* We use char because int might match the return type of a gcc2
24892 builtin and then its argument prototype would still apply. */
24893char TIFFError ();
24894int
24895main ()
24896{
24897TIFFError ();
24898 ;
24899 return 0;
24900}
24901_ACEOF
24902rm -f conftest.$ac_objext conftest$ac_exeext
24903if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 24904 (eval $ac_link) 2>conftest.er1
a848cd7e 24905 ac_status=$?
ac1cb8d3
VS
24906 grep -v '^ *+' conftest.er1 >conftest.err
24907 rm -f conftest.er1
24908 cat conftest.err >&5
a848cd7e
SC
24909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24910 (exit $ac_status); } &&
5ff751d6 24911 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
24912 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24913 (eval $ac_try) 2>&5
24914 ac_status=$?
24915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24916 (exit $ac_status); }; } &&
24917 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
24918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24919 (eval $ac_try) 2>&5
24920 ac_status=$?
24921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24922 (exit $ac_status); }; }; then
24923 ac_cv_lib_tiff_TIFFError=yes
24924else
24925 echo "$as_me: failed program was:" >&5
24926sed 's/^/| /' conftest.$ac_ext >&5
24927
24928ac_cv_lib_tiff_TIFFError=no
24929fi
ac1cb8d3
VS
24930rm -f conftest.err conftest.$ac_objext \
24931 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
24932LIBS=$ac_check_lib_save_LIBS
24933fi
24934echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
24935echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
24936if test $ac_cv_lib_tiff_TIFFError = yes; then
24937 TIFF_LINK=" -ltiff"
24938fi
24939
24940
24941
24942fi
24943
24944
24945
24946 if test "x$TIFF_LINK" = "x" ; then
24947 if test "$wxUSE_LIBTIFF" = "sys" ; then
24948 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
24949echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
24950 { (exit 1); exit 1; }; }
24951 else
24952 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
24953echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
24954 wxUSE_LIBTIFF=builtin
24955 fi
24956 else
24957 wxUSE_LIBTIFF=sys
24958 fi
24959 fi
24960fi
24961
24962
47a7e797
MW
24963if test "$wxUSE_WCHAR_T" != "yes"; then
24964 if test "$wxUSE_EXPAT" != "no"; then
24965 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&5
24966echo "$as_me: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&2;}
24967 wxUSE_EXPAT=no
24968 fi
24969 if test "$wxUSE_XML" != "no"; then
24970 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&5
24971echo "$as_me: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&2;}
24972 wxUSE_XML=no
24973 fi
24974fi
24975
a848cd7e
SC
24976if test "$wxUSE_EXPAT" != "no"; then
24977 wxUSE_XML=yes
24978 cat >>confdefs.h <<\_ACEOF
24979#define wxUSE_EXPAT 1
24980_ACEOF
24981
24982 cat >>confdefs.h <<\_ACEOF
24983#define wxUSE_XML 1
24984_ACEOF
24985
24986
24987 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
24988 if test "${ac_cv_header_expat_h+set}" = set; then
24989 echo "$as_me:$LINENO: checking for expat.h" >&5
24990echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
24991if test "${ac_cv_header_expat_h+set}" = set; then
24992 echo $ECHO_N "(cached) $ECHO_C" >&6
24993fi
24994echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
24995echo "${ECHO_T}$ac_cv_header_expat_h" >&6
24996else
24997 # Is the header compilable?
24998echo "$as_me:$LINENO: checking expat.h usability" >&5
24999echo $ECHO_N "checking expat.h usability... $ECHO_C" >&6
25000cat >conftest.$ac_ext <<_ACEOF
25001/* confdefs.h. */
25002_ACEOF
25003cat confdefs.h >>conftest.$ac_ext
25004cat >>conftest.$ac_ext <<_ACEOF
25005/* end confdefs.h. */
25006$ac_includes_default
25007#include <expat.h>
25008_ACEOF
25009rm -f conftest.$ac_objext
25010if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 25011 (eval $ac_compile) 2>conftest.er1
a848cd7e 25012 ac_status=$?
ac1cb8d3
VS
25013 grep -v '^ *+' conftest.er1 >conftest.err
25014 rm -f conftest.er1
25015 cat conftest.err >&5
a848cd7e
SC
25016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25017 (exit $ac_status); } &&
5ff751d6 25018 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
25019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25020 (eval $ac_try) 2>&5
25021 ac_status=$?
25022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25023 (exit $ac_status); }; } &&
25024 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
25025 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25026 (eval $ac_try) 2>&5
25027 ac_status=$?
25028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25029 (exit $ac_status); }; }; then
25030 ac_header_compiler=yes
25031else
25032 echo "$as_me: failed program was:" >&5
25033sed 's/^/| /' conftest.$ac_ext >&5
25034
25035ac_header_compiler=no
25036fi
ac1cb8d3 25037rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
25038echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25039echo "${ECHO_T}$ac_header_compiler" >&6
25040
25041# Is the header present?
25042echo "$as_me:$LINENO: checking expat.h presence" >&5
25043echo $ECHO_N "checking expat.h presence... $ECHO_C" >&6
25044cat >conftest.$ac_ext <<_ACEOF
25045/* confdefs.h. */
25046_ACEOF
25047cat confdefs.h >>conftest.$ac_ext
25048cat >>conftest.$ac_ext <<_ACEOF
25049/* end confdefs.h. */
25050#include <expat.h>
25051_ACEOF
25052if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
25053 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
25054 ac_status=$?
25055 grep -v '^ *+' conftest.er1 >conftest.err
25056 rm -f conftest.er1
25057 cat conftest.err >&5
25058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25059 (exit $ac_status); } >/dev/null; then
25060 if test -s conftest.err; then
25061 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 25062 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
25063 else
25064 ac_cpp_err=
25065 fi
25066else
25067 ac_cpp_err=yes
25068fi
25069if test -z "$ac_cpp_err"; then
25070 ac_header_preproc=yes
25071else
25072 echo "$as_me: failed program was:" >&5
25073sed 's/^/| /' conftest.$ac_ext >&5
25074
25075 ac_header_preproc=no
25076fi
25077rm -f conftest.err conftest.$ac_ext
25078echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25079echo "${ECHO_T}$ac_header_preproc" >&6
25080
25081# So? What about this header?
ac1cb8d3
VS
25082case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25083 yes:no: )
a848cd7e
SC
25084 { echo "$as_me:$LINENO: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&5
25085echo "$as_me: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
25086 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the compiler's result" >&5
25087echo "$as_me: WARNING: expat.h: proceeding with the compiler's result" >&2;}
25088 ac_header_preproc=yes
a848cd7e 25089 ;;
ac1cb8d3 25090 no:yes:* )
a848cd7e
SC
25091 { echo "$as_me:$LINENO: WARNING: expat.h: present but cannot be compiled" >&5
25092echo "$as_me: WARNING: expat.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
25093 { echo "$as_me:$LINENO: WARNING: expat.h: check for missing prerequisite headers?" >&5
25094echo "$as_me: WARNING: expat.h: check for missing prerequisite headers?" >&2;}
25095 { echo "$as_me:$LINENO: WARNING: expat.h: see the Autoconf documentation" >&5
25096echo "$as_me: WARNING: expat.h: see the Autoconf documentation" >&2;}
25097 { echo "$as_me:$LINENO: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&5
25098echo "$as_me: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
25099 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
25100echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
25101 { echo "$as_me:$LINENO: WARNING: expat.h: in the future, the compiler will take precedence" >&5
25102echo "$as_me: WARNING: expat.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
25103 (
25104 cat <<\_ASBOX
ac1cb8d3
VS
25105## ----------------------------------------- ##
25106## Report this to wx-dev@lists.wxwidgets.org ##
25107## ----------------------------------------- ##
a848cd7e
SC
25108_ASBOX
25109 ) |
25110 sed "s/^/$as_me: WARNING: /" >&2
25111 ;;
25112esac
25113echo "$as_me:$LINENO: checking for expat.h" >&5
25114echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
25115if test "${ac_cv_header_expat_h+set}" = set; then
25116 echo $ECHO_N "(cached) $ECHO_C" >&6
25117else
25118 ac_cv_header_expat_h=$ac_header_preproc
25119fi
25120echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
25121echo "${ECHO_T}$ac_cv_header_expat_h" >&6
25122
25123fi
25124if test $ac_cv_header_expat_h = yes; then
25125 found_expat_h=1
25126fi
25127
25128
25129 if test "x$found_expat_h" = "x1"; then
25130 echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
25131echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6
25132if test "${wx_cv_expat_is_not_broken+set}" = set; then
25133 echo $ECHO_N "(cached) $ECHO_C" >&6
25134else
25135
25136
25137
25138 ac_ext=cc
25139ac_cpp='$CXXCPP $CPPFLAGS'
25140ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25141ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25142ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25143
25144 cat >conftest.$ac_ext <<_ACEOF
25145/* confdefs.h. */
25146_ACEOF
25147cat confdefs.h >>conftest.$ac_ext
25148cat >>conftest.$ac_ext <<_ACEOF
25149/* end confdefs.h. */
25150#include <expat.h>
25151int
25152main ()
25153{
25154
25155 ;
25156 return 0;
25157}
25158_ACEOF
25159rm -f conftest.$ac_objext
25160if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 25161 (eval $ac_compile) 2>conftest.er1
a848cd7e 25162 ac_status=$?
ac1cb8d3
VS
25163 grep -v '^ *+' conftest.er1 >conftest.err
25164 rm -f conftest.er1
25165 cat conftest.err >&5
a848cd7e
SC
25166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25167 (exit $ac_status); } &&
5ff751d6 25168 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
25169 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25170 (eval $ac_try) 2>&5
25171 ac_status=$?
25172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25173 (exit $ac_status); }; } &&
25174 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
25175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25176 (eval $ac_try) 2>&5
25177 ac_status=$?
25178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25179 (exit $ac_status); }; }; then
25180 wx_cv_expat_is_not_broken=yes
25181else
25182 echo "$as_me: failed program was:" >&5
25183sed 's/^/| /' conftest.$ac_ext >&5
25184
25185wx_cv_expat_is_not_broken=no
25186
25187fi
ac1cb8d3 25188rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
25189 ac_ext=c
25190ac_cpp='$CPP $CPPFLAGS'
25191ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25192ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25193ac_compiler_gnu=$ac_cv_c_compiler_gnu
25194
25195
25196
25197fi
25198echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
25199echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6
25200 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
25201 echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
25202echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6
25203if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
25204 echo $ECHO_N "(cached) $ECHO_C" >&6
25205else
25206 ac_check_lib_save_LIBS=$LIBS
25207LIBS="-lexpat $LIBS"
25208cat >conftest.$ac_ext <<_ACEOF
25209/* confdefs.h. */
25210_ACEOF
25211cat confdefs.h >>conftest.$ac_ext
25212cat >>conftest.$ac_ext <<_ACEOF
25213/* end confdefs.h. */
25214
25215/* Override any gcc2 internal prototype to avoid an error. */
25216#ifdef __cplusplus
25217extern "C"
25218#endif
25219/* We use char because int might match the return type of a gcc2
25220 builtin and then its argument prototype would still apply. */
25221char XML_ParserCreate ();
25222int
25223main ()
25224{
25225XML_ParserCreate ();
25226 ;
25227 return 0;
25228}
25229_ACEOF
25230rm -f conftest.$ac_objext conftest$ac_exeext
25231if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 25232 (eval $ac_link) 2>conftest.er1
a848cd7e 25233 ac_status=$?
ac1cb8d3
VS
25234 grep -v '^ *+' conftest.er1 >conftest.err
25235 rm -f conftest.er1
25236 cat conftest.err >&5
a848cd7e
SC
25237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25238 (exit $ac_status); } &&
5ff751d6 25239 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
25240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25241 (eval $ac_try) 2>&5
25242 ac_status=$?
25243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25244 (exit $ac_status); }; } &&
25245 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
25246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25247 (eval $ac_try) 2>&5
25248 ac_status=$?
25249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25250 (exit $ac_status); }; }; then
25251 ac_cv_lib_expat_XML_ParserCreate=yes
25252else
25253 echo "$as_me: failed program was:" >&5
25254sed 's/^/| /' conftest.$ac_ext >&5
25255
25256ac_cv_lib_expat_XML_ParserCreate=no
25257fi
ac1cb8d3
VS
25258rm -f conftest.err conftest.$ac_objext \
25259 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
25260LIBS=$ac_check_lib_save_LIBS
25261fi
25262echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
25263echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6
25264if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
25265 EXPAT_LINK=" -lexpat"
25266fi
25267
25268 fi
25269 fi
25270 if test "x$EXPAT_LINK" = "x" ; then
25271 if test "$wxUSE_EXPAT" = "sys" ; then
25272 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
25273echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
25274 { (exit 1); exit 1; }; }
25275 else
25276 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
25277echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
25278 wxUSE_EXPAT=builtin
25279 fi
25280 else
25281 wxUSE_EXPAT=sys
25282 fi
25283 fi
25284 if test "$wxUSE_EXPAT" = "builtin" ; then
25285
25286
25287subdirs="$subdirs src/expat"
25288
25289 fi
25290fi
25291
25292
25293
25294if test "$wxUSE_LIBMSPACK" != "no"; then
a848cd7e
SC
25295 if test "${ac_cv_header_mspack_h+set}" = set; then
25296 echo "$as_me:$LINENO: checking for mspack.h" >&5
25297echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
25298if test "${ac_cv_header_mspack_h+set}" = set; then
25299 echo $ECHO_N "(cached) $ECHO_C" >&6
25300fi
25301echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
25302echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
25303else
25304 # Is the header compilable?
25305echo "$as_me:$LINENO: checking mspack.h usability" >&5
25306echo $ECHO_N "checking mspack.h usability... $ECHO_C" >&6
25307cat >conftest.$ac_ext <<_ACEOF
25308/* confdefs.h. */
25309_ACEOF
25310cat confdefs.h >>conftest.$ac_ext
25311cat >>conftest.$ac_ext <<_ACEOF
25312/* end confdefs.h. */
25313$ac_includes_default
25314#include <mspack.h>
25315_ACEOF
25316rm -f conftest.$ac_objext
25317if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 25318 (eval $ac_compile) 2>conftest.er1
a848cd7e 25319 ac_status=$?
ac1cb8d3
VS
25320 grep -v '^ *+' conftest.er1 >conftest.err
25321 rm -f conftest.er1
25322 cat conftest.err >&5
a848cd7e
SC
25323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25324 (exit $ac_status); } &&
5ff751d6 25325 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
25326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25327 (eval $ac_try) 2>&5
25328 ac_status=$?
25329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25330 (exit $ac_status); }; } &&
25331 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
25332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25333 (eval $ac_try) 2>&5
25334 ac_status=$?
25335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25336 (exit $ac_status); }; }; then
25337 ac_header_compiler=yes
25338else
25339 echo "$as_me: failed program was:" >&5
25340sed 's/^/| /' conftest.$ac_ext >&5
25341
25342ac_header_compiler=no
25343fi
ac1cb8d3 25344rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
25345echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25346echo "${ECHO_T}$ac_header_compiler" >&6
25347
25348# Is the header present?
25349echo "$as_me:$LINENO: checking mspack.h presence" >&5
25350echo $ECHO_N "checking mspack.h presence... $ECHO_C" >&6
25351cat >conftest.$ac_ext <<_ACEOF
25352/* confdefs.h. */
25353_ACEOF
25354cat confdefs.h >>conftest.$ac_ext
25355cat >>conftest.$ac_ext <<_ACEOF
25356/* end confdefs.h. */
25357#include <mspack.h>
25358_ACEOF
25359if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
25360 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
25361 ac_status=$?
25362 grep -v '^ *+' conftest.er1 >conftest.err
25363 rm -f conftest.er1
25364 cat conftest.err >&5
25365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25366 (exit $ac_status); } >/dev/null; then
25367 if test -s conftest.err; then
25368 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 25369 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
25370 else
25371 ac_cpp_err=
25372 fi
25373else
25374 ac_cpp_err=yes
25375fi
25376if test -z "$ac_cpp_err"; then
25377 ac_header_preproc=yes
25378else
25379 echo "$as_me: failed program was:" >&5
25380sed 's/^/| /' conftest.$ac_ext >&5
25381
25382 ac_header_preproc=no
25383fi
25384rm -f conftest.err conftest.$ac_ext
25385echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25386echo "${ECHO_T}$ac_header_preproc" >&6
25387
25388# So? What about this header?
ac1cb8d3
VS
25389case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25390 yes:no: )
a848cd7e
SC
25391 { echo "$as_me:$LINENO: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&5
25392echo "$as_me: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
25393 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the compiler's result" >&5
25394echo "$as_me: WARNING: mspack.h: proceeding with the compiler's result" >&2;}
25395 ac_header_preproc=yes
a848cd7e 25396 ;;
ac1cb8d3 25397 no:yes:* )
a848cd7e
SC
25398 { echo "$as_me:$LINENO: WARNING: mspack.h: present but cannot be compiled" >&5
25399echo "$as_me: WARNING: mspack.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
25400 { echo "$as_me:$LINENO: WARNING: mspack.h: check for missing prerequisite headers?" >&5
25401echo "$as_me: WARNING: mspack.h: check for missing prerequisite headers?" >&2;}
25402 { echo "$as_me:$LINENO: WARNING: mspack.h: see the Autoconf documentation" >&5
25403echo "$as_me: WARNING: mspack.h: see the Autoconf documentation" >&2;}
25404 { echo "$as_me:$LINENO: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&5
25405echo "$as_me: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
25406 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the preprocessor's result" >&5
25407echo "$as_me: WARNING: mspack.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
25408 { echo "$as_me:$LINENO: WARNING: mspack.h: in the future, the compiler will take precedence" >&5
25409echo "$as_me: WARNING: mspack.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
25410 (
25411 cat <<\_ASBOX
ac1cb8d3
VS
25412## ----------------------------------------- ##
25413## Report this to wx-dev@lists.wxwidgets.org ##
25414## ----------------------------------------- ##
a848cd7e
SC
25415_ASBOX
25416 ) |
25417 sed "s/^/$as_me: WARNING: /" >&2
25418 ;;
25419esac
25420echo "$as_me:$LINENO: checking for mspack.h" >&5
25421echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
25422if test "${ac_cv_header_mspack_h+set}" = set; then
25423 echo $ECHO_N "(cached) $ECHO_C" >&6
25424else
25425 ac_cv_header_mspack_h=$ac_header_preproc
25426fi
25427echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
25428echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
25429
25430fi
25431if test $ac_cv_header_mspack_h = yes; then
25432 found_mspack_h=1
25433fi
25434
25435
25436 if test "x$found_mspack_h" = "x1"; then
25437 echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5
25438echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6
25439if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
25440 echo $ECHO_N "(cached) $ECHO_C" >&6
25441else
25442 ac_check_lib_save_LIBS=$LIBS
25443LIBS="-lmspack $LIBS"
25444cat >conftest.$ac_ext <<_ACEOF
25445/* confdefs.h. */
25446_ACEOF
25447cat confdefs.h >>conftest.$ac_ext
25448cat >>conftest.$ac_ext <<_ACEOF
25449/* end confdefs.h. */
25450
25451/* Override any gcc2 internal prototype to avoid an error. */
25452#ifdef __cplusplus
25453extern "C"
25454#endif
25455/* We use char because int might match the return type of a gcc2
25456 builtin and then its argument prototype would still apply. */
25457char mspack_create_chm_decompressor ();
25458int
25459main ()
25460{
25461mspack_create_chm_decompressor ();
25462 ;
25463 return 0;
25464}
25465_ACEOF
25466rm -f conftest.$ac_objext conftest$ac_exeext
25467if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 25468 (eval $ac_link) 2>conftest.er1
a848cd7e 25469 ac_status=$?
ac1cb8d3
VS
25470 grep -v '^ *+' conftest.er1 >conftest.err
25471 rm -f conftest.er1
25472 cat conftest.err >&5
a848cd7e
SC
25473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25474 (exit $ac_status); } &&
5ff751d6 25475 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
25476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25477 (eval $ac_try) 2>&5
25478 ac_status=$?
25479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25480 (exit $ac_status); }; } &&
25481 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
25482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25483 (eval $ac_try) 2>&5
25484 ac_status=$?
25485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25486 (exit $ac_status); }; }; then
25487 ac_cv_lib_mspack_mspack_create_chm_decompressor=yes
25488else
25489 echo "$as_me: failed program was:" >&5
25490sed 's/^/| /' conftest.$ac_ext >&5
25491
25492ac_cv_lib_mspack_mspack_create_chm_decompressor=no
25493fi
ac1cb8d3
VS
25494rm -f conftest.err conftest.$ac_objext \
25495 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
25496LIBS=$ac_check_lib_save_LIBS
25497fi
25498echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
25499echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6
25500if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
25501 MSPACK_LINK=" -lmspack"
25502fi
25503
25504 fi
25505 if test "x$MSPACK_LINK" = "x" ; then
25506 wxUSE_LIBMSPACK=no
dd3a2d96
VZ
25507 fi
25508fi
25509
25510if test "$wxUSE_LIBMSPACK" != "no"; then
25511 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
25512#define wxUSE_LIBMSPACK 1
25513_ACEOF
25514
a848cd7e
SC
25515fi
25516
25517
25518
25519AFMINSTALL=
25520WIN32INSTALL=
25521
25522TOOLKIT=
25523TOOLKIT_INCLUDE=
25524WIDGET_SET=
25525
25526if test "$USE_WIN32" = 1 ; then
25527
25528for ac_header in w32api.h
25529do
25530as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
25531if eval "test \"\${$as_ac_Header+set}\" = set"; then
25532 echo "$as_me:$LINENO: checking for $ac_header" >&5
25533echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
25534if eval "test \"\${$as_ac_Header+set}\" = set"; then
25535 echo $ECHO_N "(cached) $ECHO_C" >&6
25536fi
25537echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
25538echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
25539else
25540 # Is the header compilable?
25541echo "$as_me:$LINENO: checking $ac_header usability" >&5
25542echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
25543cat >conftest.$ac_ext <<_ACEOF
25544/* confdefs.h. */
25545_ACEOF
25546cat confdefs.h >>conftest.$ac_ext
25547cat >>conftest.$ac_ext <<_ACEOF
25548/* end confdefs.h. */
25549$ac_includes_default
25550#include <$ac_header>
25551_ACEOF
25552rm -f conftest.$ac_objext
25553if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 25554 (eval $ac_compile) 2>conftest.er1
a848cd7e 25555 ac_status=$?
ac1cb8d3
VS
25556 grep -v '^ *+' conftest.er1 >conftest.err
25557 rm -f conftest.er1
25558 cat conftest.err >&5
a848cd7e
SC
25559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25560 (exit $ac_status); } &&
5ff751d6 25561 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
25562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25563 (eval $ac_try) 2>&5
25564 ac_status=$?
25565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25566 (exit $ac_status); }; } &&
25567 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
25568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25569 (eval $ac_try) 2>&5
25570 ac_status=$?
25571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25572 (exit $ac_status); }; }; then
25573 ac_header_compiler=yes
25574else
25575 echo "$as_me: failed program was:" >&5
25576sed 's/^/| /' conftest.$ac_ext >&5
25577
25578ac_header_compiler=no
25579fi
ac1cb8d3 25580rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
25581echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25582echo "${ECHO_T}$ac_header_compiler" >&6
25583
25584# Is the header present?
25585echo "$as_me:$LINENO: checking $ac_header presence" >&5
25586echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
25587cat >conftest.$ac_ext <<_ACEOF
25588/* confdefs.h. */
25589_ACEOF
25590cat confdefs.h >>conftest.$ac_ext
25591cat >>conftest.$ac_ext <<_ACEOF
25592/* end confdefs.h. */
25593#include <$ac_header>
25594_ACEOF
25595if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
25596 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
25597 ac_status=$?
25598 grep -v '^ *+' conftest.er1 >conftest.err
25599 rm -f conftest.er1
25600 cat conftest.err >&5
25601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25602 (exit $ac_status); } >/dev/null; then
25603 if test -s conftest.err; then
25604 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 25605 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
25606 else
25607 ac_cpp_err=
25608 fi
25609else
25610 ac_cpp_err=yes
25611fi
25612if test -z "$ac_cpp_err"; then
25613 ac_header_preproc=yes
25614else
25615 echo "$as_me: failed program was:" >&5
25616sed 's/^/| /' conftest.$ac_ext >&5
25617
25618 ac_header_preproc=no
25619fi
25620rm -f conftest.err conftest.$ac_ext
25621echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25622echo "${ECHO_T}$ac_header_preproc" >&6
25623
25624# So? What about this header?
ac1cb8d3
VS
25625case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25626 yes:no: )
a848cd7e
SC
25627 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
25628echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
25629 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
25630echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
25631 ac_header_preproc=yes
a848cd7e 25632 ;;
ac1cb8d3 25633 no:yes:* )
a848cd7e
SC
25634 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
25635echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
25636 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
25637echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
25638 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
25639echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
25640 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
25641echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
25642 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
25643echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
25644 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
25645echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
25646 (
25647 cat <<\_ASBOX
ac1cb8d3
VS
25648## ----------------------------------------- ##
25649## Report this to wx-dev@lists.wxwidgets.org ##
25650## ----------------------------------------- ##
a848cd7e
SC
25651_ASBOX
25652 ) |
25653 sed "s/^/$as_me: WARNING: /" >&2
25654 ;;
25655esac
25656echo "$as_me:$LINENO: checking for $ac_header" >&5
25657echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
25658if eval "test \"\${$as_ac_Header+set}\" = set"; then
25659 echo $ECHO_N "(cached) $ECHO_C" >&6
25660else
ac1cb8d3 25661 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
25662fi
25663echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
25664echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
25665
25666fi
25667if test `eval echo '${'$as_ac_Header'}'` = yes; then
25668 cat >>confdefs.h <<_ACEOF
25669#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
25670_ACEOF
25671
25672fi
25673
25674done
25675
25676 if test "${ac_cv_header_windows_h+set}" = set; then
25677 echo "$as_me:$LINENO: checking for windows.h" >&5
25678echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
25679if test "${ac_cv_header_windows_h+set}" = set; then
25680 echo $ECHO_N "(cached) $ECHO_C" >&6
25681fi
25682echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
25683echo "${ECHO_T}$ac_cv_header_windows_h" >&6
25684else
25685 # Is the header compilable?
25686echo "$as_me:$LINENO: checking windows.h usability" >&5
25687echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
25688cat >conftest.$ac_ext <<_ACEOF
25689/* confdefs.h. */
25690_ACEOF
25691cat confdefs.h >>conftest.$ac_ext
25692cat >>conftest.$ac_ext <<_ACEOF
25693/* end confdefs.h. */
25694$ac_includes_default
25695#include <windows.h>
25696_ACEOF
25697rm -f conftest.$ac_objext
25698if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 25699 (eval $ac_compile) 2>conftest.er1
a848cd7e 25700 ac_status=$?
ac1cb8d3
VS
25701 grep -v '^ *+' conftest.er1 >conftest.err
25702 rm -f conftest.er1
25703 cat conftest.err >&5
a848cd7e
SC
25704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25705 (exit $ac_status); } &&
5ff751d6 25706 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
25707 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25708 (eval $ac_try) 2>&5
25709 ac_status=$?
25710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25711 (exit $ac_status); }; } &&
25712 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
25713 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25714 (eval $ac_try) 2>&5
25715 ac_status=$?
25716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25717 (exit $ac_status); }; }; then
25718 ac_header_compiler=yes
25719else
25720 echo "$as_me: failed program was:" >&5
25721sed 's/^/| /' conftest.$ac_ext >&5
25722
25723ac_header_compiler=no
25724fi
ac1cb8d3 25725rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
25726echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25727echo "${ECHO_T}$ac_header_compiler" >&6
25728
25729# Is the header present?
25730echo "$as_me:$LINENO: checking windows.h presence" >&5
25731echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
25732cat >conftest.$ac_ext <<_ACEOF
25733/* confdefs.h. */
25734_ACEOF
25735cat confdefs.h >>conftest.$ac_ext
25736cat >>conftest.$ac_ext <<_ACEOF
25737/* end confdefs.h. */
25738#include <windows.h>
25739_ACEOF
25740if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
25741 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
25742 ac_status=$?
25743 grep -v '^ *+' conftest.er1 >conftest.err
25744 rm -f conftest.er1
25745 cat conftest.err >&5
25746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25747 (exit $ac_status); } >/dev/null; then
25748 if test -s conftest.err; then
25749 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 25750 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
25751 else
25752 ac_cpp_err=
25753 fi
25754else
25755 ac_cpp_err=yes
25756fi
25757if test -z "$ac_cpp_err"; then
25758 ac_header_preproc=yes
25759else
25760 echo "$as_me: failed program was:" >&5
25761sed 's/^/| /' conftest.$ac_ext >&5
25762
25763 ac_header_preproc=no
25764fi
25765rm -f conftest.err conftest.$ac_ext
25766echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25767echo "${ECHO_T}$ac_header_preproc" >&6
25768
25769# So? What about this header?
ac1cb8d3
VS
25770case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25771 yes:no: )
a848cd7e
SC
25772 { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
25773echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
25774 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the compiler's result" >&5
25775echo "$as_me: WARNING: windows.h: proceeding with the compiler's result" >&2;}
25776 ac_header_preproc=yes
a848cd7e 25777 ;;
ac1cb8d3 25778 no:yes:* )
a848cd7e
SC
25779 { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
25780echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
25781 { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5
25782echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;}
25783 { echo "$as_me:$LINENO: WARNING: windows.h: see the Autoconf documentation" >&5
25784echo "$as_me: WARNING: windows.h: see the Autoconf documentation" >&2;}
25785 { echo "$as_me:$LINENO: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&5
25786echo "$as_me: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
25787 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
25788echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
25789 { echo "$as_me:$LINENO: WARNING: windows.h: in the future, the compiler will take precedence" >&5
25790echo "$as_me: WARNING: windows.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
25791 (
25792 cat <<\_ASBOX
ac1cb8d3
VS
25793## ----------------------------------------- ##
25794## Report this to wx-dev@lists.wxwidgets.org ##
25795## ----------------------------------------- ##
a848cd7e
SC
25796_ASBOX
25797 ) |
25798 sed "s/^/$as_me: WARNING: /" >&2
25799 ;;
25800esac
25801echo "$as_me:$LINENO: checking for windows.h" >&5
25802echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
25803if test "${ac_cv_header_windows_h+set}" = set; then
25804 echo $ECHO_N "(cached) $ECHO_C" >&6
25805else
25806 ac_cv_header_windows_h=$ac_header_preproc
25807fi
25808echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
25809echo "${ECHO_T}$ac_cv_header_windows_h" >&6
25810
25811fi
25812if test $ac_cv_header_windows_h = yes; then
25813 :
25814else
25815
25816 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
25817echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
25818 { (exit 1); exit 1; }; }
25819
25820fi
25821
25822
25823
25824 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
25825
25826 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
25827 LIBS="$LIBS -loleacc"
25828 fi
25829
25830 case "${host}" in
25831 *-*-cygwin* )
25832 LIBS="$LIBS -lkernel32 -luser32"
a848cd7e
SC
25833 esac
25834
25835 if test "$wxUSE_ODBC" = "sys" ; then
25836 wxUSE_ODBC = "yes"
25837 fi
25838 if test "$wxUSE_ODBC" = "yes" ; then
25839 LIBS=" -lodbc32 -lole32 -loleaut32 $LIBS"
25840 cat >>confdefs.h <<\_ACEOF
25841#define wxUSE_ODBC 1
25842_ACEOF
25843
25844 fi
25845
370d2fd7 25846 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
a848cd7e
SC
25847 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
25848
370d2fd7
RL
25849 WXCONFIG_RESFLAGS="--include-dir \$includedir --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
25850
a848cd7e
SC
25851 WIN32INSTALL=win32install
25852fi
25853
25854if test "$wxUSE_GUI" = "yes"; then
25855 USE_GUI=1
25856
25857 GUI_TK_LIBRARY=
25858
25859 WXGTK12=
25860 WXGTK127=
25861 WXGTK20=
25862 WXGPE=
25863
207bc66c
RN
25864 if test "$wxUSE_COCOA" = 1 ; then
25865 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
25866 { echo "$as_me:$LINENO: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
25867echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
25868 wxUSE_PRINTING_ARCHITECTURE=no
25869 fi
25870 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
25871 { echo "$as_me:$LINENO: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
25872echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
25873 wxUSE_DRAG_AND_DROP=no
25874 fi
25875 if test "$wxUSE_DRAGIMAGE" = "yes"; then
25876 { echo "$as_me:$LINENO: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&5
25877echo "$as_me: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&2;}
25878 wxUSE_DRAGIMAGE=no
25879 fi
25880 fi
25881
a848cd7e
SC
25882 if test "$wxUSE_MSW" = 1 ; then
25883 TOOLKIT=MSW
25884 GUIDIST=MSW_DIST
25885
ceec2216 25886 case "${host}" in
a848cd7e
SC
25887 *-*-mingw32* )
25888 WXCONFIG_LDFLAGS_GUI="$LDFLAGS -Wl,--subsystem,windows -mwindows"
25889 esac
25890 fi
25891
25892 if test "$wxUSE_GTK" = 1; then
25893 echo "$as_me:$LINENO: checking for GTK+ version" >&5
25894echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
25895
25896 gtk_version_cached=1
25897 if test "${wx_cv_lib_gtk+set}" = set; then
25898 echo $ECHO_N "(cached) $ECHO_C" >&6
25899else
25900
25901 gtk_version_cached=0
25902 echo "$as_me:$LINENO: result: " >&5
25903echo "${ECHO_T}" >&6
25904
25905 GTK_MODULES=
25906 if test "$wxUSE_THREADS" = "yes"; then
25907 GTK_MODULES=gthread
25908 fi
25909
f597b41c 25910 wx_cv_lib_gtk=
5001df0d
MW
25911 if test "x$wxGTK_VERSION" != "x1"
25912 then
25913 case "${host}" in
25914 *-*-solaris2* )
25915 if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
5ff751d6 25916 enable_gtktest=no
5001df0d
MW
25917 fi
25918 esac
25919
a848cd7e
SC
25920 # Check whether --enable-gtktest or --disable-gtktest was given.
25921if test "${enable_gtktest+set}" = set; then
25922 enableval="$enable_gtktest"
25923
25924else
25925 enable_gtktest=yes
25926fi;
25927
25928 pkg_config_args=gtk+-2.0
25929 for module in . $GTK_MODULES
25930 do
25931 case "$module" in
25932 gthread)
25933 pkg_config_args="$pkg_config_args gthread-2.0"
25934 ;;
25935 esac
25936 done
25937
25938 no_gtk=""
25939
25940 # Extract the first word of "pkg-config", so it can be a program name with args.
25941set dummy pkg-config; ac_word=$2
25942echo "$as_me:$LINENO: checking for $ac_word" >&5
25943echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25944if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
25945 echo $ECHO_N "(cached) $ECHO_C" >&6
25946else
25947 case $PKG_CONFIG in
25948 [\\/]* | ?:[\\/]*)
25949 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
25950 ;;
25951 *)
25952 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25953for as_dir in $PATH
25954do
25955 IFS=$as_save_IFS
25956 test -z "$as_dir" && as_dir=.
25957 for ac_exec_ext in '' $ac_executable_extensions; do
25958 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25959 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
25960 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25961 break 2
25962 fi
25963done
25964done
25965
25966 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
25967 ;;
25968esac
25969fi
25970PKG_CONFIG=$ac_cv_path_PKG_CONFIG
25971
25972if test -n "$PKG_CONFIG"; then
25973 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
25974echo "${ECHO_T}$PKG_CONFIG" >&6
25975else
25976 echo "$as_me:$LINENO: result: no" >&5
25977echo "${ECHO_T}no" >&6
25978fi
25979
25980
25981 if test x$PKG_CONFIG != xno ; then
25982 if pkg-config --atleast-pkgconfig-version 0.7 ; then
25983 :
25984 else
c2218763 25985 echo "*** pkg-config too old; version 0.7 or better required."
a848cd7e
SC
25986 no_gtk=yes
25987 PKG_CONFIG=no
25988 fi
25989 else
25990 no_gtk=yes
25991 fi
25992
25993 min_gtk_version=2.0.0
25994 echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
25995echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
25996
25997 if test x$PKG_CONFIG != xno ; then
25998 ## don't try to run the test against uninstalled libtool libs
25999 if $PKG_CONFIG --uninstalled $pkg_config_args; then
26000 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
26001 enable_gtktest=no
26002 fi
26003
26004 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
26005 :
26006 else
26007 no_gtk=yes
26008 fi
26009 fi
26010
26011 if test x"$no_gtk" = x ; then
26012 GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
26013 GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
26014 gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
26015 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
26016 gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
26017 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
26018 gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
26019 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
26020 if test "x$enable_gtktest" = "xyes" ; then
26021 ac_save_CFLAGS="$CFLAGS"
26022 ac_save_LIBS="$LIBS"
26023 CFLAGS="$CFLAGS $GTK_CFLAGS"
26024 LIBS="$GTK_LIBS $LIBS"
26025 rm -f conf.gtktest
26026 if test "$cross_compiling" = yes; then
26027 echo $ac_n "cross compiling; assumed OK... $ac_c"
26028else
26029 cat >conftest.$ac_ext <<_ACEOF
26030/* confdefs.h. */
26031_ACEOF
26032cat confdefs.h >>conftest.$ac_ext
26033cat >>conftest.$ac_ext <<_ACEOF
26034/* end confdefs.h. */
26035
26036#include <gtk/gtk.h>
26037#include <stdio.h>
26038#include <stdlib.h>
26039
26040int
26041main ()
26042{
26043 int major, minor, micro;
26044 char *tmp_version;
26045
26046 system ("touch conf.gtktest");
26047
26048 /* HP/UX 9 (%@#!) writes to sscanf strings */
26049 tmp_version = g_strdup("$min_gtk_version");
26050 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
26051 printf("%s, bad version string\n", "$min_gtk_version");
26052 exit(1);
26053 }
26054
26055 if ((gtk_major_version != $gtk_config_major_version) ||
26056 (gtk_minor_version != $gtk_config_minor_version) ||
26057 (gtk_micro_version != $gtk_config_micro_version))
26058 {
26059 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
26060 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
26061 gtk_major_version, gtk_minor_version, gtk_micro_version);
26062 printf ("*** was found! If pkg-config was correct, then it is best\n");
26063 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
26064 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
26065 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
26066 printf("*** required on your system.\n");
26067 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
26068 printf("*** to point to the correct configuration files\n");
26069 }
26070 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
26071 (gtk_minor_version != GTK_MINOR_VERSION) ||
26072 (gtk_micro_version != GTK_MICRO_VERSION))
26073 {
26074 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
26075 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
26076 printf("*** library (version %d.%d.%d)\n",
26077 gtk_major_version, gtk_minor_version, gtk_micro_version);
26078 }
26079 else
26080 {
26081 if ((gtk_major_version > major) ||
26082 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
26083 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
26084 {
26085 return 0;
26086 }
26087 else
26088 {
26089 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
26090 gtk_major_version, gtk_minor_version, gtk_micro_version);
26091 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
26092 major, minor, micro);
26093 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
26094 printf("***\n");
26095 printf("*** If you have already installed a sufficiently new version, this error\n");
26096 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
26097 printf("*** being found. The easiest way to fix this is to remove the old version\n");
26098 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
26099 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
26100 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
26101 printf("*** so that the correct libraries are found at run-time))\n");
26102 }
26103 }
26104 return 1;
26105}
26106
26107_ACEOF
26108rm -f conftest$ac_exeext
26109if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26110 (eval $ac_link) 2>&5
26111 ac_status=$?
26112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26113 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
26114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26115 (eval $ac_try) 2>&5
26116 ac_status=$?
26117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26118 (exit $ac_status); }; }; then
26119 :
26120else
26121 echo "$as_me: program exited with status $ac_status" >&5
26122echo "$as_me: failed program was:" >&5
26123sed 's/^/| /' conftest.$ac_ext >&5
26124
26125( exit $ac_status )
26126no_gtk=yes
26127fi
ac1cb8d3 26128rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
26129fi
26130 CFLAGS="$ac_save_CFLAGS"
26131 LIBS="$ac_save_LIBS"
26132 fi
26133 fi
26134 if test "x$no_gtk" = x ; then
26135 echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
26136echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
26137 wx_cv_lib_gtk=2.0
26138 else
26139 echo "$as_me:$LINENO: result: no" >&5
26140echo "${ECHO_T}no" >&6
26141 if test "$PKG_CONFIG" = "no" ; then
26142 echo "*** A new enough version of pkg-config was not found."
26143 echo "*** See http://pkgconfig.sourceforge.net"
26144 else
26145 if test -f conf.gtktest ; then
26146 :
26147 else
26148 echo "*** Could not run GTK+ test program, checking why..."
26149 ac_save_CFLAGS="$CFLAGS"
26150 ac_save_LIBS="$LIBS"
26151 CFLAGS="$CFLAGS $GTK_CFLAGS"
26152 LIBS="$LIBS $GTK_LIBS"
26153 cat >conftest.$ac_ext <<_ACEOF
26154/* confdefs.h. */
26155_ACEOF
26156cat confdefs.h >>conftest.$ac_ext
26157cat >>conftest.$ac_ext <<_ACEOF
26158/* end confdefs.h. */
26159
26160#include <gtk/gtk.h>
26161#include <stdio.h>
26162
26163int
26164main ()
26165{
26166 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
26167 ;
26168 return 0;
26169}
26170_ACEOF
26171rm -f conftest.$ac_objext conftest$ac_exeext
26172if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26173 (eval $ac_link) 2>conftest.er1
a848cd7e 26174 ac_status=$?
ac1cb8d3
VS
26175 grep -v '^ *+' conftest.er1 >conftest.err
26176 rm -f conftest.er1
26177 cat conftest.err >&5
a848cd7e
SC
26178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26179 (exit $ac_status); } &&
5ff751d6 26180 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26182 (eval $ac_try) 2>&5
26183 ac_status=$?
26184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26185 (exit $ac_status); }; } &&
26186 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26188 (eval $ac_try) 2>&5
26189 ac_status=$?
26190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26191 (exit $ac_status); }; }; then
26192 echo "*** The test program compiled, but did not run. This usually means"
26193 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
26194 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
26195 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
26196 echo "*** to the installed location Also, make sure you have run ldconfig if that"
26197 echo "*** is required on your system"
26198 echo "***"
26199 echo "*** If you have an old version installed, it is best to remove it, although"
26200 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
26201else
26202 echo "$as_me: failed program was:" >&5
26203sed 's/^/| /' conftest.$ac_ext >&5
26204
26205 echo "*** The test program failed to compile or link. See the file config.log for the"
26206 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
26207fi
ac1cb8d3
VS
26208rm -f conftest.err conftest.$ac_objext \
26209 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26210 CFLAGS="$ac_save_CFLAGS"
26211 LIBS="$ac_save_LIBS"
26212 fi
26213 fi
26214 GTK_CFLAGS=""
26215 GTK_LIBS=""
26216 :
26217 fi
26218
26219
26220 rm -f conf.gtktest
26221
5001df0d
MW
26222
26223 case "${host}" in
26224 *-*-solaris2* )
26225 if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
26226 GTK_CFLAGS=`echo $GTK_CFLAGS | sed 's/-mt//'`
26227 GTK_LIBS=`echo $GTK_LIBS | sed 's/-mt//'`
26228 fi
26229 if test "$wxUSE_SHARED" != "yes"; then
26230 GTK_LIBS="$GTK_LIBS -lX11"
26231 fi
26232 esac
f597b41c
MW
26233 fi
26234
f34ca037
MW
26235 if test -z "$wx_cv_lib_gtk"; then
26236 if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
a848cd7e
SC
26237
26238# Check whether --with-gtk-prefix or --without-gtk-prefix was given.
26239if test "${with_gtk_prefix+set}" = set; then
26240 withval="$with_gtk_prefix"
26241 gtk_config_prefix="$withval"
26242else
26243 gtk_config_prefix=""
26244fi;
26245
26246# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
26247if test "${with_gtk_exec_prefix+set}" = set; then
26248 withval="$with_gtk_exec_prefix"
26249 gtk_config_exec_prefix="$withval"
26250else
26251 gtk_config_exec_prefix=""
26252fi;
26253# Check whether --enable-gtktest or --disable-gtktest was given.
26254if test "${enable_gtktest+set}" = set; then
26255 enableval="$enable_gtktest"
26256
26257else
26258 enable_gtktest=yes
26259fi;
26260
26261 for module in . $GTK_MODULES
26262 do
26263 case "$module" in
26264 gthread)
26265 gtk_config_args="$gtk_config_args gthread"
26266 ;;
26267 esac
26268 done
26269
26270 if test x$gtk_config_exec_prefix != x ; then
26271 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
26272 if test x${GTK_CONFIG+set} != xset ; then
26273 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
26274 fi
26275 fi
26276 if test x$gtk_config_prefix != x ; then
26277 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
26278 if test x${GTK_CONFIG+set} != xset ; then
26279 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
26280 fi
26281 fi
26282
26283 # Extract the first word of "gtk-config", so it can be a program name with args.
26284set dummy gtk-config; ac_word=$2
26285echo "$as_me:$LINENO: checking for $ac_word" >&5
26286echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
26287if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
26288 echo $ECHO_N "(cached) $ECHO_C" >&6
26289else
26290 case $GTK_CONFIG in
26291 [\\/]* | ?:[\\/]*)
26292 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
26293 ;;
26294 *)
26295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26296for as_dir in $PATH
26297do
26298 IFS=$as_save_IFS
26299 test -z "$as_dir" && as_dir=.
26300 for ac_exec_ext in '' $ac_executable_extensions; do
26301 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
26302 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
26303 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
26304 break 2
26305 fi
26306done
26307done
26308
26309 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
26310 ;;
26311esac
26312fi
26313GTK_CONFIG=$ac_cv_path_GTK_CONFIG
26314
26315if test -n "$GTK_CONFIG"; then
26316 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
26317echo "${ECHO_T}$GTK_CONFIG" >&6
26318else
26319 echo "$as_me:$LINENO: result: no" >&5
26320echo "${ECHO_T}no" >&6
26321fi
26322
26323 min_gtk_version=1.2.7
26324 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
26325echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
26326 no_gtk=""
26327 if test "$GTK_CONFIG" = "no" ; then
26328 no_gtk=yes
26329 else
26330 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
26331 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
26332 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
26333 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
26334 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
26335 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
26336 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
26337 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
26338 if test "x$enable_gtktest" = "xyes" ; then
26339 ac_save_CFLAGS="$CFLAGS"
26340 ac_save_LIBS="$LIBS"
26341 CFLAGS="$CFLAGS $GTK_CFLAGS"
26342 LIBS="$GTK_LIBS $LIBS"
26343 rm -f conf.gtktest
26344 if test "$cross_compiling" = yes; then
26345 echo $ac_n "cross compiling; assumed OK... $ac_c"
26346else
26347 cat >conftest.$ac_ext <<_ACEOF
26348/* confdefs.h. */
26349_ACEOF
26350cat confdefs.h >>conftest.$ac_ext
26351cat >>conftest.$ac_ext <<_ACEOF
26352/* end confdefs.h. */
26353
26354#include <gtk/gtk.h>
26355#include <stdio.h>
26356#include <stdlib.h>
26357
26358int
26359main ()
26360{
26361 int major, minor, micro;
26362 char *tmp_version;
26363
26364 system ("touch conf.gtktest");
26365
26366 /* HP/UX 9 (%@#!) writes to sscanf strings */
26367 tmp_version = g_strdup("$min_gtk_version");
26368 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
26369 printf("%s, bad version string\n", "$min_gtk_version");
26370 exit(1);
26371 }
26372
26373 if ((gtk_major_version != $gtk_config_major_version) ||
26374 (gtk_minor_version != $gtk_config_minor_version) ||
26375 (gtk_micro_version != $gtk_config_micro_version))
26376 {
26377 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
26378 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
26379 gtk_major_version, gtk_minor_version, gtk_micro_version);
26380 printf ("*** was found! If gtk-config was correct, then it is best\n");
26381 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
26382 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
26383 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
26384 printf("*** required on your system.\n");
26385 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
26386 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
26387 printf("*** before re-running configure\n");
26388 }
26389#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
26390 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
26391 (gtk_minor_version != GTK_MINOR_VERSION) ||
26392 (gtk_micro_version != GTK_MICRO_VERSION))
26393 {
26394 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
26395 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
26396 printf("*** library (version %d.%d.%d)\n",
26397 gtk_major_version, gtk_minor_version, gtk_micro_version);
26398 }
26399#endif /* defined (GTK_MAJOR_VERSION) ... */
26400 else
26401 {
26402 if ((gtk_major_version > major) ||
26403 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
26404 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
26405 {
26406 return 0;
26407 }
26408 else
26409 {
26410 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
26411 gtk_major_version, gtk_minor_version, gtk_micro_version);
26412 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
26413 major, minor, micro);
26414 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
26415 printf("***\n");
26416 printf("*** If you have already installed a sufficiently new version, this error\n");
26417 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
26418 printf("*** being found. The easiest way to fix this is to remove the old version\n");
26419 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
26420 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
26421 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
26422 printf("*** so that the correct libraries are found at run-time))\n");
26423 }
26424 }
26425 return 1;
26426}
26427
26428_ACEOF
26429rm -f conftest$ac_exeext
26430if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26431 (eval $ac_link) 2>&5
26432 ac_status=$?
26433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26434 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
26435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26436 (eval $ac_try) 2>&5
26437 ac_status=$?
26438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26439 (exit $ac_status); }; }; then
26440 :
26441else
26442 echo "$as_me: program exited with status $ac_status" >&5
26443echo "$as_me: failed program was:" >&5
26444sed 's/^/| /' conftest.$ac_ext >&5
26445
26446( exit $ac_status )
26447no_gtk=yes
26448fi
ac1cb8d3 26449rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
26450fi
26451 CFLAGS="$ac_save_CFLAGS"
26452 LIBS="$ac_save_LIBS"
26453 fi
26454 fi
26455 if test "x$no_gtk" = x ; then
26456 echo "$as_me:$LINENO: result: yes" >&5
26457echo "${ECHO_T}yes" >&6
26458 wx_cv_lib_gtk=1.2.7
26459 else
26460 echo "$as_me:$LINENO: result: no" >&5
26461echo "${ECHO_T}no" >&6
26462 if test "$GTK_CONFIG" = "no" ; then
26463 echo "*** The gtk-config script installed by GTK could not be found"
26464 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
26465 echo "*** your path, or set the GTK_CONFIG environment variable to the"
26466 echo "*** full path to gtk-config."
26467 else
26468 if test -f conf.gtktest ; then
26469 :
26470 else
26471 echo "*** Could not run GTK test program, checking why..."
26472 CFLAGS="$CFLAGS $GTK_CFLAGS"
26473 LIBS="$LIBS $GTK_LIBS"
26474 cat >conftest.$ac_ext <<_ACEOF
26475/* confdefs.h. */
26476_ACEOF
26477cat confdefs.h >>conftest.$ac_ext
26478cat >>conftest.$ac_ext <<_ACEOF
26479/* end confdefs.h. */
26480
26481#include <gtk/gtk.h>
26482#include <stdio.h>
26483
26484int
26485main ()
26486{
26487 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
26488 ;
26489 return 0;
26490}
26491_ACEOF
26492rm -f conftest.$ac_objext conftest$ac_exeext
26493if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26494 (eval $ac_link) 2>conftest.er1
a848cd7e 26495 ac_status=$?
ac1cb8d3
VS
26496 grep -v '^ *+' conftest.er1 >conftest.err
26497 rm -f conftest.er1
26498 cat conftest.err >&5
a848cd7e
SC
26499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26500 (exit $ac_status); } &&
5ff751d6 26501 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26503 (eval $ac_try) 2>&5
26504 ac_status=$?
26505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26506 (exit $ac_status); }; } &&
26507 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26509 (eval $ac_try) 2>&5
26510 ac_status=$?
26511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26512 (exit $ac_status); }; }; then
26513 echo "*** The test program compiled, but did not run. This usually means"
26514 echo "*** that the run-time linker is not finding GTK or finding the wrong"
26515 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
26516 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
26517 echo "*** to the installed location Also, make sure you have run ldconfig if that"
26518 echo "*** is required on your system"
26519 echo "***"
26520 echo "*** If you have an old version installed, it is best to remove it, although"
26521 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
26522 echo "***"
26523 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
26524 echo "*** came with the system with the command"
26525 echo "***"
26526 echo "*** rpm --erase --nodeps gtk gtk-devel"
26527else
26528 echo "$as_me: failed program was:" >&5
26529sed 's/^/| /' conftest.$ac_ext >&5
26530
26531 echo "*** The test program failed to compile or link. See the file config.log for the"
26532 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
26533 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
26534 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
26535fi
ac1cb8d3
VS
26536rm -f conftest.err conftest.$ac_objext \
26537 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26538 CFLAGS="$ac_save_CFLAGS"
26539 LIBS="$ac_save_LIBS"
26540 fi
26541 fi
26542 GTK_CFLAGS=""
26543 GTK_LIBS=""
26544 :
26545 fi
26546
26547
26548 rm -f conf.gtktest
26549
26550
f34ca037 26551 if test -z "$wx_cv_lib_gtk"; then
a848cd7e
SC
26552
26553# Check whether --with-gtk-prefix or --without-gtk-prefix was given.
26554if test "${with_gtk_prefix+set}" = set; then
26555 withval="$with_gtk_prefix"
26556 gtk_config_prefix="$withval"
26557else
26558 gtk_config_prefix=""
26559fi;
26560
26561# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
26562if test "${with_gtk_exec_prefix+set}" = set; then
26563 withval="$with_gtk_exec_prefix"
26564 gtk_config_exec_prefix="$withval"
26565else
26566 gtk_config_exec_prefix=""
26567fi;
26568# Check whether --enable-gtktest or --disable-gtktest was given.
26569if test "${enable_gtktest+set}" = set; then
26570 enableval="$enable_gtktest"
26571
26572else
26573 enable_gtktest=yes
26574fi;
26575
26576 for module in . $GTK_MODULES
26577 do
26578 case "$module" in
26579 gthread)
26580 gtk_config_args="$gtk_config_args gthread"
26581 ;;
26582 esac
26583 done
26584
26585 if test x$gtk_config_exec_prefix != x ; then
26586 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
26587 if test x${GTK_CONFIG+set} != xset ; then
26588 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
26589 fi
26590 fi
26591 if test x$gtk_config_prefix != x ; then
26592 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
26593 if test x${GTK_CONFIG+set} != xset ; then
26594 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
26595 fi
26596 fi
26597
26598 # Extract the first word of "gtk-config", so it can be a program name with args.
26599set dummy gtk-config; ac_word=$2
26600echo "$as_me:$LINENO: checking for $ac_word" >&5
26601echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
26602if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
26603 echo $ECHO_N "(cached) $ECHO_C" >&6
26604else
26605 case $GTK_CONFIG in
26606 [\\/]* | ?:[\\/]*)
26607 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
26608 ;;
26609 *)
26610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26611for as_dir in $PATH
26612do
26613 IFS=$as_save_IFS
26614 test -z "$as_dir" && as_dir=.
26615 for ac_exec_ext in '' $ac_executable_extensions; do
26616 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
26617 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
26618 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
26619 break 2
26620 fi
26621done
26622done
26623
26624 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
26625 ;;
26626esac
26627fi
26628GTK_CONFIG=$ac_cv_path_GTK_CONFIG
26629
26630if test -n "$GTK_CONFIG"; then
26631 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
26632echo "${ECHO_T}$GTK_CONFIG" >&6
26633else
26634 echo "$as_me:$LINENO: result: no" >&5
26635echo "${ECHO_T}no" >&6
26636fi
26637
26638 min_gtk_version=1.2.3
26639 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
26640echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
26641 no_gtk=""
26642 if test "$GTK_CONFIG" = "no" ; then
26643 no_gtk=yes
26644 else
26645 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
26646 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
26647 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
26648 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
26649 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
26650 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
26651 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
26652 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
26653 if test "x$enable_gtktest" = "xyes" ; then
26654 ac_save_CFLAGS="$CFLAGS"
26655 ac_save_LIBS="$LIBS"
26656 CFLAGS="$CFLAGS $GTK_CFLAGS"
26657 LIBS="$GTK_LIBS $LIBS"
26658 rm -f conf.gtktest
26659 if test "$cross_compiling" = yes; then
26660 echo $ac_n "cross compiling; assumed OK... $ac_c"
26661else
26662 cat >conftest.$ac_ext <<_ACEOF
26663/* confdefs.h. */
26664_ACEOF
26665cat confdefs.h >>conftest.$ac_ext
26666cat >>conftest.$ac_ext <<_ACEOF
26667/* end confdefs.h. */
26668
26669#include <gtk/gtk.h>
26670#include <stdio.h>
26671#include <stdlib.h>
26672
26673int
26674main ()
26675{
26676 int major, minor, micro;
26677 char *tmp_version;
26678
26679 system ("touch conf.gtktest");
26680
26681 /* HP/UX 9 (%@#!) writes to sscanf strings */
26682 tmp_version = g_strdup("$min_gtk_version");
26683 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
26684 printf("%s, bad version string\n", "$min_gtk_version");
26685 exit(1);
26686 }
26687
26688 if ((gtk_major_version != $gtk_config_major_version) ||
26689 (gtk_minor_version != $gtk_config_minor_version) ||
26690 (gtk_micro_version != $gtk_config_micro_version))
26691 {
26692 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
26693 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
26694 gtk_major_version, gtk_minor_version, gtk_micro_version);
26695 printf ("*** was found! If gtk-config was correct, then it is best\n");
26696 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
26697 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
26698 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
26699 printf("*** required on your system.\n");
26700 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
26701 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
26702 printf("*** before re-running configure\n");
26703 }
26704#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
26705 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
26706 (gtk_minor_version != GTK_MINOR_VERSION) ||
26707 (gtk_micro_version != GTK_MICRO_VERSION))
26708 {
26709 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
26710 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
26711 printf("*** library (version %d.%d.%d)\n",
26712 gtk_major_version, gtk_minor_version, gtk_micro_version);
26713 }
26714#endif /* defined (GTK_MAJOR_VERSION) ... */
26715 else
26716 {
26717 if ((gtk_major_version > major) ||
26718 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
26719 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
26720 {
26721 return 0;
26722 }
26723 else
26724 {
26725 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
26726 gtk_major_version, gtk_minor_version, gtk_micro_version);
26727 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
26728 major, minor, micro);
26729 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
26730 printf("***\n");
26731 printf("*** If you have already installed a sufficiently new version, this error\n");
26732 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
26733 printf("*** being found. The easiest way to fix this is to remove the old version\n");
26734 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
26735 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
26736 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
26737 printf("*** so that the correct libraries are found at run-time))\n");
26738 }
26739 }
26740 return 1;
26741}
26742
26743_ACEOF
26744rm -f conftest$ac_exeext
26745if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26746 (eval $ac_link) 2>&5
26747 ac_status=$?
26748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26749 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
26750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26751 (eval $ac_try) 2>&5
26752 ac_status=$?
26753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26754 (exit $ac_status); }; }; then
26755 :
26756else
26757 echo "$as_me: program exited with status $ac_status" >&5
26758echo "$as_me: failed program was:" >&5
26759sed 's/^/| /' conftest.$ac_ext >&5
26760
26761( exit $ac_status )
26762no_gtk=yes
26763fi
ac1cb8d3 26764rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
26765fi
26766 CFLAGS="$ac_save_CFLAGS"
26767 LIBS="$ac_save_LIBS"
26768 fi
26769 fi
26770 if test "x$no_gtk" = x ; then
26771 echo "$as_me:$LINENO: result: yes" >&5
26772echo "${ECHO_T}yes" >&6
26773 wx_cv_lib_gtk=1.2.3
26774 else
26775 echo "$as_me:$LINENO: result: no" >&5
26776echo "${ECHO_T}no" >&6
26777 if test "$GTK_CONFIG" = "no" ; then
26778 echo "*** The gtk-config script installed by GTK could not be found"
26779 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
26780 echo "*** your path, or set the GTK_CONFIG environment variable to the"
26781 echo "*** full path to gtk-config."
26782 else
26783 if test -f conf.gtktest ; then
26784 :
26785 else
26786 echo "*** Could not run GTK test program, checking why..."
26787 CFLAGS="$CFLAGS $GTK_CFLAGS"
26788 LIBS="$LIBS $GTK_LIBS"
26789 cat >conftest.$ac_ext <<_ACEOF
26790/* confdefs.h. */
26791_ACEOF
26792cat confdefs.h >>conftest.$ac_ext
26793cat >>conftest.$ac_ext <<_ACEOF
26794/* end confdefs.h. */
26795
26796#include <gtk/gtk.h>
26797#include <stdio.h>
26798
26799int
26800main ()
26801{
26802 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
26803 ;
26804 return 0;
26805}
26806_ACEOF
26807rm -f conftest.$ac_objext conftest$ac_exeext
26808if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26809 (eval $ac_link) 2>conftest.er1
a848cd7e 26810 ac_status=$?
ac1cb8d3
VS
26811 grep -v '^ *+' conftest.er1 >conftest.err
26812 rm -f conftest.er1
26813 cat conftest.err >&5
a848cd7e
SC
26814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26815 (exit $ac_status); } &&
5ff751d6 26816 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26818 (eval $ac_try) 2>&5
26819 ac_status=$?
26820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26821 (exit $ac_status); }; } &&
26822 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26824 (eval $ac_try) 2>&5
26825 ac_status=$?
26826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26827 (exit $ac_status); }; }; then
26828 echo "*** The test program compiled, but did not run. This usually means"
26829 echo "*** that the run-time linker is not finding GTK or finding the wrong"
26830 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
26831 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
26832 echo "*** to the installed location Also, make sure you have run ldconfig if that"
26833 echo "*** is required on your system"
26834 echo "***"
26835 echo "*** If you have an old version installed, it is best to remove it, although"
26836 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
26837 echo "***"
26838 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
26839 echo "*** came with the system with the command"
26840 echo "***"
26841 echo "*** rpm --erase --nodeps gtk gtk-devel"
26842else
26843 echo "$as_me: failed program was:" >&5
26844sed 's/^/| /' conftest.$ac_ext >&5
26845
26846 echo "*** The test program failed to compile or link. See the file config.log for the"
26847 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
26848 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
26849 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
26850fi
ac1cb8d3
VS
26851rm -f conftest.err conftest.$ac_objext \
26852 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26853 CFLAGS="$ac_save_CFLAGS"
26854 LIBS="$ac_save_LIBS"
26855 fi
26856 fi
26857 GTK_CFLAGS=""
26858 GTK_LIBS=""
26859 :
26860 fi
26861
26862
26863 rm -f conf.gtktest
26864
f34ca037 26865 fi
a848cd7e
SC
26866 fi
26867 fi
26868
26869 if test -z "$wx_cv_lib_gtk"; then
26870 wx_cv_lib_gtk=none
26871 else
26872 wx_cv_cflags_gtk=$GTK_CFLAGS
d2822091 26873 wx_cv_libs_gtk=`echo $GTK_LIBS | sed -e 's/ -l[^ ]*cairo[^ ]*//g'`
a848cd7e
SC
26874 fi
26875
26876
26877fi
26878
26879
26880 if test "$gtk_version_cached" = 1; then
26881 echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
26882echo "${ECHO_T}$wx_cv_lib_gtk" >&6
26883 fi
26884
26885 case "$wx_cv_lib_gtk" in
26886 2.0) WXGTK20=1
26887 TOOLKIT_VERSION=2
26888 ;;
26889 1.2.7) WXGTK127=1
26890 WXGTK12=1
26891 ;;
26892 1.2.3) WXGTK12=1
26893 ;;
26894 *) { { echo "$as_me:$LINENO: error:
f597b41c
MW
26895The development files for GTK+ were not found. For GTK+ 2, please
26896ensure that pkg-config is in the path and that gtk+-2.0.pc is
26897installed. For GTK+ 1.2 please check that gtk-config is in the path,
26898and that the version is 1.2.3 or above. Also check that the
26899libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
26900--libs' are in the LD_LIBRARY_PATH or equivalent.
a848cd7e
SC
26901 " >&5
26902echo "$as_me: error:
f597b41c
MW
26903The development files for GTK+ were not found. For GTK+ 2, please
26904ensure that pkg-config is in the path and that gtk+-2.0.pc is
26905installed. For GTK+ 1.2 please check that gtk-config is in the path,
26906and that the version is 1.2.3 or above. Also check that the
26907libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
26908--libs' are in the LD_LIBRARY_PATH or equivalent.
a848cd7e
SC
26909 " >&2;}
26910 { (exit 1); exit 1; }; }
26911 ;;
26912 esac
26913
26914 if test "$WXGTK20" = 1; then
304205f1
VS
26915 save_CFLAGS="$CFLAGS"
26916 save_LIBS="$LIBS"
9d271838 26917 CFLAGS="$CFLAGS $wx_cv_cflags_gtk"
abc736fd 26918 LIBS="$LIBS $wx_cv_libs_gtk"
304205f1 26919
d12aef51
VZ
26920 echo "$as_me:$LINENO: checking if gtk_icon_size_lookup is missing" >&5
26921echo $ECHO_N "checking if gtk_icon_size_lookup is missing... $ECHO_C" >&6
26922 cat >conftest.$ac_ext <<_ACEOF
304205f1
VS
26923/* confdefs.h. */
26924_ACEOF
26925cat confdefs.h >>conftest.$ac_ext
26926cat >>conftest.$ac_ext <<_ACEOF
26927/* end confdefs.h. */
304205f1 26928
d12aef51 26929 #include <gtk/gtk.h>
304205f1 26930
d12aef51
VZ
26931int
26932main ()
26933{
304205f1 26934
d12aef51 26935 void *f = gtk_icon_size_lookup;
abc736fd
MW
26936
26937 ;
26938 return 0;
26939}
26940_ACEOF
26941rm -f conftest.$ac_objext
26942if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26943 (eval $ac_compile) 2>conftest.er1
26944 ac_status=$?
26945 grep -v '^ *+' conftest.er1 >conftest.err
26946 rm -f conftest.er1
26947 cat conftest.err >&5
26948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26949 (exit $ac_status); } &&
5ff751d6 26950 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
abc736fd
MW
26951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26952 (eval $ac_try) 2>&5
26953 ac_status=$?
26954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26955 (exit $ac_status); }; } &&
26956 { ac_try='test -s conftest.$ac_objext'
26957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26958 (eval $ac_try) 2>&5
26959 ac_status=$?
26960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26961 (exit $ac_status); }; }; then
26962
26963 echo "$as_me:$LINENO: result: no" >&5
26964echo "${ECHO_T}no" >&6
26965
26966else
26967 echo "$as_me: failed program was:" >&5
26968sed 's/^/| /' conftest.$ac_ext >&5
26969
26970
26971 cat >>confdefs.h <<\_ACEOF
26972#define NEED_GTK_ICON_SIZE_LOOKUP 1
26973_ACEOF
26974
26975 echo "$as_me:$LINENO: result: yes" >&5
26976echo "${ECHO_T}yes" >&6
26977
26978fi
26979rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
26980
9755e73b
VS
26981 echo "$as_me:$LINENO: checking if GTK+ is version >= 2.4" >&5
26982echo $ECHO_N "checking if GTK+ is version >= 2.4... $ECHO_C" >&6
26983 cat >conftest.$ac_ext <<_ACEOF
26984/* confdefs.h. */
26985_ACEOF
26986cat confdefs.h >>conftest.$ac_ext
26987cat >>conftest.$ac_ext <<_ACEOF
26988/* end confdefs.h. */
26989
26990 #include <gtk/gtk.h>
26991
26992int
26993main ()
26994{
26995
26996 #if !GTK_CHECK_VERSION(2,4,0)
04e525a0 26997 Not GTK+ 2.4
9755e73b
VS
26998 #endif
26999
27000 ;
27001 return 0;
27002}
27003_ACEOF
27004rm -f conftest.$ac_objext
27005if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27006 (eval $ac_compile) 2>conftest.er1
27007 ac_status=$?
27008 grep -v '^ *+' conftest.er1 >conftest.err
27009 rm -f conftest.er1
27010 cat conftest.err >&5
27011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27012 (exit $ac_status); } &&
5ff751d6 27013 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9755e73b
VS
27014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27015 (eval $ac_try) 2>&5
27016 ac_status=$?
27017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27018 (exit $ac_status); }; } &&
27019 { ac_try='test -s conftest.$ac_objext'
27020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27021 (eval $ac_try) 2>&5
27022 ac_status=$?
27023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27024 (exit $ac_status); }; }; then
27025
27026 cat >>confdefs.h <<\_ACEOF
27027#define __WXGTK24__ 1
27028_ACEOF
27029
27030 echo "$as_me:$LINENO: result: yes" >&5
27031echo "${ECHO_T}yes" >&6
27032
27033else
27034 echo "$as_me: failed program was:" >&5
27035sed 's/^/| /' conftest.$ac_ext >&5
27036
27037
27038 echo "$as_me:$LINENO: result: no" >&5
27039echo "${ECHO_T}no" >&6
27040
27041fi
27042rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
27043
304205f1
VS
27044 CFLAGS="$save_CFLAGS"
27045 LIBS="$save_LIBS"
a848cd7e
SC
27046 else
27047 if test "$wxUSE_UNICODE" = "yes"; then
27048 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
27049echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
27050 wxUSE_UNICODE=no
27051 fi
27052 fi
27053
27054 if test "$USE_DARWIN" != 1; then
27055
27056for ac_func in poll
27057do
27058as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27059echo "$as_me:$LINENO: checking for $ac_func" >&5
27060echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27061if eval "test \"\${$as_ac_var+set}\" = set"; then
27062 echo $ECHO_N "(cached) $ECHO_C" >&6
27063else
27064 cat >conftest.$ac_ext <<_ACEOF
27065/* confdefs.h. */
27066_ACEOF
27067cat confdefs.h >>conftest.$ac_ext
27068cat >>conftest.$ac_ext <<_ACEOF
27069/* end confdefs.h. */
ac1cb8d3
VS
27070/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
27071 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27072#define $ac_func innocuous_$ac_func
27073
a848cd7e
SC
27074/* System header to define __stub macros and hopefully few prototypes,
27075 which can conflict with char $ac_func (); below.
27076 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27077 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 27078
a848cd7e
SC
27079#ifdef __STDC__
27080# include <limits.h>
27081#else
27082# include <assert.h>
27083#endif
ac1cb8d3
VS
27084
27085#undef $ac_func
27086
a848cd7e
SC
27087/* Override any gcc2 internal prototype to avoid an error. */
27088#ifdef __cplusplus
27089extern "C"
27090{
27091#endif
27092/* We use char because int might match the return type of a gcc2
27093 builtin and then its argument prototype would still apply. */
27094char $ac_func ();
27095/* The GNU C library defines this for functions which it implements
27096 to always fail with ENOSYS. Some functions are actually named
27097 something starting with __ and the normal name is an alias. */
27098#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27099choke me
27100#else
27101char (*f) () = $ac_func;
27102#endif
27103#ifdef __cplusplus
27104}
27105#endif
27106
27107int
27108main ()
27109{
27110return f != $ac_func;
27111 ;
27112 return 0;
27113}
27114_ACEOF
27115rm -f conftest.$ac_objext conftest$ac_exeext
27116if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27117 (eval $ac_link) 2>conftest.er1
a848cd7e 27118 ac_status=$?
ac1cb8d3
VS
27119 grep -v '^ *+' conftest.er1 >conftest.err
27120 rm -f conftest.er1
27121 cat conftest.err >&5
a848cd7e
SC
27122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27123 (exit $ac_status); } &&
5ff751d6 27124 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27126 (eval $ac_try) 2>&5
27127 ac_status=$?
27128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27129 (exit $ac_status); }; } &&
27130 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27132 (eval $ac_try) 2>&5
27133 ac_status=$?
27134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27135 (exit $ac_status); }; }; then
27136 eval "$as_ac_var=yes"
27137else
27138 echo "$as_me: failed program was:" >&5
27139sed 's/^/| /' conftest.$ac_ext >&5
27140
27141eval "$as_ac_var=no"
27142fi
ac1cb8d3
VS
27143rm -f conftest.err conftest.$ac_objext \
27144 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27145fi
27146echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27147echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27148if test `eval echo '${'$as_ac_var'}'` = yes; then
27149 cat >>confdefs.h <<_ACEOF
27150#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27151_ACEOF
27152
27153fi
27154done
27155
27156 fi
27157
27158 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
27159 GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
27160
27161 AFMINSTALL=afminstall
27162 TOOLKIT=GTK
27163 GUIDIST=GTK_DIST
27164
27165 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
27166echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
27167if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
27168 echo $ECHO_N "(cached) $ECHO_C" >&6
27169else
27170 ac_check_lib_save_LIBS=$LIBS
27171LIBS="-lgdk $LIBS"
27172cat >conftest.$ac_ext <<_ACEOF
27173/* confdefs.h. */
27174_ACEOF
27175cat confdefs.h >>conftest.$ac_ext
27176cat >>conftest.$ac_ext <<_ACEOF
27177/* end confdefs.h. */
27178
27179/* Override any gcc2 internal prototype to avoid an error. */
27180#ifdef __cplusplus
27181extern "C"
27182#endif
27183/* We use char because int might match the return type of a gcc2
27184 builtin and then its argument prototype would still apply. */
27185char gdk_im_open ();
27186int
27187main ()
27188{
27189gdk_im_open ();
27190 ;
27191 return 0;
27192}
27193_ACEOF
27194rm -f conftest.$ac_objext conftest$ac_exeext
27195if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27196 (eval $ac_link) 2>conftest.er1
a848cd7e 27197 ac_status=$?
ac1cb8d3
VS
27198 grep -v '^ *+' conftest.er1 >conftest.err
27199 rm -f conftest.er1
27200 cat conftest.err >&5
a848cd7e
SC
27201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27202 (exit $ac_status); } &&
5ff751d6 27203 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27205 (eval $ac_try) 2>&5
27206 ac_status=$?
27207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27208 (exit $ac_status); }; } &&
27209 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27211 (eval $ac_try) 2>&5
27212 ac_status=$?
27213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27214 (exit $ac_status); }; }; then
27215 ac_cv_lib_gdk_gdk_im_open=yes
27216else
27217 echo "$as_me: failed program was:" >&5
27218sed 's/^/| /' conftest.$ac_ext >&5
27219
27220ac_cv_lib_gdk_gdk_im_open=no
27221fi
ac1cb8d3
VS
27222rm -f conftest.err conftest.$ac_objext \
27223 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27224LIBS=$ac_check_lib_save_LIBS
27225fi
27226echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
27227echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
27228if test $ac_cv_lib_gdk_gdk_im_open = yes; then
27229 cat >>confdefs.h <<\_ACEOF
27230#define HAVE_XIM 1
27231_ACEOF
27232
27233fi
27234
27235
27236
27237 if test "$wxUSE_GPE" = "yes"; then
27238 echo "$as_me:$LINENO: checking for gpewidget library" >&5
27239echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6
27240
0ad5d837
VZ
27241 ac_find_libraries=
27242 for ac_dir in $SEARCH_LIB;
a848cd7e 27243 do
3eca31dc 27244 for ac_extension in a so sl dylib dll.a; do
a848cd7e
SC
27245 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
27246 ac_find_libraries=$ac_dir
27247 break 2
27248 fi
27249 done
27250 done
27251
27252 if test "$ac_find_libraries" != "" ; then
27253
0ad5d837 27254 if test "$ac_find_libraries" = "default location"; then
a848cd7e
SC
27255 ac_path_to_link=""
27256 else
0ad5d837
VZ
27257 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
27258 result=$?
27259 if test $result = 0; then
27260 ac_path_to_link=""
27261 else
27262 ac_path_to_link=" -L$ac_find_libraries"
27263 fi
a848cd7e
SC
27264 fi
27265
27266 GUI_TK_LIBRARY="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
27267 WXGPE=1
0ad5d837
VZ
27268 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
27269echo "${ECHO_T}found in $ac_find_libraries" >&6
a848cd7e
SC
27270 else
27271 echo "$as_me:$LINENO: result: not found" >&5
27272echo "${ECHO_T}not found" >&6
27273 fi
27274
27275 fi
27276 fi
27277
27278 if test "$wxUSE_MGL" = 1; then
27279 echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
27280echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
27281 if test "x$MGL_ROOT" = x ; then
27282 echo "$as_me:$LINENO: result: not found" >&5
27283echo "${ECHO_T}not found" >&6
27284 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
27285echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
27286 { (exit 1); exit 1; }; }
27287 else
27288 echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
27289echo "${ECHO_T}$MGL_ROOT" >&6
27290 fi
27291
27292 echo "$as_me:$LINENO: checking for libmgl location" >&5
27293echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
27294 case "${host}" in
27295 *-*-linux* )
27296 if test "x$wxUSE_SHARED" = xyes ; then
27297 mgl_os_candidates="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
27298 else
27299 mgl_os_candidates="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
27300 fi
27301 ;;
27302 *-pc-msdosdjgpp )
27303 mgl_os_candidates="dos32/dj2"
27304 ;;
27305 *)
27306 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
27307echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
27308 { (exit 1); exit 1; }; }
27309 esac
27310
27311 mgl_lib_type=""
27312 mgl_os=""
27313
27314 for mgl_os_i in $mgl_os_candidates ; do
27315 if test "x$mgl_os" = x ; then
27316 if test "$wxUSE_DEBUG_FLAG" = yes ; then
27317 if test -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.a -o \
27318 -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.so; then
27319 mgl_lib_type=debug
27320 mgl_os=$mgl_os_i
27321 fi
27322 fi
27323 if test "x$mgl_lib_type" = x ; then
27324 if test -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.a -o \
27325 -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.so; then
27326 mgl_lib_type=release
27327 mgl_os=$mgl_os_i
27328 fi
27329 fi
27330 fi
27331 done
27332
27333 if test "x$mgl_os" = x ; then
27334 echo "$as_me:$LINENO: result: not found" >&5
27335echo "${ECHO_T}not found" >&6
27336 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
27337echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
27338 { (exit 1); exit 1; }; }
27339 fi
27340 echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
27341echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
27342
27343 wxUSE_UNIVERSAL="yes"
27344
27345 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
27346 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
27347
27348 AFMINSTALL=afminstall
27349 TOOLKIT=MGL
27350 GUIDIST=MGL_DIST
27351 fi
27352
27353 if test "$wxUSE_MICROWIN" = 1; then
27354 echo "$as_me:$LINENO: checking for MicroWindows" >&5
27355echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
27356 if test "x$MICROWINDOWS" = x ; then
27357 echo "$as_me:$LINENO: result: not found" >&5
27358echo "${ECHO_T}not found" >&6
27359 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
27360echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
27361 { (exit 1); exit 1; }; }
27362 else
27363 echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
27364echo "${ECHO_T}$MICROWINDOWS" >&6
27365 fi
27366
27367 if test -f $MICROWINDOWS/lib/libmwin.a; then
27368 echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
27369echo "${ECHO_T}MicroWindows' libraries found." >&6
27370 else
27371 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
27372echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
27373 { (exit 1); exit 1; }; }
27374 fi
27375
27376 TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
27377 GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
27378
27379 wxUSE_UNIVERSAL="yes"
27380
27381 AFMINSTALL=afminstall
27382 TOOLKIT=MICROWIN
27383 GUIDIST=MICROWIN_DIST
27384
27385 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
27386 fi
27387
74b84332 27388 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
5ff751d6
VZ
27389
27390if test "x$ac_path_x_has_been_run" != xyes; then
27391 echo "$as_me:$LINENO: checking for X" >&5
a848cd7e
SC
27392echo $ECHO_N "checking for X... $ECHO_C" >&6
27393
5ff751d6 27394ac_path_x_has_been_run=yes
a848cd7e
SC
27395
27396# Check whether --with-x or --without-x was given.
27397if test "${with_x+set}" = set; then
27398 withval="$with_x"
27399
27400fi;
27401# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
27402if test "x$with_x" = xno; then
27403 # The user explicitly disabled X.
27404 have_x=disabled
27405else
27406 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
27407 # Both variables are already set.
27408 have_x=yes
27409 else
27410 if test "${ac_cv_have_x+set}" = set; then
27411 echo $ECHO_N "(cached) $ECHO_C" >&6
27412else
27413 # One or both of the vars are not set, and there is no cached value.
27414ac_x_includes=no ac_x_libraries=no
27415rm -fr conftest.dir
27416if mkdir conftest.dir; then
27417 cd conftest.dir
27418 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
27419 cat >Imakefile <<'_ACEOF'
27420acfindx:
27421 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
27422_ACEOF
27423 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
27424 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
27425 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
27426 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
27427 for ac_extension in a so sl; do
27428 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
ac1cb8d3
VS
27429 test -f $ac_im_libdir/libX11.$ac_extension; then
27430 ac_im_usrlibdir=$ac_im_libdir; break
a848cd7e
SC
27431 fi
27432 done
27433 # Screen out bogus values from the imake configuration. They are
27434 # bogus both because they are the default anyway, and because
27435 # using them would break gcc on systems where it needs fixed includes.
27436 case $ac_im_incroot in
27437 /usr/include) ;;
27438 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
27439 esac
27440 case $ac_im_usrlibdir in
27441 /usr/lib | /lib) ;;
27442 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
27443 esac
27444 fi
27445 cd ..
27446 rm -fr conftest.dir
27447fi
27448
27449# Standard set of common directories for X headers.
27450# Check X11 before X11Rn because it is often a symlink to the current release.
27451ac_x_header_dirs='
27452/usr/X11/include
27453/usr/X11R6/include
27454/usr/X11R5/include
27455/usr/X11R4/include
27456
27457/usr/include/X11
27458/usr/include/X11R6
27459/usr/include/X11R5
27460/usr/include/X11R4
27461
27462/usr/local/X11/include
27463/usr/local/X11R6/include
27464/usr/local/X11R5/include
27465/usr/local/X11R4/include
27466
27467/usr/local/include/X11
27468/usr/local/include/X11R6
27469/usr/local/include/X11R5
27470/usr/local/include/X11R4
27471
27472/usr/X386/include
27473/usr/x386/include
27474/usr/XFree86/include/X11
27475
27476/usr/include
27477/usr/local/include
27478/usr/unsupported/include
27479/usr/athena/include
27480/usr/local/x11r5/include
27481/usr/lpp/Xamples/include
27482
27483/usr/openwin/include
27484/usr/openwin/share/include'
27485
27486if test "$ac_x_includes" = no; then
5ff751d6 27487 # Guess where to find include files, by looking for a specified header file.
a848cd7e
SC
27488 # First, try using that file with no special directory specified.
27489 cat >conftest.$ac_ext <<_ACEOF
27490/* confdefs.h. */
27491_ACEOF
27492cat confdefs.h >>conftest.$ac_ext
27493cat >>conftest.$ac_ext <<_ACEOF
27494/* end confdefs.h. */
370d2fd7 27495#include <X11/Xlib.h>
a848cd7e
SC
27496_ACEOF
27497if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
27498 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
27499 ac_status=$?
27500 grep -v '^ *+' conftest.er1 >conftest.err
27501 rm -f conftest.er1
27502 cat conftest.err >&5
27503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27504 (exit $ac_status); } >/dev/null; then
27505 if test -s conftest.err; then
27506 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 27507 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
27508 else
27509 ac_cpp_err=
27510 fi
27511else
27512 ac_cpp_err=yes
27513fi
27514if test -z "$ac_cpp_err"; then
27515 # We can compile using X headers with no special include directory.
27516ac_x_includes=
27517else
27518 echo "$as_me: failed program was:" >&5
27519sed 's/^/| /' conftest.$ac_ext >&5
27520
27521 for ac_dir in $ac_x_header_dirs; do
370d2fd7 27522 if test -r "$ac_dir/X11/Xlib.h"; then
a848cd7e
SC
27523 ac_x_includes=$ac_dir
27524 break
27525 fi
27526done
27527fi
27528rm -f conftest.err conftest.$ac_ext
27529fi # $ac_x_includes = no
27530
27531if test "$ac_x_libraries" = no; then
27532 # Check for the libraries.
27533 # See if we find them without any special options.
27534 # Don't add to $LIBS permanently.
27535 ac_save_LIBS=$LIBS
370d2fd7 27536 LIBS="-lX11 $LIBS"
a848cd7e
SC
27537 cat >conftest.$ac_ext <<_ACEOF
27538/* confdefs.h. */
27539_ACEOF
27540cat confdefs.h >>conftest.$ac_ext
27541cat >>conftest.$ac_ext <<_ACEOF
27542/* end confdefs.h. */
370d2fd7 27543#include <X11/Xlib.h>
a848cd7e
SC
27544int
27545main ()
27546{
370d2fd7 27547XrmInitialize ()
a848cd7e
SC
27548 ;
27549 return 0;
27550}
27551_ACEOF
27552rm -f conftest.$ac_objext conftest$ac_exeext
27553if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27554 (eval $ac_link) 2>conftest.er1
a848cd7e 27555 ac_status=$?
ac1cb8d3
VS
27556 grep -v '^ *+' conftest.er1 >conftest.err
27557 rm -f conftest.er1
27558 cat conftest.err >&5
a848cd7e
SC
27559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27560 (exit $ac_status); } &&
5ff751d6 27561 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27563 (eval $ac_try) 2>&5
27564 ac_status=$?
27565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27566 (exit $ac_status); }; } &&
27567 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27569 (eval $ac_try) 2>&5
27570 ac_status=$?
27571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27572 (exit $ac_status); }; }; then
27573 LIBS=$ac_save_LIBS
27574# We can link X programs with no special library path.
27575ac_x_libraries=
27576else
27577 echo "$as_me: failed program was:" >&5
27578sed 's/^/| /' conftest.$ac_ext >&5
27579
27580LIBS=$ac_save_LIBS
27581for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
27582do
27583 # Don't even attempt the hair of trying to link an X program!
27584 for ac_extension in a so sl; do
370d2fd7 27585 if test -r $ac_dir/libX11.$ac_extension; then
a848cd7e
SC
27586 ac_x_libraries=$ac_dir
27587 break 2
27588 fi
27589 done
27590done
27591fi
ac1cb8d3
VS
27592rm -f conftest.err conftest.$ac_objext \
27593 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27594fi # $ac_x_libraries = no
27595
27596if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
27597 # Didn't find X anywhere. Cache the known absence of X.
27598 ac_cv_have_x="have_x=no"
27599else
27600 # Record where we found X for the cache.
27601 ac_cv_have_x="have_x=yes \
ac1cb8d3 27602 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
a848cd7e
SC
27603fi
27604fi
27605
27606 fi
27607 eval "$ac_cv_have_x"
27608fi # $with_x != no
27609
27610if test "$have_x" != yes; then
27611 echo "$as_me:$LINENO: result: $have_x" >&5
27612echo "${ECHO_T}$have_x" >&6
27613 no_x=yes
27614else
27615 # If each of the values was on the command line, it overrides each guess.
27616 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
27617 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
27618 # Update the cache value to reflect the command line values.
27619 ac_cv_have_x="have_x=yes \
27620 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
5ff751d6
VZ
27621 # It might be that x_includes is empty (headers are found in the
27622 # standard search path. Then output the corresponding message
27623 ac_out_x_includes=$x_includes
27624 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
27625 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
27626echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
a848cd7e
SC
27627fi
27628
5ff751d6 27629fi
a848cd7e
SC
27630if test "$no_x" = yes; then
27631 # Not all programs may use this symbol, but it does not hurt to define it.
27632
27633cat >>confdefs.h <<\_ACEOF
27634#define X_DISPLAY_MISSING 1
27635_ACEOF
27636
27637 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
27638else
27639 if test -n "$x_includes"; then
27640 X_CFLAGS="$X_CFLAGS -I$x_includes"
27641 fi
27642
27643 # It would also be nice to do this for all -L options, not just this one.
27644 if test -n "$x_libraries"; then
27645 X_LIBS="$X_LIBS -L$x_libraries"
27646 # For Solaris; some versions of Sun CC require a space after -R and
27647 # others require no space. Words are not sufficient . . . .
27648 case `(uname -sr) 2>/dev/null` in
27649 "SunOS 5"*)
27650 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
27651echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
27652 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
27653 cat >conftest.$ac_ext <<_ACEOF
27654/* confdefs.h. */
27655_ACEOF
27656cat confdefs.h >>conftest.$ac_ext
27657cat >>conftest.$ac_ext <<_ACEOF
27658/* end confdefs.h. */
27659
27660int
27661main ()
27662{
27663
27664 ;
27665 return 0;
27666}
27667_ACEOF
27668rm -f conftest.$ac_objext conftest$ac_exeext
27669if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27670 (eval $ac_link) 2>conftest.er1
a848cd7e 27671 ac_status=$?
ac1cb8d3
VS
27672 grep -v '^ *+' conftest.er1 >conftest.err
27673 rm -f conftest.er1
27674 cat conftest.err >&5
a848cd7e
SC
27675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27676 (exit $ac_status); } &&
5ff751d6 27677 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27679 (eval $ac_try) 2>&5
27680 ac_status=$?
27681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27682 (exit $ac_status); }; } &&
27683 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27685 (eval $ac_try) 2>&5
27686 ac_status=$?
27687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27688 (exit $ac_status); }; }; then
27689 ac_R_nospace=yes
27690else
27691 echo "$as_me: failed program was:" >&5
27692sed 's/^/| /' conftest.$ac_ext >&5
27693
27694ac_R_nospace=no
27695fi
ac1cb8d3
VS
27696rm -f conftest.err conftest.$ac_objext \
27697 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27698 if test $ac_R_nospace = yes; then
27699 echo "$as_me:$LINENO: result: no" >&5
27700echo "${ECHO_T}no" >&6
27701 X_LIBS="$X_LIBS -R$x_libraries"
27702 else
27703 LIBS="$ac_xsave_LIBS -R $x_libraries"
27704 cat >conftest.$ac_ext <<_ACEOF
27705/* confdefs.h. */
27706_ACEOF
27707cat confdefs.h >>conftest.$ac_ext
27708cat >>conftest.$ac_ext <<_ACEOF
27709/* end confdefs.h. */
27710
27711int
27712main ()
27713{
27714
27715 ;
27716 return 0;
27717}
27718_ACEOF
27719rm -f conftest.$ac_objext conftest$ac_exeext
27720if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27721 (eval $ac_link) 2>conftest.er1
a848cd7e 27722 ac_status=$?
ac1cb8d3
VS
27723 grep -v '^ *+' conftest.er1 >conftest.err
27724 rm -f conftest.er1
27725 cat conftest.err >&5
a848cd7e
SC
27726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27727 (exit $ac_status); } &&
5ff751d6 27728 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27729 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27730 (eval $ac_try) 2>&5
27731 ac_status=$?
27732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27733 (exit $ac_status); }; } &&
27734 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27736 (eval $ac_try) 2>&5
27737 ac_status=$?
27738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27739 (exit $ac_status); }; }; then
27740 ac_R_space=yes
27741else
27742 echo "$as_me: failed program was:" >&5
27743sed 's/^/| /' conftest.$ac_ext >&5
27744
27745ac_R_space=no
27746fi
ac1cb8d3
VS
27747rm -f conftest.err conftest.$ac_objext \
27748 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27749 if test $ac_R_space = yes; then
27750 echo "$as_me:$LINENO: result: yes" >&5
27751echo "${ECHO_T}yes" >&6
27752 X_LIBS="$X_LIBS -R $x_libraries"
27753 else
27754 echo "$as_me:$LINENO: result: neither works" >&5
27755echo "${ECHO_T}neither works" >&6
27756 fi
27757 fi
27758 LIBS=$ac_xsave_LIBS
27759 esac
27760 fi
27761
27762 # Check for system-dependent libraries X programs must link with.
27763 # Do this before checking for the system-independent R6 libraries
27764 # (-lICE), since we may need -lsocket or whatever for X linking.
27765
27766 if test "$ISC" = yes; then
27767 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
27768 else
27769 # Martyn Johnson says this is needed for Ultrix, if the X
27770 # libraries were built with DECnet support. And Karl Berry says
27771 # the Alpha needs dnet_stub (dnet does not exist).
27772 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
27773 cat >conftest.$ac_ext <<_ACEOF
27774/* confdefs.h. */
27775_ACEOF
27776cat confdefs.h >>conftest.$ac_ext
27777cat >>conftest.$ac_ext <<_ACEOF
27778/* end confdefs.h. */
27779
27780/* Override any gcc2 internal prototype to avoid an error. */
27781#ifdef __cplusplus
27782extern "C"
27783#endif
27784/* We use char because int might match the return type of a gcc2
27785 builtin and then its argument prototype would still apply. */
27786char XOpenDisplay ();
27787int
27788main ()
27789{
27790XOpenDisplay ();
27791 ;
27792 return 0;
27793}
27794_ACEOF
27795rm -f conftest.$ac_objext conftest$ac_exeext
27796if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27797 (eval $ac_link) 2>conftest.er1
a848cd7e 27798 ac_status=$?
ac1cb8d3
VS
27799 grep -v '^ *+' conftest.er1 >conftest.err
27800 rm -f conftest.er1
27801 cat conftest.err >&5
a848cd7e
SC
27802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27803 (exit $ac_status); } &&
5ff751d6 27804 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27806 (eval $ac_try) 2>&5
27807 ac_status=$?
27808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27809 (exit $ac_status); }; } &&
27810 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27812 (eval $ac_try) 2>&5
27813 ac_status=$?
27814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27815 (exit $ac_status); }; }; then
27816 :
27817else
27818 echo "$as_me: failed program was:" >&5
27819sed 's/^/| /' conftest.$ac_ext >&5
27820
27821echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
27822echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
27823if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
27824 echo $ECHO_N "(cached) $ECHO_C" >&6
27825else
27826 ac_check_lib_save_LIBS=$LIBS
27827LIBS="-ldnet $LIBS"
27828cat >conftest.$ac_ext <<_ACEOF
27829/* confdefs.h. */
27830_ACEOF
27831cat confdefs.h >>conftest.$ac_ext
27832cat >>conftest.$ac_ext <<_ACEOF
27833/* end confdefs.h. */
27834
27835/* Override any gcc2 internal prototype to avoid an error. */
27836#ifdef __cplusplus
27837extern "C"
27838#endif
27839/* We use char because int might match the return type of a gcc2
27840 builtin and then its argument prototype would still apply. */
27841char dnet_ntoa ();
27842int
27843main ()
27844{
27845dnet_ntoa ();
27846 ;
27847 return 0;
27848}
27849_ACEOF
27850rm -f conftest.$ac_objext conftest$ac_exeext
27851if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27852 (eval $ac_link) 2>conftest.er1
a848cd7e 27853 ac_status=$?
ac1cb8d3
VS
27854 grep -v '^ *+' conftest.er1 >conftest.err
27855 rm -f conftest.er1
27856 cat conftest.err >&5
a848cd7e
SC
27857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27858 (exit $ac_status); } &&
5ff751d6 27859 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27861 (eval $ac_try) 2>&5
27862 ac_status=$?
27863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27864 (exit $ac_status); }; } &&
27865 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27867 (eval $ac_try) 2>&5
27868 ac_status=$?
27869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27870 (exit $ac_status); }; }; then
27871 ac_cv_lib_dnet_dnet_ntoa=yes
27872else
27873 echo "$as_me: failed program was:" >&5
27874sed 's/^/| /' conftest.$ac_ext >&5
27875
27876ac_cv_lib_dnet_dnet_ntoa=no
27877fi
ac1cb8d3
VS
27878rm -f conftest.err conftest.$ac_objext \
27879 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27880LIBS=$ac_check_lib_save_LIBS
27881fi
27882echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
27883echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
27884if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
27885 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
27886fi
27887
27888 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
27889 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
27890echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
27891if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
27892 echo $ECHO_N "(cached) $ECHO_C" >&6
27893else
27894 ac_check_lib_save_LIBS=$LIBS
27895LIBS="-ldnet_stub $LIBS"
27896cat >conftest.$ac_ext <<_ACEOF
27897/* confdefs.h. */
27898_ACEOF
27899cat confdefs.h >>conftest.$ac_ext
27900cat >>conftest.$ac_ext <<_ACEOF
27901/* end confdefs.h. */
27902
27903/* Override any gcc2 internal prototype to avoid an error. */
27904#ifdef __cplusplus
27905extern "C"
27906#endif
27907/* We use char because int might match the return type of a gcc2
27908 builtin and then its argument prototype would still apply. */
27909char dnet_ntoa ();
27910int
27911main ()
27912{
27913dnet_ntoa ();
27914 ;
27915 return 0;
27916}
27917_ACEOF
27918rm -f conftest.$ac_objext conftest$ac_exeext
27919if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27920 (eval $ac_link) 2>conftest.er1
a848cd7e 27921 ac_status=$?
ac1cb8d3
VS
27922 grep -v '^ *+' conftest.er1 >conftest.err
27923 rm -f conftest.er1
27924 cat conftest.err >&5
a848cd7e
SC
27925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27926 (exit $ac_status); } &&
5ff751d6 27927 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27929 (eval $ac_try) 2>&5
27930 ac_status=$?
27931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27932 (exit $ac_status); }; } &&
27933 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27935 (eval $ac_try) 2>&5
27936 ac_status=$?
27937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27938 (exit $ac_status); }; }; then
27939 ac_cv_lib_dnet_stub_dnet_ntoa=yes
27940else
27941 echo "$as_me: failed program was:" >&5
27942sed 's/^/| /' conftest.$ac_ext >&5
27943
27944ac_cv_lib_dnet_stub_dnet_ntoa=no
27945fi
ac1cb8d3
VS
27946rm -f conftest.err conftest.$ac_objext \
27947 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27948LIBS=$ac_check_lib_save_LIBS
27949fi
27950echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
27951echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
27952if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
27953 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
27954fi
27955
27956 fi
27957fi
ac1cb8d3
VS
27958rm -f conftest.err conftest.$ac_objext \
27959 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27960 LIBS="$ac_xsave_LIBS"
27961
27962 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
27963 # to get the SysV transport functions.
27964 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
27965 # needs -lnsl.
27966 # The nsl library prevents programs from opening the X display
27967 # on Irix 5.2, according to T.E. Dickey.
27968 # The functions gethostbyname, getservbyname, and inet_addr are
27969 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
27970 echo "$as_me:$LINENO: checking for gethostbyname" >&5
27971echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
27972if test "${ac_cv_func_gethostbyname+set}" = set; then
27973 echo $ECHO_N "(cached) $ECHO_C" >&6
27974else
27975 cat >conftest.$ac_ext <<_ACEOF
27976/* confdefs.h. */
27977_ACEOF
27978cat confdefs.h >>conftest.$ac_ext
27979cat >>conftest.$ac_ext <<_ACEOF
27980/* end confdefs.h. */
ac1cb8d3
VS
27981/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
27982 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27983#define gethostbyname innocuous_gethostbyname
27984
a848cd7e
SC
27985/* System header to define __stub macros and hopefully few prototypes,
27986 which can conflict with char gethostbyname (); below.
27987 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27988 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 27989
a848cd7e
SC
27990#ifdef __STDC__
27991# include <limits.h>
27992#else
27993# include <assert.h>
27994#endif
ac1cb8d3
VS
27995
27996#undef gethostbyname
27997
a848cd7e
SC
27998/* Override any gcc2 internal prototype to avoid an error. */
27999#ifdef __cplusplus
28000extern "C"
28001{
28002#endif
28003/* We use char because int might match the return type of a gcc2
28004 builtin and then its argument prototype would still apply. */
28005char gethostbyname ();
28006/* The GNU C library defines this for functions which it implements
28007 to always fail with ENOSYS. Some functions are actually named
28008 something starting with __ and the normal name is an alias. */
28009#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
28010choke me
28011#else
28012char (*f) () = gethostbyname;
28013#endif
28014#ifdef __cplusplus
28015}
28016#endif
28017
28018int
28019main ()
28020{
28021return f != gethostbyname;
28022 ;
28023 return 0;
28024}
28025_ACEOF
28026rm -f conftest.$ac_objext conftest$ac_exeext
28027if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 28028 (eval $ac_link) 2>conftest.er1
a848cd7e 28029 ac_status=$?
ac1cb8d3
VS
28030 grep -v '^ *+' conftest.er1 >conftest.err
28031 rm -f conftest.er1
28032 cat conftest.err >&5
a848cd7e
SC
28033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28034 (exit $ac_status); } &&
5ff751d6 28035 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
28036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28037 (eval $ac_try) 2>&5
28038 ac_status=$?
28039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28040 (exit $ac_status); }; } &&
28041 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
28042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28043 (eval $ac_try) 2>&5
28044 ac_status=$?
28045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28046 (exit $ac_status); }; }; then
28047 ac_cv_func_gethostbyname=yes
28048else
28049 echo "$as_me: failed program was:" >&5
28050sed 's/^/| /' conftest.$ac_ext >&5
28051
28052ac_cv_func_gethostbyname=no
28053fi
ac1cb8d3
VS
28054rm -f conftest.err conftest.$ac_objext \
28055 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
28056fi
28057echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
28058echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
28059
28060 if test $ac_cv_func_gethostbyname = no; then
28061 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
28062echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
28063if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
28064 echo $ECHO_N "(cached) $ECHO_C" >&6
28065else
28066 ac_check_lib_save_LIBS=$LIBS
28067LIBS="-lnsl $LIBS"
28068cat >conftest.$ac_ext <<_ACEOF
28069/* confdefs.h. */
28070_ACEOF
28071cat confdefs.h >>conftest.$ac_ext
28072cat >>conftest.$ac_ext <<_ACEOF
28073/* end confdefs.h. */
28074
28075/* Override any gcc2 internal prototype to avoid an error. */
28076#ifdef __cplusplus
28077extern "C"
28078#endif
28079/* We use char because int might match the return type of a gcc2
28080 builtin and then its argument prototype would still apply. */
28081char gethostbyname ();
28082int
28083main ()
28084{
28085gethostbyname ();
28086 ;
28087 return 0;
28088}
28089_ACEOF
28090rm -f conftest.$ac_objext conftest$ac_exeext
28091if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3
VS
28092 (eval $ac_link) 2>conftest.er1
28093 ac_status=$?
28094 grep -v '^ *+' conftest.er1 >conftest.err
28095 rm -f conftest.er1
28096 cat conftest.err >&5
28097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28098 (exit $ac_status); } &&
5ff751d6 28099 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
28100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28101 (eval $ac_try) 2>&5
28102 ac_status=$?
28103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28104 (exit $ac_status); }; } &&
28105 { ac_try='test -s conftest$ac_exeext'
28106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28107 (eval $ac_try) 2>&5
28108 ac_status=$?
28109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28110 (exit $ac_status); }; }; then
28111 ac_cv_lib_nsl_gethostbyname=yes
28112else
28113 echo "$as_me: failed program was:" >&5
28114sed 's/^/| /' conftest.$ac_ext >&5
28115
28116ac_cv_lib_nsl_gethostbyname=no
28117fi
28118rm -f conftest.err conftest.$ac_objext \
28119 conftest$ac_exeext conftest.$ac_ext
28120LIBS=$ac_check_lib_save_LIBS
28121fi
28122echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
28123echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
28124if test $ac_cv_lib_nsl_gethostbyname = yes; then
28125 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
28126fi
28127
28128 if test $ac_cv_lib_nsl_gethostbyname = no; then
28129 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
28130echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
28131if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
28132 echo $ECHO_N "(cached) $ECHO_C" >&6
28133else
28134 ac_check_lib_save_LIBS=$LIBS
28135LIBS="-lbsd $LIBS"
28136cat >conftest.$ac_ext <<_ACEOF
28137/* confdefs.h. */
28138_ACEOF
28139cat confdefs.h >>conftest.$ac_ext
28140cat >>conftest.$ac_ext <<_ACEOF
28141/* end confdefs.h. */
28142
28143/* Override any gcc2 internal prototype to avoid an error. */
28144#ifdef __cplusplus
28145extern "C"
28146#endif
28147/* We use char because int might match the return type of a gcc2
28148 builtin and then its argument prototype would still apply. */
28149char gethostbyname ();
28150int
28151main ()
28152{
28153gethostbyname ();
28154 ;
28155 return 0;
28156}
28157_ACEOF
28158rm -f conftest.$ac_objext conftest$ac_exeext
28159if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28160 (eval $ac_link) 2>conftest.er1
a848cd7e 28161 ac_status=$?
ac1cb8d3
VS
28162 grep -v '^ *+' conftest.er1 >conftest.err
28163 rm -f conftest.er1
28164 cat conftest.err >&5
a848cd7e
SC
28165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28166 (exit $ac_status); } &&
5ff751d6 28167 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
a848cd7e
SC
28168 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28169 (eval $ac_try) 2>&5
28170 ac_status=$?
28171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ac1cb8d3
VS
28172 (exit $ac_status); }; } &&
28173 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
28174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28175 (eval $ac_try) 2>&5
28176 ac_status=$?
28177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28178 (exit $ac_status); }; }; then
28179 ac_cv_lib_bsd_gethostbyname=yes
28180else
28181 echo "$as_me: failed program was:" >&5
28182sed 's/^/| /' conftest.$ac_ext >&5
28183
28184ac_cv_lib_bsd_gethostbyname=no
28185fi
ac1cb8d3
VS
28186rm -f conftest.err conftest.$ac_objext \
28187 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
28188LIBS=$ac_check_lib_save_LIBS
28189fi
28190echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
28191echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
28192if test $ac_cv_lib_bsd_gethostbyname = yes; then
28193 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
28194fi
28195
28196 fi
28197 fi
28198
28199 # lieder@skyler.mavd.honeywell.com says without -lsocket,
28200 # socket/setsockopt and other routines are undefined under SCO ODT
28201 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
28202 # on later versions), says Simon Leinen: it contains gethostby*
28203 # variants that don't use the name server (or something). -lsocket
28204 # must be given before -lnsl if both are needed. We assume that
28205 # if connect needs -lnsl, so does gethostbyname.
28206 echo "$as_me:$LINENO: checking for connect" >&5
28207echo $ECHO_N "checking for connect... $ECHO_C" >&6
28208if test "${ac_cv_func_connect+set}" = set; then
28209 echo $ECHO_N "(cached) $ECHO_C" >&6
28210else
28211 cat >conftest.$ac_ext <<_ACEOF
28212/* confdefs.h. */
28213_ACEOF
28214cat confdefs.h >>conftest.$ac_ext
28215cat >>conftest.$ac_ext <<_ACEOF
28216/* end confdefs.h. */
ac1cb8d3
VS
28217/* Define connect to an innocuous variant, in case <limits.h> declares connect.
28218 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28219#define connect innocuous_connect
28220
a848cd7e
SC
28221/* System header to define __stub macros and hopefully few prototypes,
28222 which can conflict with char connect (); below.
28223 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28224 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 28225
a848cd7e
SC
28226#ifdef __STDC__
28227# include <limits.h>
28228#else
28229# include <assert.h>
28230#endif
ac1cb8d3
VS
28231
28232#undef connect
28233
a848cd7e
SC
28234/* Override any gcc2 internal prototype to avoid an error. */
28235#ifdef __cplusplus
28236extern "C"
28237{
28238#endif
28239/* We use char because int might match the return type of a gcc2
28240 builtin and then its argument prototype would still apply. */
28241char connect ();
28242/* The GNU C library defines this for functions which it implements
28243 to always fail with ENOSYS. Some functions are actually named
28244 something starting with __ and the normal name is an alias. */
28245#if defined (__stub_connect) || defined (__stub___connect)
28246choke me
28247#else
28248char (*f) () = connect;
28249#endif
28250#ifdef __cplusplus
28251}
28252#endif
28253
28254int
28255main ()
28256{
28257return f != connect;
28258 ;
28259 return 0;
28260}
28261_ACEOF
28262rm -f conftest.$ac_objext conftest$ac_exeext
28263if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 28264 (eval $ac_link) 2>conftest.er1
a848cd7e 28265 ac_status=$?
ac1cb8d3
VS
28266 grep -v '^ *+' conftest.er1 >conftest.err
28267 rm -f conftest.er1
28268 cat conftest.err >&5
a848cd7e
SC
28269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28270 (exit $ac_status); } &&
5ff751d6 28271 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
28272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28273 (eval $ac_try) 2>&5
28274 ac_status=$?
28275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28276 (exit $ac_status); }; } &&
28277 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
28278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28279 (eval $ac_try) 2>&5
28280 ac_status=$?
28281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28282 (exit $ac_status); }; }; then
28283 ac_cv_func_connect=yes
28284else
28285 echo "$as_me: failed program was:" >&5
28286sed 's/^/| /' conftest.$ac_ext >&5
28287
28288ac_cv_func_connect=no
28289fi
ac1cb8d3
VS
28290rm -f conftest.err conftest.$ac_objext \
28291 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
28292fi
28293echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
28294echo "${ECHO_T}$ac_cv_func_connect" >&6
28295
28296 if test $ac_cv_func_connect = no; then
28297 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
28298echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
28299if test "${ac_cv_lib_socket_connect+set}" = set; then
28300 echo $ECHO_N "(cached) $ECHO_C" >&6
28301else
28302 ac_check_lib_save_LIBS=$LIBS
28303LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
28304cat >conftest.$ac_ext <<_ACEOF
28305/* confdefs.h. */
28306_ACEOF
28307cat confdefs.h >>conftest.$ac_ext
28308cat >>conftest.$ac_ext <<_ACEOF
28309/* end confdefs.h. */
28310
28311/* Override any gcc2 internal prototype to avoid an error. */
28312#ifdef __cplusplus
28313extern "C"
28314#endif
28315/* We use char because int might match the return type of a gcc2
28316 builtin and then its argument prototype would still apply. */
28317char connect ();
28318int
28319main ()
28320{
28321connect ();
28322 ;
28323 return 0;
28324}
28325_ACEOF
28326rm -f conftest.$ac_objext conftest$ac_exeext
28327if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 28328 (eval $ac_link) 2>conftest.er1
a848cd7e 28329 ac_status=$?
ac1cb8d3
VS
28330 grep -v '^ *+' conftest.er1 >conftest.err
28331 rm -f conftest.er1
28332 cat conftest.err >&5
a848cd7e
SC
28333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28334 (exit $ac_status); } &&
5ff751d6 28335 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
28336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28337 (eval $ac_try) 2>&5
28338 ac_status=$?
28339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28340 (exit $ac_status); }; } &&
28341 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
28342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28343 (eval $ac_try) 2>&5
28344 ac_status=$?
28345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28346 (exit $ac_status); }; }; then
28347 ac_cv_lib_socket_connect=yes
28348else
28349 echo "$as_me: failed program was:" >&5
28350sed 's/^/| /' conftest.$ac_ext >&5
28351
28352ac_cv_lib_socket_connect=no
28353fi
ac1cb8d3
VS
28354rm -f conftest.err conftest.$ac_objext \
28355 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
28356LIBS=$ac_check_lib_save_LIBS
28357fi
28358echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
28359echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
28360if test $ac_cv_lib_socket_connect = yes; then
28361 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
28362fi
28363
28364 fi
28365
28366 # Guillermo Gomez says -lposix is necessary on A/UX.
28367 echo "$as_me:$LINENO: checking for remove" >&5
28368echo $ECHO_N "checking for remove... $ECHO_C" >&6
28369if test "${ac_cv_func_remove+set}" = set; then
28370 echo $ECHO_N "(cached) $ECHO_C" >&6
28371else
28372 cat >conftest.$ac_ext <<_ACEOF
28373/* confdefs.h. */
28374_ACEOF
28375cat confdefs.h >>conftest.$ac_ext
28376cat >>conftest.$ac_ext <<_ACEOF
28377/* end confdefs.h. */
ac1cb8d3
VS
28378/* Define remove to an innocuous variant, in case <limits.h> declares remove.
28379 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28380#define remove innocuous_remove
28381
a848cd7e
SC
28382/* System header to define __stub macros and hopefully few prototypes,
28383 which can conflict with char remove (); below.
28384 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28385 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 28386
a848cd7e
SC
28387#ifdef __STDC__
28388# include <limits.h>
28389#else
28390# include <assert.h>
28391#endif
ac1cb8d3
VS
28392
28393#undef remove
28394
a848cd7e
SC
28395/* Override any gcc2 internal prototype to avoid an error. */
28396#ifdef __cplusplus
28397extern "C"
28398{
28399#endif
28400/* We use char because int might match the return type of a gcc2
28401 builtin and then its argument prototype would still apply. */
28402char remove ();
28403/* The GNU C library defines this for functions which it implements
28404 to always fail with ENOSYS. Some functions are actually named
28405 something starting with __ and the normal name is an alias. */
28406#if defined (__stub_remove) || defined (__stub___remove)
28407choke me
28408#else
28409char (*f) () = remove;
28410#endif
28411#ifdef __cplusplus
28412}
28413#endif
28414
28415int
28416main ()
28417{
28418return f != remove;
28419 ;
28420 return 0;
28421}
28422_ACEOF
28423rm -f conftest.$ac_objext conftest$ac_exeext
28424if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 28425 (eval $ac_link) 2>conftest.er1
a848cd7e 28426 ac_status=$?
ac1cb8d3
VS
28427 grep -v '^ *+' conftest.er1 >conftest.err
28428 rm -f conftest.er1
28429 cat conftest.err >&5
a848cd7e
SC
28430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28431 (exit $ac_status); } &&
5ff751d6 28432 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
28433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28434 (eval $ac_try) 2>&5
28435 ac_status=$?
28436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28437 (exit $ac_status); }; } &&
28438 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
28439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28440 (eval $ac_try) 2>&5
28441 ac_status=$?
28442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28443 (exit $ac_status); }; }; then
28444 ac_cv_func_remove=yes
28445else
28446 echo "$as_me: failed program was:" >&5
28447sed 's/^/| /' conftest.$ac_ext >&5
28448
28449ac_cv_func_remove=no
28450fi
ac1cb8d3
VS
28451rm -f conftest.err conftest.$ac_objext \
28452 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
28453fi
28454echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
28455echo "${ECHO_T}$ac_cv_func_remove" >&6
28456
28457 if test $ac_cv_func_remove = no; then
28458 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
28459echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
28460if test "${ac_cv_lib_posix_remove+set}" = set; then
28461 echo $ECHO_N "(cached) $ECHO_C" >&6
28462else
28463 ac_check_lib_save_LIBS=$LIBS
28464LIBS="-lposix $LIBS"
28465cat >conftest.$ac_ext <<_ACEOF
28466/* confdefs.h. */
28467_ACEOF
28468cat confdefs.h >>conftest.$ac_ext
28469cat >>conftest.$ac_ext <<_ACEOF
28470/* end confdefs.h. */
28471
28472/* Override any gcc2 internal prototype to avoid an error. */
28473#ifdef __cplusplus
28474extern "C"
28475#endif
28476/* We use char because int might match the return type of a gcc2
28477 builtin and then its argument prototype would still apply. */
28478char remove ();
28479int
28480main ()
28481{
28482remove ();
28483 ;
28484 return 0;
28485}
28486_ACEOF
28487rm -f conftest.$ac_objext conftest$ac_exeext
28488if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 28489 (eval $ac_link) 2>conftest.er1
a848cd7e 28490 ac_status=$?
ac1cb8d3
VS
28491 grep -v '^ *+' conftest.er1 >conftest.err
28492 rm -f conftest.er1
28493 cat conftest.err >&5
a848cd7e
SC
28494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28495 (exit $ac_status); } &&
5ff751d6 28496 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
28497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28498 (eval $ac_try) 2>&5
28499 ac_status=$?
28500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28501 (exit $ac_status); }; } &&
28502 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
28503 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28504 (eval $ac_try) 2>&5
28505 ac_status=$?
28506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28507 (exit $ac_status); }; }; then
28508 ac_cv_lib_posix_remove=yes
28509else
28510 echo "$as_me: failed program was:" >&5
28511sed 's/^/| /' conftest.$ac_ext >&5
28512
28513ac_cv_lib_posix_remove=no
28514fi
ac1cb8d3
VS
28515rm -f conftest.err conftest.$ac_objext \
28516 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
28517LIBS=$ac_check_lib_save_LIBS
28518fi
28519echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
28520echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
28521if test $ac_cv_lib_posix_remove = yes; then
28522 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
28523fi
28524
28525 fi
28526
28527 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
28528 echo "$as_me:$LINENO: checking for shmat" >&5
28529echo $ECHO_N "checking for shmat... $ECHO_C" >&6
28530if test "${ac_cv_func_shmat+set}" = set; then
28531 echo $ECHO_N "(cached) $ECHO_C" >&6
28532else
28533 cat >conftest.$ac_ext <<_ACEOF
28534/* confdefs.h. */
28535_ACEOF
28536cat confdefs.h >>conftest.$ac_ext
28537cat >>conftest.$ac_ext <<_ACEOF
28538/* end confdefs.h. */
ac1cb8d3
VS
28539/* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
28540 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28541#define shmat innocuous_shmat
28542
a848cd7e
SC
28543/* System header to define __stub macros and hopefully few prototypes,
28544 which can conflict with char shmat (); below.
28545 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28546 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 28547
a848cd7e
SC
28548#ifdef __STDC__
28549# include <limits.h>
28550#else
28551# include <assert.h>
28552#endif
ac1cb8d3
VS
28553
28554#undef shmat
28555
a848cd7e
SC
28556/* Override any gcc2 internal prototype to avoid an error. */
28557#ifdef __cplusplus
28558extern "C"
28559{
28560#endif
28561/* We use char because int might match the return type of a gcc2
28562 builtin and then its argument prototype would still apply. */
28563char shmat ();
28564/* The GNU C library defines this for functions which it implements
28565 to always fail with ENOSYS. Some functions are actually named
28566 something starting with __ and the normal name is an alias. */
28567#if defined (__stub_shmat) || defined (__stub___shmat)
28568choke me
28569#else
28570char (*f) () = shmat;
28571#endif
28572#ifdef __cplusplus
28573}
28574#endif
28575
28576int
28577main ()
28578{
28579return f != shmat;
28580 ;
28581 return 0;
28582}
28583_ACEOF
28584rm -f conftest.$ac_objext conftest$ac_exeext
28585if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 28586 (eval $ac_link) 2>conftest.er1
a848cd7e 28587 ac_status=$?
ac1cb8d3
VS
28588 grep -v '^ *+' conftest.er1 >conftest.err
28589 rm -f conftest.er1
28590 cat conftest.err >&5
a848cd7e
SC
28591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28592 (exit $ac_status); } &&
5ff751d6 28593 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
28594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28595 (eval $ac_try) 2>&5
28596 ac_status=$?
28597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28598 (exit $ac_status); }; } &&
28599 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
28600 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28601 (eval $ac_try) 2>&5
28602 ac_status=$?
28603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28604 (exit $ac_status); }; }; then
28605 ac_cv_func_shmat=yes
28606else
28607 echo "$as_me: failed program was:" >&5
28608sed 's/^/| /' conftest.$ac_ext >&5
28609
28610ac_cv_func_shmat=no
28611fi
ac1cb8d3
VS
28612rm -f conftest.err conftest.$ac_objext \
28613 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
28614fi
28615echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
28616echo "${ECHO_T}$ac_cv_func_shmat" >&6
28617
28618 if test $ac_cv_func_shmat = no; then
28619 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
28620echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
28621if test "${ac_cv_lib_ipc_shmat+set}" = set; then
28622 echo $ECHO_N "(cached) $ECHO_C" >&6
28623else
28624 ac_check_lib_save_LIBS=$LIBS
28625LIBS="-lipc $LIBS"
28626cat >conftest.$ac_ext <<_ACEOF
28627/* confdefs.h. */
28628_ACEOF
28629cat confdefs.h >>conftest.$ac_ext
28630cat >>conftest.$ac_ext <<_ACEOF
28631/* end confdefs.h. */
28632
28633/* Override any gcc2 internal prototype to avoid an error. */
28634#ifdef __cplusplus
28635extern "C"
28636#endif
28637/* We use char because int might match the return type of a gcc2
28638 builtin and then its argument prototype would still apply. */
28639char shmat ();
28640int
28641main ()
28642{
28643shmat ();
28644 ;
28645 return 0;
28646}
28647_ACEOF
28648rm -f conftest.$ac_objext conftest$ac_exeext
28649if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 28650 (eval $ac_link) 2>conftest.er1
a848cd7e 28651 ac_status=$?
ac1cb8d3
VS
28652 grep -v '^ *+' conftest.er1 >conftest.err
28653 rm -f conftest.er1
28654 cat conftest.err >&5
a848cd7e
SC
28655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28656 (exit $ac_status); } &&
5ff751d6 28657 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
28658 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28659 (eval $ac_try) 2>&5
28660 ac_status=$?
28661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28662 (exit $ac_status); }; } &&
28663 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
28664 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28665 (eval $ac_try) 2>&5
28666 ac_status=$?
28667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28668 (exit $ac_status); }; }; then
28669 ac_cv_lib_ipc_shmat=yes
28670else
28671 echo "$as_me: failed program was:" >&5
28672sed 's/^/| /' conftest.$ac_ext >&5
28673
28674ac_cv_lib_ipc_shmat=no
28675fi
ac1cb8d3
VS
28676rm -f conftest.err conftest.$ac_objext \
28677 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
28678LIBS=$ac_check_lib_save_LIBS
28679fi
28680echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
28681echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
28682if test $ac_cv_lib_ipc_shmat = yes; then
28683 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
28684fi
28685
28686 fi
28687 fi
28688
28689 # Check for libraries that X11R6 Xt/Xaw programs need.
28690 ac_save_LDFLAGS=$LDFLAGS
28691 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
28692 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
28693 # check for ICE first), but we must link in the order -lSM -lICE or
28694 # we get undefined symbols. So assume we have SM if we have ICE.
28695 # These have to be linked with before -lX11, unlike the other
28696 # libraries we check for below, so use a different variable.
28697 # John Interrante, Karl Berry
28698 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
28699echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
28700if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
28701 echo $ECHO_N "(cached) $ECHO_C" >&6
28702else
28703 ac_check_lib_save_LIBS=$LIBS
28704LIBS="-lICE $X_EXTRA_LIBS $LIBS"
28705cat >conftest.$ac_ext <<_ACEOF
28706/* confdefs.h. */
28707_ACEOF
28708cat confdefs.h >>conftest.$ac_ext
28709cat >>conftest.$ac_ext <<_ACEOF
28710/* end confdefs.h. */
28711
28712/* Override any gcc2 internal prototype to avoid an error. */
28713#ifdef __cplusplus
28714extern "C"
28715#endif
28716/* We use char because int might match the return type of a gcc2
28717 builtin and then its argument prototype would still apply. */
28718char IceConnectionNumber ();
28719int
28720main ()
28721{
28722IceConnectionNumber ();
28723 ;
28724 return 0;
28725}
28726_ACEOF
28727rm -f conftest.$ac_objext conftest$ac_exeext
28728if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 28729 (eval $ac_link) 2>conftest.er1
a848cd7e 28730 ac_status=$?
ac1cb8d3
VS
28731 grep -v '^ *+' conftest.er1 >conftest.err
28732 rm -f conftest.er1
28733 cat conftest.err >&5
a848cd7e
SC
28734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28735 (exit $ac_status); } &&
5ff751d6 28736 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
28737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28738 (eval $ac_try) 2>&5
28739 ac_status=$?
28740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28741 (exit $ac_status); }; } &&
28742 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
28743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28744 (eval $ac_try) 2>&5
28745 ac_status=$?
28746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28747 (exit $ac_status); }; }; then
28748 ac_cv_lib_ICE_IceConnectionNumber=yes
28749else
28750 echo "$as_me: failed program was:" >&5
28751sed 's/^/| /' conftest.$ac_ext >&5
28752
28753ac_cv_lib_ICE_IceConnectionNumber=no
28754fi
ac1cb8d3
VS
28755rm -f conftest.err conftest.$ac_objext \
28756 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
28757LIBS=$ac_check_lib_save_LIBS
28758fi
28759echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
28760echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
28761if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
28762 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
28763fi
28764
28765 LDFLAGS=$ac_save_LDFLAGS
28766
28767fi
28768
28769
28770 if test "$no_x" = "yes"; then
89d90d6d
VZ
28771 { { echo "$as_me:$LINENO: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&5
28772echo "$as_me: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&2;}
28773 { (exit 1); exit 1; }; }
a848cd7e
SC
28774 fi
28775
74b84332
VS
28776 GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
28777 TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'`
a848cd7e
SC
28778 AFMINSTALL=afminstall
28779 COMPILED_X_PROGRAM=0
28780
74b84332
VS
28781 fi
28782
28783 if test "$wxUSE_X11" = 1; then
a848cd7e
SC
28784 if test "$wxUSE_NANOX" = "yes"; then
28785 echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
28786echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
28787 if test "x$MICROWIN" = x ; then
28788 echo "$as_me:$LINENO: result: not found" >&5
28789echo "${ECHO_T}not found" >&6
28790 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
28791echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
28792 { (exit 1); exit 1; }; }
28793 else
28794 echo "$as_me:$LINENO: result: $MICROWIN" >&5
28795echo "${ECHO_T}$MICROWIN" >&6
28796 cat >>confdefs.h <<\_ACEOF
28797#define wxUSE_NANOX 1
28798_ACEOF
28799
28800 fi
28801 fi
28802
28803 if test "$wxUSE_UNICODE" = "yes"; then
28804
28805 succeeded=no
28806
28807 if test -z "$PKG_CONFIG"; then
28808 # Extract the first word of "pkg-config", so it can be a program name with args.
28809set dummy pkg-config; ac_word=$2
28810echo "$as_me:$LINENO: checking for $ac_word" >&5
28811echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
28812if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
28813 echo $ECHO_N "(cached) $ECHO_C" >&6
28814else
28815 case $PKG_CONFIG in
28816 [\\/]* | ?:[\\/]*)
28817 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
28818 ;;
28819 *)
28820 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28821for as_dir in $PATH
28822do
28823 IFS=$as_save_IFS
28824 test -z "$as_dir" && as_dir=.
28825 for ac_exec_ext in '' $ac_executable_extensions; do
28826 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28827 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
28828 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28829 break 2
28830 fi
28831done
28832done
28833
28834 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
28835 ;;
28836esac
28837fi
28838PKG_CONFIG=$ac_cv_path_PKG_CONFIG
28839
28840if test -n "$PKG_CONFIG"; then
28841 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
28842echo "${ECHO_T}$PKG_CONFIG" >&6
28843else
28844 echo "$as_me:$LINENO: result: no" >&5
28845echo "${ECHO_T}no" >&6
28846fi
28847
28848 fi
28849
28850 if test "$PKG_CONFIG" = "no" ; then
28851 echo "*** The pkg-config script could not be found. Make sure it is"
28852 echo "*** in your path, or set the PKG_CONFIG environment variable"
28853 echo "*** to the full path to pkg-config."
28854 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
28855 else
28856 PKG_CONFIG_MIN_VERSION=0.9.0
28857 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
28858 echo "$as_me:$LINENO: checking for pangox" >&5
28859echo $ECHO_N "checking for pangox... $ECHO_C" >&6
28860
28861 if $PKG_CONFIG --exists "pangox" ; then
28862 echo "$as_me:$LINENO: result: yes" >&5
28863echo "${ECHO_T}yes" >&6
28864 succeeded=yes
28865
28866 echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5
28867echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6
28868 PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox"`
28869 echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5
28870echo "${ECHO_T}$PANGOX_CFLAGS" >&6
28871
28872 echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5
28873echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6
28874 PANGOX_LIBS=`$PKG_CONFIG --libs "pangox"`
28875 echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5
28876echo "${ECHO_T}$PANGOX_LIBS" >&6
28877 else
28878 PANGOX_CFLAGS=""
28879 PANGOX_LIBS=""
28880 ## If we have a custom action on failure, don't print errors, but
28881 ## do set a variable so people can do so.
28882 PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
28883
28884 fi
28885
28886
28887
28888 else
28889 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
28890 echo "*** See http://www.freedesktop.org/software/pkgconfig"
28891 fi
28892 fi
28893
28894 if test $succeeded = yes; then
28895
28896 CXXFLAGS="$CXXFLAGS $PANGOX_CFLAGS"
28897 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOX_LIBS"
28898
28899 else
28900
28901 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
28902echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
28903 { (exit 1); exit 1; }; }
28904
28905
28906 fi
28907
28908
28909 succeeded=no
28910
28911 if test -z "$PKG_CONFIG"; then
28912 # Extract the first word of "pkg-config", so it can be a program name with args.
28913set dummy pkg-config; ac_word=$2
28914echo "$as_me:$LINENO: checking for $ac_word" >&5
28915echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
28916if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
28917 echo $ECHO_N "(cached) $ECHO_C" >&6
28918else
28919 case $PKG_CONFIG in
28920 [\\/]* | ?:[\\/]*)
28921 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
28922 ;;
28923 *)
28924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28925for as_dir in $PATH
28926do
28927 IFS=$as_save_IFS
28928 test -z "$as_dir" && as_dir=.
28929 for ac_exec_ext in '' $ac_executable_extensions; do
28930 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28931 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
28932 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28933 break 2
28934 fi
28935done
28936done
28937
28938 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
28939 ;;
28940esac
28941fi
28942PKG_CONFIG=$ac_cv_path_PKG_CONFIG
28943
28944if test -n "$PKG_CONFIG"; then
28945 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
28946echo "${ECHO_T}$PKG_CONFIG" >&6
28947else
28948 echo "$as_me:$LINENO: result: no" >&5
28949echo "${ECHO_T}no" >&6
28950fi
28951
28952 fi
28953
28954 if test "$PKG_CONFIG" = "no" ; then
28955 echo "*** The pkg-config script could not be found. Make sure it is"
28956 echo "*** in your path, or set the PKG_CONFIG environment variable"
28957 echo "*** to the full path to pkg-config."
28958 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
28959 else
28960 PKG_CONFIG_MIN_VERSION=0.9.0
28961 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
28962 echo "$as_me:$LINENO: checking for pangoft2" >&5
28963echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
28964
28965 if $PKG_CONFIG --exists "pangoft2" ; then
28966 echo "$as_me:$LINENO: result: yes" >&5
28967echo "${ECHO_T}yes" >&6
28968 succeeded=yes
28969
28970 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
28971echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
28972 PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"`
28973 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
28974echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
28975
28976 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
28977echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
28978 PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"`
28979 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
28980echo "${ECHO_T}$PANGOFT2_LIBS" >&6
28981 else
28982 PANGOFT2_CFLAGS=""
28983 PANGOFT2_LIBS=""
28984 ## If we have a custom action on failure, don't print errors, but
28985 ## do set a variable so people can do so.
28986 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
28987
28988 fi
28989
28990
28991
28992 else
28993 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
28994 echo "*** See http://www.freedesktop.org/software/pkgconfig"
28995 fi
28996 fi
28997
28998 if test $succeeded = yes; then
28999
29000 CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS"
29001 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
29002
29003 else
29004
29005 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
29006echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
29007 wxUSE_PRINTING_ARCHITECTURE="no"
29008
29009
29010 fi
29011
29012
29013 succeeded=no
29014
29015 if test -z "$PKG_CONFIG"; then
29016 # Extract the first word of "pkg-config", so it can be a program name with args.
29017set dummy pkg-config; ac_word=$2
29018echo "$as_me:$LINENO: checking for $ac_word" >&5
29019echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
29020if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
29021 echo $ECHO_N "(cached) $ECHO_C" >&6
29022else
29023 case $PKG_CONFIG in
29024 [\\/]* | ?:[\\/]*)
29025 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
29026 ;;
29027 *)
29028 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29029for as_dir in $PATH
29030do
29031 IFS=$as_save_IFS
29032 test -z "$as_dir" && as_dir=.
29033 for ac_exec_ext in '' $ac_executable_extensions; do
29034 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29035 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
29036 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29037 break 2
29038 fi
29039done
29040done
29041
29042 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
29043 ;;
29044esac
29045fi
29046PKG_CONFIG=$ac_cv_path_PKG_CONFIG
29047
29048if test -n "$PKG_CONFIG"; then
29049 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
29050echo "${ECHO_T}$PKG_CONFIG" >&6
29051else
29052 echo "$as_me:$LINENO: result: no" >&5
29053echo "${ECHO_T}no" >&6
29054fi
29055
29056 fi
29057
29058 if test "$PKG_CONFIG" = "no" ; then
29059 echo "*** The pkg-config script could not be found. Make sure it is"
29060 echo "*** in your path, or set the PKG_CONFIG environment variable"
29061 echo "*** to the full path to pkg-config."
29062 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
29063 else
29064 PKG_CONFIG_MIN_VERSION=0.9.0
29065 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
29066 echo "$as_me:$LINENO: checking for pangoxft" >&5
29067echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6
29068
29069 if $PKG_CONFIG --exists "pangoxft" ; then
29070 echo "$as_me:$LINENO: result: yes" >&5
29071echo "${ECHO_T}yes" >&6
29072 succeeded=yes
29073
29074 echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5
29075echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6
29076 PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft"`
29077 echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5
29078echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6
29079
29080 echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5
29081echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6
29082 PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft"`
29083 echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5
29084echo "${ECHO_T}$PANGOXFT_LIBS" >&6
29085 else
29086 PANGOXFT_CFLAGS=""
29087 PANGOXFT_LIBS=""
29088 ## If we have a custom action on failure, don't print errors, but
29089 ## do set a variable so people can do so.
29090 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
29091
29092 fi
29093
29094
29095
29096 else
29097 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
29098 echo "*** See http://www.freedesktop.org/software/pkgconfig"
29099 fi
29100 fi
29101
29102 if test $succeeded = yes; then
29103
4ae1af05
MB
29104 cat >>confdefs.h <<\_ACEOF
29105#define HAVE_PANGO_XFT 1
29106_ACEOF
29107
a848cd7e
SC
29108 CXXFLAGS="$CXXFLAGS $PANGOXFT_CFLAGS"
29109 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
29110
29111 else
29112
29113 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
29114echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
29115
29116
29117 fi
29118
304205f1
VS
29119 save_CFLAGS="$CFLAGS"
29120 save_LIBS="$LIBS"
29121 CFLAGS="$CFLAGS $PANGOX_CFLAGS"
29122 LIBS="$LIBS $PANGOX_LIBS"
29123
29124for ac_func in pango_font_family_is_monospace
29125do
29126as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29127echo "$as_me:$LINENO: checking for $ac_func" >&5
29128echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
29129if eval "test \"\${$as_ac_var+set}\" = set"; then
29130 echo $ECHO_N "(cached) $ECHO_C" >&6
29131else
29132 cat >conftest.$ac_ext <<_ACEOF
29133/* confdefs.h. */
29134_ACEOF
29135cat confdefs.h >>conftest.$ac_ext
29136cat >>conftest.$ac_ext <<_ACEOF
29137/* end confdefs.h. */
29138/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
29139 For example, HP-UX 11i <limits.h> declares gettimeofday. */
29140#define $ac_func innocuous_$ac_func
29141
29142/* System header to define __stub macros and hopefully few prototypes,
29143 which can conflict with char $ac_func (); below.
29144 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29145 <limits.h> exists even on freestanding compilers. */
29146
29147#ifdef __STDC__
29148# include <limits.h>
29149#else
29150# include <assert.h>
29151#endif
29152
29153#undef $ac_func
29154
29155/* Override any gcc2 internal prototype to avoid an error. */
29156#ifdef __cplusplus
29157extern "C"
29158{
29159#endif
29160/* We use char because int might match the return type of a gcc2
29161 builtin and then its argument prototype would still apply. */
29162char $ac_func ();
29163/* The GNU C library defines this for functions which it implements
29164 to always fail with ENOSYS. Some functions are actually named
29165 something starting with __ and the normal name is an alias. */
29166#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
29167choke me
29168#else
29169char (*f) () = $ac_func;
29170#endif
29171#ifdef __cplusplus
29172}
29173#endif
29174
29175int
29176main ()
29177{
29178return f != $ac_func;
29179 ;
29180 return 0;
29181}
29182_ACEOF
29183rm -f conftest.$ac_objext conftest$ac_exeext
29184if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29185 (eval $ac_link) 2>conftest.er1
29186 ac_status=$?
29187 grep -v '^ *+' conftest.er1 >conftest.err
29188 rm -f conftest.er1
29189 cat conftest.err >&5
29190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29191 (exit $ac_status); } &&
5ff751d6 29192 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
304205f1
VS
29193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29194 (eval $ac_try) 2>&5
29195 ac_status=$?
29196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29197 (exit $ac_status); }; } &&
29198 { ac_try='test -s conftest$ac_exeext'
29199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29200 (eval $ac_try) 2>&5
29201 ac_status=$?
29202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29203 (exit $ac_status); }; }; then
29204 eval "$as_ac_var=yes"
29205else
29206 echo "$as_me: failed program was:" >&5
29207sed 's/^/| /' conftest.$ac_ext >&5
29208
29209eval "$as_ac_var=no"
29210fi
29211rm -f conftest.err conftest.$ac_objext \
29212 conftest$ac_exeext conftest.$ac_ext
29213fi
29214echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
29215echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
29216if test `eval echo '${'$as_ac_var'}'` = yes; then
29217 cat >>confdefs.h <<_ACEOF
29218#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29219_ACEOF
29220
29221fi
29222done
29223
29224 CFLAGS="$save_CFLAGS"
29225 LIBS="$save_LIBS"
a848cd7e
SC
29226 fi
29227
29228 wxUSE_UNIVERSAL="yes"
29229
29230 if test "$wxUSE_NANOX" = "yes"; then
29231 TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
29232 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__NANOX__ -DMWPIXEL_FORMAT=MWPF_TRUECOLOR0888 -DHAVE_FILEIO -DHAVE_BMP_SUPPORT=1 -DHAVE_GIF_SUPPORT=1 -DHAVE_PNM_SUPPORT=1 -DHAVE_XPM_SUPPORT=1 -DUNIX=1 -DUSE_EXPOSURE -DSCREEN_HEIGHT=480 -DSCREEN_WIDTH=640 -DSCREEN_DEPTH=4 -DX11=1"
29233 GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
29234 else
29235 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11"
29236 fi
29237
a848cd7e
SC
29238 TOOLKIT=X11
29239 GUIDIST=X11_DIST
29240 fi
29241
29242 if test "$wxUSE_MOTIF" = 1; then
0a08f02a
MB
29243 if test "$wxUSE_UNICODE" = "yes"; then
29244 { { echo "$as_me:$LINENO: error: Unicode configuration not supported with Motif" >&5
29245echo "$as_me: error: Unicode configuration not supported with Motif" >&2;}
29246 { (exit 1); exit 1; }; }
29247 fi
29248
74b84332
VS
29249 echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
29250echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
a848cd7e 29251
74b84332
VS
29252ac_find_includes=
29253for ac_dir in $SEARCH_INCLUDE /usr/include;
29254 do
29255 if test -f "$ac_dir/Xm/Xm.h"; then
29256 ac_find_includes=$ac_dir
29257 break
29258 fi
29259 done
a848cd7e 29260
74b84332
VS
29261 if test "$ac_find_includes" != "" ; then
29262 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
29263echo "${ECHO_T}found in $ac_find_includes" >&6
29264
29265 if test "x$ac_find_includes" = "x/usr/include"; then
29266 ac_path_to_include=""
29267 else
29268 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
29269 result=$?
29270 if test $result = 0; then
29271 ac_path_to_include=""
29272 else
29273 ac_path_to_include=" -I$ac_find_includes"
29274 fi
a848cd7e
SC
29275 fi
29276
74b84332
VS
29277 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
29278 else
e051b34e
MW
29279 save_CFLAGS=$CFLAGS
29280 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
29281
74b84332 29282 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
29283/* confdefs.h. */
29284_ACEOF
29285cat confdefs.h >>conftest.$ac_ext
29286cat >>conftest.$ac_ext <<_ACEOF
29287/* end confdefs.h. */
29288
74b84332
VS
29289 #include <Xm/Xm.h>
29290
a848cd7e
SC
29291int
29292main ()
29293{
29294
74b84332
VS
29295 int version;
29296 version = xmUseVersion;
29297
a848cd7e
SC
29298 ;
29299 return 0;
29300}
29301_ACEOF
74b84332
VS
29302rm -f conftest.$ac_objext
29303if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29304 (eval $ac_compile) 2>conftest.er1
a848cd7e 29305 ac_status=$?
ac1cb8d3
VS
29306 grep -v '^ *+' conftest.er1 >conftest.err
29307 rm -f conftest.er1
29308 cat conftest.err >&5
a848cd7e
SC
29309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29310 (exit $ac_status); } &&
5ff751d6 29311 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
29312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29313 (eval $ac_try) 2>&5
29314 ac_status=$?
29315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29316 (exit $ac_status); }; } &&
74b84332 29317 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
29318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29319 (eval $ac_try) 2>&5
29320 ac_status=$?
29321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29322 (exit $ac_status); }; }; then
74b84332
VS
29323
29324 echo "$as_me:$LINENO: result: found in default search path" >&5
29325echo "${ECHO_T}found in default search path" >&6
29326 COMPILED_X_PROGRAM=1
29327
a848cd7e
SC
29328else
29329 echo "$as_me: failed program was:" >&5
29330sed 's/^/| /' conftest.$ac_ext >&5
29331
a848cd7e 29332
74b84332
VS
29333 echo "$as_me:$LINENO: result: no" >&5
29334echo "${ECHO_T}no" >&6
e051b34e
MW
29335 { { echo "$as_me:$LINENO: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&5
29336echo "$as_me: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&2;}
74b84332 29337 { (exit 1); exit 1; }; }
a848cd7e 29338
a848cd7e 29339
a848cd7e 29340fi
74b84332 29341rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
e051b34e
MW
29342
29343 CFLAGS=$save_CFLAGS
74b84332
VS
29344 fi
29345
0ad5d837
VZ
29346
29347 echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
74b84332
VS
29348echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
29349
0ad5d837
VZ
29350 ac_find_libraries=
29351 for ac_dir in $SEARCH_LIB;
74b84332 29352 do
3eca31dc 29353 for ac_extension in a so sl dylib dll.a; do
74b84332
VS
29354 if test -f "$ac_dir/libXm.$ac_extension"; then
29355 ac_find_libraries=$ac_dir
29356 break 2
a848cd7e 29357 fi
74b84332
VS
29358 done
29359 done
a848cd7e 29360
0ad5d837
VZ
29361
29362 if test "x$ac_find_libraries" != "x" ; then
29363 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
29364echo "${ECHO_T}found in $ac_find_libraries" >&6
a848cd7e 29365
74b84332 29366
0ad5d837 29367 if test "$ac_find_libraries" = "default location"; then
74b84332 29368 ac_path_to_link=""
a848cd7e 29369 else
0ad5d837
VZ
29370 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
29371 result=$?
29372 if test $result = 0; then
29373 ac_path_to_link=""
29374 else
29375 ac_path_to_link=" -L$ac_find_libraries"
29376 fi
74b84332
VS
29377 fi
29378
0ad5d837
VZ
29379 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
29380 else
29381 save_CFLAGS=$CFLAGS
29382 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
6f9cf1e6
MW
29383 save_LIBS="$LIBS"
29384 LIBS="$GUI_TK_LIBRARY -lXm -lXmu -lXext -lX11"
74b84332 29385
0ad5d837 29386 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
29387/* confdefs.h. */
29388_ACEOF
29389cat confdefs.h >>conftest.$ac_ext
29390cat >>conftest.$ac_ext <<_ACEOF
29391/* end confdefs.h. */
29392
0ad5d837 29393 #include <Xm/Xm.h>
74b84332 29394
a848cd7e
SC
29395int
29396main ()
29397{
74b84332 29398
0ad5d837
VZ
29399 int version;
29400 version = xmUseVersion;
74b84332 29401
a848cd7e
SC
29402 ;
29403 return 0;
29404}
29405_ACEOF
0ad5d837
VZ
29406rm -f conftest.$ac_objext conftest$ac_exeext
29407if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29408 (eval $ac_link) 2>conftest.er1
a848cd7e 29409 ac_status=$?
ac1cb8d3
VS
29410 grep -v '^ *+' conftest.er1 >conftest.err
29411 rm -f conftest.er1
29412 cat conftest.err >&5
a848cd7e
SC
29413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29414 (exit $ac_status); } &&
5ff751d6 29415 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
29416 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29417 (eval $ac_try) 2>&5
29418 ac_status=$?
29419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29420 (exit $ac_status); }; } &&
0ad5d837 29421 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
29422 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29423 (eval $ac_try) 2>&5
29424 ac_status=$?
29425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29426 (exit $ac_status); }; }; then
74b84332 29427
0ad5d837 29428 echo "$as_me:$LINENO: result: found in default search path" >&5
74b84332 29429echo "${ECHO_T}found in default search path" >&6
0ad5d837 29430 COMPILED_X_PROGRAM=1
74b84332 29431
a848cd7e
SC
29432else
29433 echo "$as_me: failed program was:" >&5
29434sed 's/^/| /' conftest.$ac_ext >&5
29435
74b84332 29436
6f9cf1e6 29437 echo "$as_me:$LINENO: result: no" >&5
74b84332 29438echo "${ECHO_T}no" >&6
6f9cf1e6 29439 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
74b84332
VS
29440echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
29441 { (exit 1); exit 1; }; }
29442
29443
29444fi
0ad5d837
VZ
29445rm -f conftest.err conftest.$ac_objext \
29446 conftest$ac_exeext conftest.$ac_ext
74b84332 29447
0ad5d837 29448 CFLAGS=$save_CFLAGS
6f9cf1e6 29449 LIBS="$save_LIBS"
74b84332
VS
29450 fi
29451
29452 echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
29453echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
29454 libp_link=""
29455 libsm_ice_link=""
29456 libs_found=0
29457 for libp in "" " -lXp"; do
29458 if test "$libs_found" = "0"; then
29459 for libsm_ice in "" " -lSM -lICE"; do
29460 if test "$libs_found" = "0"; then
29461 save_LIBS="$LIBS"
29462 LIBS="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
29463 save_CFLAGS=$CFLAGS
29464 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
29465
29466 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
29467/* confdefs.h. */
29468_ACEOF
29469cat confdefs.h >>conftest.$ac_ext
29470cat >>conftest.$ac_ext <<_ACEOF
29471/* end confdefs.h. */
29472
74b84332
VS
29473 #include <Xm/Xm.h>
29474 #include <Xm/List.h>
29475
a848cd7e
SC
29476int
29477main ()
29478{
74b84332
VS
29479
29480 XmString string = NULL;
29481 Widget w = NULL;
29482 int position = 0;
29483 XmListAddItem(w, string, position);
29484
a848cd7e
SC
29485 ;
29486 return 0;
29487}
29488_ACEOF
29489rm -f conftest.$ac_objext conftest$ac_exeext
29490if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 29491 (eval $ac_link) 2>conftest.er1
a848cd7e 29492 ac_status=$?
ac1cb8d3
VS
29493 grep -v '^ *+' conftest.er1 >conftest.err
29494 rm -f conftest.er1
29495 cat conftest.err >&5
a848cd7e
SC
29496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29497 (exit $ac_status); } &&
5ff751d6 29498 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
29499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29500 (eval $ac_try) 2>&5
29501 ac_status=$?
29502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29503 (exit $ac_status); }; } &&
29504 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
29505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29506 (eval $ac_try) 2>&5
29507 ac_status=$?
29508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29509 (exit $ac_status); }; }; then
29510
29511 libp_link="$libp"
29512 libsm_ice_link="$libsm_ice"
29513 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
29514echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
29515 libs_found=1
29516
29517else
29518 echo "$as_me: failed program was:" >&5
29519sed 's/^/| /' conftest.$ac_ext >&5
29520
29521
29522
29523fi
ac1cb8d3
VS
29524rm -f conftest.err conftest.$ac_objext \
29525 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
29526
29527 LIBS="$save_LIBS"
29528 CFLAGS=$save_CFLAGS
29529 fi
29530 done
29531 fi
29532 done
29533
29534 if test "$libs_found" = "0"; then
29535 echo "$as_me:$LINENO: result: can't find the right libraries" >&5
29536echo "${ECHO_T}can't find the right libraries" >&6
29537 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
29538echo "$as_me: error: can't link a simple motif program" >&2;}
29539 { (exit 1); exit 1; }; }
29540 fi
29541
62fa8b3a
MW
29542 echo "$as_me:$LINENO: checking for SgCreateList in -lSgm" >&5
29543echo $ECHO_N "checking for SgCreateList in -lSgm... $ECHO_C" >&6
29544if test "${ac_cv_lib_Sgm_SgCreateList+set}" = set; then
29545 echo $ECHO_N "(cached) $ECHO_C" >&6
29546else
29547 ac_check_lib_save_LIBS=$LIBS
29548LIBS="-lSgm $LIBS"
29549cat >conftest.$ac_ext <<_ACEOF
29550/* confdefs.h. */
29551_ACEOF
29552cat confdefs.h >>conftest.$ac_ext
29553cat >>conftest.$ac_ext <<_ACEOF
29554/* end confdefs.h. */
29555
29556/* Override any gcc2 internal prototype to avoid an error. */
29557#ifdef __cplusplus
29558extern "C"
29559#endif
29560/* We use char because int might match the return type of a gcc2
29561 builtin and then its argument prototype would still apply. */
29562char SgCreateList ();
29563int
29564main ()
29565{
29566SgCreateList ();
29567 ;
29568 return 0;
29569}
29570_ACEOF
29571rm -f conftest.$ac_objext conftest$ac_exeext
29572if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29573 (eval $ac_link) 2>conftest.er1
29574 ac_status=$?
29575 grep -v '^ *+' conftest.er1 >conftest.err
29576 rm -f conftest.er1
29577 cat conftest.err >&5
29578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29579 (exit $ac_status); } &&
5ff751d6 29580 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
62fa8b3a
MW
29581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29582 (eval $ac_try) 2>&5
29583 ac_status=$?
29584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29585 (exit $ac_status); }; } &&
29586 { ac_try='test -s conftest$ac_exeext'
29587 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29588 (eval $ac_try) 2>&5
29589 ac_status=$?
29590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29591 (exit $ac_status); }; }; then
29592 ac_cv_lib_Sgm_SgCreateList=yes
29593else
29594 echo "$as_me: failed program was:" >&5
29595sed 's/^/| /' conftest.$ac_ext >&5
29596
29597ac_cv_lib_Sgm_SgCreateList=no
29598fi
29599rm -f conftest.err conftest.$ac_objext \
29600 conftest$ac_exeext conftest.$ac_ext
29601LIBS=$ac_check_lib_save_LIBS
29602fi
29603echo "$as_me:$LINENO: result: $ac_cv_lib_Sgm_SgCreateList" >&5
29604echo "${ECHO_T}$ac_cv_lib_Sgm_SgCreateList" >&6
29605if test $ac_cv_lib_Sgm_SgCreateList = yes; then
29606 libsgm_link=" -lSgm"
29607fi
29608
29609
a848cd7e
SC
29610 save_CFLAGS=$CFLAGS
29611 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
0ad5d837 29612
a848cd7e
SC
29613 echo "$as_me:$LINENO: checking for Motif 2" >&5
29614echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
0ad5d837
VZ
29615if test "${wx_cv_lib_motif2+set}" = set; then
29616 echo $ECHO_N "(cached) $ECHO_C" >&6
29617else
29618 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
29619/* confdefs.h. */
29620_ACEOF
29621cat confdefs.h >>conftest.$ac_ext
29622cat >>conftest.$ac_ext <<_ACEOF
29623/* end confdefs.h. */
29624
0ad5d837 29625 #include <Xm/Xm.h>
a848cd7e
SC
29626
29627int
29628main ()
29629{
29630
0ad5d837
VZ
29631 #if XmVersion < 2000
29632 Not Motif 2
29633 #endif
a848cd7e
SC
29634
29635 ;
29636 return 0;
29637}
29638_ACEOF
29639rm -f conftest.$ac_objext
29640if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 29641 (eval $ac_compile) 2>conftest.er1
a848cd7e 29642 ac_status=$?
ac1cb8d3
VS
29643 grep -v '^ *+' conftest.er1 >conftest.err
29644 rm -f conftest.er1
29645 cat conftest.err >&5
a848cd7e
SC
29646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29647 (exit $ac_status); } &&
5ff751d6 29648 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
29649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29650 (eval $ac_try) 2>&5
29651 ac_status=$?
29652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29653 (exit $ac_status); }; } &&
29654 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
29655 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29656 (eval $ac_try) 2>&5
29657 ac_status=$?
29658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29659 (exit $ac_status); }; }; then
0ad5d837 29660 wx_cv_lib_motif2="yes"
a848cd7e
SC
29661else
29662 echo "$as_me: failed program was:" >&5
29663sed 's/^/| /' conftest.$ac_ext >&5
29664
0ad5d837
VZ
29665wx_cv_lib_motif2="no"
29666fi
29667rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29668fi
29669echo "$as_me:$LINENO: result: $wx_cv_lib_motif2" >&5
29670echo "${ECHO_T}$wx_cv_lib_motif2" >&6
29671 if test "$wx_cv_lib_motif2" = "yes"; then
29672 cat >>confdefs.h <<\_ACEOF
29673#define __WXMOTIF20__ 1
29674_ACEOF
a848cd7e 29675
0ad5d837
VZ
29676 else
29677 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
29678#define __WXMOTIF20__ 0
29679_ACEOF
29680
0ad5d837 29681 fi
2113bc77
MW
29682
29683 echo "$as_me:$LINENO: checking whether Motif is Lesstif" >&5
29684echo $ECHO_N "checking whether Motif is Lesstif... $ECHO_C" >&6
0ad5d837
VZ
29685if test "${wx_cv_lib_lesstif+set}" = set; then
29686 echo $ECHO_N "(cached) $ECHO_C" >&6
29687else
29688 cat >conftest.$ac_ext <<_ACEOF
2113bc77
MW
29689/* confdefs.h. */
29690_ACEOF
29691cat confdefs.h >>conftest.$ac_ext
29692cat >>conftest.$ac_ext <<_ACEOF
29693/* end confdefs.h. */
29694
0ad5d837 29695 #include <Xm/Xm.h>
2113bc77
MW
29696
29697int
29698main ()
29699{
29700
0ad5d837
VZ
29701 #if !defined(LesstifVersion) || LesstifVersion <= 0
29702 Not Lesstif
29703 #endif
2113bc77
MW
29704
29705 ;
29706 return 0;
29707}
29708_ACEOF
29709rm -f conftest.$ac_objext
29710if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29711 (eval $ac_compile) 2>conftest.er1
29712 ac_status=$?
29713 grep -v '^ *+' conftest.er1 >conftest.err
29714 rm -f conftest.er1
29715 cat conftest.err >&5
29716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29717 (exit $ac_status); } &&
5ff751d6 29718 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2113bc77
MW
29719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29720 (eval $ac_try) 2>&5
29721 ac_status=$?
29722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29723 (exit $ac_status); }; } &&
29724 { ac_try='test -s conftest.$ac_objext'
29725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29726 (eval $ac_try) 2>&5
29727 ac_status=$?
29728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29729 (exit $ac_status); }; }; then
0ad5d837 29730 wx_cv_lib_lesstif="yes"
2113bc77
MW
29731else
29732 echo "$as_me: failed program was:" >&5
29733sed 's/^/| /' conftest.$ac_ext >&5
29734
0ad5d837
VZ
29735wx_cv_lib_lesstif="no"
29736fi
29737rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2113bc77 29738
0ad5d837
VZ
29739fi
29740echo "$as_me:$LINENO: result: $wx_cv_lib_lesstif" >&5
29741echo "${ECHO_T}$wx_cv_lib_lesstif" >&6
29742 if test "$wx_cv_lib_lesstif" = "yes"; then
29743 cat >>confdefs.h <<\_ACEOF
29744#define __WXLESSTIF__ 1
29745_ACEOF
29746
29747 else
29748 cat >>confdefs.h <<\_ACEOF
2113bc77
MW
29749#define __WXLESSTIF__ 0
29750_ACEOF
29751
0ad5d837 29752 fi
2113bc77 29753
a848cd7e
SC
29754 CFLAGS=$save_CFLAGS
29755
62fa8b3a 29756 GUI_TK_LIBRARY="$GUI_TK_LIBRARY${libsgm_link} -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
a848cd7e
SC
29757 TOOLKIT=MOTIF
29758 GUIDIST=MOTIF_DIST
29759 fi
29760
74b84332 29761 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
a848cd7e
SC
29762 if test "$wxUSE_LIBXPM" = "sys"; then
29763 echo "$as_me:$LINENO: checking for Xpm library" >&5
29764echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
29765
0ad5d837
VZ
29766 ac_find_libraries=
29767 for ac_dir in $SEARCH_LIB;
a848cd7e 29768 do
3eca31dc 29769 for ac_extension in a so sl dylib dll.a; do
a848cd7e
SC
29770 if test -f "$ac_dir/libXpm.$ac_extension"; then
29771 ac_find_libraries=$ac_dir
29772 break 2
29773 fi
29774 done
29775 done
29776
29777 if test "$ac_find_libraries" != "" ; then
29778
0ad5d837 29779 if test "$ac_find_libraries" = "default location"; then
a848cd7e
SC
29780 ac_path_to_link=""
29781 else
0ad5d837
VZ
29782 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
29783 result=$?
29784 if test $result = 0; then
29785 ac_path_to_link=""
29786 else
29787 ac_path_to_link=" -L$ac_find_libraries"
29788 fi
a848cd7e
SC
29789 fi
29790
29791 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
0ad5d837
VZ
29792 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
29793echo "${ECHO_T}found in $ac_find_libraries" >&6
a848cd7e
SC
29794
29795 echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
29796echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
29797if test "${wx_cv_x11_xpm_h+set}" = set; then
29798 echo $ECHO_N "(cached) $ECHO_C" >&6
29799else
29800
29801 save_CFLAGS=$CFLAGS
29802 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
29803
29804 cat >conftest.$ac_ext <<_ACEOF
29805/* confdefs.h. */
29806_ACEOF
29807cat confdefs.h >>conftest.$ac_ext
29808cat >>conftest.$ac_ext <<_ACEOF
29809/* end confdefs.h. */
29810
29811 #include <X11/xpm.h>
29812
29813int
29814main ()
29815{
29816
29817 int version;
29818 version = XpmLibraryVersion();
29819
29820 ;
29821 return 0;
29822}
29823_ACEOF
29824rm -f conftest.$ac_objext
29825if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 29826 (eval $ac_compile) 2>conftest.er1
a848cd7e 29827 ac_status=$?
ac1cb8d3
VS
29828 grep -v '^ *+' conftest.er1 >conftest.err
29829 rm -f conftest.er1
29830 cat conftest.err >&5
a848cd7e
SC
29831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29832 (exit $ac_status); } &&
5ff751d6 29833 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
29834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29835 (eval $ac_try) 2>&5
29836 ac_status=$?
29837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29838 (exit $ac_status); }; } &&
29839 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
29840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29841 (eval $ac_try) 2>&5
29842 ac_status=$?
29843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29844 (exit $ac_status); }; }; then
29845 wx_cv_x11_xpm_h=yes
29846else
29847 echo "$as_me: failed program was:" >&5
29848sed 's/^/| /' conftest.$ac_ext >&5
29849
29850wx_cv_x11_xpm_h=no
29851
29852fi
ac1cb8d3 29853rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
29854
29855 CFLAGS=$save_CFLAGS
29856
29857
29858fi
29859echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
29860echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6
29861
29862 if test $wx_cv_x11_xpm_h = "yes"; then
29863 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXpm"
29864 cat >>confdefs.h <<\_ACEOF
29865#define wxHAVE_LIB_XPM 1
29866_ACEOF
29867
29868 else
29869 { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
29870echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
29871 fi
29872 fi
29873
29874 fi
29875
29876 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
29877echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
29878if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
29879 echo $ECHO_N "(cached) $ECHO_C" >&6
29880else
29881 ac_check_lib_save_LIBS=$LIBS
29882LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
29883cat >conftest.$ac_ext <<_ACEOF
29884/* confdefs.h. */
29885_ACEOF
29886cat confdefs.h >>conftest.$ac_ext
29887cat >>conftest.$ac_ext <<_ACEOF
29888/* end confdefs.h. */
29889
29890/* Override any gcc2 internal prototype to avoid an error. */
29891#ifdef __cplusplus
29892extern "C"
29893#endif
29894/* We use char because int might match the return type of a gcc2
29895 builtin and then its argument prototype would still apply. */
29896char XShapeQueryExtension ();
29897int
29898main ()
29899{
29900XShapeQueryExtension ();
29901 ;
29902 return 0;
29903}
29904_ACEOF
29905rm -f conftest.$ac_objext conftest$ac_exeext
29906if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 29907 (eval $ac_link) 2>conftest.er1
a848cd7e 29908 ac_status=$?
ac1cb8d3
VS
29909 grep -v '^ *+' conftest.er1 >conftest.err
29910 rm -f conftest.er1
29911 cat conftest.err >&5
a848cd7e
SC
29912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29913 (exit $ac_status); } &&
5ff751d6 29914 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
29915 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29916 (eval $ac_try) 2>&5
29917 ac_status=$?
29918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29919 (exit $ac_status); }; } &&
29920 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
29921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29922 (eval $ac_try) 2>&5
29923 ac_status=$?
29924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29925 (exit $ac_status); }; }; then
29926 ac_cv_lib_Xext_XShapeQueryExtension=yes
29927else
29928 echo "$as_me: failed program was:" >&5
29929sed 's/^/| /' conftest.$ac_ext >&5
29930
29931ac_cv_lib_Xext_XShapeQueryExtension=no
29932fi
ac1cb8d3
VS
29933rm -f conftest.err conftest.$ac_objext \
29934 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
29935LIBS=$ac_check_lib_save_LIBS
29936fi
29937echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
29938echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
29939if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
29940
29941 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext"
29942 wxHAVE_XEXT_LIB=1
29943
29944fi
29945
29946
29947 if test "$wxHAVE_XEXT_LIB" = 1; then
29948 save_CFLAGS="$CFLAGS"
29949 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
29950
29951 echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
29952echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
29953 cat >conftest.$ac_ext <<_ACEOF
29954/* confdefs.h. */
29955_ACEOF
29956cat confdefs.h >>conftest.$ac_ext
29957cat >>conftest.$ac_ext <<_ACEOF
29958/* end confdefs.h. */
29959
29960 #include <X11/Xlib.h>
29961 #include <X11/extensions/shape.h>
29962
29963int
29964main ()
29965{
29966
29967 int dummy1, dummy2;
29968 XShapeQueryExtension((Display*)NULL,
29969 (int*)NULL, (int*)NULL);
29970
29971 ;
29972 return 0;
29973}
29974_ACEOF
29975rm -f conftest.$ac_objext
29976if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 29977 (eval $ac_compile) 2>conftest.er1
a848cd7e 29978 ac_status=$?
ac1cb8d3
VS
29979 grep -v '^ *+' conftest.er1 >conftest.err
29980 rm -f conftest.er1
29981 cat conftest.err >&5
a848cd7e
SC
29982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29983 (exit $ac_status); } &&
5ff751d6 29984 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
29985 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29986 (eval $ac_try) 2>&5
29987 ac_status=$?
29988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29989 (exit $ac_status); }; } &&
29990 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
29991 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29992 (eval $ac_try) 2>&5
29993 ac_status=$?
29994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29995 (exit $ac_status); }; }; then
29996
29997 cat >>confdefs.h <<\_ACEOF
29998#define HAVE_XSHAPE 1
29999_ACEOF
30000
30001 echo "$as_me:$LINENO: result: found" >&5
30002echo "${ECHO_T}found" >&6
30003
30004else
30005 echo "$as_me: failed program was:" >&5
30006sed 's/^/| /' conftest.$ac_ext >&5
30007
30008
30009 echo "$as_me:$LINENO: result: not found" >&5
30010echo "${ECHO_T}not found" >&6
30011
30012fi
ac1cb8d3 30013rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
30014 CFLAGS="$save_CFLAGS"
30015
30016 fi
30017 fi
30018
30019 if test "$wxUSE_MAC" = 1; then
30020 echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
30021echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6
30022 if test "$GCC" = yes; then
30023 echo "$as_me:$LINENO: result: gcc" >&5
30024echo "${ECHO_T}gcc" >&6
30025 CPPFLAGS_PASCAL="-fpascal-strings"
30026 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
30027 echo "$as_me:$LINENO: result: xlc" >&5
30028echo "${ECHO_T}xlc" >&6
30029 CPPFLAGS_PASCAL="-qmacpstr"
30030 else
30031 echo "$as_me:$LINENO: result: none" >&5
30032echo "${ECHO_T}none" >&6
30033 fi
30034
1e9e8aba
DE
30035 if test "x$wxUSE_UNIX" = "xyes"; then
30036 CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon"
30037 else
30038 CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -DTARGET_CARBON"
30039 fi
a848cd7e 30040
a848cd7e
SC
30041 TOOLKIT=MAC
30042 GUIDIST=MACX_DIST
dd21ced8 30043 WXBASEPORT="_carbon"
a848cd7e
SC
30044 fi
30045
30046 if test "$wxUSE_COCOA" = 1; then
a848cd7e
SC
30047 TOOLKIT=COCOA
30048 GUIDIST=COCOA_DIST
30049 fi
30050
30051 if test "$wxUSE_PM" = 1; then
30052 TOOLKIT=PM
de59c161
RD
30053 GUIDIST=PM_DIST
30054 echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
30055echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6
30056if test "${wx_cv_spbcdata+set}" = set; then
30057 echo $ECHO_N "(cached) $ECHO_C" >&6
30058else
30059
30060 cat >conftest.$ac_ext <<_ACEOF
de59c161
RD
30061/* confdefs.h. */
30062_ACEOF
30063cat confdefs.h >>conftest.$ac_ext
30064cat >>conftest.$ac_ext <<_ACEOF
30065/* end confdefs.h. */
30066
30067 #define INCL_PM
30068 #include <os2.h>
30069
30070int
30071main ()
30072{
30073
30074 SPBCDATA test;
30075
30076 ;
30077 return 0;
30078}
30079_ACEOF
30080rm -f conftest.$ac_objext
30081if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 30082 (eval $ac_compile) 2>conftest.er1
de59c161 30083 ac_status=$?
ac1cb8d3
VS
30084 grep -v '^ *+' conftest.er1 >conftest.err
30085 rm -f conftest.er1
30086 cat conftest.err >&5
de59c161
RD
30087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30088 (exit $ac_status); } &&
5ff751d6 30089 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
30090 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30091 (eval $ac_try) 2>&5
30092 ac_status=$?
30093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30094 (exit $ac_status); }; } &&
30095 { ac_try='test -s conftest.$ac_objext'
de59c161
RD
30096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30097 (eval $ac_try) 2>&5
30098 ac_status=$?
30099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30100 (exit $ac_status); }; }; then
30101 wx_cv_spbcdata=yes
30102else
30103 echo "$as_me: failed program was:" >&5
30104sed 's/^/| /' conftest.$ac_ext >&5
30105
30106wx_cv_spbcdata=no
30107
30108fi
ac1cb8d3 30109rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
de59c161
RD
30110
30111
30112fi
30113echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
30114echo "${ECHO_T}$wx_cv_spbcdata" >&6
30115
30116 if test $wx_cv_spbcdata = "yes"; then
30117 cat >>confdefs.h <<\_ACEOF
30118#define HAVE_SPBCDATA 1
30119_ACEOF
30120
30121 fi
a848cd7e
SC
30122 fi
30123
30124 if test "$TOOLKIT" = "PM" ; then
30125 TOOLKIT_DIR="os2"
30126 else
30127 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
30128 fi
30129
a848cd7e 30130 if test "$wxUSE_UNIVERSAL" = "yes"; then
a848cd7e
SC
30131 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
30132 WIDGET_SET=univ
a848cd7e
SC
30133 fi
30134
30135 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
30136 DISTDIR="wx\$(TOOLKIT)"
30137else
30138 USE_GUI=0
30139
30140 TOOLKIT_DIR="base"
30141
30142 if test "$USE_WIN32" = 1 ; then
a848cd7e 30143 TOOLKIT="MSW"
a848cd7e
SC
30144 fi
30145
a848cd7e
SC
30146 GUIDIST="BASE_DIST"
30147 DISTDIR="wxBase"
30148fi
30149
30150
d12aef51
VZ
30151if test "$wxUSE_GUI" = "yes"; then
30152 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
30153
30154for ac_header in X11/Xlib.h
30155do
30156as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
30157if eval "test \"\${$as_ac_Header+set}\" = set"; then
30158 echo "$as_me:$LINENO: checking for $ac_header" >&5
30159echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
30160if eval "test \"\${$as_ac_Header+set}\" = set"; then
30161 echo $ECHO_N "(cached) $ECHO_C" >&6
30162fi
30163echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
30164echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
30165else
30166 # Is the header compilable?
30167echo "$as_me:$LINENO: checking $ac_header usability" >&5
30168echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
30169cat >conftest.$ac_ext <<_ACEOF
30170/* confdefs.h. */
30171_ACEOF
30172cat confdefs.h >>conftest.$ac_ext
30173cat >>conftest.$ac_ext <<_ACEOF
30174/* end confdefs.h. */
30175$ac_includes_default
30176#include <$ac_header>
30177_ACEOF
30178rm -f conftest.$ac_objext
30179if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30180 (eval $ac_compile) 2>conftest.er1
30181 ac_status=$?
30182 grep -v '^ *+' conftest.er1 >conftest.err
30183 rm -f conftest.er1
30184 cat conftest.err >&5
30185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30186 (exit $ac_status); } &&
5ff751d6 30187 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
d12aef51
VZ
30188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30189 (eval $ac_try) 2>&5
30190 ac_status=$?
30191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30192 (exit $ac_status); }; } &&
30193 { ac_try='test -s conftest.$ac_objext'
30194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30195 (eval $ac_try) 2>&5
30196 ac_status=$?
30197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30198 (exit $ac_status); }; }; then
30199 ac_header_compiler=yes
30200else
30201 echo "$as_me: failed program was:" >&5
30202sed 's/^/| /' conftest.$ac_ext >&5
30203
30204ac_header_compiler=no
30205fi
30206rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30207echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
30208echo "${ECHO_T}$ac_header_compiler" >&6
30209
30210# Is the header present?
30211echo "$as_me:$LINENO: checking $ac_header presence" >&5
30212echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
30213cat >conftest.$ac_ext <<_ACEOF
30214/* confdefs.h. */
30215_ACEOF
30216cat confdefs.h >>conftest.$ac_ext
30217cat >>conftest.$ac_ext <<_ACEOF
30218/* end confdefs.h. */
30219#include <$ac_header>
30220_ACEOF
30221if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
30222 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
30223 ac_status=$?
30224 grep -v '^ *+' conftest.er1 >conftest.err
30225 rm -f conftest.er1
30226 cat conftest.err >&5
30227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30228 (exit $ac_status); } >/dev/null; then
30229 if test -s conftest.err; then
30230 ac_cpp_err=$ac_c_preproc_warn_flag
30231 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
30232 else
30233 ac_cpp_err=
30234 fi
30235else
30236 ac_cpp_err=yes
30237fi
30238if test -z "$ac_cpp_err"; then
30239 ac_header_preproc=yes
30240else
30241 echo "$as_me: failed program was:" >&5
30242sed 's/^/| /' conftest.$ac_ext >&5
30243
30244 ac_header_preproc=no
30245fi
30246rm -f conftest.err conftest.$ac_ext
30247echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
30248echo "${ECHO_T}$ac_header_preproc" >&6
30249
30250# So? What about this header?
30251case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
30252 yes:no: )
30253 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
30254echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
30255 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
30256echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
30257 ac_header_preproc=yes
30258 ;;
30259 no:yes:* )
30260 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
30261echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
30262 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
30263echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
30264 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
30265echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
30266 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
30267echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
30268 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
30269echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
30270 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
30271echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
30272 (
30273 cat <<\_ASBOX
30274## ----------------------------------------- ##
30275## Report this to wx-dev@lists.wxwidgets.org ##
30276## ----------------------------------------- ##
30277_ASBOX
30278 ) |
30279 sed "s/^/$as_me: WARNING: /" >&2
30280 ;;
30281esac
30282echo "$as_me:$LINENO: checking for $ac_header" >&5
30283echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
30284if eval "test \"\${$as_ac_Header+set}\" = set"; then
30285 echo $ECHO_N "(cached) $ECHO_C" >&6
30286else
30287 eval "$as_ac_Header=\$ac_header_preproc"
30288fi
30289echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
30290echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
30291
30292fi
30293if test `eval echo '${'$as_ac_Header'}'` = yes; then
30294 cat >>confdefs.h <<_ACEOF
30295#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
30296_ACEOF
30297
30298fi
30299
30300done
30301
30302
30303for ac_header in X11/XKBlib.h
30304do
30305as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
30306echo "$as_me:$LINENO: checking for $ac_header" >&5
30307echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
30308if eval "test \"\${$as_ac_Header+set}\" = set"; then
30309 echo $ECHO_N "(cached) $ECHO_C" >&6
30310else
30311 cat >conftest.$ac_ext <<_ACEOF
30312/* confdefs.h. */
30313_ACEOF
30314cat confdefs.h >>conftest.$ac_ext
30315cat >>conftest.$ac_ext <<_ACEOF
30316/* end confdefs.h. */
30317
30318 #if HAVE_X11_XLIB_H
30319 #include <X11/Xlib.h>
30320 #endif
30321
30322
30323#include <$ac_header>
30324_ACEOF
30325rm -f conftest.$ac_objext
30326if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30327 (eval $ac_compile) 2>conftest.er1
30328 ac_status=$?
30329 grep -v '^ *+' conftest.er1 >conftest.err
30330 rm -f conftest.er1
30331 cat conftest.err >&5
30332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30333 (exit $ac_status); } &&
5ff751d6 30334 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
d12aef51
VZ
30335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30336 (eval $ac_try) 2>&5
30337 ac_status=$?
30338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30339 (exit $ac_status); }; } &&
30340 { ac_try='test -s conftest.$ac_objext'
30341 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30342 (eval $ac_try) 2>&5
30343 ac_status=$?
30344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30345 (exit $ac_status); }; }; then
30346 eval "$as_ac_Header=yes"
30347else
30348 echo "$as_me: failed program was:" >&5
30349sed 's/^/| /' conftest.$ac_ext >&5
30350
30351eval "$as_ac_Header=no"
30352fi
30353rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30354fi
30355echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
30356echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
30357if test `eval echo '${'$as_ac_Header'}'` = yes; then
30358 cat >>confdefs.h <<_ACEOF
30359#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
30360_ACEOF
30361
30362fi
30363
30364done
30365
30366 fi
30367fi
30368
a848cd7e
SC
30369
30370
30371IODBC_C_SRC=""
30372
30373
30374if test "$TOOLKIT" != "MSW" ; then
30375
30376 if test "$wxUSE_ODBC" = "sys" -o "$wxUSE_ODBC" = "yes" ; then
30377
30378 if test "${ac_cv_header_sql_h+set}" = set; then
30379 echo "$as_me:$LINENO: checking for sql.h" >&5
30380echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
30381if test "${ac_cv_header_sql_h+set}" = set; then
30382 echo $ECHO_N "(cached) $ECHO_C" >&6
30383fi
30384echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
30385echo "${ECHO_T}$ac_cv_header_sql_h" >&6
30386else
30387 # Is the header compilable?
30388echo "$as_me:$LINENO: checking sql.h usability" >&5
30389echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
30390cat >conftest.$ac_ext <<_ACEOF
30391/* confdefs.h. */
30392_ACEOF
30393cat confdefs.h >>conftest.$ac_ext
30394cat >>conftest.$ac_ext <<_ACEOF
30395/* end confdefs.h. */
30396$ac_includes_default
30397#include <sql.h>
30398_ACEOF
30399rm -f conftest.$ac_objext
30400if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 30401 (eval $ac_compile) 2>conftest.er1
a848cd7e 30402 ac_status=$?
ac1cb8d3
VS
30403 grep -v '^ *+' conftest.er1 >conftest.err
30404 rm -f conftest.er1
30405 cat conftest.err >&5
a848cd7e
SC
30406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30407 (exit $ac_status); } &&
5ff751d6 30408 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
30409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30410 (eval $ac_try) 2>&5
30411 ac_status=$?
30412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30413 (exit $ac_status); }; } &&
30414 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
30415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30416 (eval $ac_try) 2>&5
30417 ac_status=$?
30418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30419 (exit $ac_status); }; }; then
30420 ac_header_compiler=yes
30421else
30422 echo "$as_me: failed program was:" >&5
30423sed 's/^/| /' conftest.$ac_ext >&5
30424
30425ac_header_compiler=no
30426fi
ac1cb8d3 30427rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
30428echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
30429echo "${ECHO_T}$ac_header_compiler" >&6
30430
30431# Is the header present?
30432echo "$as_me:$LINENO: checking sql.h presence" >&5
30433echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
30434cat >conftest.$ac_ext <<_ACEOF
30435/* confdefs.h. */
30436_ACEOF
30437cat confdefs.h >>conftest.$ac_ext
30438cat >>conftest.$ac_ext <<_ACEOF
30439/* end confdefs.h. */
30440#include <sql.h>
30441_ACEOF
30442if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
30443 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
30444 ac_status=$?
30445 grep -v '^ *+' conftest.er1 >conftest.err
30446 rm -f conftest.er1
30447 cat conftest.err >&5
30448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30449 (exit $ac_status); } >/dev/null; then
30450 if test -s conftest.err; then
30451 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 30452 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
30453 else
30454 ac_cpp_err=
30455 fi
30456else
30457 ac_cpp_err=yes
30458fi
30459if test -z "$ac_cpp_err"; then
30460 ac_header_preproc=yes
30461else
30462 echo "$as_me: failed program was:" >&5
30463sed 's/^/| /' conftest.$ac_ext >&5
30464
30465 ac_header_preproc=no
30466fi
30467rm -f conftest.err conftest.$ac_ext
30468echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
30469echo "${ECHO_T}$ac_header_preproc" >&6
30470
30471# So? What about this header?
ac1cb8d3
VS
30472case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
30473 yes:no: )
a848cd7e
SC
30474 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
30475echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
30476 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the compiler's result" >&5
30477echo "$as_me: WARNING: sql.h: proceeding with the compiler's result" >&2;}
30478 ac_header_preproc=yes
a848cd7e 30479 ;;
ac1cb8d3 30480 no:yes:* )
a848cd7e
SC
30481 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
30482echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
30483 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
30484echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
30485 { echo "$as_me:$LINENO: WARNING: sql.h: see the Autoconf documentation" >&5
30486echo "$as_me: WARNING: sql.h: see the Autoconf documentation" >&2;}
30487 { echo "$as_me:$LINENO: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&5
30488echo "$as_me: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
30489 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
30490echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
30491 { echo "$as_me:$LINENO: WARNING: sql.h: in the future, the compiler will take precedence" >&5
30492echo "$as_me: WARNING: sql.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
30493 (
30494 cat <<\_ASBOX
ac1cb8d3
VS
30495## ----------------------------------------- ##
30496## Report this to wx-dev@lists.wxwidgets.org ##
30497## ----------------------------------------- ##
a848cd7e
SC
30498_ASBOX
30499 ) |
30500 sed "s/^/$as_me: WARNING: /" >&2
30501 ;;
30502esac
30503echo "$as_me:$LINENO: checking for sql.h" >&5
30504echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
30505if test "${ac_cv_header_sql_h+set}" = set; then
30506 echo $ECHO_N "(cached) $ECHO_C" >&6
30507else
30508 ac_cv_header_sql_h=$ac_header_preproc
30509fi
30510echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
30511echo "${ECHO_T}$ac_cv_header_sql_h" >&6
30512
30513fi
30514if test $ac_cv_header_sql_h = yes; then
30515 found_sql_h=1
30516fi
30517
30518
30519 if test "x$found_sql_h" = "x1" ; then
30520 echo "$as_me:$LINENO: checking for SQLAllocEnv in -liodbc" >&5
30521echo $ECHO_N "checking for SQLAllocEnv in -liodbc... $ECHO_C" >&6
30522if test "${ac_cv_lib_iodbc_SQLAllocEnv+set}" = set; then
30523 echo $ECHO_N "(cached) $ECHO_C" >&6
30524else
30525 ac_check_lib_save_LIBS=$LIBS
30526LIBS="-liodbc $LIBS"
30527cat >conftest.$ac_ext <<_ACEOF
30528/* confdefs.h. */
30529_ACEOF
30530cat confdefs.h >>conftest.$ac_ext
30531cat >>conftest.$ac_ext <<_ACEOF
30532/* end confdefs.h. */
30533
30534/* Override any gcc2 internal prototype to avoid an error. */
30535#ifdef __cplusplus
30536extern "C"
30537#endif
30538/* We use char because int might match the return type of a gcc2
30539 builtin and then its argument prototype would still apply. */
30540char SQLAllocEnv ();
30541int
30542main ()
30543{
30544SQLAllocEnv ();
30545 ;
30546 return 0;
30547}
30548_ACEOF
30549rm -f conftest.$ac_objext conftest$ac_exeext
30550if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 30551 (eval $ac_link) 2>conftest.er1
a848cd7e 30552 ac_status=$?
ac1cb8d3
VS
30553 grep -v '^ *+' conftest.er1 >conftest.err
30554 rm -f conftest.er1
30555 cat conftest.err >&5
a848cd7e
SC
30556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30557 (exit $ac_status); } &&
5ff751d6 30558 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
30559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30560 (eval $ac_try) 2>&5
30561 ac_status=$?
30562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30563 (exit $ac_status); }; } &&
30564 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
30565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30566 (eval $ac_try) 2>&5
30567 ac_status=$?
30568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30569 (exit $ac_status); }; }; then
30570 ac_cv_lib_iodbc_SQLAllocEnv=yes
30571else
30572 echo "$as_me: failed program was:" >&5
30573sed 's/^/| /' conftest.$ac_ext >&5
30574
30575ac_cv_lib_iodbc_SQLAllocEnv=no
30576fi
ac1cb8d3
VS
30577rm -f conftest.err conftest.$ac_objext \
30578 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
30579LIBS=$ac_check_lib_save_LIBS
30580fi
30581echo "$as_me:$LINENO: result: $ac_cv_lib_iodbc_SQLAllocEnv" >&5
30582echo "${ECHO_T}$ac_cv_lib_iodbc_SQLAllocEnv" >&6
30583if test $ac_cv_lib_iodbc_SQLAllocEnv = yes; then
30584 ODBC_LINK=" -liodbc"
30585else
30586
30587 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lunixodbc" >&5
30588echo $ECHO_N "checking for SQLAllocEnv in -lunixodbc... $ECHO_C" >&6
30589if test "${ac_cv_lib_unixodbc_SQLAllocEnv+set}" = set; then
30590 echo $ECHO_N "(cached) $ECHO_C" >&6
30591else
30592 ac_check_lib_save_LIBS=$LIBS
30593LIBS="-lunixodbc $LIBS"
30594cat >conftest.$ac_ext <<_ACEOF
30595/* confdefs.h. */
30596_ACEOF
30597cat confdefs.h >>conftest.$ac_ext
30598cat >>conftest.$ac_ext <<_ACEOF
30599/* end confdefs.h. */
30600
30601/* Override any gcc2 internal prototype to avoid an error. */
30602#ifdef __cplusplus
30603extern "C"
30604#endif
30605/* We use char because int might match the return type of a gcc2
30606 builtin and then its argument prototype would still apply. */
30607char SQLAllocEnv ();
30608int
30609main ()
30610{
30611SQLAllocEnv ();
30612 ;
30613 return 0;
30614}
30615_ACEOF
30616rm -f conftest.$ac_objext conftest$ac_exeext
30617if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 30618 (eval $ac_link) 2>conftest.er1
a848cd7e 30619 ac_status=$?
ac1cb8d3
VS
30620 grep -v '^ *+' conftest.er1 >conftest.err
30621 rm -f conftest.er1
30622 cat conftest.err >&5
a848cd7e
SC
30623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30624 (exit $ac_status); } &&
5ff751d6 30625 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
30626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30627 (eval $ac_try) 2>&5
30628 ac_status=$?
30629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30630 (exit $ac_status); }; } &&
30631 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
30632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30633 (eval $ac_try) 2>&5
30634 ac_status=$?
30635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30636 (exit $ac_status); }; }; then
30637 ac_cv_lib_unixodbc_SQLAllocEnv=yes
30638else
30639 echo "$as_me: failed program was:" >&5
30640sed 's/^/| /' conftest.$ac_ext >&5
30641
30642ac_cv_lib_unixodbc_SQLAllocEnv=no
30643fi
ac1cb8d3
VS
30644rm -f conftest.err conftest.$ac_objext \
30645 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
30646LIBS=$ac_check_lib_save_LIBS
30647fi
30648echo "$as_me:$LINENO: result: $ac_cv_lib_unixodbc_SQLAllocEnv" >&5
30649echo "${ECHO_T}$ac_cv_lib_unixodbc_SQLAllocEnv" >&6
30650if test $ac_cv_lib_unixodbc_SQLAllocEnv = yes; then
30651 ODBC_LINK=" -lunixodbc"
30652else
30653
30654 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lodbc" >&5
30655echo $ECHO_N "checking for SQLAllocEnv in -lodbc... $ECHO_C" >&6
30656if test "${ac_cv_lib_odbc_SQLAllocEnv+set}" = set; then
30657 echo $ECHO_N "(cached) $ECHO_C" >&6
30658else
30659 ac_check_lib_save_LIBS=$LIBS
30660LIBS="-lodbc $LIBS"
30661cat >conftest.$ac_ext <<_ACEOF
30662/* confdefs.h. */
30663_ACEOF
30664cat confdefs.h >>conftest.$ac_ext
30665cat >>conftest.$ac_ext <<_ACEOF
30666/* end confdefs.h. */
30667
30668/* Override any gcc2 internal prototype to avoid an error. */
30669#ifdef __cplusplus
30670extern "C"
30671#endif
30672/* We use char because int might match the return type of a gcc2
30673 builtin and then its argument prototype would still apply. */
30674char SQLAllocEnv ();
30675int
30676main ()
30677{
30678SQLAllocEnv ();
30679 ;
30680 return 0;
30681}
30682_ACEOF
30683rm -f conftest.$ac_objext conftest$ac_exeext
30684if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 30685 (eval $ac_link) 2>conftest.er1
a848cd7e 30686 ac_status=$?
ac1cb8d3
VS
30687 grep -v '^ *+' conftest.er1 >conftest.err
30688 rm -f conftest.er1
30689 cat conftest.err >&5
a848cd7e
SC
30690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30691 (exit $ac_status); } &&
5ff751d6 30692 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
30693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30694 (eval $ac_try) 2>&5
30695 ac_status=$?
30696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30697 (exit $ac_status); }; } &&
30698 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
30699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30700 (eval $ac_try) 2>&5
30701 ac_status=$?
30702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30703 (exit $ac_status); }; }; then
30704 ac_cv_lib_odbc_SQLAllocEnv=yes
30705else
30706 echo "$as_me: failed program was:" >&5
30707sed 's/^/| /' conftest.$ac_ext >&5
30708
30709ac_cv_lib_odbc_SQLAllocEnv=no
30710fi
ac1cb8d3
VS
30711rm -f conftest.err conftest.$ac_objext \
30712 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
30713LIBS=$ac_check_lib_save_LIBS
30714fi
30715echo "$as_me:$LINENO: result: $ac_cv_lib_odbc_SQLAllocEnv" >&5
30716echo "${ECHO_T}$ac_cv_lib_odbc_SQLAllocEnv" >&6
30717if test $ac_cv_lib_odbc_SQLAllocEnv = yes; then
30718 ODBC_LINK=" -lodbc"
30719fi
30720
30721
30722fi
30723
30724
30725fi
30726
30727 fi
30728 if test "x$ODBC_LINK" = "x" ; then
30729 if test "$wxUSE_ODBC" = "sys" ; then
30730 { { echo "$as_me:$LINENO: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&5
30731echo "$as_me: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&2;}
30732 { (exit 1); exit 1; }; }
30733 else
30734 { echo "$as_me:$LINENO: WARNING: system ODBC library not found, will use built-in instead" >&5
30735echo "$as_me: WARNING: system ODBC library not found, will use built-in instead" >&2;}
30736 wxUSE_ODBC=builtin
30737 fi
30738 else
30739 wxUSE_ODBC=sys
30740 fi
30741 fi
a848cd7e 30742
2da0c077
RD
30743 if test "$wxUSE_ODBC" = "builtin" ; then
30744 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
30745#define wxUSE_BUILTIN_IODBC 1
30746_ACEOF
30747
a848cd7e
SC
30748 fi
30749fi
30750
2da0c077
RD
30751if test "$wxUSE_ODBC" != "no" ; then
30752 cat >>confdefs.h <<\_ACEOF
30753#define wxUSE_ODBC 1
30754_ACEOF
30755
30756 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
30757
5ff751d6 30758 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_IODBC_"
2da0c077 30759fi
a848cd7e 30760
01cb68df 30761
a848cd7e 30762if test "$wxUSE_DISPLAY" = "yes"; then
2a5d7a98 30763 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
a848cd7e
SC
30764 echo "$as_me:$LINENO: checking for Xinerama" >&5
30765echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6
30766
0ad5d837
VZ
30767 ac_find_libraries=
30768 for ac_dir in $SEARCH_LIB;
30769 do
30770 for ac_extension in a so sl dylib dll.a; do
30771 if test -f "$ac_dir/libXinerama.$ac_extension"; then
30772 ac_find_libraries=$ac_dir
30773 break 2
30774 fi
30775 done
30776 done
30777
a848cd7e
SC
30778 if test "$ac_find_libraries" != "" ; then
30779
0ad5d837 30780 if test "$ac_find_libraries" = "default location"; then
a848cd7e
SC
30781 ac_path_to_link=""
30782 else
0ad5d837
VZ
30783 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
30784 result=$?
30785 if test $result = 0; then
30786 ac_path_to_link=""
30787 else
30788 ac_path_to_link=" -L$ac_find_libraries"
30789 fi
a848cd7e
SC
30790 fi
30791
30792 if test "$ac_path_to_link" != " -L/usr/lib" ; then
30793 LDFLAGS="$LDFLAGS $ac_path_to_link"
30794 fi
30795 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXinerama"
30796 echo "$as_me:$LINENO: result: yes" >&5
30797echo "${ECHO_T}yes" >&6
30798
30799 echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5
30800echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6
30801
0ad5d837
VZ
30802 ac_find_libraries=
30803 for ac_dir in $SEARCH_LIB;
a848cd7e 30804 do
3eca31dc 30805 for ac_extension in a so sl dylib dll.a; do
a848cd7e
SC
30806 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
30807 ac_find_libraries=$ac_dir
30808 break 2
30809 fi
30810 done
30811 done
30812
30813 if test "$ac_find_libraries" != "" ; then
30814 echo "$as_me:$LINENO: result: yes" >&5
30815echo "${ECHO_T}yes" >&6
30816
30817for ac_header in X11/extensions/xf86vmode.h
30818do
30819as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
30820echo "$as_me:$LINENO: checking for $ac_header" >&5
30821echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
30822if eval "test \"\${$as_ac_Header+set}\" = set"; then
30823 echo $ECHO_N "(cached) $ECHO_C" >&6
30824else
30825 cat >conftest.$ac_ext <<_ACEOF
30826/* confdefs.h. */
30827_ACEOF
30828cat confdefs.h >>conftest.$ac_ext
30829cat >>conftest.$ac_ext <<_ACEOF
30830/* end confdefs.h. */
30831
30832 #if HAVE_X11_XLIB_H
30833 #include <X11/Xlib.h>
30834 #endif
30835
30836
30837#include <$ac_header>
30838_ACEOF
30839rm -f conftest.$ac_objext
30840if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 30841 (eval $ac_compile) 2>conftest.er1
a848cd7e 30842 ac_status=$?
ac1cb8d3
VS
30843 grep -v '^ *+' conftest.er1 >conftest.err
30844 rm -f conftest.er1
30845 cat conftest.err >&5
a848cd7e
SC
30846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30847 (exit $ac_status); } &&
5ff751d6 30848 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
30849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30850 (eval $ac_try) 2>&5
30851 ac_status=$?
30852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30853 (exit $ac_status); }; } &&
30854 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
30855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30856 (eval $ac_try) 2>&5
30857 ac_status=$?
30858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30859 (exit $ac_status); }; }; then
30860 eval "$as_ac_Header=yes"
30861else
30862 echo "$as_me: failed program was:" >&5
30863sed 's/^/| /' conftest.$ac_ext >&5
30864
30865eval "$as_ac_Header=no"
30866fi
ac1cb8d3 30867rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
30868fi
30869echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
30870echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
30871if test `eval echo '${'$as_ac_Header'}'` = yes; then
30872 cat >>confdefs.h <<_ACEOF
30873#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
30874_ACEOF
30875
30876 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXxf86vm"
30877
30878fi
30879
30880done
30881
30882 else
30883 echo "$as_me:$LINENO: result: no" >&5
30884echo "${ECHO_T}no" >&6
30885 fi
30886
30887 else
30888 echo "$as_me:$LINENO: result: no" >&5
30889echo "${ECHO_T}no" >&6
dcc1b6ad
VS
30890 { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
30891echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
a848cd7e
SC
30892 wxUSE_DISPLAY="no"
30893 fi
01cb68df
RG
30894 elif test "$wxUSE_MSW" = 1; then
30895
30896
30897for ac_header in multimon.h ddraw.h
30898do
30899as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5294a27e 30900echo "$as_me:$LINENO: checking for $ac_header" >&5
01cb68df
RG
30901echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
30902if eval "test \"\${$as_ac_Header+set}\" = set"; then
30903 echo $ECHO_N "(cached) $ECHO_C" >&6
01cb68df 30904else
5294a27e 30905 cat >conftest.$ac_ext <<_ACEOF
01cb68df
RG
30906/* confdefs.h. */
30907_ACEOF
30908cat confdefs.h >>conftest.$ac_ext
30909cat >>conftest.$ac_ext <<_ACEOF
30910/* end confdefs.h. */
5294a27e
VZ
30911#include <windows.h>
30912
01cb68df
RG
30913#include <$ac_header>
30914_ACEOF
30915rm -f conftest.$ac_objext
30916if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 30917 (eval $ac_compile) 2>conftest.er1
01cb68df 30918 ac_status=$?
ac1cb8d3
VS
30919 grep -v '^ *+' conftest.er1 >conftest.err
30920 rm -f conftest.er1
30921 cat conftest.err >&5
01cb68df
RG
30922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30923 (exit $ac_status); } &&
5ff751d6 30924 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
30925 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30926 (eval $ac_try) 2>&5
30927 ac_status=$?
30928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30929 (exit $ac_status); }; } &&
30930 { ac_try='test -s conftest.$ac_objext'
01cb68df
RG
30931 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30932 (eval $ac_try) 2>&5
30933 ac_status=$?
30934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30935 (exit $ac_status); }; }; then
5294a27e 30936 eval "$as_ac_Header=yes"
01cb68df
RG
30937else
30938 echo "$as_me: failed program was:" >&5
30939sed 's/^/| /' conftest.$ac_ext >&5
30940
5294a27e 30941eval "$as_ac_Header=no"
01cb68df 30942fi
ac1cb8d3 30943rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
01cb68df
RG
30944fi
30945echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
30946echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
01cb68df
RG
30947if test `eval echo '${'$as_ac_Header'}'` = yes; then
30948 cat >>confdefs.h <<_ACEOF
30949#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
30950_ACEOF
30951
30952else
30953
5294a27e
VZ
30954 wxUSE_DISPLAY="no"
30955 { echo "$as_me:$LINENO: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&5
dcc1b6ad 30956echo "$as_me: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&2;}
01cb68df
RG
30957
30958fi
30959
30960done
30961
a848cd7e
SC
30962 fi
30963fi
30964
30965
30966USE_OPENGL=0
30967if test "$wxUSE_OPENGL" = "yes"; then
30968 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
30969 OPENGL_LIBS="-framework OpenGL -framework AGL"
30970 elif test "$wxUSE_MSW" = 1; then
30971 OPENGL_LIBS="-lopengl32 -lglu32"
30972 else
30973
30974
30975ac_find_includes=
30976for ac_dir in $SEARCH_INCLUDE /usr/include;
30977 do
30978 if test -f "$ac_dir/GL/gl.h"; then
30979 ac_find_includes=$ac_dir
30980 break
30981 fi
30982 done
30983
30984 if test "$ac_find_includes" != "" ; then
30985 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
30986echo "${ECHO_T}found in $ac_find_includes" >&6
30987
30988 if test "x$ac_find_includes" = "x/usr/include"; then
30989 ac_path_to_include=""
30990 else
30991 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
30992 result=$?
30993 if test $result = 0; then
30994 ac_path_to_include=""
30995 else
30996 ac_path_to_include=" -I$ac_find_includes"
30997 fi
30998 fi
30999
31000 CPPFLAGS="$CPPFLAGS$ac_path_to_include"
31001 fi
31002
31003 if test "${ac_cv_header_GL_gl_h+set}" = set; then
31004 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
31005echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
31006if test "${ac_cv_header_GL_gl_h+set}" = set; then
31007 echo $ECHO_N "(cached) $ECHO_C" >&6
31008fi
31009echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
31010echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
31011else
31012 # Is the header compilable?
31013echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
31014echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
31015cat >conftest.$ac_ext <<_ACEOF
31016/* confdefs.h. */
31017_ACEOF
31018cat confdefs.h >>conftest.$ac_ext
31019cat >>conftest.$ac_ext <<_ACEOF
31020/* end confdefs.h. */
31021$ac_includes_default
31022#include <GL/gl.h>
31023_ACEOF
31024rm -f conftest.$ac_objext
31025if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 31026 (eval $ac_compile) 2>conftest.er1
a848cd7e 31027 ac_status=$?
ac1cb8d3
VS
31028 grep -v '^ *+' conftest.er1 >conftest.err
31029 rm -f conftest.er1
31030 cat conftest.err >&5
a848cd7e
SC
31031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31032 (exit $ac_status); } &&
5ff751d6 31033 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31035 (eval $ac_try) 2>&5
31036 ac_status=$?
31037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31038 (exit $ac_status); }; } &&
31039 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
31040 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31041 (eval $ac_try) 2>&5
31042 ac_status=$?
31043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31044 (exit $ac_status); }; }; then
31045 ac_header_compiler=yes
31046else
31047 echo "$as_me: failed program was:" >&5
31048sed 's/^/| /' conftest.$ac_ext >&5
31049
31050ac_header_compiler=no
31051fi
ac1cb8d3 31052rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
31053echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31054echo "${ECHO_T}$ac_header_compiler" >&6
31055
31056# Is the header present?
31057echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
31058echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
31059cat >conftest.$ac_ext <<_ACEOF
31060/* confdefs.h. */
31061_ACEOF
31062cat confdefs.h >>conftest.$ac_ext
31063cat >>conftest.$ac_ext <<_ACEOF
31064/* end confdefs.h. */
31065#include <GL/gl.h>
31066_ACEOF
31067if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
31068 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
31069 ac_status=$?
31070 grep -v '^ *+' conftest.er1 >conftest.err
31071 rm -f conftest.er1
31072 cat conftest.err >&5
31073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31074 (exit $ac_status); } >/dev/null; then
31075 if test -s conftest.err; then
31076 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 31077 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
31078 else
31079 ac_cpp_err=
31080 fi
31081else
31082 ac_cpp_err=yes
31083fi
31084if test -z "$ac_cpp_err"; then
31085 ac_header_preproc=yes
31086else
31087 echo "$as_me: failed program was:" >&5
31088sed 's/^/| /' conftest.$ac_ext >&5
31089
31090 ac_header_preproc=no
31091fi
31092rm -f conftest.err conftest.$ac_ext
31093echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31094echo "${ECHO_T}$ac_header_preproc" >&6
31095
31096# So? What about this header?
ac1cb8d3
VS
31097case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
31098 yes:no: )
a848cd7e
SC
31099 { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
31100echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
31101 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the compiler's result" >&5
31102echo "$as_me: WARNING: GL/gl.h: proceeding with the compiler's result" >&2;}
31103 ac_header_preproc=yes
a848cd7e 31104 ;;
ac1cb8d3 31105 no:yes:* )
a848cd7e
SC
31106 { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
31107echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
31108 { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
31109echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
31110 { echo "$as_me:$LINENO: WARNING: GL/gl.h: see the Autoconf documentation" >&5
31111echo "$as_me: WARNING: GL/gl.h: see the Autoconf documentation" >&2;}
31112 { echo "$as_me:$LINENO: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&5
31113echo "$as_me: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
31114 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
31115echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
31116 { echo "$as_me:$LINENO: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&5
31117echo "$as_me: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
31118 (
31119 cat <<\_ASBOX
ac1cb8d3
VS
31120## ----------------------------------------- ##
31121## Report this to wx-dev@lists.wxwidgets.org ##
31122## ----------------------------------------- ##
a848cd7e
SC
31123_ASBOX
31124 ) |
31125 sed "s/^/$as_me: WARNING: /" >&2
31126 ;;
31127esac
31128echo "$as_me:$LINENO: checking for GL/gl.h" >&5
31129echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
31130if test "${ac_cv_header_GL_gl_h+set}" = set; then
31131 echo $ECHO_N "(cached) $ECHO_C" >&6
31132else
31133 ac_cv_header_GL_gl_h=$ac_header_preproc
31134fi
31135echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
31136echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
31137
31138fi
31139if test $ac_cv_header_GL_gl_h = yes; then
31140
31141 found_gl=0
31142
31143 echo "$as_me:$LINENO: checking for -lGL" >&5
31144echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
31145
0ad5d837
VZ
31146 ac_find_libraries=
31147 for ac_dir in $SEARCH_LIB;
a848cd7e 31148 do
3eca31dc 31149 for ac_extension in a so sl dylib dll.a; do
a848cd7e
SC
31150 if test -f "$ac_dir/libGL.$ac_extension"; then
31151 ac_find_libraries=$ac_dir
31152 break 2
31153 fi
31154 done
31155 done
31156
31157 if test "$ac_find_libraries" != "" ; then
69120ee4
VZ
31158 echo "$as_me:$LINENO: result: yes" >&5
31159echo "${ECHO_T}yes" >&6
31160
a848cd7e 31161
0ad5d837 31162 if test "$ac_find_libraries" = "default location"; then
a848cd7e
SC
31163 ac_path_to_link=""
31164 else
0ad5d837
VZ
31165 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
31166 result=$?
31167 if test $result = 0; then
31168 ac_path_to_link=""
31169 else
31170 ac_path_to_link=" -L$ac_find_libraries"
31171 fi
a848cd7e
SC
31172 fi
31173
31174 if test "$ac_path_to_link" != " -L/usr/lib" ; then
31175 LDFLAGS_GL="$ac_path_to_link"
31176 fi
31177
69120ee4
VZ
31178 echo "$as_me:$LINENO: checking for -lGLU" >&5
31179echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6
a848cd7e 31180
0ad5d837
VZ
31181 ac_find_libraries=
31182 for ac_dir in $SEARCH_LIB;
31183 do
31184 for ac_extension in a so sl dylib dll.a; do
31185 if test -f "$ac_dir/libGLU.$ac_extension"; then
31186 ac_find_libraries=$ac_dir
31187 break 2
31188 fi
31189 done
31190 done
31191
a848cd7e
SC
31192 if test "$ac_find_libraries" != "" ; then
31193
0ad5d837 31194 if test "$ac_find_libraries" = "default location"; then
a848cd7e
SC
31195 ac_path_to_link=""
31196 else
0ad5d837
VZ
31197 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
31198 result=$?
31199 if test $result = 0; then
31200 ac_path_to_link=""
31201 else
31202 ac_path_to_link=" -L$ac_find_libraries"
31203 fi
a848cd7e
SC
31204 fi
31205
31206 if test "$ac_path_to_link" != " -L/usr/lib" -a \
31207 "$ac_path_to_link" != "$LDFLAGS_GL"; then
31208 LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
31209 fi
31210
31211 found_gl=1
31212 OPENGL_LIBS="-lGL -lGLU"
31213 echo "$as_me:$LINENO: result: yes" >&5
31214echo "${ECHO_T}yes" >&6
69120ee4
VZ
31215 else
31216 echo "$as_me:$LINENO: result: no" >&5
31217echo "${ECHO_T}no" >&6
a848cd7e 31218 fi
69120ee4
VZ
31219 else
31220 echo "$as_me:$LINENO: result: no" >&5
31221echo "${ECHO_T}no" >&6
a848cd7e
SC
31222 fi
31223
31224 if test "$found_gl" != 1; then
a848cd7e
SC
31225 echo "$as_me:$LINENO: checking for -lMesaGL" >&5
31226echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
31227
0ad5d837
VZ
31228 ac_find_libraries=
31229 for ac_dir in $SEARCH_LIB;
a848cd7e 31230 do
3eca31dc 31231 for ac_extension in a so sl dylib dll.a; do
a848cd7e
SC
31232 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
31233 ac_find_libraries=$ac_dir
31234 break 2
31235 fi
31236 done
31237 done
31238
31239 if test "$ac_find_libraries" != "" ; then
31240
0ad5d837 31241 if test "$ac_find_libraries" = "default location"; then
a848cd7e
SC
31242 ac_path_to_link=""
31243 else
0ad5d837
VZ
31244 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
31245 result=$?
31246 if test $result = 0; then
31247 ac_path_to_link=""
31248 else
31249 ac_path_to_link=" -L$ac_find_libraries"
31250 fi
a848cd7e
SC
31251 fi
31252
31253 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
31254 OPENGL_LIBS="-lMesaGL -lMesaGLU"
31255 echo "$as_me:$LINENO: result: yes" >&5
31256echo "${ECHO_T}yes" >&6
31257 else
31258 echo "$as_me:$LINENO: result: no" >&5
31259echo "${ECHO_T}no" >&6
31260 fi
31261 fi
31262
31263fi
31264
31265
31266
31267 if test "x$OPENGL_LIBS" = "x"; then
31268 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
31269echo "$as_me: error: OpenGL libraries not available" >&2;}
31270 { (exit 1); exit 1; }; }
31271 fi
31272 fi
31273
31274 if test "$wxUSE_OPENGL" = "yes"; then
31275 USE_OPENGL=1
31276 cat >>confdefs.h <<\_ACEOF
31277#define wxUSE_OPENGL 1
31278_ACEOF
31279
31280 cat >>confdefs.h <<\_ACEOF
31281#define wxUSE_GLCANVAS 1
31282_ACEOF
31283
31284 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
31285 fi
31286fi
31287
a848cd7e
SC
31288
31289if test -n "$TOOLKIT" ; then
31290 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
31291fi
31292
a848cd7e
SC
31293
31294
31295if test "$wxUSE_SHARED" = "yes"; then
31296 case "${host}" in
31297 *-pc-msdosdjgpp )
31298 wxUSE_SHARED=no
31299 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
31300echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
31301 ;;
31302 esac
31303fi
31304
a848cd7e 31305if test "$wxUSE_SHARED" = "yes"; then
a848cd7e
SC
31306
31307
31308 found_versioning=no
31309
31310
31311 if test $found_versioning = no ; then
31312 echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
31313echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
31314if test "${wx_cv_version_script+set}" = set; then
31315 echo $ECHO_N "(cached) $ECHO_C" >&6
31316else
31317
31318 echo "VER_1 { *; };" >conftest.sym
31319 echo "int main() { return 0; }" >conftest.cpp
31320
31321 if { ac_try='
31322 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
31323 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
31324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31325 (eval $ac_try) 2>&5
31326 ac_status=$?
31327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31328 (exit $ac_status); }; } ; then
31329 if test -s conftest.stderr ; then
31330 wx_cv_version_script=no
31331 else
31332 wx_cv_version_script=yes
31333 fi
31334 else
31335 wx_cv_version_script=no
31336 fi
e5d4b470
MW
31337
31338 if test $wx_cv_version_script = yes
31339 then
31340 echo "struct B { virtual ~B() { } }; \
31341 struct D : public B { }; \
31342 void F() { D d; }" > conftest.cpp
31343
31344 if { ac_try='
31345 $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
31346 -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null'
31347 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31348 (eval $ac_try) 2>&5
31349 ac_status=$?
31350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31351 (exit $ac_status); }; } &&
31352 { ac_try='
31353 $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
31354 -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null'
31355 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31356 (eval $ac_try) 2>&5
31357 ac_status=$?
31358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31359 (exit $ac_status); }; }
31360 then
31361 if { ac_try='
31362 $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
31363 -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null'
31364 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31365 (eval $ac_try) 2>&5
31366 ac_status=$?
31367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31368 (exit $ac_status); }; }
31369 then
31370 wx_cv_version_script=yes
31371 else
31372 wx_cv_version_script=no
31373 fi
31374 fi
31375 fi
31376
a848cd7e 31377 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
e5d4b470 31378 rm -f conftest1.output conftest2.output conftest3.output
a848cd7e
SC
31379
31380fi
31381echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
31382echo "${ECHO_T}$wx_cv_version_script" >&6
31383 if test $wx_cv_version_script = yes ; then
31384 LDFLAGS_VERSIONING="-Wl,--version-script,\$(top_builddir)version-script"
31385 fi
31386 fi
31387
31388
31389 case "${host}" in
31390 *-*-linux* | *-*-gnu* )
31391 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
ffa0583f 31392 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
6ebeb4c7 31393 ;;
a848cd7e
SC
31394
31395 *-*-solaris2* )
31396 if test "$GCC" = yes ; then
31397 CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
31398
31399 saveLdflags="$LDFLAGS"
31400 LDFLAGS="$saveLdflags -Wl,-rpath,/"
31401 echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
31402echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
31403 cat >conftest.$ac_ext <<_ACEOF
31404/* confdefs.h. */
31405_ACEOF
31406cat confdefs.h >>conftest.$ac_ext
31407cat >>conftest.$ac_ext <<_ACEOF
31408/* end confdefs.h. */
31409
31410int
31411main ()
31412{
31413
31414 ;
31415 return 0;
31416}
31417_ACEOF
31418rm -f conftest.$ac_objext conftest$ac_exeext
31419if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 31420 (eval $ac_link) 2>conftest.er1
a848cd7e 31421 ac_status=$?
ac1cb8d3
VS
31422 grep -v '^ *+' conftest.er1 >conftest.err
31423 rm -f conftest.er1
31424 cat conftest.err >&5
a848cd7e
SC
31425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31426 (exit $ac_status); } &&
5ff751d6 31427 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31429 (eval $ac_try) 2>&5
31430 ac_status=$?
31431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31432 (exit $ac_status); }; } &&
31433 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
31434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31435 (eval $ac_try) 2>&5
31436 ac_status=$?
31437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31438 (exit $ac_status); }; }; then
31439
31440 echo "$as_me:$LINENO: result: yes" >&5
31441echo "${ECHO_T}yes" >&6
31442 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
ffa0583f 31443 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
a848cd7e
SC
31444
31445else
31446 echo "$as_me: failed program was:" >&5
31447sed 's/^/| /' conftest.$ac_ext >&5
31448
31449
31450 echo "$as_me:$LINENO: result: no" >&5
31451echo "${ECHO_T}no" >&6
31452 echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
31453echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
31454 LDFLAGS="$saveLdflags -Wl,-R,/"
31455 cat >conftest.$ac_ext <<_ACEOF
31456/* confdefs.h. */
31457_ACEOF
31458cat confdefs.h >>conftest.$ac_ext
31459cat >>conftest.$ac_ext <<_ACEOF
31460/* end confdefs.h. */
31461
31462int
31463main ()
31464{
31465
31466 ;
31467 return 0;
31468}
31469_ACEOF
31470rm -f conftest.$ac_objext conftest$ac_exeext
31471if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 31472 (eval $ac_link) 2>conftest.er1
a848cd7e 31473 ac_status=$?
ac1cb8d3
VS
31474 grep -v '^ *+' conftest.er1 >conftest.err
31475 rm -f conftest.er1
31476 cat conftest.err >&5
a848cd7e
SC
31477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31478 (exit $ac_status); } &&
5ff751d6 31479 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31481 (eval $ac_try) 2>&5
31482 ac_status=$?
31483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31484 (exit $ac_status); }; } &&
31485 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
31486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31487 (eval $ac_try) 2>&5
31488 ac_status=$?
31489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31490 (exit $ac_status); }; }; then
31491
ffa0583f 31492 echo "$as_me:$LINENO: result: yes" >&5
a848cd7e 31493echo "${ECHO_T}yes" >&6
ffa0583f
RL
31494 SAMPLES_RPATH_FLAG="-Wl,-R,\$(top_builddir)lib"
31495 WXCONFIG_RPATH="-Wl,-R,\$libdir"
31496
a848cd7e
SC
31497else
31498 echo "$as_me: failed program was:" >&5
31499sed 's/^/| /' conftest.$ac_ext >&5
31500
31501
31502 echo "$as_me:$LINENO: result: no" >&5
31503echo "${ECHO_T}no" >&6
31504
31505fi
ac1cb8d3
VS
31506rm -f conftest.err conftest.$ac_objext \
31507 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
31508
31509fi
ac1cb8d3
VS
31510rm -f conftest.err conftest.$ac_objext \
31511 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
31512 LDFLAGS="$saveLdflags"
31513 else
a848cd7e 31514 SAMPLES_RPATH_FLAG="-R\$(top_builddir)lib"
ffa0583f 31515 WXCONFIG_RPATH="-R\$libdir"
a848cd7e
SC
31516 fi
31517 ;;
31518
cfda0ea8 31519 *-*-darwin* )
0caebc27
MW
31520 install_name_tool=`which install_name_tool`
31521 if test "$install_name_tool" -a -x "$install_name_tool"; then
31522 SAMPLES_RPATH_POSTLINK="\$(top_builddir)change-install-names \$(LIBDIRNAME) \$(prefix) \$@"
31523 cat <<EOF >change-install-names
a848cd7e
SC
31524#!/bin/sh
31525libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
31526inst_cmd="install_name_tool "
31527for i in \${libnames} ; do
31528 inst_cmd="\${inst_cmd} -change \${2}/lib/\${i} \${1}/\${i}"
31529done
31530\${inst_cmd} \${3}
31531EOF
0caebc27
MW
31532 chmod +x change-install-names
31533 fi
a848cd7e
SC
31534 ;;
31535
31536 *-*-cygwin* | *-*-mingw32* )
5ff751d6
VZ
31537 WXCONFIG_ONLY_CPPFLAGS="$WXCONFIG_ONLY_CPPFLAGS -DWXUSINGDLL"
31538 ;;
a848cd7e 31539
81f90336
MW
31540 *-*-hpux* )
31541 SAMPLES_RPATH_FLAG="-Wl,+b,\$(top_builddir)lib"
31542 WXCONFIG_RPATH="-Wl,+b,\$libdir"
5ff751d6 31543 ;;
81f90336 31544
a848cd7e 31545 esac
ceec2216 31546
ffa0583f
RL
31547 if test $wxUSE_RPATH = "no"; then
31548 SAMPLES_RPATH_FLAG=''
31549 SAMPLES_RPATH_POSTLINK=''
31550 WXCONFIG_RPATH=''
31551 fi
31552
31553 SHARED=1
31554
31555else
31556
ceec2216
RL
31557 config_linkage_component="-static"
31558 SHARED=0
ffa0583f 31559
ceec2216 31560fi
a848cd7e 31561
a848cd7e 31562
ceec2216
RL
31563UNICODE=0
31564lib_unicode_suffix=
31565WX_CHARTYPE="ansi"
31566if test "$wxUSE_UNICODE" = "yes"; then
31567 lib_unicode_suffix=u
31568 WX_CHARTYPE="unicode"
31569 UNICODE=1
a848cd7e
SC
31570fi
31571
ceec2216
RL
31572lib_debug_suffix=
31573WX_DEBUGTYPE="release"
31574DEBUG_FLAG=0
31575if test "$wxUSE_DEBUG_FLAG" = "yes"; then
31576 lib_debug_suffix=d
31577 WX_DEBUGTYPE="debug"
31578 DEBUG_FLAG=1
31579fi
a848cd7e 31580
ceec2216
RL
31581WX_FLAVOUR=${WX_FLAVOUR:+-$WX_FLAVOUR}
31582WX_LIB_FLAVOUR=`echo $WX_FLAVOUR | tr '-' '_'`
a848cd7e 31583
ceec2216
RL
31584DEBUG_INFO=0
31585if test "$wxUSE_DEBUG_INFO" = "yes"; then
31586 DEBUG_INFO=1
31587fi
a848cd7e 31588
ceec2216 31589WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
a848cd7e 31590
ceec2216 31591TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}"
a848cd7e 31592
ceec2216 31593TOOLCHAIN_FULLNAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}-${WX_DEBUGTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
a848cd7e 31594
ceec2216
RL
31595if test "$cross_compiling" = "yes"; then
31596 HOST_SUFFIX="-$host_alias"
31597 TOOLCHAIN_NAME="$TOOLCHAIN_NAME$HOST_SUFFIX"
31598 TOOLCHAIN_FULLNAME="${host_alias}-$TOOLCHAIN_FULLNAME"
a848cd7e
SC
31599fi
31600
dd21ced8 31601WX_LIBRARY_BASENAME_NOGUI="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
abc736fd
MW
31602if test "${TOOLKIT_DIR}" = "os2"; then
31603 WX_LIBRARY_BASENAME_GUI="wx_pm${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
31604else
31605 WX_LIBRARY_BASENAME_GUI="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
31606fi
ceec2216
RL
31607
31608
31609
1d1af5ea
DE
31610if test "$wxUSE_COCOA" = 1; then
31611
31612
31613 ac_ext=c
31614ac_cpp='$CPP $CPPFLAGS'
31615ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31616ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31617ac_compiler_gnu=$ac_cv_c_compiler_gnu
31618
31619ac_ext=m
31620
31621 echo "$as_me:$LINENO: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
31622echo $ECHO_N "checking if AppKit/NSEvent.h conflicts with CoreFoundation... $ECHO_C" >&6
31623 cat >conftest.$ac_ext <<_ACEOF
31624/* confdefs.h. */
31625_ACEOF
31626cat confdefs.h >>conftest.$ac_ext
31627cat >>conftest.$ac_ext <<_ACEOF
31628/* end confdefs.h. */
31629#include <AppKit/NSEvent.h>
31630#include <CoreFoundation/CoreFoundation.h>
31631
31632int
31633main ()
31634{
31635
31636 ;
31637 return 0;
31638}
31639_ACEOF
31640rm -f conftest.$ac_objext
31641if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31642 (eval $ac_compile) 2>conftest.er1
31643 ac_status=$?
31644 grep -v '^ *+' conftest.er1 >conftest.err
31645 rm -f conftest.er1
31646 cat conftest.err >&5
31647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31648 (exit $ac_status); } &&
5ff751d6 31649 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1d1af5ea
DE
31650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31651 (eval $ac_try) 2>&5
31652 ac_status=$?
31653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31654 (exit $ac_status); }; } &&
31655 { ac_try='test -s conftest.$ac_objext'
31656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31657 (eval $ac_try) 2>&5
31658 ac_status=$?
31659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31660 (exit $ac_status); }; }; then
31661 echo "$as_me:$LINENO: result: no" >&5
31662echo "${ECHO_T}no" >&6
31663else
31664 echo "$as_me: failed program was:" >&5
31665sed 's/^/| /' conftest.$ac_ext >&5
31666
31667echo "$as_me:$LINENO: result: yes" >&5
31668echo "${ECHO_T}yes" >&6
31669 echo "$as_me:$LINENO: checking if defining __Point__ will fix it" >&5
31670echo $ECHO_N "checking if defining __Point__ will fix it... $ECHO_C" >&6
31671 cat >conftest.$ac_ext <<_ACEOF
31672/* confdefs.h. */
31673_ACEOF
31674cat confdefs.h >>conftest.$ac_ext
31675cat >>conftest.$ac_ext <<_ACEOF
31676/* end confdefs.h. */
31677#define __Point__ 1
31678#include <AppKit/NSEvent.h>
31679#include <CoreFoundation/CoreFoundation.h>
31680
31681int
31682main ()
31683{
31684
31685 ;
31686 return 0;
31687}
31688_ACEOF
31689rm -f conftest.$ac_objext
31690if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31691 (eval $ac_compile) 2>conftest.er1
31692 ac_status=$?
31693 grep -v '^ *+' conftest.er1 >conftest.err
31694 rm -f conftest.er1
31695 cat conftest.err >&5
31696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31697 (exit $ac_status); } &&
5ff751d6 31698 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1d1af5ea
DE
31699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31700 (eval $ac_try) 2>&5
31701 ac_status=$?
31702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31703 (exit $ac_status); }; } &&
31704 { ac_try='test -s conftest.$ac_objext'
31705 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31706 (eval $ac_try) 2>&5
31707 ac_status=$?
31708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31709 (exit $ac_status); }; }; then
31710 echo "$as_me:$LINENO: result: yes" >&5
31711echo "${ECHO_T}yes" >&6
31712 cat >>confdefs.h <<\_ACEOF
31713#define __Point__ 1
31714_ACEOF
31715
31716
31717else
31718 echo "$as_me: failed program was:" >&5
31719sed 's/^/| /' conftest.$ac_ext >&5
31720
31721{ { echo "$as_me:$LINENO: error: no
31722See \`config.log' for more details." >&5
31723echo "$as_me: error: no
31724See \`config.log' for more details." >&2;}
31725 { (exit 1); exit 1; }; }
31726
31727fi
31728rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31729
31730fi
31731rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31732 ac_ext=c
31733ac_cpp='$CPP $CPPFLAGS'
31734ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31735ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31736ac_compiler_gnu=$ac_cv_c_compiler_gnu
31737
31738fi
31739
a848cd7e 31740if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
abb9aae7
VZ
31741 WX_RESOURCES_MACOSX_ASCII="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
31742 WX_RESOURCES_MACOSX_DATA="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
ceec2216 31743
a848cd7e 31744 LIBWXMACRES="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
a848cd7e
SC
31745
31746 # Extract the first word of "Rez", so it can be a program name with args.
31747set dummy Rez; ac_word=$2
31748echo "$as_me:$LINENO: checking for $ac_word" >&5
31749echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
31750if test "${ac_cv_prog_RESCOMP+set}" = set; then
31751 echo $ECHO_N "(cached) $ECHO_C" >&6
31752else
31753 if test -n "$RESCOMP"; then
31754 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
31755else
31756as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31757for as_dir in $PATH
31758do
31759 IFS=$as_save_IFS
31760 test -z "$as_dir" && as_dir=.
31761 for ac_exec_ext in '' $ac_executable_extensions; do
31762 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31763 ac_cv_prog_RESCOMP="Rez"
31764 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31765 break 2
31766 fi
31767done
31768done
31769
31770 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
31771fi
31772fi
31773RESCOMP=$ac_cv_prog_RESCOMP
31774if test -n "$RESCOMP"; then
31775 echo "$as_me:$LINENO: result: $RESCOMP" >&5
31776echo "${ECHO_T}$RESCOMP" >&6
31777else
31778 echo "$as_me:$LINENO: result: no" >&5
31779echo "${ECHO_T}no" >&6
31780fi
31781
31782 # Extract the first word of "DeRez", so it can be a program name with args.
31783set dummy DeRez; ac_word=$2
31784echo "$as_me:$LINENO: checking for $ac_word" >&5
31785echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
31786if test "${ac_cv_prog_DEREZ+set}" = set; then
31787 echo $ECHO_N "(cached) $ECHO_C" >&6
31788else
31789 if test -n "$DEREZ"; then
31790 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
31791else
31792as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31793for as_dir in $PATH
31794do
31795 IFS=$as_save_IFS
31796 test -z "$as_dir" && as_dir=.
31797 for ac_exec_ext in '' $ac_executable_extensions; do
31798 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31799 ac_cv_prog_DEREZ="DeRez"
31800 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31801 break 2
31802 fi
31803done
31804done
31805
31806 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
31807fi
31808fi
31809DEREZ=$ac_cv_prog_DEREZ
31810if test -n "$DEREZ"; then
31811 echo "$as_me:$LINENO: result: $DEREZ" >&5
31812echo "${ECHO_T}$DEREZ" >&6
31813else
31814 echo "$as_me:$LINENO: result: no" >&5
31815echo "${ECHO_T}no" >&6
31816fi
31817
31818 # Extract the first word of "SetFile", so it can be a program name with args.
31819set dummy SetFile; ac_word=$2
31820echo "$as_me:$LINENO: checking for $ac_word" >&5
31821echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
31822if test "${ac_cv_prog_SETFILE+set}" = set; then
31823 echo $ECHO_N "(cached) $ECHO_C" >&6
31824else
31825 if test -n "$SETFILE"; then
31826 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
31827else
31828as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31829for as_dir in $PATH
31830do
31831 IFS=$as_save_IFS
31832 test -z "$as_dir" && as_dir=.
31833 for ac_exec_ext in '' $ac_executable_extensions; do
31834 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31835 ac_cv_prog_SETFILE="SetFile"
31836 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31837 break 2
31838 fi
31839done
31840done
31841
31842 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
31843fi
31844fi
31845SETFILE=$ac_cv_prog_SETFILE
31846if test -n "$SETFILE"; then
31847 echo "$as_me:$LINENO: result: $SETFILE" >&5
31848echo "${ECHO_T}$SETFILE" >&6
31849else
31850 echo "$as_me:$LINENO: result: no" >&5
31851echo "${ECHO_T}no" >&6
31852fi
31853
31854
31855 MACSETFILE="\$(SETFILE)"
31856
31857 if test "$wxUSE_MAC" = 1; then
1a79f136 31858 MACRESCOMP="\$(RESCOMP) -d __DARWIN__ -t APPL Carbon.r -o"
a848cd7e 31859
1a79f136 31860 MACRESWXCONFIG="${RESCOMP} -d __DARWIN__ -t APPL Carbon.r -o"
a848cd7e
SC
31861 else
31862 MACRESCOMP="echo -n | \$(RESCOMP) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o"
31863 MACRESWXCONFIG="echo -n \\\| ${RESCOMP} -d __DARWIN__ -t APPL \\\${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
31864 fi
31865else
ffa0583f
RL
31866 MACSETFILE="@true"
31867 MACRESWXCONFIG="@true"
a848cd7e
SC
31868
31869 if test "$wxUSE_PM" = 1; then
31870 MACRESCOMP="emxbind -ep"
31871 else
ffa0583f 31872 MACRESCOMP="@true"
a848cd7e
SC
31873 fi
31874fi
31875
31876
31877
31878echo "$as_me:$LINENO: checking for mode_t" >&5
31879echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
31880if test "${ac_cv_type_mode_t+set}" = set; then
31881 echo $ECHO_N "(cached) $ECHO_C" >&6
31882else
31883 cat >conftest.$ac_ext <<_ACEOF
31884/* confdefs.h. */
31885_ACEOF
31886cat confdefs.h >>conftest.$ac_ext
31887cat >>conftest.$ac_ext <<_ACEOF
31888/* end confdefs.h. */
31889$ac_includes_default
31890int
31891main ()
31892{
31893if ((mode_t *) 0)
31894 return 0;
31895if (sizeof (mode_t))
31896 return 0;
31897 ;
31898 return 0;
31899}
31900_ACEOF
31901rm -f conftest.$ac_objext
31902if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 31903 (eval $ac_compile) 2>conftest.er1
a848cd7e 31904 ac_status=$?
ac1cb8d3
VS
31905 grep -v '^ *+' conftest.er1 >conftest.err
31906 rm -f conftest.er1
31907 cat conftest.err >&5
a848cd7e
SC
31908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31909 (exit $ac_status); } &&
5ff751d6 31910 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31912 (eval $ac_try) 2>&5
31913 ac_status=$?
31914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31915 (exit $ac_status); }; } &&
31916 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
31917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31918 (eval $ac_try) 2>&5
31919 ac_status=$?
31920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31921 (exit $ac_status); }; }; then
31922 ac_cv_type_mode_t=yes
31923else
31924 echo "$as_me: failed program was:" >&5
31925sed 's/^/| /' conftest.$ac_ext >&5
31926
31927ac_cv_type_mode_t=no
31928fi
ac1cb8d3 31929rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
31930fi
31931echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
31932echo "${ECHO_T}$ac_cv_type_mode_t" >&6
31933if test $ac_cv_type_mode_t = yes; then
31934 :
31935else
31936
31937cat >>confdefs.h <<_ACEOF
31938#define mode_t int
31939_ACEOF
31940
31941fi
31942
31943echo "$as_me:$LINENO: checking for off_t" >&5
31944echo $ECHO_N "checking for off_t... $ECHO_C" >&6
31945if test "${ac_cv_type_off_t+set}" = set; then
31946 echo $ECHO_N "(cached) $ECHO_C" >&6
31947else
31948 cat >conftest.$ac_ext <<_ACEOF
31949/* confdefs.h. */
31950_ACEOF
31951cat confdefs.h >>conftest.$ac_ext
31952cat >>conftest.$ac_ext <<_ACEOF
31953/* end confdefs.h. */
31954$ac_includes_default
31955int
31956main ()
31957{
31958if ((off_t *) 0)
31959 return 0;
31960if (sizeof (off_t))
31961 return 0;
31962 ;
31963 return 0;
31964}
31965_ACEOF
31966rm -f conftest.$ac_objext
31967if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 31968 (eval $ac_compile) 2>conftest.er1
a848cd7e 31969 ac_status=$?
ac1cb8d3
VS
31970 grep -v '^ *+' conftest.er1 >conftest.err
31971 rm -f conftest.er1
31972 cat conftest.err >&5
a848cd7e
SC
31973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31974 (exit $ac_status); } &&
5ff751d6 31975 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31977 (eval $ac_try) 2>&5
31978 ac_status=$?
31979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31980 (exit $ac_status); }; } &&
31981 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
31982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31983 (eval $ac_try) 2>&5
31984 ac_status=$?
31985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31986 (exit $ac_status); }; }; then
31987 ac_cv_type_off_t=yes
31988else
31989 echo "$as_me: failed program was:" >&5
31990sed 's/^/| /' conftest.$ac_ext >&5
31991
31992ac_cv_type_off_t=no
31993fi
ac1cb8d3 31994rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
31995fi
31996echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
31997echo "${ECHO_T}$ac_cv_type_off_t" >&6
31998if test $ac_cv_type_off_t = yes; then
31999 :
32000else
32001
32002cat >>confdefs.h <<_ACEOF
32003#define off_t long
32004_ACEOF
32005
32006fi
32007
32008echo "$as_me:$LINENO: checking for pid_t" >&5
32009echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
32010if test "${ac_cv_type_pid_t+set}" = set; then
32011 echo $ECHO_N "(cached) $ECHO_C" >&6
32012else
32013 cat >conftest.$ac_ext <<_ACEOF
32014/* confdefs.h. */
32015_ACEOF
32016cat confdefs.h >>conftest.$ac_ext
32017cat >>conftest.$ac_ext <<_ACEOF
32018/* end confdefs.h. */
32019$ac_includes_default
32020int
32021main ()
32022{
32023if ((pid_t *) 0)
32024 return 0;
32025if (sizeof (pid_t))
32026 return 0;
32027 ;
32028 return 0;
32029}
32030_ACEOF
32031rm -f conftest.$ac_objext
32032if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 32033 (eval $ac_compile) 2>conftest.er1
a848cd7e 32034 ac_status=$?
ac1cb8d3
VS
32035 grep -v '^ *+' conftest.er1 >conftest.err
32036 rm -f conftest.er1
32037 cat conftest.err >&5
a848cd7e
SC
32038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32039 (exit $ac_status); } &&
5ff751d6 32040 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
32041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32042 (eval $ac_try) 2>&5
32043 ac_status=$?
32044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32045 (exit $ac_status); }; } &&
32046 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
32047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32048 (eval $ac_try) 2>&5
32049 ac_status=$?
32050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32051 (exit $ac_status); }; }; then
32052 ac_cv_type_pid_t=yes
32053else
32054 echo "$as_me: failed program was:" >&5
32055sed 's/^/| /' conftest.$ac_ext >&5
32056
32057ac_cv_type_pid_t=no
32058fi
ac1cb8d3 32059rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
32060fi
32061echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
32062echo "${ECHO_T}$ac_cv_type_pid_t" >&6
32063if test $ac_cv_type_pid_t = yes; then
32064 :
32065else
32066
32067cat >>confdefs.h <<_ACEOF
32068#define pid_t int
32069_ACEOF
32070
32071fi
32072
32073echo "$as_me:$LINENO: checking for size_t" >&5
32074echo $ECHO_N "checking for size_t... $ECHO_C" >&6
32075if test "${ac_cv_type_size_t+set}" = set; then
32076 echo $ECHO_N "(cached) $ECHO_C" >&6
32077else
32078 cat >conftest.$ac_ext <<_ACEOF
32079/* confdefs.h. */
32080_ACEOF
32081cat confdefs.h >>conftest.$ac_ext
32082cat >>conftest.$ac_ext <<_ACEOF
32083/* end confdefs.h. */
32084$ac_includes_default
32085int
32086main ()
32087{
32088if ((size_t *) 0)
32089 return 0;
32090if (sizeof (size_t))
32091 return 0;
32092 ;
32093 return 0;
32094}
32095_ACEOF
32096rm -f conftest.$ac_objext
32097if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 32098 (eval $ac_compile) 2>conftest.er1
a848cd7e 32099 ac_status=$?
ac1cb8d3
VS
32100 grep -v '^ *+' conftest.er1 >conftest.err
32101 rm -f conftest.er1
32102 cat conftest.err >&5
a848cd7e
SC
32103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32104 (exit $ac_status); } &&
5ff751d6 32105 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
32106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32107 (eval $ac_try) 2>&5
32108 ac_status=$?
32109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32110 (exit $ac_status); }; } &&
32111 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
32112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32113 (eval $ac_try) 2>&5
32114 ac_status=$?
32115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32116 (exit $ac_status); }; }; then
32117 ac_cv_type_size_t=yes
32118else
32119 echo "$as_me: failed program was:" >&5
32120sed 's/^/| /' conftest.$ac_ext >&5
32121
32122ac_cv_type_size_t=no
32123fi
ac1cb8d3 32124rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
32125fi
32126echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
32127echo "${ECHO_T}$ac_cv_type_size_t" >&6
32128if test $ac_cv_type_size_t = yes; then
32129 :
32130else
32131
32132cat >>confdefs.h <<_ACEOF
32133#define size_t unsigned
32134_ACEOF
32135
32136fi
32137
32138echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
32139echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
32140if test "${ac_cv_type_uid_t+set}" = set; then
32141 echo $ECHO_N "(cached) $ECHO_C" >&6
32142else
32143 cat >conftest.$ac_ext <<_ACEOF
32144/* confdefs.h. */
32145_ACEOF
32146cat confdefs.h >>conftest.$ac_ext
32147cat >>conftest.$ac_ext <<_ACEOF
32148/* end confdefs.h. */
32149#include <sys/types.h>
32150
32151_ACEOF
32152if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
32153 $EGREP "uid_t" >/dev/null 2>&1; then
32154 ac_cv_type_uid_t=yes
32155else
32156 ac_cv_type_uid_t=no
32157fi
32158rm -f conftest*
32159
32160fi
32161echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
32162echo "${ECHO_T}$ac_cv_type_uid_t" >&6
32163if test $ac_cv_type_uid_t = no; then
32164
32165cat >>confdefs.h <<\_ACEOF
32166#define uid_t int
32167_ACEOF
32168
32169
32170cat >>confdefs.h <<\_ACEOF
32171#define gid_t int
32172_ACEOF
32173
32174fi
32175
32176
d51253e8
RL
32177echo "$as_me:$LINENO: checking for ssize_t" >&5
32178echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
32179if test "${ac_cv_type_ssize_t+set}" = set; then
32180 echo $ECHO_N "(cached) $ECHO_C" >&6
32181else
32182 cat >conftest.$ac_ext <<_ACEOF
32183/* confdefs.h. */
32184_ACEOF
32185cat confdefs.h >>conftest.$ac_ext
32186cat >>conftest.$ac_ext <<_ACEOF
32187/* end confdefs.h. */
32188$ac_includes_default
32189int
32190main ()
32191{
32192if ((ssize_t *) 0)
32193 return 0;
32194if (sizeof (ssize_t))
32195 return 0;
32196 ;
32197 return 0;
32198}
32199_ACEOF
32200rm -f conftest.$ac_objext
32201if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32202 (eval $ac_compile) 2>conftest.er1
32203 ac_status=$?
32204 grep -v '^ *+' conftest.er1 >conftest.err
32205 rm -f conftest.er1
32206 cat conftest.err >&5
32207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32208 (exit $ac_status); } &&
5ff751d6 32209 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
d51253e8
RL
32210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32211 (eval $ac_try) 2>&5
32212 ac_status=$?
32213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32214 (exit $ac_status); }; } &&
32215 { ac_try='test -s conftest.$ac_objext'
32216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32217 (eval $ac_try) 2>&5
32218 ac_status=$?
32219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32220 (exit $ac_status); }; }; then
32221 ac_cv_type_ssize_t=yes
32222else
32223 echo "$as_me: failed program was:" >&5
32224sed 's/^/| /' conftest.$ac_ext >&5
32225
32226ac_cv_type_ssize_t=no
32227fi
32228rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32229fi
32230echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
32231echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
32232if test $ac_cv_type_ssize_t = yes; then
32233
32234cat >>confdefs.h <<_ACEOF
32235#define HAVE_SSIZE_T 1
32236_ACEOF
32237
32238
32239fi
32240
32241
a848cd7e
SC
32242
32243
32244ac_ext=cc
32245ac_cpp='$CXXCPP $CPPFLAGS'
32246ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32247ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32248ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32249
32250echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
32251echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
32252if test "${wx_cv_size_t_is_uint+set}" = set; then
32253 echo $ECHO_N "(cached) $ECHO_C" >&6
32254else
32255
32256 cat >conftest.$ac_ext <<_ACEOF
32257/* confdefs.h. */
32258_ACEOF
32259cat confdefs.h >>conftest.$ac_ext
32260cat >>conftest.$ac_ext <<_ACEOF
32261/* end confdefs.h. */
32262#include <stddef.h>
32263int
32264main ()
32265{
32266
32267 return 0; }
32268
32269 struct Foo { void foo(size_t); void foo(unsigned int); };
32270
32271 int bar() {
32272
32273 ;
32274 return 0;
32275}
32276_ACEOF
32277rm -f conftest.$ac_objext
32278if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 32279 (eval $ac_compile) 2>conftest.er1
a848cd7e 32280 ac_status=$?
ac1cb8d3
VS
32281 grep -v '^ *+' conftest.er1 >conftest.err
32282 rm -f conftest.er1
32283 cat conftest.err >&5
a848cd7e
SC
32284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32285 (exit $ac_status); } &&
5ff751d6 32286 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
32287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32288 (eval $ac_try) 2>&5
32289 ac_status=$?
32290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32291 (exit $ac_status); }; } &&
32292 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
32293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32294 (eval $ac_try) 2>&5
32295 ac_status=$?
32296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32297 (exit $ac_status); }; }; then
32298 wx_cv_size_t_is_uint=no
32299else
32300 echo "$as_me: failed program was:" >&5
32301sed 's/^/| /' conftest.$ac_ext >&5
32302
32303wx_cv_size_t_is_uint=yes
32304
32305fi
ac1cb8d3 32306rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
32307
32308
32309fi
32310echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
32311echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
32312
32313if test "$wx_cv_size_t_is_uint" = "yes"; then
32314 cat >>confdefs.h <<\_ACEOF
32315#define wxSIZE_T_IS_UINT 1
32316_ACEOF
32317
32318else
32319 echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
32320echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
32321if test "${wx_cv_size_t_is_ulong+set}" = set; then
32322 echo $ECHO_N "(cached) $ECHO_C" >&6
32323else
32324 cat >conftest.$ac_ext <<_ACEOF
32325/* confdefs.h. */
32326_ACEOF
32327cat confdefs.h >>conftest.$ac_ext
32328cat >>conftest.$ac_ext <<_ACEOF
32329/* end confdefs.h. */
32330#include <stddef.h>
32331int
32332main ()
32333{
32334
32335 return 0; }
32336
32337 struct Foo { void foo(size_t); void foo(unsigned long); };
32338
32339 int bar() {
32340
32341 ;
32342 return 0;
32343}
32344_ACEOF
32345rm -f conftest.$ac_objext
32346if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 32347 (eval $ac_compile) 2>conftest.er1
a848cd7e 32348 ac_status=$?
ac1cb8d3
VS
32349 grep -v '^ *+' conftest.er1 >conftest.err
32350 rm -f conftest.er1
32351 cat conftest.err >&5
a848cd7e
SC
32352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32353 (exit $ac_status); } &&
5ff751d6 32354 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
32355 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32356 (eval $ac_try) 2>&5
32357 ac_status=$?
32358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32359 (exit $ac_status); }; } &&
32360 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
32361 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32362 (eval $ac_try) 2>&5
32363 ac_status=$?
32364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32365 (exit $ac_status); }; }; then
32366 wx_cv_size_t_is_ulong=no
32367else
32368 echo "$as_me: failed program was:" >&5
32369sed 's/^/| /' conftest.$ac_ext >&5
32370
32371wx_cv_size_t_is_ulong=yes
32372
32373fi
ac1cb8d3 32374rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
32375
32376fi
32377echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
32378echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
32379
32380 if test "$wx_cv_size_t_is_ulong" = "yes"; then
32381 cat >>confdefs.h <<\_ACEOF
32382#define wxSIZE_T_IS_ULONG 1
32383_ACEOF
32384
32385 fi
32386fi
32387
32388ac_ext=c
32389ac_cpp='$CPP $CPPFLAGS'
32390ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32391ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32392ac_compiler_gnu=$ac_cv_c_compiler_gnu
32393
32394
32395
32396echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
32397echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
32398if test "${wx_cv_struct_pw_gecos+set}" = set; then
32399 echo $ECHO_N "(cached) $ECHO_C" >&6
32400else
32401
32402 cat >conftest.$ac_ext <<_ACEOF
32403/* confdefs.h. */
32404_ACEOF
32405cat confdefs.h >>conftest.$ac_ext
32406cat >>conftest.$ac_ext <<_ACEOF
32407/* end confdefs.h. */
32408#include <pwd.h>
32409int
32410main ()
32411{
32412
32413 char *p;
32414 struct passwd *pw;
32415 p = pw->pw_gecos;
32416
32417 ;
32418 return 0;
32419}
32420_ACEOF
32421rm -f conftest.$ac_objext
32422if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 32423 (eval $ac_compile) 2>conftest.er1
a848cd7e 32424 ac_status=$?
ac1cb8d3
VS
32425 grep -v '^ *+' conftest.er1 >conftest.err
32426 rm -f conftest.er1
32427 cat conftest.err >&5
a848cd7e
SC
32428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32429 (exit $ac_status); } &&
5ff751d6 32430 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
32431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32432 (eval $ac_try) 2>&5
32433 ac_status=$?
32434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32435 (exit $ac_status); }; } &&
32436 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
32437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32438 (eval $ac_try) 2>&5
32439 ac_status=$?
32440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32441 (exit $ac_status); }; }; then
32442
32443 wx_cv_struct_pw_gecos=yes
32444
32445else
32446 echo "$as_me: failed program was:" >&5
32447sed 's/^/| /' conftest.$ac_ext >&5
32448
32449
32450 wx_cv_struct_pw_gecos=no
32451
32452
32453fi
ac1cb8d3 32454rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
32455
32456
32457fi
32458echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
32459echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
32460
32461if test "$wx_cv_struct_pw_gecos" = "yes"; then
32462 cat >>confdefs.h <<\_ACEOF
32463#define HAVE_PW_GECOS 1
32464_ACEOF
32465
32466fi
32467
32468
47a7e797 32469if test "$wxUSE_WCHAR_T" = "yes"; then
a848cd7e
SC
32470 cat >>confdefs.h <<\_ACEOF
32471#define wxUSE_WCHAR_T 1
32472_ACEOF
32473
32474
32475 WCSLEN_FOUND=0
32476 WCHAR_LINK=
32477
32478for ac_func in wcslen
32479do
32480as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32481echo "$as_me:$LINENO: checking for $ac_func" >&5
32482echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32483if eval "test \"\${$as_ac_var+set}\" = set"; then
32484 echo $ECHO_N "(cached) $ECHO_C" >&6
32485else
32486 cat >conftest.$ac_ext <<_ACEOF
32487/* confdefs.h. */
32488_ACEOF
32489cat confdefs.h >>conftest.$ac_ext
32490cat >>conftest.$ac_ext <<_ACEOF
32491/* end confdefs.h. */
ac1cb8d3
VS
32492/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32493 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32494#define $ac_func innocuous_$ac_func
32495
a848cd7e
SC
32496/* System header to define __stub macros and hopefully few prototypes,
32497 which can conflict with char $ac_func (); below.
32498 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32499 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 32500
a848cd7e
SC
32501#ifdef __STDC__
32502# include <limits.h>
32503#else
32504# include <assert.h>
32505#endif
ac1cb8d3
VS
32506
32507#undef $ac_func
32508
a848cd7e
SC
32509/* Override any gcc2 internal prototype to avoid an error. */
32510#ifdef __cplusplus
32511extern "C"
32512{
32513#endif
32514/* We use char because int might match the return type of a gcc2
32515 builtin and then its argument prototype would still apply. */
32516char $ac_func ();
32517/* The GNU C library defines this for functions which it implements
32518 to always fail with ENOSYS. Some functions are actually named
32519 something starting with __ and the normal name is an alias. */
32520#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32521choke me
32522#else
32523char (*f) () = $ac_func;
32524#endif
32525#ifdef __cplusplus
32526}
32527#endif
32528
32529int
32530main ()
32531{
32532return f != $ac_func;
32533 ;
32534 return 0;
32535}
32536_ACEOF
32537rm -f conftest.$ac_objext conftest$ac_exeext
32538if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 32539 (eval $ac_link) 2>conftest.er1
a848cd7e 32540 ac_status=$?
ac1cb8d3
VS
32541 grep -v '^ *+' conftest.er1 >conftest.err
32542 rm -f conftest.er1
32543 cat conftest.err >&5
a848cd7e
SC
32544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32545 (exit $ac_status); } &&
5ff751d6 32546 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
32547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32548 (eval $ac_try) 2>&5
32549 ac_status=$?
32550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32551 (exit $ac_status); }; } &&
32552 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
32553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32554 (eval $ac_try) 2>&5
32555 ac_status=$?
32556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32557 (exit $ac_status); }; }; then
32558 eval "$as_ac_var=yes"
32559else
32560 echo "$as_me: failed program was:" >&5
32561sed 's/^/| /' conftest.$ac_ext >&5
32562
32563eval "$as_ac_var=no"
32564fi
ac1cb8d3
VS
32565rm -f conftest.err conftest.$ac_objext \
32566 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
32567fi
32568echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32569echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32570if test `eval echo '${'$as_ac_var'}'` = yes; then
32571 cat >>confdefs.h <<_ACEOF
32572#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32573_ACEOF
32574 WCSLEN_FOUND=1
32575fi
32576done
32577
32578
32579 if test "$WCSLEN_FOUND" = 0; then
32580 if test "$TOOLKIT" = "MSW"; then
32581 echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
32582echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
32583if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
32584 echo $ECHO_N "(cached) $ECHO_C" >&6
32585else
32586 ac_check_lib_save_LIBS=$LIBS
32587LIBS="-lmsvcrt $LIBS"
32588cat >conftest.$ac_ext <<_ACEOF
32589/* confdefs.h. */
32590_ACEOF
32591cat confdefs.h >>conftest.$ac_ext
32592cat >>conftest.$ac_ext <<_ACEOF
32593/* end confdefs.h. */
32594
32595/* Override any gcc2 internal prototype to avoid an error. */
32596#ifdef __cplusplus
32597extern "C"
32598#endif
32599/* We use char because int might match the return type of a gcc2
32600 builtin and then its argument prototype would still apply. */
32601char wcslen ();
32602int
32603main ()
32604{
32605wcslen ();
32606 ;
32607 return 0;
32608}
32609_ACEOF
32610rm -f conftest.$ac_objext conftest$ac_exeext
32611if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 32612 (eval $ac_link) 2>conftest.er1
a848cd7e 32613 ac_status=$?
ac1cb8d3
VS
32614 grep -v '^ *+' conftest.er1 >conftest.err
32615 rm -f conftest.er1
32616 cat conftest.err >&5
a848cd7e
SC
32617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32618 (exit $ac_status); } &&
5ff751d6 32619 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
32620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32621 (eval $ac_try) 2>&5
32622 ac_status=$?
32623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32624 (exit $ac_status); }; } &&
32625 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
32626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32627 (eval $ac_try) 2>&5
32628 ac_status=$?
32629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32630 (exit $ac_status); }; }; then
32631 ac_cv_lib_msvcrt_wcslen=yes
32632else
32633 echo "$as_me: failed program was:" >&5
32634sed 's/^/| /' conftest.$ac_ext >&5
32635
32636ac_cv_lib_msvcrt_wcslen=no
32637fi
ac1cb8d3
VS
32638rm -f conftest.err conftest.$ac_objext \
32639 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
32640LIBS=$ac_check_lib_save_LIBS
32641fi
32642echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
32643echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
32644if test $ac_cv_lib_msvcrt_wcslen = yes; then
32645 WCHAR_OK=1
32646fi
32647
32648 else
32649 echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
32650echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
32651if test "${ac_cv_lib_w_wcslen+set}" = set; then
32652 echo $ECHO_N "(cached) $ECHO_C" >&6
32653else
32654 ac_check_lib_save_LIBS=$LIBS
32655LIBS="-lw $LIBS"
32656cat >conftest.$ac_ext <<_ACEOF
32657/* confdefs.h. */
32658_ACEOF
32659cat confdefs.h >>conftest.$ac_ext
32660cat >>conftest.$ac_ext <<_ACEOF
32661/* end confdefs.h. */
32662
32663/* Override any gcc2 internal prototype to avoid an error. */
32664#ifdef __cplusplus
32665extern "C"
32666#endif
32667/* We use char because int might match the return type of a gcc2
32668 builtin and then its argument prototype would still apply. */
32669char wcslen ();
32670int
32671main ()
32672{
32673wcslen ();
32674 ;
32675 return 0;
32676}
32677_ACEOF
32678rm -f conftest.$ac_objext conftest$ac_exeext
32679if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 32680 (eval $ac_link) 2>conftest.er1
a848cd7e 32681 ac_status=$?
ac1cb8d3
VS
32682 grep -v '^ *+' conftest.er1 >conftest.err
32683 rm -f conftest.er1
32684 cat conftest.err >&5
a848cd7e
SC
32685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32686 (exit $ac_status); } &&
5ff751d6 32687 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
32688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32689 (eval $ac_try) 2>&5
32690 ac_status=$?
32691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32692 (exit $ac_status); }; } &&
32693 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
32694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32695 (eval $ac_try) 2>&5
32696 ac_status=$?
32697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32698 (exit $ac_status); }; }; then
32699 ac_cv_lib_w_wcslen=yes
32700else
32701 echo "$as_me: failed program was:" >&5
32702sed 's/^/| /' conftest.$ac_ext >&5
32703
32704ac_cv_lib_w_wcslen=no
32705fi
ac1cb8d3
VS
32706rm -f conftest.err conftest.$ac_objext \
32707 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
32708LIBS=$ac_check_lib_save_LIBS
32709fi
32710echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
32711echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
32712if test $ac_cv_lib_w_wcslen = yes; then
32713
32714 WCHAR_LINK=" -lw"
32715 WCSLEN_FOUND=1
32716
32717fi
32718
32719 fi
32720 fi
32721
32722 if test "$WCSLEN_FOUND" = 1; then
32723 cat >>confdefs.h <<\_ACEOF
32724#define HAVE_WCSLEN 1
32725_ACEOF
32726
32727 fi
32728
efdf6afe 32729 if test "$USE_HPUX" = 1 -a "$GCC" != "yes"; then
473276a9
VS
32730 CPPFLAGS="$CPPFLAGS -D_INCLUDE__STDC_A1_SOURCE "
32731 fi
32732
efdf6afe
VZ
32733 echo "$as_me:$LINENO: checking for mbstate_t" >&5
32734echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6
32735if test "${ac_cv_type_mbstate_t+set}" = set; then
32736 echo $ECHO_N "(cached) $ECHO_C" >&6
32737else
32738 cat >conftest.$ac_ext <<_ACEOF
32739/* confdefs.h. */
32740_ACEOF
32741cat confdefs.h >>conftest.$ac_ext
32742cat >>conftest.$ac_ext <<_ACEOF
32743/* end confdefs.h. */
32744#include <wchar.h>
32745
32746int
32747main ()
32748{
32749if ((mbstate_t *) 0)
32750 return 0;
32751if (sizeof (mbstate_t))
32752 return 0;
32753 ;
32754 return 0;
32755}
32756_ACEOF
32757rm -f conftest.$ac_objext
32758if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32759 (eval $ac_compile) 2>conftest.er1
32760 ac_status=$?
32761 grep -v '^ *+' conftest.er1 >conftest.err
32762 rm -f conftest.er1
32763 cat conftest.err >&5
32764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32765 (exit $ac_status); } &&
5ff751d6 32766 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
efdf6afe
VZ
32767 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32768 (eval $ac_try) 2>&5
32769 ac_status=$?
32770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32771 (exit $ac_status); }; } &&
32772 { ac_try='test -s conftest.$ac_objext'
32773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32774 (eval $ac_try) 2>&5
32775 ac_status=$?
32776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32777 (exit $ac_status); }; }; then
32778 ac_cv_type_mbstate_t=yes
32779else
32780 echo "$as_me: failed program was:" >&5
32781sed 's/^/| /' conftest.$ac_ext >&5
32782
32783ac_cv_type_mbstate_t=no
32784fi
32785rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32786fi
32787echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
32788echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6
32789if test $ac_cv_type_mbstate_t = yes; then
32790
32791cat >>confdefs.h <<_ACEOF
32792#define HAVE_MBSTATE_T 1
32793_ACEOF
32794
a848cd7e
SC
32795
32796for ac_func in wcsrtombs
32797do
32798as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32799echo "$as_me:$LINENO: checking for $ac_func" >&5
32800echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32801if eval "test \"\${$as_ac_var+set}\" = set"; then
32802 echo $ECHO_N "(cached) $ECHO_C" >&6
32803else
32804 cat >conftest.$ac_ext <<_ACEOF
32805/* confdefs.h. */
32806_ACEOF
32807cat confdefs.h >>conftest.$ac_ext
32808cat >>conftest.$ac_ext <<_ACEOF
32809/* end confdefs.h. */
ac1cb8d3
VS
32810/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32811 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32812#define $ac_func innocuous_$ac_func
32813
a848cd7e
SC
32814/* System header to define __stub macros and hopefully few prototypes,
32815 which can conflict with char $ac_func (); below.
32816 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32817 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 32818
a848cd7e
SC
32819#ifdef __STDC__
32820# include <limits.h>
32821#else
32822# include <assert.h>
32823#endif
ac1cb8d3
VS
32824
32825#undef $ac_func
32826
a848cd7e
SC
32827/* Override any gcc2 internal prototype to avoid an error. */
32828#ifdef __cplusplus
32829extern "C"
32830{
32831#endif
32832/* We use char because int might match the return type of a gcc2
32833 builtin and then its argument prototype would still apply. */
32834char $ac_func ();
32835/* The GNU C library defines this for functions which it implements
32836 to always fail with ENOSYS. Some functions are actually named
32837 something starting with __ and the normal name is an alias. */
32838#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32839choke me
32840#else
32841char (*f) () = $ac_func;
32842#endif
32843#ifdef __cplusplus
32844}
32845#endif
32846
32847int
32848main ()
32849{
32850return f != $ac_func;
32851 ;
32852 return 0;
32853}
32854_ACEOF
32855rm -f conftest.$ac_objext conftest$ac_exeext
32856if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 32857 (eval $ac_link) 2>conftest.er1
a848cd7e 32858 ac_status=$?
ac1cb8d3
VS
32859 grep -v '^ *+' conftest.er1 >conftest.err
32860 rm -f conftest.er1
32861 cat conftest.err >&5
a848cd7e
SC
32862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32863 (exit $ac_status); } &&
5ff751d6 32864 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
32865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32866 (eval $ac_try) 2>&5
32867 ac_status=$?
32868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32869 (exit $ac_status); }; } &&
32870 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
32871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32872 (eval $ac_try) 2>&5
32873 ac_status=$?
32874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32875 (exit $ac_status); }; }; then
32876 eval "$as_ac_var=yes"
32877else
32878 echo "$as_me: failed program was:" >&5
32879sed 's/^/| /' conftest.$ac_ext >&5
32880
32881eval "$as_ac_var=no"
32882fi
ac1cb8d3
VS
32883rm -f conftest.err conftest.$ac_objext \
32884 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
32885fi
32886echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32887echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32888if test `eval echo '${'$as_ac_var'}'` = yes; then
32889 cat >>confdefs.h <<_ACEOF
32890#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32891_ACEOF
32892
32893fi
32894done
32895
efdf6afe
VZ
32896fi
32897
a848cd7e
SC
32898else
32899 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
32900echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
32901fi
32902
32903
32904
32905ac_ext=cc
32906ac_cpp='$CXXCPP $CPPFLAGS'
32907ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32908ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32909ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32910
32911
32912
4a767dd5
VZ
32913
32914for ac_func in snprintf vsnprintf
a848cd7e
SC
32915do
32916as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32917echo "$as_me:$LINENO: checking for $ac_func" >&5
32918echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32919if eval "test \"\${$as_ac_var+set}\" = set"; then
32920 echo $ECHO_N "(cached) $ECHO_C" >&6
32921else
32922 cat >conftest.$ac_ext <<_ACEOF
32923/* confdefs.h. */
32924_ACEOF
32925cat confdefs.h >>conftest.$ac_ext
32926cat >>conftest.$ac_ext <<_ACEOF
32927/* end confdefs.h. */
ac1cb8d3
VS
32928/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32929 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32930#define $ac_func innocuous_$ac_func
32931
a848cd7e
SC
32932/* System header to define __stub macros and hopefully few prototypes,
32933 which can conflict with char $ac_func (); below.
32934 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32935 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 32936
a848cd7e
SC
32937#ifdef __STDC__
32938# include <limits.h>
32939#else
32940# include <assert.h>
32941#endif
ac1cb8d3
VS
32942
32943#undef $ac_func
32944
a848cd7e
SC
32945/* Override any gcc2 internal prototype to avoid an error. */
32946#ifdef __cplusplus
32947extern "C"
32948{
32949#endif
32950/* We use char because int might match the return type of a gcc2
32951 builtin and then its argument prototype would still apply. */
32952char $ac_func ();
32953/* The GNU C library defines this for functions which it implements
32954 to always fail with ENOSYS. Some functions are actually named
32955 something starting with __ and the normal name is an alias. */
32956#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32957choke me
32958#else
32959char (*f) () = $ac_func;
32960#endif
32961#ifdef __cplusplus
32962}
32963#endif
32964
32965int
32966main ()
32967{
32968return f != $ac_func;
32969 ;
32970 return 0;
32971}
32972_ACEOF
32973rm -f conftest.$ac_objext conftest$ac_exeext
32974if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 32975 (eval $ac_link) 2>conftest.er1
a848cd7e 32976 ac_status=$?
ac1cb8d3
VS
32977 grep -v '^ *+' conftest.er1 >conftest.err
32978 rm -f conftest.er1
32979 cat conftest.err >&5
a848cd7e
SC
32980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32981 (exit $ac_status); } &&
5ff751d6 32982 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
32983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32984 (eval $ac_try) 2>&5
32985 ac_status=$?
32986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32987 (exit $ac_status); }; } &&
32988 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
32989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32990 (eval $ac_try) 2>&5
32991 ac_status=$?
32992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32993 (exit $ac_status); }; }; then
32994 eval "$as_ac_var=yes"
32995else
32996 echo "$as_me: failed program was:" >&5
32997sed 's/^/| /' conftest.$ac_ext >&5
32998
32999eval "$as_ac_var=no"
33000fi
ac1cb8d3
VS
33001rm -f conftest.err conftest.$ac_objext \
33002 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33003fi
33004echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33005echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33006if test `eval echo '${'$as_ac_var'}'` = yes; then
33007 cat >>confdefs.h <<_ACEOF
33008#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33009_ACEOF
33010
33011fi
33012done
33013
33014
33015if test "$ac_cv_func_vsnprintf" = "yes"; then
33016 echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
33017echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
33018if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
33019 echo $ECHO_N "(cached) $ECHO_C" >&6
33020else
33021
efdf6afe 33022 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
33023/* confdefs.h. */
33024_ACEOF
33025cat confdefs.h >>conftest.$ac_ext
33026cat >>conftest.$ac_ext <<_ACEOF
33027/* end confdefs.h. */
33028
33029 #include <stdio.h>
33030 #include <stdarg.h>
efdf6afe
VZ
33031 #ifdef __MSL__
33032 #if __MSL__ >= 0x6000
33033 namespace std {}
33034 using namespace std;
33035 #endif
33036 #endif
a848cd7e
SC
33037
33038int
33039main ()
33040{
33041
33042 char *buf;
33043 va_list ap;
62fa8b3a 33044 vsnprintf(buf, 10u, "%s", ap);
c122b164
DE
33045
33046 ;
33047 return 0;
33048}
33049_ACEOF
33050rm -f conftest.$ac_objext
33051if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33052 (eval $ac_compile) 2>conftest.er1
33053 ac_status=$?
33054 grep -v '^ *+' conftest.er1 >conftest.err
33055 rm -f conftest.er1
33056 cat conftest.err >&5
33057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33058 (exit $ac_status); } &&
5ff751d6 33059 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
c122b164
DE
33060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33061 (eval $ac_try) 2>&5
33062 ac_status=$?
33063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33064 (exit $ac_status); }; } &&
33065 { ac_try='test -s conftest.$ac_objext'
33066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33067 (eval $ac_try) 2>&5
33068 ac_status=$?
33069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33070 (exit $ac_status); }; }; then
33071 wx_cv_func_vsnprintf_decl=yes
33072else
33073 echo "$as_me: failed program was:" >&5
33074sed 's/^/| /' conftest.$ac_ext >&5
33075
a848cd7e
SC
33076wx_cv_func_vsnprintf_decl=no
33077
33078fi
ac1cb8d3 33079rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
33080
33081
33082fi
33083echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
33084echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
33085
33086 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
33087 cat >>confdefs.h <<\_ACEOF
33088#define HAVE_VSNPRINTF_DECL 1
33089_ACEOF
33090
62fa8b3a
MW
33091
33092 echo "$as_me:$LINENO: checking if vsnprintf declaration is broken" >&5
33093echo $ECHO_N "checking if vsnprintf declaration is broken... $ECHO_C" >&6
33094if test "${wx_cv_func_broken_vsnprintf_decl+set}" = set; then
33095 echo $ECHO_N "(cached) $ECHO_C" >&6
33096else
33097
33098 cat >conftest.$ac_ext <<_ACEOF
33099/* confdefs.h. */
33100_ACEOF
33101cat confdefs.h >>conftest.$ac_ext
33102cat >>conftest.$ac_ext <<_ACEOF
33103/* end confdefs.h. */
33104
33105 #include <stdio.h>
33106 #include <stdarg.h>
33107 #ifdef __MSL__
33108 #if __MSL__ >= 0x6000
33109 namespace std {}
33110 using namespace std;
33111 #endif
33112 #endif
33113
33114int
33115main ()
33116{
33117
33118 char *buf;
33119 va_list ap;
33120 const char *fmt = "%s";
33121 vsnprintf(buf, 10u, fmt, ap);
33122
33123 ;
33124 return 0;
33125}
33126_ACEOF
33127rm -f conftest.$ac_objext
33128if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33129 (eval $ac_compile) 2>conftest.er1
33130 ac_status=$?
33131 grep -v '^ *+' conftest.er1 >conftest.err
33132 rm -f conftest.er1
33133 cat conftest.err >&5
33134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33135 (exit $ac_status); } &&
5ff751d6 33136 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
62fa8b3a
MW
33137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33138 (eval $ac_try) 2>&5
33139 ac_status=$?
33140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33141 (exit $ac_status); }; } &&
33142 { ac_try='test -s conftest.$ac_objext'
33143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33144 (eval $ac_try) 2>&5
33145 ac_status=$?
33146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33147 (exit $ac_status); }; }; then
33148 wx_cv_func_broken_vsnprintf_decl=no
33149else
33150 echo "$as_me: failed program was:" >&5
33151sed 's/^/| /' conftest.$ac_ext >&5
33152
33153wx_cv_func_broken_vsnprintf_decl=yes
33154
33155fi
33156rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33157
33158
33159fi
33160echo "$as_me:$LINENO: result: $wx_cv_func_broken_vsnprintf_decl" >&5
33161echo "${ECHO_T}$wx_cv_func_broken_vsnprintf_decl" >&6
33162
33163 if test "$wx_cv_func_broken_vsnprintf_decl" = "yes"; then
33164 cat >>confdefs.h <<\_ACEOF
33165#define HAVE_BROKEN_VSNPRINTF_DECL 1
33166_ACEOF
33167
33168 fi
a848cd7e
SC
33169 fi
33170fi
33171
4a767dd5
VZ
33172if test "$ac_cv_func_snprintf" = "yes"; then
33173 echo "$as_me:$LINENO: checking for snprintf declaration" >&5
33174echo $ECHO_N "checking for snprintf declaration... $ECHO_C" >&6
33175if test "${wx_cv_func_snprintf_decl+set}" = set; then
33176 echo $ECHO_N "(cached) $ECHO_C" >&6
33177else
33178
33179 cat >conftest.$ac_ext <<_ACEOF
33180/* confdefs.h. */
33181_ACEOF
33182cat confdefs.h >>conftest.$ac_ext
33183cat >>conftest.$ac_ext <<_ACEOF
33184/* end confdefs.h. */
33185
33186 #include <stdio.h>
33187 #include <stdarg.h>
33188 #ifdef __MSL__
33189 #if __MSL__ >= 0x6000
33190 namespace std {}
33191 using namespace std;
33192 #endif
33193 #endif
33194
33195int
33196main ()
33197{
33198
33199 char *buf;
62fa8b3a 33200 snprintf(buf, 10u, "%s", "wx");
4a767dd5
VZ
33201
33202 ;
33203 return 0;
33204}
33205_ACEOF
33206rm -f conftest.$ac_objext
33207if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33208 (eval $ac_compile) 2>conftest.er1
33209 ac_status=$?
33210 grep -v '^ *+' conftest.er1 >conftest.err
33211 rm -f conftest.er1
33212 cat conftest.err >&5
33213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33214 (exit $ac_status); } &&
5ff751d6 33215 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4a767dd5
VZ
33216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33217 (eval $ac_try) 2>&5
33218 ac_status=$?
33219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33220 (exit $ac_status); }; } &&
33221 { ac_try='test -s conftest.$ac_objext'
33222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33223 (eval $ac_try) 2>&5
33224 ac_status=$?
33225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33226 (exit $ac_status); }; }; then
33227 wx_cv_func_snprintf_decl=yes
33228else
33229 echo "$as_me: failed program was:" >&5
33230sed 's/^/| /' conftest.$ac_ext >&5
33231
33232wx_cv_func_snprintf_decl=no
33233
33234fi
33235rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33236
33237
33238fi
33239echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_decl" >&5
33240echo "${ECHO_T}$wx_cv_func_snprintf_decl" >&6
33241
33242 if test "$wx_cv_func_snprintf_decl" = "yes"; then
33243 cat >>confdefs.h <<\_ACEOF
33244#define HAVE_SNPRINTF_DECL 1
33245_ACEOF
33246
62fa8b3a
MW
33247
33248 echo "$as_me:$LINENO: checking if snprintf declaration is broken" >&5
33249echo $ECHO_N "checking if snprintf declaration is broken... $ECHO_C" >&6
33250if test "${wx_cv_func_broken_snprintf_decl+set}" = set; then
33251 echo $ECHO_N "(cached) $ECHO_C" >&6
33252else
33253
33254 cat >conftest.$ac_ext <<_ACEOF
33255/* confdefs.h. */
33256_ACEOF
33257cat confdefs.h >>conftest.$ac_ext
33258cat >>conftest.$ac_ext <<_ACEOF
33259/* end confdefs.h. */
33260
33261 #include <stdio.h>
33262 #include <stdarg.h>
33263 #ifdef __MSL__
33264 #if __MSL__ >= 0x6000
33265 namespace std {}
33266 using namespace std;
33267 #endif
33268 #endif
33269
33270int
33271main ()
33272{
33273
33274 char *buf;
33275 const char *fmt = "%s";
33276 snprintf(buf, 10u, fmt, "wx");
33277
33278 ;
33279 return 0;
33280}
33281_ACEOF
33282rm -f conftest.$ac_objext
33283if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33284 (eval $ac_compile) 2>conftest.er1
33285 ac_status=$?
33286 grep -v '^ *+' conftest.er1 >conftest.err
33287 rm -f conftest.er1
33288 cat conftest.err >&5
33289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33290 (exit $ac_status); } &&
5ff751d6 33291 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
62fa8b3a
MW
33292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33293 (eval $ac_try) 2>&5
33294 ac_status=$?
33295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33296 (exit $ac_status); }; } &&
33297 { ac_try='test -s conftest.$ac_objext'
33298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33299 (eval $ac_try) 2>&5
33300 ac_status=$?
33301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33302 (exit $ac_status); }; }; then
33303 wx_cv_func_broken_snprintf_decl=no
33304else
33305 echo "$as_me: failed program was:" >&5
33306sed 's/^/| /' conftest.$ac_ext >&5
33307
33308wx_cv_func_broken_snprintf_decl=yes
33309
33310fi
33311rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33312
33313
33314fi
33315echo "$as_me:$LINENO: result: $wx_cv_func_broken_snprintf_decl" >&5
33316echo "${ECHO_T}$wx_cv_func_broken_snprintf_decl" >&6
33317
33318 if test "$wx_cv_func_broken_snprintf_decl" = "yes"; then
33319 cat >>confdefs.h <<\_ACEOF
33320#define HAVE_BROKEN_SNPRINTF_DECL 1
33321_ACEOF
33322
33323 fi
4a767dd5
VZ
33324 fi
33325fi
33326
a848cd7e
SC
33327if test "$wxUSE_UNICODE" = yes; then
33328
33329
33330
fbe47c7b
VS
33331
33332
33333
33334for ac_func in wputc wputchar putws fputws wprintf vswprintf
a848cd7e
SC
33335do
33336as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33337echo "$as_me:$LINENO: checking for $ac_func" >&5
33338echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33339if eval "test \"\${$as_ac_var+set}\" = set"; then
33340 echo $ECHO_N "(cached) $ECHO_C" >&6
33341else
33342 cat >conftest.$ac_ext <<_ACEOF
33343/* confdefs.h. */
33344_ACEOF
33345cat confdefs.h >>conftest.$ac_ext
33346cat >>conftest.$ac_ext <<_ACEOF
33347/* end confdefs.h. */
ac1cb8d3
VS
33348/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33349 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33350#define $ac_func innocuous_$ac_func
33351
a848cd7e
SC
33352/* System header to define __stub macros and hopefully few prototypes,
33353 which can conflict with char $ac_func (); below.
33354 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33355 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 33356
a848cd7e
SC
33357#ifdef __STDC__
33358# include <limits.h>
33359#else
33360# include <assert.h>
33361#endif
ac1cb8d3
VS
33362
33363#undef $ac_func
33364
a848cd7e
SC
33365/* Override any gcc2 internal prototype to avoid an error. */
33366#ifdef __cplusplus
33367extern "C"
33368{
33369#endif
33370/* We use char because int might match the return type of a gcc2
33371 builtin and then its argument prototype would still apply. */
33372char $ac_func ();
33373/* The GNU C library defines this for functions which it implements
33374 to always fail with ENOSYS. Some functions are actually named
33375 something starting with __ and the normal name is an alias. */
33376#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33377choke me
33378#else
33379char (*f) () = $ac_func;
33380#endif
33381#ifdef __cplusplus
33382}
33383#endif
33384
33385int
33386main ()
33387{
33388return f != $ac_func;
33389 ;
33390 return 0;
33391}
33392_ACEOF
33393rm -f conftest.$ac_objext conftest$ac_exeext
33394if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 33395 (eval $ac_link) 2>conftest.er1
a848cd7e 33396 ac_status=$?
ac1cb8d3
VS
33397 grep -v '^ *+' conftest.er1 >conftest.err
33398 rm -f conftest.er1
33399 cat conftest.err >&5
a848cd7e
SC
33400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33401 (exit $ac_status); } &&
5ff751d6 33402 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33404 (eval $ac_try) 2>&5
33405 ac_status=$?
33406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33407 (exit $ac_status); }; } &&
33408 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33410 (eval $ac_try) 2>&5
33411 ac_status=$?
33412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33413 (exit $ac_status); }; }; then
33414 eval "$as_ac_var=yes"
33415else
33416 echo "$as_me: failed program was:" >&5
33417sed 's/^/| /' conftest.$ac_ext >&5
33418
33419eval "$as_ac_var=no"
33420fi
ac1cb8d3
VS
33421rm -f conftest.err conftest.$ac_objext \
33422 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33423fi
33424echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33425echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33426if test `eval echo '${'$as_ac_var'}'` = yes; then
33427 cat >>confdefs.h <<_ACEOF
33428#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33429_ACEOF
33430
33431fi
33432done
33433
33434
33435 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
33436echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
33437 cat >conftest.$ac_ext <<_ACEOF
33438/* confdefs.h. */
33439_ACEOF
33440cat confdefs.h >>conftest.$ac_ext
33441cat >>conftest.$ac_ext <<_ACEOF
33442/* end confdefs.h. */
33443#include <wchar.h>
33444int
33445main ()
33446{
33447&_vsnwprintf;
33448 ;
33449 return 0;
33450}
33451_ACEOF
33452rm -f conftest.$ac_objext
33453if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 33454 (eval $ac_compile) 2>conftest.er1
a848cd7e 33455 ac_status=$?
ac1cb8d3
VS
33456 grep -v '^ *+' conftest.er1 >conftest.err
33457 rm -f conftest.er1
33458 cat conftest.err >&5
a848cd7e
SC
33459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33460 (exit $ac_status); } &&
5ff751d6 33461 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33463 (eval $ac_try) 2>&5
33464 ac_status=$?
33465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33466 (exit $ac_status); }; } &&
33467 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
33468 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33469 (eval $ac_try) 2>&5
33470 ac_status=$?
33471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33472 (exit $ac_status); }; }; then
33473 echo "$as_me:$LINENO: result: yes" >&5
33474echo "${ECHO_T}yes" >&6
33475 cat >>confdefs.h <<\_ACEOF
33476#define HAVE__VSNWPRINTF 1
33477_ACEOF
33478
33479else
33480 echo "$as_me: failed program was:" >&5
33481sed 's/^/| /' conftest.$ac_ext >&5
33482
33483echo "$as_me:$LINENO: result: no" >&5
33484echo "${ECHO_T}no" >&6
33485fi
ac1cb8d3 33486rm -f conftest.err conftest.$ac_objext conftest.$ac_ext;
a848cd7e
SC
33487fi
33488
33489ac_ext=c
33490ac_cpp='$CPP $CPPFLAGS'
33491ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33492ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33493ac_compiler_gnu=$ac_cv_c_compiler_gnu
33494
33495
6ebeb4c7
VZ
33496if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
33497
33498for ac_func in fnmatch
33499do
33500as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33501echo "$as_me:$LINENO: checking for $ac_func" >&5
33502echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33503if eval "test \"\${$as_ac_var+set}\" = set"; then
33504 echo $ECHO_N "(cached) $ECHO_C" >&6
33505else
33506 cat >conftest.$ac_ext <<_ACEOF
33507/* confdefs.h. */
33508_ACEOF
33509cat confdefs.h >>conftest.$ac_ext
33510cat >>conftest.$ac_ext <<_ACEOF
33511/* end confdefs.h. */
33512/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33513 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33514#define $ac_func innocuous_$ac_func
33515
33516/* System header to define __stub macros and hopefully few prototypes,
33517 which can conflict with char $ac_func (); below.
33518 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33519 <limits.h> exists even on freestanding compilers. */
33520
33521#ifdef __STDC__
33522# include <limits.h>
33523#else
33524# include <assert.h>
33525#endif
33526
33527#undef $ac_func
33528
33529/* Override any gcc2 internal prototype to avoid an error. */
33530#ifdef __cplusplus
33531extern "C"
33532{
33533#endif
33534/* We use char because int might match the return type of a gcc2
33535 builtin and then its argument prototype would still apply. */
33536char $ac_func ();
33537/* The GNU C library defines this for functions which it implements
33538 to always fail with ENOSYS. Some functions are actually named
33539 something starting with __ and the normal name is an alias. */
33540#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33541choke me
33542#else
33543char (*f) () = $ac_func;
33544#endif
33545#ifdef __cplusplus
33546}
33547#endif
33548
33549int
33550main ()
33551{
33552return f != $ac_func;
33553 ;
33554 return 0;
33555}
33556_ACEOF
33557rm -f conftest.$ac_objext conftest$ac_exeext
33558if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33559 (eval $ac_link) 2>conftest.er1
33560 ac_status=$?
33561 grep -v '^ *+' conftest.er1 >conftest.err
33562 rm -f conftest.er1
33563 cat conftest.err >&5
33564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33565 (exit $ac_status); } &&
5ff751d6 33566 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6ebeb4c7
VZ
33567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33568 (eval $ac_try) 2>&5
33569 ac_status=$?
33570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33571 (exit $ac_status); }; } &&
33572 { ac_try='test -s conftest$ac_exeext'
33573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33574 (eval $ac_try) 2>&5
33575 ac_status=$?
33576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33577 (exit $ac_status); }; }; then
33578 eval "$as_ac_var=yes"
33579else
33580 echo "$as_me: failed program was:" >&5
33581sed 's/^/| /' conftest.$ac_ext >&5
33582
33583eval "$as_ac_var=no"
33584fi
33585rm -f conftest.err conftest.$ac_objext \
33586 conftest$ac_exeext conftest.$ac_ext
33587fi
33588echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33589echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33590if test `eval echo '${'$as_ac_var'}'` = yes; then
33591 cat >>confdefs.h <<_ACEOF
33592#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33593_ACEOF
33594
33595fi
33596done
33597
33598fi
33599
33600if test "$wxUSE_FILE" = "yes"; then
33601
33602for ac_func in fsync
33603do
33604as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33605echo "$as_me:$LINENO: checking for $ac_func" >&5
33606echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33607if eval "test \"\${$as_ac_var+set}\" = set"; then
33608 echo $ECHO_N "(cached) $ECHO_C" >&6
33609else
33610 cat >conftest.$ac_ext <<_ACEOF
33611/* confdefs.h. */
33612_ACEOF
33613cat confdefs.h >>conftest.$ac_ext
33614cat >>conftest.$ac_ext <<_ACEOF
33615/* end confdefs.h. */
33616/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33617 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33618#define $ac_func innocuous_$ac_func
33619
33620/* System header to define __stub macros and hopefully few prototypes,
33621 which can conflict with char $ac_func (); below.
33622 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33623 <limits.h> exists even on freestanding compilers. */
33624
33625#ifdef __STDC__
33626# include <limits.h>
33627#else
33628# include <assert.h>
33629#endif
33630
33631#undef $ac_func
33632
33633/* Override any gcc2 internal prototype to avoid an error. */
33634#ifdef __cplusplus
33635extern "C"
33636{
33637#endif
33638/* We use char because int might match the return type of a gcc2
33639 builtin and then its argument prototype would still apply. */
33640char $ac_func ();
33641/* The GNU C library defines this for functions which it implements
33642 to always fail with ENOSYS. Some functions are actually named
33643 something starting with __ and the normal name is an alias. */
33644#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33645choke me
33646#else
33647char (*f) () = $ac_func;
33648#endif
33649#ifdef __cplusplus
33650}
33651#endif
33652
33653int
33654main ()
33655{
33656return f != $ac_func;
33657 ;
33658 return 0;
33659}
33660_ACEOF
33661rm -f conftest.$ac_objext conftest$ac_exeext
33662if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33663 (eval $ac_link) 2>conftest.er1
33664 ac_status=$?
33665 grep -v '^ *+' conftest.er1 >conftest.err
33666 rm -f conftest.er1
33667 cat conftest.err >&5
33668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33669 (exit $ac_status); } &&
5ff751d6 33670 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6ebeb4c7
VZ
33671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33672 (eval $ac_try) 2>&5
33673 ac_status=$?
33674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33675 (exit $ac_status); }; } &&
33676 { ac_try='test -s conftest$ac_exeext'
33677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33678 (eval $ac_try) 2>&5
33679 ac_status=$?
33680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33681 (exit $ac_status); }; }; then
33682 eval "$as_ac_var=yes"
33683else
33684 echo "$as_me: failed program was:" >&5
33685sed 's/^/| /' conftest.$ac_ext >&5
33686
33687eval "$as_ac_var=no"
33688fi
33689rm -f conftest.err conftest.$ac_objext \
33690 conftest$ac_exeext conftest.$ac_ext
33691fi
33692echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33693echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33694if test `eval echo '${'$as_ac_var'}'` = yes; then
33695 cat >>confdefs.h <<_ACEOF
33696#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33697_ACEOF
33698
33699fi
33700done
33701
33702fi
a848cd7e
SC
33703
33704
33705if test "$TOOLKIT" != "MSW"; then
33706
33707
33708
33709
33710ac_ext=cc
33711ac_cpp='$CXXCPP $CPPFLAGS'
33712ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33713ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33714ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33715
33716
33717
33718
33719# Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
33720if test "${with_libiconv_prefix+set}" = set; then
33721 withval="$with_libiconv_prefix"
33722
33723 for dir in `echo "$withval" | tr : ' '`; do
33724 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
33725 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
33726 done
33727
33728fi;
33729
33730 echo "$as_me:$LINENO: checking for iconv" >&5
33731echo $ECHO_N "checking for iconv... $ECHO_C" >&6
33732if test "${am_cv_func_iconv+set}" = set; then
33733 echo $ECHO_N "(cached) $ECHO_C" >&6
33734else
33735
33736 am_cv_func_iconv="no, consider installing GNU libiconv"
33737 am_cv_lib_iconv=no
33738 cat >conftest.$ac_ext <<_ACEOF
33739/* confdefs.h. */
33740_ACEOF
33741cat confdefs.h >>conftest.$ac_ext
33742cat >>conftest.$ac_ext <<_ACEOF
33743/* end confdefs.h. */
33744#include <stdlib.h>
33745#include <iconv.h>
33746int
33747main ()
33748{
33749iconv_t cd = iconv_open("","");
33750 iconv(cd,NULL,NULL,NULL,NULL);
33751 iconv_close(cd);
33752 ;
33753 return 0;
33754}
33755_ACEOF
33756rm -f conftest.$ac_objext conftest$ac_exeext
33757if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 33758 (eval $ac_link) 2>conftest.er1
a848cd7e 33759 ac_status=$?
ac1cb8d3
VS
33760 grep -v '^ *+' conftest.er1 >conftest.err
33761 rm -f conftest.er1
33762 cat conftest.err >&5
a848cd7e
SC
33763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33764 (exit $ac_status); } &&
5ff751d6 33765 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33767 (eval $ac_try) 2>&5
33768 ac_status=$?
33769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33770 (exit $ac_status); }; } &&
33771 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33772 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33773 (eval $ac_try) 2>&5
33774 ac_status=$?
33775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33776 (exit $ac_status); }; }; then
33777 am_cv_func_iconv=yes
33778else
33779 echo "$as_me: failed program was:" >&5
33780sed 's/^/| /' conftest.$ac_ext >&5
33781
33782fi
ac1cb8d3
VS
33783rm -f conftest.err conftest.$ac_objext \
33784 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33785 if test "$am_cv_func_iconv" != yes; then
33786 am_save_LIBS="$LIBS"
33787 LIBS="$LIBS -liconv"
33788 cat >conftest.$ac_ext <<_ACEOF
33789/* confdefs.h. */
33790_ACEOF
33791cat confdefs.h >>conftest.$ac_ext
33792cat >>conftest.$ac_ext <<_ACEOF
33793/* end confdefs.h. */
33794#include <stdlib.h>
33795#include <iconv.h>
33796int
33797main ()
33798{
33799iconv_t cd = iconv_open("","");
33800 iconv(cd,NULL,NULL,NULL,NULL);
33801 iconv_close(cd);
33802 ;
33803 return 0;
33804}
33805_ACEOF
33806rm -f conftest.$ac_objext conftest$ac_exeext
33807if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 33808 (eval $ac_link) 2>conftest.er1
a848cd7e 33809 ac_status=$?
ac1cb8d3
VS
33810 grep -v '^ *+' conftest.er1 >conftest.err
33811 rm -f conftest.er1
33812 cat conftest.err >&5
a848cd7e
SC
33813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33814 (exit $ac_status); } &&
5ff751d6 33815 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33817 (eval $ac_try) 2>&5
33818 ac_status=$?
33819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33820 (exit $ac_status); }; } &&
33821 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33823 (eval $ac_try) 2>&5
33824 ac_status=$?
33825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33826 (exit $ac_status); }; }; then
33827 am_cv_lib_iconv=yes
33828 am_cv_func_iconv=yes
33829else
33830 echo "$as_me: failed program was:" >&5
33831sed 's/^/| /' conftest.$ac_ext >&5
33832
33833fi
ac1cb8d3
VS
33834rm -f conftest.err conftest.$ac_objext \
33835 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33836 LIBS="$am_save_LIBS"
33837 fi
33838
33839fi
33840echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
33841echo "${ECHO_T}$am_cv_func_iconv" >&6
33842 if test "$am_cv_func_iconv" = yes; then
33843
33844cat >>confdefs.h <<\_ACEOF
33845#define HAVE_ICONV 1
33846_ACEOF
33847
33848 echo "$as_me:$LINENO: checking if iconv needs const" >&5
33849echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
33850if test "${wx_cv_func_iconv_const+set}" = set; then
33851 echo $ECHO_N "(cached) $ECHO_C" >&6
33852else
33853 cat >conftest.$ac_ext <<_ACEOF
33854/* confdefs.h. */
33855_ACEOF
33856cat confdefs.h >>conftest.$ac_ext
33857cat >>conftest.$ac_ext <<_ACEOF
33858/* end confdefs.h. */
33859
33860#include <stdlib.h>
33861#include <iconv.h>
33862extern
33863#ifdef __cplusplus
33864"C"
33865#endif
33866#if defined(__STDC__) || defined(__cplusplus)
33867size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
33868#else
33869size_t iconv();
33870#endif
33871
33872int
33873main ()
33874{
33875
33876 ;
33877 return 0;
33878}
33879_ACEOF
33880rm -f conftest.$ac_objext
33881if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 33882 (eval $ac_compile) 2>conftest.er1
a848cd7e 33883 ac_status=$?
ac1cb8d3
VS
33884 grep -v '^ *+' conftest.er1 >conftest.err
33885 rm -f conftest.er1
33886 cat conftest.err >&5
a848cd7e
SC
33887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33888 (exit $ac_status); } &&
5ff751d6 33889 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33890 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33891 (eval $ac_try) 2>&5
33892 ac_status=$?
33893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33894 (exit $ac_status); }; } &&
33895 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
33896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33897 (eval $ac_try) 2>&5
33898 ac_status=$?
33899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33900 (exit $ac_status); }; }; then
33901 wx_cv_func_iconv_const="no"
33902else
33903 echo "$as_me: failed program was:" >&5
33904sed 's/^/| /' conftest.$ac_ext >&5
33905
33906wx_cv_func_iconv_const="yes"
33907
33908fi
ac1cb8d3 33909rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
33910
33911fi
33912echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
33913echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
33914
33915 iconv_const=
33916 if test "x$wx_cv_func_iconv_const" = "xyes"; then
33917 iconv_const="const"
33918 fi
33919
33920
33921cat >>confdefs.h <<_ACEOF
33922#define ICONV_CONST $iconv_const
33923_ACEOF
33924
33925 fi
33926 LIBICONV=
33927 if test "$am_cv_lib_iconv" = yes; then
33928 LIBICONV="-liconv"
33929 fi
33930
33931
33932LIBS="$LIBICONV $LIBS"
33933ac_ext=c
33934ac_cpp='$CPP $CPPFLAGS'
33935ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33936ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33937ac_compiler_gnu=$ac_cv_c_compiler_gnu
33938
33939
33940if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
33941
33942for ac_func in sigaction
33943do
33944as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33945echo "$as_me:$LINENO: checking for $ac_func" >&5
33946echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33947if eval "test \"\${$as_ac_var+set}\" = set"; then
33948 echo $ECHO_N "(cached) $ECHO_C" >&6
33949else
33950 cat >conftest.$ac_ext <<_ACEOF
33951/* confdefs.h. */
33952_ACEOF
33953cat confdefs.h >>conftest.$ac_ext
33954cat >>conftest.$ac_ext <<_ACEOF
33955/* end confdefs.h. */
ac1cb8d3
VS
33956/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33957 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33958#define $ac_func innocuous_$ac_func
33959
a848cd7e
SC
33960/* System header to define __stub macros and hopefully few prototypes,
33961 which can conflict with char $ac_func (); below.
33962 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33963 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 33964
a848cd7e
SC
33965#ifdef __STDC__
33966# include <limits.h>
33967#else
33968# include <assert.h>
33969#endif
ac1cb8d3
VS
33970
33971#undef $ac_func
33972
a848cd7e
SC
33973/* Override any gcc2 internal prototype to avoid an error. */
33974#ifdef __cplusplus
33975extern "C"
33976{
33977#endif
33978/* We use char because int might match the return type of a gcc2
33979 builtin and then its argument prototype would still apply. */
33980char $ac_func ();
33981/* The GNU C library defines this for functions which it implements
33982 to always fail with ENOSYS. Some functions are actually named
33983 something starting with __ and the normal name is an alias. */
33984#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33985choke me
33986#else
33987char (*f) () = $ac_func;
33988#endif
33989#ifdef __cplusplus
33990}
33991#endif
33992
33993int
33994main ()
33995{
33996return f != $ac_func;
33997 ;
33998 return 0;
33999}
34000_ACEOF
34001rm -f conftest.$ac_objext conftest$ac_exeext
34002if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34003 (eval $ac_link) 2>conftest.er1
a848cd7e 34004 ac_status=$?
ac1cb8d3
VS
34005 grep -v '^ *+' conftest.er1 >conftest.err
34006 rm -f conftest.er1
34007 cat conftest.err >&5
a848cd7e
SC
34008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34009 (exit $ac_status); } &&
5ff751d6 34010 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34012 (eval $ac_try) 2>&5
34013 ac_status=$?
34014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34015 (exit $ac_status); }; } &&
34016 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34018 (eval $ac_try) 2>&5
34019 ac_status=$?
34020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34021 (exit $ac_status); }; }; then
34022 eval "$as_ac_var=yes"
34023else
34024 echo "$as_me: failed program was:" >&5
34025sed 's/^/| /' conftest.$ac_ext >&5
34026
34027eval "$as_ac_var=no"
34028fi
ac1cb8d3
VS
34029rm -f conftest.err conftest.$ac_objext \
34030 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34031fi
34032echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34033echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34034if test `eval echo '${'$as_ac_var'}'` = yes; then
34035 cat >>confdefs.h <<_ACEOF
34036#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34037_ACEOF
34038
34039fi
34040done
34041
34042
34043 if test "$ac_cv_func_sigaction" = "no"; then
34044 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
34045echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
34046 wxUSE_ON_FATAL_EXCEPTION=no
34047 fi
34048
34049 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
34050
34051
34052 ac_ext=cc
34053ac_cpp='$CXXCPP $CPPFLAGS'
34054ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34055ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34056ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34057
34058
34059 echo "$as_me:$LINENO: checking for sa_handler type" >&5
34060echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
34061if test "${wx_cv_type_sa_handler+set}" = set; then
34062 echo $ECHO_N "(cached) $ECHO_C" >&6
34063else
34064
34065 cat >conftest.$ac_ext <<_ACEOF
34066/* confdefs.h. */
34067_ACEOF
34068cat confdefs.h >>conftest.$ac_ext
34069cat >>conftest.$ac_ext <<_ACEOF
34070/* end confdefs.h. */
34071#include <signal.h>
34072int
34073main ()
34074{
34075
34076 extern void testSigHandler(int);
34077
34078 struct sigaction sa;
34079 sa.sa_handler = testSigHandler;
34080
34081 ;
34082 return 0;
34083}
34084_ACEOF
34085rm -f conftest.$ac_objext
34086if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 34087 (eval $ac_compile) 2>conftest.er1
a848cd7e 34088 ac_status=$?
ac1cb8d3
VS
34089 grep -v '^ *+' conftest.er1 >conftest.err
34090 rm -f conftest.er1
34091 cat conftest.err >&5
a848cd7e
SC
34092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34093 (exit $ac_status); } &&
5ff751d6 34094 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34095 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34096 (eval $ac_try) 2>&5
34097 ac_status=$?
34098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34099 (exit $ac_status); }; } &&
34100 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
34101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34102 (eval $ac_try) 2>&5
34103 ac_status=$?
34104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34105 (exit $ac_status); }; }; then
34106
34107 wx_cv_type_sa_handler=int
34108
34109else
34110 echo "$as_me: failed program was:" >&5
34111sed 's/^/| /' conftest.$ac_ext >&5
34112
34113
34114 wx_cv_type_sa_handler=void
34115
34116fi
ac1cb8d3 34117rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
34118
34119fi
34120echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
34121echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
34122
34123 ac_ext=c
34124ac_cpp='$CPP $CPPFLAGS'
34125ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34126ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34127ac_compiler_gnu=$ac_cv_c_compiler_gnu
34128
34129
34130 cat >>confdefs.h <<_ACEOF
34131#define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
34132_ACEOF
34133
34134 fi
34135fi
34136
eaff0f0d
VZ
34137if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
34138
34139
34140 ac_ext=cc
34141ac_cpp='$CXXCPP $CPPFLAGS'
34142ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34143ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34144ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34145
34146
34147 echo "$as_me:$LINENO: checking for backtrace() in <execinfo.h>" >&5
34148echo $ECHO_N "checking for backtrace() in <execinfo.h>... $ECHO_C" >&6
34149if test "${wx_cv_func_backtrace+set}" = set; then
34150 echo $ECHO_N "(cached) $ECHO_C" >&6
34151else
34152
34153 cat >conftest.$ac_ext <<_ACEOF
34154/* confdefs.h. */
34155_ACEOF
34156cat confdefs.h >>conftest.$ac_ext
34157cat >>conftest.$ac_ext <<_ACEOF
34158/* end confdefs.h. */
34159#include <execinfo.h>
34160int
34161main ()
34162{
34163
34164 void *trace[1];
34165 char **messages;
34166
34167 backtrace(trace, 1);
34168 messages = backtrace_symbols(trace, 1);
34169
34170 ;
34171 return 0;
34172}
34173_ACEOF
34174rm -f conftest.$ac_objext
34175if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34176 (eval $ac_compile) 2>conftest.er1
34177 ac_status=$?
34178 grep -v '^ *+' conftest.er1 >conftest.err
34179 rm -f conftest.er1
34180 cat conftest.err >&5
34181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34182 (exit $ac_status); } &&
5ff751d6 34183 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
eaff0f0d
VZ
34184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34185 (eval $ac_try) 2>&5
34186 ac_status=$?
34187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34188 (exit $ac_status); }; } &&
34189 { ac_try='test -s conftest.$ac_objext'
34190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34191 (eval $ac_try) 2>&5
34192 ac_status=$?
34193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34194 (exit $ac_status); }; }; then
34195 wx_cv_func_backtrace=yes
34196else
34197 echo "$as_me: failed program was:" >&5
34198sed 's/^/| /' conftest.$ac_ext >&5
34199
34200wx_cv_func_backtrace=no
34201
34202fi
34203rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34204
34205
34206fi
34207echo "$as_me:$LINENO: result: $wx_cv_func_backtrace" >&5
34208echo "${ECHO_T}$wx_cv_func_backtrace" >&6
34209
34210
34211 if test "$wx_cv_func_backtrace" = "no"; then
34212 { echo "$as_me:$LINENO: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
34213echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
34214 wxUSE_STACKWALKER=no
34215 else
34216 echo "$as_me:$LINENO: checking for __cxa_demangle() in <cxxabi.h>" >&5
34217echo $ECHO_N "checking for __cxa_demangle() in <cxxabi.h>... $ECHO_C" >&6
34218if test "${wx_cv_func_cxa_demangle+set}" = set; then
34219 echo $ECHO_N "(cached) $ECHO_C" >&6
34220else
34221
34222 cat >conftest.$ac_ext <<_ACEOF
34223/* confdefs.h. */
34224_ACEOF
34225cat confdefs.h >>conftest.$ac_ext
34226cat >>conftest.$ac_ext <<_ACEOF
34227/* end confdefs.h. */
34228#include <cxxabi.h>
34229int
34230main ()
34231{
34232
34233 int rc;
34234 __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
34235
34236 ;
34237 return 0;
34238}
34239_ACEOF
dfe0c803
JS
34240rm -f conftest.$ac_objext conftest$ac_exeext
34241if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34242 (eval $ac_link) 2>conftest.er1
eaff0f0d
VZ
34243 ac_status=$?
34244 grep -v '^ *+' conftest.er1 >conftest.err
34245 rm -f conftest.er1
34246 cat conftest.err >&5
34247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34248 (exit $ac_status); } &&
5ff751d6 34249 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
eaff0f0d
VZ
34250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34251 (eval $ac_try) 2>&5
34252 ac_status=$?
34253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34254 (exit $ac_status); }; } &&
dfe0c803 34255 { ac_try='test -s conftest$ac_exeext'
eaff0f0d
VZ
34256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34257 (eval $ac_try) 2>&5
34258 ac_status=$?
34259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34260 (exit $ac_status); }; }; then
34261 wx_cv_func_cxa_demangle=yes
34262else
34263 echo "$as_me: failed program was:" >&5
34264sed 's/^/| /' conftest.$ac_ext >&5
34265
34266wx_cv_func_cxa_demangle=no
34267
34268fi
dfe0c803
JS
34269rm -f conftest.err conftest.$ac_objext \
34270 conftest$ac_exeext conftest.$ac_ext
eaff0f0d
VZ
34271
34272
34273fi
34274echo "$as_me:$LINENO: result: $wx_cv_func_cxa_demangle" >&5
34275echo "${ECHO_T}$wx_cv_func_cxa_demangle" >&6
34276
34277 if test "$wx_cv_func_cxa_demangle" = "yes"; then
34278 cat >>confdefs.h <<\_ACEOF
34279#define HAVE_CXA_DEMANGLE 1
34280_ACEOF
34281
34282 fi
34283 fi
34284
34285 ac_ext=c
34286ac_cpp='$CPP $CPPFLAGS'
34287ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34288ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34289ac_compiler_gnu=$ac_cv_c_compiler_gnu
34290
34291fi
34292
898beab1
DE
34293if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != "1" -a "$USE_UNIX" != "1"; then
34294 { echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
34295echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
34296 wxUSE_STACKWALKER=no
34297fi
34298
34299
a848cd7e
SC
34300
34301
34302for ac_func in mkstemp mktemp
34303do
34304as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34305echo "$as_me:$LINENO: checking for $ac_func" >&5
34306echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34307if eval "test \"\${$as_ac_var+set}\" = set"; then
34308 echo $ECHO_N "(cached) $ECHO_C" >&6
34309else
34310 cat >conftest.$ac_ext <<_ACEOF
34311/* confdefs.h. */
34312_ACEOF
34313cat confdefs.h >>conftest.$ac_ext
34314cat >>conftest.$ac_ext <<_ACEOF
34315/* end confdefs.h. */
ac1cb8d3
VS
34316/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34317 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34318#define $ac_func innocuous_$ac_func
34319
a848cd7e
SC
34320/* System header to define __stub macros and hopefully few prototypes,
34321 which can conflict with char $ac_func (); below.
34322 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34323 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 34324
a848cd7e
SC
34325#ifdef __STDC__
34326# include <limits.h>
34327#else
34328# include <assert.h>
34329#endif
ac1cb8d3
VS
34330
34331#undef $ac_func
34332
a848cd7e
SC
34333/* Override any gcc2 internal prototype to avoid an error. */
34334#ifdef __cplusplus
34335extern "C"
34336{
34337#endif
34338/* We use char because int might match the return type of a gcc2
34339 builtin and then its argument prototype would still apply. */
34340char $ac_func ();
34341/* The GNU C library defines this for functions which it implements
34342 to always fail with ENOSYS. Some functions are actually named
34343 something starting with __ and the normal name is an alias. */
34344#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34345choke me
34346#else
34347char (*f) () = $ac_func;
34348#endif
34349#ifdef __cplusplus
34350}
34351#endif
34352
34353int
34354main ()
34355{
34356return f != $ac_func;
34357 ;
34358 return 0;
34359}
34360_ACEOF
34361rm -f conftest.$ac_objext conftest$ac_exeext
34362if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34363 (eval $ac_link) 2>conftest.er1
a848cd7e 34364 ac_status=$?
ac1cb8d3
VS
34365 grep -v '^ *+' conftest.er1 >conftest.err
34366 rm -f conftest.er1
34367 cat conftest.err >&5
a848cd7e
SC
34368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34369 (exit $ac_status); } &&
5ff751d6 34370 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34371 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34372 (eval $ac_try) 2>&5
34373 ac_status=$?
34374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34375 (exit $ac_status); }; } &&
34376 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34378 (eval $ac_try) 2>&5
34379 ac_status=$?
34380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34381 (exit $ac_status); }; }; then
34382 eval "$as_ac_var=yes"
34383else
34384 echo "$as_me: failed program was:" >&5
34385sed 's/^/| /' conftest.$ac_ext >&5
34386
34387eval "$as_ac_var=no"
34388fi
ac1cb8d3
VS
34389rm -f conftest.err conftest.$ac_objext \
34390 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34391fi
34392echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34393echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34394if test `eval echo '${'$as_ac_var'}'` = yes; then
34395 cat >>confdefs.h <<_ACEOF
34396#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34397_ACEOF
34398 break
34399fi
34400done
34401
34402
34403echo "$as_me:$LINENO: checking for statfs" >&5
34404echo $ECHO_N "checking for statfs... $ECHO_C" >&6
34405if test "${wx_cv_func_statfs+set}" = set; then
34406 echo $ECHO_N "(cached) $ECHO_C" >&6
34407else
34408 cat >conftest.$ac_ext <<_ACEOF
34409/* confdefs.h. */
34410_ACEOF
34411cat confdefs.h >>conftest.$ac_ext
34412cat >>conftest.$ac_ext <<_ACEOF
34413/* end confdefs.h. */
34414
34415 #if defined(__BSD__)
84ae7ca4
VZ
34416 #include <sys/param.h>
34417 #include <sys/mount.h>
a848cd7e 34418 #else
84ae7ca4 34419 #include <sys/vfs.h>
a848cd7e
SC
34420 #endif
34421
34422int
34423main ()
34424{
34425
34426 long l;
34427 struct statfs fs;
34428 statfs("/", &fs);
34429 l = fs.f_bsize;
34430 l += fs.f_blocks;
34431 l += fs.f_bavail;
34432
34433 ;
34434 return 0;
34435}
34436_ACEOF
34437rm -f conftest.$ac_objext
34438if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 34439 (eval $ac_compile) 2>conftest.er1
a848cd7e 34440 ac_status=$?
ac1cb8d3
VS
34441 grep -v '^ *+' conftest.er1 >conftest.err
34442 rm -f conftest.er1
34443 cat conftest.err >&5
a848cd7e
SC
34444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34445 (exit $ac_status); } &&
5ff751d6 34446 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34448 (eval $ac_try) 2>&5
34449 ac_status=$?
34450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34451 (exit $ac_status); }; } &&
34452 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
34453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34454 (eval $ac_try) 2>&5
34455 ac_status=$?
34456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34457 (exit $ac_status); }; }; then
84ae7ca4 34458 wx_cv_func_statfs=yes
a848cd7e
SC
34459else
34460 echo "$as_me: failed program was:" >&5
34461sed 's/^/| /' conftest.$ac_ext >&5
34462
84ae7ca4 34463wx_cv_func_statfs=no
a848cd7e
SC
34464
34465fi
ac1cb8d3 34466rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
34467
34468fi
34469echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
34470echo "${ECHO_T}$wx_cv_func_statfs" >&6
34471
34472if test "$wx_cv_func_statfs" = "yes"; then
84ae7ca4
VZ
34473
34474
34475 ac_ext=cc
34476ac_cpp='$CXXCPP $CPPFLAGS'
34477ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34478ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34479ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34480
34481 echo "$as_me:$LINENO: checking for statfs declaration" >&5
34482echo $ECHO_N "checking for statfs declaration... $ECHO_C" >&6
34483if test "${wx_cv_func_statfs_decl+set}" = set; then
34484 echo $ECHO_N "(cached) $ECHO_C" >&6
34485else
0683aca6
VZ
34486 cat >conftest.$ac_ext <<_ACEOF
34487/* confdefs.h. */
34488_ACEOF
34489cat confdefs.h >>conftest.$ac_ext
34490cat >>conftest.$ac_ext <<_ACEOF
34491/* end confdefs.h. */
84ae7ca4 34492
0683aca6
VZ
34493 #if defined(__BSD__)
34494 #include <sys/param.h>
34495 #include <sys/mount.h>
34496 #else
34497 #include <sys/vfs.h>
34498 #endif
34499
34500int
34501main ()
34502{
34503
34504 struct statfs fs;
34505 statfs("", &fs);
34506
34507 ;
34508 return 0;
34509}
34510_ACEOF
34511rm -f conftest.$ac_objext
34512if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34513 (eval $ac_compile) 2>conftest.er1
34514 ac_status=$?
34515 grep -v '^ *+' conftest.er1 >conftest.err
34516 rm -f conftest.er1
34517 cat conftest.err >&5
34518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34519 (exit $ac_status); } &&
5ff751d6 34520 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
0683aca6
VZ
34521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34522 (eval $ac_try) 2>&5
34523 ac_status=$?
34524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34525 (exit $ac_status); }; } &&
34526 { ac_try='test -s conftest.$ac_objext'
34527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34528 (eval $ac_try) 2>&5
34529 ac_status=$?
34530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34531 (exit $ac_status); }; }; then
34532 wx_cv_func_statfs_decl=yes
34533else
34534 echo "$as_me: failed program was:" >&5
34535sed 's/^/| /' conftest.$ac_ext >&5
34536
34537wx_cv_func_statfs_decl=no
34538
34539fi
34540rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
84ae7ca4
VZ
34541
34542fi
34543echo "$as_me:$LINENO: result: $wx_cv_func_statfs_decl" >&5
34544echo "${ECHO_T}$wx_cv_func_statfs_decl" >&6
34545 ac_ext=c
34546ac_cpp='$CPP $CPPFLAGS'
34547ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34548ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34549ac_compiler_gnu=$ac_cv_c_compiler_gnu
34550
34551
34552 if test "$wx_cv_func_statfs_decl" = "yes"; then
34553 cat >>confdefs.h <<\_ACEOF
34554#define HAVE_STATFS_DECL 1
34555_ACEOF
34556
34557 fi
34558
a848cd7e
SC
34559 wx_cv_type_statvfs_t="struct statfs"
34560 cat >>confdefs.h <<\_ACEOF
34561#define HAVE_STATFS 1
34562_ACEOF
34563
34564else
34565 echo "$as_me:$LINENO: checking for statvfs" >&5
34566echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
34567if test "${wx_cv_func_statvfs+set}" = set; then
34568 echo $ECHO_N "(cached) $ECHO_C" >&6
34569else
34570 cat >conftest.$ac_ext <<_ACEOF
34571/* confdefs.h. */
34572_ACEOF
34573cat confdefs.h >>conftest.$ac_ext
34574cat >>conftest.$ac_ext <<_ACEOF
34575/* end confdefs.h. */
34576
34577 #include <stddef.h>
34578 #include <sys/statvfs.h>
34579
34580int
34581main ()
34582{
34583
34584 statvfs("/", NULL);
34585
34586 ;
34587 return 0;
34588}
34589_ACEOF
34590rm -f conftest.$ac_objext
34591if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 34592 (eval $ac_compile) 2>conftest.er1
a848cd7e 34593 ac_status=$?
ac1cb8d3
VS
34594 grep -v '^ *+' conftest.er1 >conftest.err
34595 rm -f conftest.er1
34596 cat conftest.err >&5
a848cd7e
SC
34597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34598 (exit $ac_status); } &&
5ff751d6 34599 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34600 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34601 (eval $ac_try) 2>&5
34602 ac_status=$?
34603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34604 (exit $ac_status); }; } &&
34605 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
34606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34607 (eval $ac_try) 2>&5
34608 ac_status=$?
34609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34610 (exit $ac_status); }; }; then
34611 wx_cv_func_statvfs=yes
34612else
34613 echo "$as_me: failed program was:" >&5
34614sed 's/^/| /' conftest.$ac_ext >&5
34615
34616wx_cv_func_statvfs=no
34617
34618fi
ac1cb8d3 34619rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
34620
34621fi
34622echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
34623echo "${ECHO_T}$wx_cv_func_statvfs" >&6
34624
34625 if test "$wx_cv_func_statvfs" = "yes"; then
34626
34627
34628 ac_ext=cc
34629ac_cpp='$CXXCPP $CPPFLAGS'
34630ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34631ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34632ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34633
34634
34635 echo "$as_me:$LINENO: checking for statvfs argument type" >&5
34636echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
34637if test "${wx_cv_type_statvfs_t+set}" = set; then
34638 echo $ECHO_N "(cached) $ECHO_C" >&6
34639else
34640 cat >conftest.$ac_ext <<_ACEOF
34641/* confdefs.h. */
34642_ACEOF
34643cat confdefs.h >>conftest.$ac_ext
34644cat >>conftest.$ac_ext <<_ACEOF
34645/* end confdefs.h. */
34646
34647 #include <sys/statvfs.h>
34648
34649int
34650main ()
34651{
34652
34653 long l;
34654 statvfs_t fs;
34655 statvfs("/", &fs);
34656 l = fs.f_bsize;
34657 l += fs.f_blocks;
34658 l += fs.f_bavail;
34659
34660 ;
34661 return 0;
34662}
34663_ACEOF
34664rm -f conftest.$ac_objext
34665if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 34666 (eval $ac_compile) 2>conftest.er1
a848cd7e 34667 ac_status=$?
ac1cb8d3
VS
34668 grep -v '^ *+' conftest.er1 >conftest.err
34669 rm -f conftest.er1
34670 cat conftest.err >&5
a848cd7e
SC
34671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34672 (exit $ac_status); } &&
5ff751d6 34673 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34674 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34675 (eval $ac_try) 2>&5
34676 ac_status=$?
34677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34678 (exit $ac_status); }; } &&
34679 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
34680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34681 (eval $ac_try) 2>&5
34682 ac_status=$?
34683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34684 (exit $ac_status); }; }; then
34685 wx_cv_type_statvfs_t=statvfs_t
34686else
34687 echo "$as_me: failed program was:" >&5
34688sed 's/^/| /' conftest.$ac_ext >&5
34689
34690
34691 cat >conftest.$ac_ext <<_ACEOF
34692/* confdefs.h. */
34693_ACEOF
34694cat confdefs.h >>conftest.$ac_ext
34695cat >>conftest.$ac_ext <<_ACEOF
34696/* end confdefs.h. */
34697
34698 #include <sys/statvfs.h>
34699
34700int
34701main ()
34702{
34703
34704 long l;
34705 struct statvfs fs;
34706 statvfs("/", &fs);
34707 l = fs.f_bsize;
34708 l += fs.f_blocks;
34709 l += fs.f_bavail;
34710
34711 ;
34712 return 0;
34713}
34714_ACEOF
34715rm -f conftest.$ac_objext
34716if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 34717 (eval $ac_compile) 2>conftest.er1
a848cd7e 34718 ac_status=$?
ac1cb8d3
VS
34719 grep -v '^ *+' conftest.er1 >conftest.err
34720 rm -f conftest.er1
34721 cat conftest.err >&5
a848cd7e
SC
34722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34723 (exit $ac_status); } &&
5ff751d6 34724 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34726 (eval $ac_try) 2>&5
34727 ac_status=$?
34728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34729 (exit $ac_status); }; } &&
34730 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
34731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34732 (eval $ac_try) 2>&5
34733 ac_status=$?
34734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34735 (exit $ac_status); }; }; then
34736 wx_cv_type_statvfs_t="struct statvfs"
34737else
34738 echo "$as_me: failed program was:" >&5
34739sed 's/^/| /' conftest.$ac_ext >&5
34740
34741wx_cv_type_statvfs_t="unknown"
34742
34743fi
ac1cb8d3 34744rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
34745
34746
34747fi
ac1cb8d3 34748rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
34749
34750fi
34751echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
34752echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
34753
34754 ac_ext=c
34755ac_cpp='$CPP $CPPFLAGS'
34756ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34757ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34758ac_compiler_gnu=$ac_cv_c_compiler_gnu
34759
34760
34761 if test "$wx_cv_type_statvfs_t" != "unknown"; then
34762 cat >>confdefs.h <<\_ACEOF
34763#define HAVE_STATVFS 1
34764_ACEOF
34765
34766 fi
34767 else
34768 wx_cv_type_statvfs_t="unknown"
34769 fi
34770fi
34771
34772if test "$wx_cv_type_statvfs_t" != "unknown"; then
34773 cat >>confdefs.h <<_ACEOF
34774#define WX_STATFS_T $wx_cv_type_statvfs_t
34775_ACEOF
34776
34777else
34778 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
34779echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
34780fi
34781
34782if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
34783
34784
34785for ac_func in fcntl flock
34786do
34787as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34788echo "$as_me:$LINENO: checking for $ac_func" >&5
34789echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34790if eval "test \"\${$as_ac_var+set}\" = set"; then
34791 echo $ECHO_N "(cached) $ECHO_C" >&6
34792else
34793 cat >conftest.$ac_ext <<_ACEOF
34794/* confdefs.h. */
34795_ACEOF
34796cat confdefs.h >>conftest.$ac_ext
34797cat >>conftest.$ac_ext <<_ACEOF
34798/* end confdefs.h. */
ac1cb8d3
VS
34799/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34800 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34801#define $ac_func innocuous_$ac_func
34802
a848cd7e
SC
34803/* System header to define __stub macros and hopefully few prototypes,
34804 which can conflict with char $ac_func (); below.
34805 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34806 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 34807
a848cd7e
SC
34808#ifdef __STDC__
34809# include <limits.h>
34810#else
34811# include <assert.h>
34812#endif
ac1cb8d3
VS
34813
34814#undef $ac_func
34815
a848cd7e
SC
34816/* Override any gcc2 internal prototype to avoid an error. */
34817#ifdef __cplusplus
34818extern "C"
34819{
34820#endif
34821/* We use char because int might match the return type of a gcc2
34822 builtin and then its argument prototype would still apply. */
34823char $ac_func ();
34824/* The GNU C library defines this for functions which it implements
34825 to always fail with ENOSYS. Some functions are actually named
34826 something starting with __ and the normal name is an alias. */
34827#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34828choke me
34829#else
34830char (*f) () = $ac_func;
34831#endif
34832#ifdef __cplusplus
34833}
34834#endif
34835
34836int
34837main ()
34838{
34839return f != $ac_func;
34840 ;
34841 return 0;
34842}
34843_ACEOF
34844rm -f conftest.$ac_objext conftest$ac_exeext
34845if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34846 (eval $ac_link) 2>conftest.er1
a848cd7e 34847 ac_status=$?
ac1cb8d3
VS
34848 grep -v '^ *+' conftest.er1 >conftest.err
34849 rm -f conftest.er1
34850 cat conftest.err >&5
a848cd7e
SC
34851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34852 (exit $ac_status); } &&
5ff751d6 34853 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34855 (eval $ac_try) 2>&5
34856 ac_status=$?
34857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34858 (exit $ac_status); }; } &&
34859 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34861 (eval $ac_try) 2>&5
34862 ac_status=$?
34863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34864 (exit $ac_status); }; }; then
34865 eval "$as_ac_var=yes"
34866else
34867 echo "$as_me: failed program was:" >&5
34868sed 's/^/| /' conftest.$ac_ext >&5
34869
34870eval "$as_ac_var=no"
34871fi
ac1cb8d3
VS
34872rm -f conftest.err conftest.$ac_objext \
34873 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34874fi
34875echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34876echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34877if test `eval echo '${'$as_ac_var'}'` = yes; then
34878 cat >>confdefs.h <<_ACEOF
34879#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34880_ACEOF
34881 break
34882fi
34883done
34884
34885
34886 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
34887 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
34888echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
34889 wxUSE_SNGLINST_CHECKER=no
34890 fi
34891fi
34892
34893
34894for ac_func in timegm
34895do
34896as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34897echo "$as_me:$LINENO: checking for $ac_func" >&5
34898echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34899if eval "test \"\${$as_ac_var+set}\" = set"; then
34900 echo $ECHO_N "(cached) $ECHO_C" >&6
34901else
34902 cat >conftest.$ac_ext <<_ACEOF
34903/* confdefs.h. */
34904_ACEOF
34905cat confdefs.h >>conftest.$ac_ext
34906cat >>conftest.$ac_ext <<_ACEOF
34907/* end confdefs.h. */
ac1cb8d3
VS
34908/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34909 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34910#define $ac_func innocuous_$ac_func
34911
a848cd7e
SC
34912/* System header to define __stub macros and hopefully few prototypes,
34913 which can conflict with char $ac_func (); below.
34914 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34915 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 34916
a848cd7e
SC
34917#ifdef __STDC__
34918# include <limits.h>
34919#else
34920# include <assert.h>
34921#endif
ac1cb8d3
VS
34922
34923#undef $ac_func
34924
a848cd7e
SC
34925/* Override any gcc2 internal prototype to avoid an error. */
34926#ifdef __cplusplus
34927extern "C"
34928{
34929#endif
34930/* We use char because int might match the return type of a gcc2
34931 builtin and then its argument prototype would still apply. */
34932char $ac_func ();
34933/* The GNU C library defines this for functions which it implements
34934 to always fail with ENOSYS. Some functions are actually named
34935 something starting with __ and the normal name is an alias. */
34936#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34937choke me
34938#else
34939char (*f) () = $ac_func;
34940#endif
34941#ifdef __cplusplus
34942}
34943#endif
34944
34945int
34946main ()
34947{
34948return f != $ac_func;
34949 ;
34950 return 0;
34951}
34952_ACEOF
34953rm -f conftest.$ac_objext conftest$ac_exeext
34954if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34955 (eval $ac_link) 2>conftest.er1
a848cd7e 34956 ac_status=$?
ac1cb8d3
VS
34957 grep -v '^ *+' conftest.er1 >conftest.err
34958 rm -f conftest.er1
34959 cat conftest.err >&5
a848cd7e
SC
34960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34961 (exit $ac_status); } &&
5ff751d6 34962 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34964 (eval $ac_try) 2>&5
34965 ac_status=$?
34966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34967 (exit $ac_status); }; } &&
34968 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34970 (eval $ac_try) 2>&5
34971 ac_status=$?
34972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34973 (exit $ac_status); }; }; then
34974 eval "$as_ac_var=yes"
34975else
34976 echo "$as_me: failed program was:" >&5
34977sed 's/^/| /' conftest.$ac_ext >&5
34978
34979eval "$as_ac_var=no"
34980fi
ac1cb8d3
VS
34981rm -f conftest.err conftest.$ac_objext \
34982 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34983fi
34984echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34985echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34986if test `eval echo '${'$as_ac_var'}'` = yes; then
34987 cat >>confdefs.h <<_ACEOF
34988#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34989_ACEOF
34990
34991fi
34992done
34993
34994
34995
34996
34997for ac_func in putenv setenv
34998do
34999as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35000echo "$as_me:$LINENO: checking for $ac_func" >&5
35001echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35002if eval "test \"\${$as_ac_var+set}\" = set"; then
35003 echo $ECHO_N "(cached) $ECHO_C" >&6
35004else
35005 cat >conftest.$ac_ext <<_ACEOF
35006/* confdefs.h. */
35007_ACEOF
35008cat confdefs.h >>conftest.$ac_ext
35009cat >>conftest.$ac_ext <<_ACEOF
35010/* end confdefs.h. */
ac1cb8d3
VS
35011/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35012 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35013#define $ac_func innocuous_$ac_func
35014
a848cd7e
SC
35015/* System header to define __stub macros and hopefully few prototypes,
35016 which can conflict with char $ac_func (); below.
35017 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35018 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 35019
a848cd7e
SC
35020#ifdef __STDC__
35021# include <limits.h>
35022#else
35023# include <assert.h>
35024#endif
ac1cb8d3
VS
35025
35026#undef $ac_func
35027
a848cd7e
SC
35028/* Override any gcc2 internal prototype to avoid an error. */
35029#ifdef __cplusplus
35030extern "C"
35031{
35032#endif
35033/* We use char because int might match the return type of a gcc2
35034 builtin and then its argument prototype would still apply. */
35035char $ac_func ();
35036/* The GNU C library defines this for functions which it implements
35037 to always fail with ENOSYS. Some functions are actually named
35038 something starting with __ and the normal name is an alias. */
35039#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35040choke me
35041#else
35042char (*f) () = $ac_func;
35043#endif
35044#ifdef __cplusplus
35045}
35046#endif
35047
35048int
35049main ()
35050{
35051return f != $ac_func;
35052 ;
35053 return 0;
35054}
35055_ACEOF
35056rm -f conftest.$ac_objext conftest$ac_exeext
35057if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35058 (eval $ac_link) 2>conftest.er1
a848cd7e 35059 ac_status=$?
ac1cb8d3
VS
35060 grep -v '^ *+' conftest.er1 >conftest.err
35061 rm -f conftest.er1
35062 cat conftest.err >&5
a848cd7e
SC
35063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35064 (exit $ac_status); } &&
5ff751d6 35065 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35067 (eval $ac_try) 2>&5
35068 ac_status=$?
35069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35070 (exit $ac_status); }; } &&
35071 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35073 (eval $ac_try) 2>&5
35074 ac_status=$?
35075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35076 (exit $ac_status); }; }; then
35077 eval "$as_ac_var=yes"
35078else
35079 echo "$as_me: failed program was:" >&5
35080sed 's/^/| /' conftest.$ac_ext >&5
35081
35082eval "$as_ac_var=no"
35083fi
ac1cb8d3
VS
35084rm -f conftest.err conftest.$ac_objext \
35085 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35086fi
35087echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35088echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35089if test `eval echo '${'$as_ac_var'}'` = yes; then
35090 cat >>confdefs.h <<_ACEOF
35091#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35092_ACEOF
35093 break
35094fi
35095done
35096
35097
35098HAVE_SOME_SLEEP_FUNC=0
35099if test "$USE_BEOS" = 1; then
35100 cat >>confdefs.h <<\_ACEOF
35101#define HAVE_SLEEP 1
35102_ACEOF
35103
35104 HAVE_SOME_SLEEP_FUNC=1
35105fi
35106
35107if test "$USE_DARWIN" = 1; then
35108 cat >>confdefs.h <<\_ACEOF
35109#define HAVE_USLEEP 1
35110_ACEOF
35111
35112 HAVE_SOME_SLEEP_FUNC=1
35113fi
35114
35115if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
35116 POSIX4_LINK=
35117
35118for ac_func in nanosleep
35119do
35120as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35121echo "$as_me:$LINENO: checking for $ac_func" >&5
35122echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35123if eval "test \"\${$as_ac_var+set}\" = set"; then
35124 echo $ECHO_N "(cached) $ECHO_C" >&6
35125else
35126 cat >conftest.$ac_ext <<_ACEOF
35127/* confdefs.h. */
35128_ACEOF
35129cat confdefs.h >>conftest.$ac_ext
35130cat >>conftest.$ac_ext <<_ACEOF
35131/* end confdefs.h. */
ac1cb8d3
VS
35132/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35133 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35134#define $ac_func innocuous_$ac_func
35135
a848cd7e
SC
35136/* System header to define __stub macros and hopefully few prototypes,
35137 which can conflict with char $ac_func (); below.
35138 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35139 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 35140
a848cd7e
SC
35141#ifdef __STDC__
35142# include <limits.h>
35143#else
35144# include <assert.h>
35145#endif
ac1cb8d3
VS
35146
35147#undef $ac_func
35148
a848cd7e
SC
35149/* Override any gcc2 internal prototype to avoid an error. */
35150#ifdef __cplusplus
35151extern "C"
35152{
35153#endif
35154/* We use char because int might match the return type of a gcc2
35155 builtin and then its argument prototype would still apply. */
35156char $ac_func ();
35157/* The GNU C library defines this for functions which it implements
35158 to always fail with ENOSYS. Some functions are actually named
35159 something starting with __ and the normal name is an alias. */
35160#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35161choke me
35162#else
35163char (*f) () = $ac_func;
35164#endif
35165#ifdef __cplusplus
35166}
35167#endif
35168
35169int
35170main ()
35171{
35172return f != $ac_func;
35173 ;
35174 return 0;
35175}
35176_ACEOF
35177rm -f conftest.$ac_objext conftest$ac_exeext
35178if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35179 (eval $ac_link) 2>conftest.er1
a848cd7e 35180 ac_status=$?
ac1cb8d3
VS
35181 grep -v '^ *+' conftest.er1 >conftest.err
35182 rm -f conftest.er1
35183 cat conftest.err >&5
a848cd7e
SC
35184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35185 (exit $ac_status); } &&
5ff751d6 35186 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35188 (eval $ac_try) 2>&5
35189 ac_status=$?
35190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35191 (exit $ac_status); }; } &&
35192 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35194 (eval $ac_try) 2>&5
35195 ac_status=$?
35196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35197 (exit $ac_status); }; }; then
35198 eval "$as_ac_var=yes"
35199else
35200 echo "$as_me: failed program was:" >&5
35201sed 's/^/| /' conftest.$ac_ext >&5
35202
35203eval "$as_ac_var=no"
35204fi
ac1cb8d3
VS
35205rm -f conftest.err conftest.$ac_objext \
35206 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35207fi
35208echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35209echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35210if test `eval echo '${'$as_ac_var'}'` = yes; then
35211 cat >>confdefs.h <<_ACEOF
35212#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35213_ACEOF
35214 cat >>confdefs.h <<\_ACEOF
35215#define HAVE_NANOSLEEP 1
35216_ACEOF
35217
35218else
35219
35220 echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
35221echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
35222if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
35223 echo $ECHO_N "(cached) $ECHO_C" >&6
35224else
35225 ac_check_lib_save_LIBS=$LIBS
35226LIBS="-lposix4 $LIBS"
35227cat >conftest.$ac_ext <<_ACEOF
35228/* confdefs.h. */
35229_ACEOF
35230cat confdefs.h >>conftest.$ac_ext
35231cat >>conftest.$ac_ext <<_ACEOF
35232/* end confdefs.h. */
35233
35234/* Override any gcc2 internal prototype to avoid an error. */
35235#ifdef __cplusplus
35236extern "C"
35237#endif
35238/* We use char because int might match the return type of a gcc2
35239 builtin and then its argument prototype would still apply. */
35240char nanosleep ();
35241int
35242main ()
35243{
35244nanosleep ();
35245 ;
35246 return 0;
35247}
35248_ACEOF
35249rm -f conftest.$ac_objext conftest$ac_exeext
35250if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35251 (eval $ac_link) 2>conftest.er1
a848cd7e 35252 ac_status=$?
ac1cb8d3
VS
35253 grep -v '^ *+' conftest.er1 >conftest.err
35254 rm -f conftest.er1
35255 cat conftest.err >&5
a848cd7e
SC
35256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35257 (exit $ac_status); } &&
5ff751d6 35258 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35260 (eval $ac_try) 2>&5
35261 ac_status=$?
35262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35263 (exit $ac_status); }; } &&
35264 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35265 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35266 (eval $ac_try) 2>&5
35267 ac_status=$?
35268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35269 (exit $ac_status); }; }; then
35270 ac_cv_lib_posix4_nanosleep=yes
35271else
35272 echo "$as_me: failed program was:" >&5
35273sed 's/^/| /' conftest.$ac_ext >&5
35274
35275ac_cv_lib_posix4_nanosleep=no
35276fi
ac1cb8d3
VS
35277rm -f conftest.err conftest.$ac_objext \
35278 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35279LIBS=$ac_check_lib_save_LIBS
35280fi
35281echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
35282echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
35283if test $ac_cv_lib_posix4_nanosleep = yes; then
35284
35285 cat >>confdefs.h <<\_ACEOF
35286#define HAVE_NANOSLEEP 1
35287_ACEOF
35288
35289 POSIX4_LINK=" -lposix4"
35290
35291else
35292
35293
35294for ac_func in usleep
35295do
35296as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35297echo "$as_me:$LINENO: checking for $ac_func" >&5
35298echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35299if eval "test \"\${$as_ac_var+set}\" = set"; then
35300 echo $ECHO_N "(cached) $ECHO_C" >&6
35301else
35302 cat >conftest.$ac_ext <<_ACEOF
35303/* confdefs.h. */
35304_ACEOF
35305cat confdefs.h >>conftest.$ac_ext
35306cat >>conftest.$ac_ext <<_ACEOF
35307/* end confdefs.h. */
ac1cb8d3
VS
35308/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35309 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35310#define $ac_func innocuous_$ac_func
35311
a848cd7e
SC
35312/* System header to define __stub macros and hopefully few prototypes,
35313 which can conflict with char $ac_func (); below.
35314 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35315 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 35316
a848cd7e
SC
35317#ifdef __STDC__
35318# include <limits.h>
35319#else
35320# include <assert.h>
35321#endif
ac1cb8d3
VS
35322
35323#undef $ac_func
35324
a848cd7e
SC
35325/* Override any gcc2 internal prototype to avoid an error. */
35326#ifdef __cplusplus
35327extern "C"
35328{
35329#endif
35330/* We use char because int might match the return type of a gcc2
35331 builtin and then its argument prototype would still apply. */
35332char $ac_func ();
35333/* The GNU C library defines this for functions which it implements
35334 to always fail with ENOSYS. Some functions are actually named
35335 something starting with __ and the normal name is an alias. */
35336#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35337choke me
35338#else
35339char (*f) () = $ac_func;
35340#endif
35341#ifdef __cplusplus
35342}
35343#endif
35344
35345int
35346main ()
35347{
35348return f != $ac_func;
35349 ;
35350 return 0;
35351}
35352_ACEOF
35353rm -f conftest.$ac_objext conftest$ac_exeext
35354if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35355 (eval $ac_link) 2>conftest.er1
a848cd7e 35356 ac_status=$?
ac1cb8d3
VS
35357 grep -v '^ *+' conftest.er1 >conftest.err
35358 rm -f conftest.er1
35359 cat conftest.err >&5
a848cd7e
SC
35360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35361 (exit $ac_status); } &&
5ff751d6 35362 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35364 (eval $ac_try) 2>&5
35365 ac_status=$?
35366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35367 (exit $ac_status); }; } &&
35368 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35370 (eval $ac_try) 2>&5
35371 ac_status=$?
35372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35373 (exit $ac_status); }; }; then
35374 eval "$as_ac_var=yes"
35375else
35376 echo "$as_me: failed program was:" >&5
35377sed 's/^/| /' conftest.$ac_ext >&5
35378
35379eval "$as_ac_var=no"
35380fi
ac1cb8d3
VS
35381rm -f conftest.err conftest.$ac_objext \
35382 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35383fi
35384echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35385echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35386if test `eval echo '${'$as_ac_var'}'` = yes; then
35387 cat >>confdefs.h <<_ACEOF
35388#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35389_ACEOF
35390 cat >>confdefs.h <<\_ACEOF
35391#define HAVE_USLEEP 1
35392_ACEOF
35393
35394else
35395 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
35396echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
35397
35398fi
35399done
35400
35401
35402
35403fi
35404
35405
35406
35407fi
35408done
35409
35410fi
35411
35412
35413
35414for ac_func in uname gethostname
35415do
35416as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35417echo "$as_me:$LINENO: checking for $ac_func" >&5
35418echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35419if eval "test \"\${$as_ac_var+set}\" = set"; then
35420 echo $ECHO_N "(cached) $ECHO_C" >&6
35421else
35422 cat >conftest.$ac_ext <<_ACEOF
35423/* confdefs.h. */
35424_ACEOF
35425cat confdefs.h >>conftest.$ac_ext
35426cat >>conftest.$ac_ext <<_ACEOF
35427/* end confdefs.h. */
ac1cb8d3
VS
35428/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35429 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35430#define $ac_func innocuous_$ac_func
35431
a848cd7e
SC
35432/* System header to define __stub macros and hopefully few prototypes,
35433 which can conflict with char $ac_func (); below.
35434 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35435 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 35436
a848cd7e
SC
35437#ifdef __STDC__
35438# include <limits.h>
35439#else
35440# include <assert.h>
35441#endif
ac1cb8d3
VS
35442
35443#undef $ac_func
35444
a848cd7e
SC
35445/* Override any gcc2 internal prototype to avoid an error. */
35446#ifdef __cplusplus
35447extern "C"
35448{
35449#endif
35450/* We use char because int might match the return type of a gcc2
35451 builtin and then its argument prototype would still apply. */
35452char $ac_func ();
35453/* The GNU C library defines this for functions which it implements
35454 to always fail with ENOSYS. Some functions are actually named
35455 something starting with __ and the normal name is an alias. */
35456#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35457choke me
35458#else
35459char (*f) () = $ac_func;
35460#endif
35461#ifdef __cplusplus
35462}
35463#endif
35464
35465int
35466main ()
35467{
35468return f != $ac_func;
35469 ;
35470 return 0;
35471}
35472_ACEOF
35473rm -f conftest.$ac_objext conftest$ac_exeext
35474if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35475 (eval $ac_link) 2>conftest.er1
a848cd7e 35476 ac_status=$?
ac1cb8d3
VS
35477 grep -v '^ *+' conftest.er1 >conftest.err
35478 rm -f conftest.er1
35479 cat conftest.err >&5
a848cd7e
SC
35480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35481 (exit $ac_status); } &&
5ff751d6 35482 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35484 (eval $ac_try) 2>&5
35485 ac_status=$?
35486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35487 (exit $ac_status); }; } &&
35488 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35490 (eval $ac_try) 2>&5
35491 ac_status=$?
35492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35493 (exit $ac_status); }; }; then
35494 eval "$as_ac_var=yes"
35495else
35496 echo "$as_me: failed program was:" >&5
35497sed 's/^/| /' conftest.$ac_ext >&5
35498
35499eval "$as_ac_var=no"
35500fi
ac1cb8d3
VS
35501rm -f conftest.err conftest.$ac_objext \
35502 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35503fi
35504echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35505echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35506if test `eval echo '${'$as_ac_var'}'` = yes; then
35507 cat >>confdefs.h <<_ACEOF
35508#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35509_ACEOF
35510 break
35511fi
35512done
35513
35514
35515
35516
35517ac_ext=cc
35518ac_cpp='$CXXCPP $CPPFLAGS'
35519ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35520ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35521ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35522
35523
35524
35525for ac_func in strtok_r
35526do
35527as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35528echo "$as_me:$LINENO: checking for $ac_func" >&5
35529echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35530if eval "test \"\${$as_ac_var+set}\" = set"; then
35531 echo $ECHO_N "(cached) $ECHO_C" >&6
35532else
35533 cat >conftest.$ac_ext <<_ACEOF
35534/* confdefs.h. */
35535_ACEOF
35536cat confdefs.h >>conftest.$ac_ext
35537cat >>conftest.$ac_ext <<_ACEOF
35538/* end confdefs.h. */
ac1cb8d3
VS
35539/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35540 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35541#define $ac_func innocuous_$ac_func
35542
a848cd7e
SC
35543/* System header to define __stub macros and hopefully few prototypes,
35544 which can conflict with char $ac_func (); below.
35545 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35546 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 35547
a848cd7e
SC
35548#ifdef __STDC__
35549# include <limits.h>
35550#else
35551# include <assert.h>
35552#endif
ac1cb8d3
VS
35553
35554#undef $ac_func
35555
a848cd7e
SC
35556/* Override any gcc2 internal prototype to avoid an error. */
35557#ifdef __cplusplus
35558extern "C"
35559{
35560#endif
35561/* We use char because int might match the return type of a gcc2
35562 builtin and then its argument prototype would still apply. */
35563char $ac_func ();
35564/* The GNU C library defines this for functions which it implements
35565 to always fail with ENOSYS. Some functions are actually named
35566 something starting with __ and the normal name is an alias. */
35567#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35568choke me
35569#else
35570char (*f) () = $ac_func;
35571#endif
35572#ifdef __cplusplus
35573}
35574#endif
35575
35576int
35577main ()
35578{
35579return f != $ac_func;
35580 ;
35581 return 0;
35582}
35583_ACEOF
35584rm -f conftest.$ac_objext conftest$ac_exeext
35585if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35586 (eval $ac_link) 2>conftest.er1
a848cd7e 35587 ac_status=$?
ac1cb8d3
VS
35588 grep -v '^ *+' conftest.er1 >conftest.err
35589 rm -f conftest.er1
35590 cat conftest.err >&5
a848cd7e
SC
35591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35592 (exit $ac_status); } &&
5ff751d6 35593 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35595 (eval $ac_try) 2>&5
35596 ac_status=$?
35597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35598 (exit $ac_status); }; } &&
35599 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35600 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35601 (eval $ac_try) 2>&5
35602 ac_status=$?
35603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35604 (exit $ac_status); }; }; then
35605 eval "$as_ac_var=yes"
35606else
35607 echo "$as_me: failed program was:" >&5
35608sed 's/^/| /' conftest.$ac_ext >&5
35609
35610eval "$as_ac_var=no"
35611fi
ac1cb8d3
VS
35612rm -f conftest.err conftest.$ac_objext \
35613 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35614fi
35615echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35616echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35617if test `eval echo '${'$as_ac_var'}'` = yes; then
35618 cat >>confdefs.h <<_ACEOF
35619#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35620_ACEOF
35621
35622fi
35623done
35624
35625
35626ac_ext=c
35627ac_cpp='$CPP $CPPFLAGS'
35628ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35629ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35630ac_compiler_gnu=$ac_cv_c_compiler_gnu
35631
35632
35633INET_LINK=
35634
35635for ac_func in inet_addr
35636do
35637as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35638echo "$as_me:$LINENO: checking for $ac_func" >&5
35639echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35640if eval "test \"\${$as_ac_var+set}\" = set"; then
35641 echo $ECHO_N "(cached) $ECHO_C" >&6
35642else
35643 cat >conftest.$ac_ext <<_ACEOF
35644/* confdefs.h. */
35645_ACEOF
35646cat confdefs.h >>conftest.$ac_ext
35647cat >>conftest.$ac_ext <<_ACEOF
35648/* end confdefs.h. */
ac1cb8d3
VS
35649/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35650 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35651#define $ac_func innocuous_$ac_func
35652
a848cd7e
SC
35653/* System header to define __stub macros and hopefully few prototypes,
35654 which can conflict with char $ac_func (); below.
35655 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35656 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 35657
a848cd7e
SC
35658#ifdef __STDC__
35659# include <limits.h>
35660#else
35661# include <assert.h>
35662#endif
ac1cb8d3
VS
35663
35664#undef $ac_func
35665
a848cd7e
SC
35666/* Override any gcc2 internal prototype to avoid an error. */
35667#ifdef __cplusplus
35668extern "C"
35669{
35670#endif
35671/* We use char because int might match the return type of a gcc2
35672 builtin and then its argument prototype would still apply. */
35673char $ac_func ();
35674/* The GNU C library defines this for functions which it implements
35675 to always fail with ENOSYS. Some functions are actually named
35676 something starting with __ and the normal name is an alias. */
35677#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35678choke me
35679#else
35680char (*f) () = $ac_func;
35681#endif
35682#ifdef __cplusplus
35683}
35684#endif
35685
35686int
35687main ()
35688{
35689return f != $ac_func;
35690 ;
35691 return 0;
35692}
35693_ACEOF
35694rm -f conftest.$ac_objext conftest$ac_exeext
35695if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35696 (eval $ac_link) 2>conftest.er1
a848cd7e 35697 ac_status=$?
ac1cb8d3
VS
35698 grep -v '^ *+' conftest.er1 >conftest.err
35699 rm -f conftest.er1
35700 cat conftest.err >&5
a848cd7e
SC
35701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35702 (exit $ac_status); } &&
5ff751d6 35703 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35705 (eval $ac_try) 2>&5
35706 ac_status=$?
35707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35708 (exit $ac_status); }; } &&
35709 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35711 (eval $ac_try) 2>&5
35712 ac_status=$?
35713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35714 (exit $ac_status); }; }; then
35715 eval "$as_ac_var=yes"
35716else
35717 echo "$as_me: failed program was:" >&5
35718sed 's/^/| /' conftest.$ac_ext >&5
35719
35720eval "$as_ac_var=no"
35721fi
ac1cb8d3
VS
35722rm -f conftest.err conftest.$ac_objext \
35723 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35724fi
35725echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35726echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35727if test `eval echo '${'$as_ac_var'}'` = yes; then
35728 cat >>confdefs.h <<_ACEOF
35729#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35730_ACEOF
35731 cat >>confdefs.h <<\_ACEOF
35732#define HAVE_INET_ADDR 1
35733_ACEOF
35734
35735else
35736
35737 echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
35738echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
35739if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
35740 echo $ECHO_N "(cached) $ECHO_C" >&6
35741else
35742 ac_check_lib_save_LIBS=$LIBS
35743LIBS="-lnsl $LIBS"
35744cat >conftest.$ac_ext <<_ACEOF
35745/* confdefs.h. */
35746_ACEOF
35747cat confdefs.h >>conftest.$ac_ext
35748cat >>conftest.$ac_ext <<_ACEOF
35749/* end confdefs.h. */
35750
35751/* Override any gcc2 internal prototype to avoid an error. */
35752#ifdef __cplusplus
35753extern "C"
35754#endif
35755/* We use char because int might match the return type of a gcc2
35756 builtin and then its argument prototype would still apply. */
35757char inet_addr ();
35758int
35759main ()
35760{
35761inet_addr ();
35762 ;
35763 return 0;
35764}
35765_ACEOF
35766rm -f conftest.$ac_objext conftest$ac_exeext
35767if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35768 (eval $ac_link) 2>conftest.er1
a848cd7e 35769 ac_status=$?
ac1cb8d3
VS
35770 grep -v '^ *+' conftest.er1 >conftest.err
35771 rm -f conftest.er1
35772 cat conftest.err >&5
a848cd7e
SC
35773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35774 (exit $ac_status); } &&
5ff751d6 35775 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35777 (eval $ac_try) 2>&5
35778 ac_status=$?
35779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35780 (exit $ac_status); }; } &&
35781 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35783 (eval $ac_try) 2>&5
35784 ac_status=$?
35785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35786 (exit $ac_status); }; }; then
35787 ac_cv_lib_nsl_inet_addr=yes
35788else
35789 echo "$as_me: failed program was:" >&5
35790sed 's/^/| /' conftest.$ac_ext >&5
35791
35792ac_cv_lib_nsl_inet_addr=no
35793fi
ac1cb8d3
VS
35794rm -f conftest.err conftest.$ac_objext \
35795 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35796LIBS=$ac_check_lib_save_LIBS
35797fi
35798echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
35799echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
35800if test $ac_cv_lib_nsl_inet_addr = yes; then
35801 INET_LINK="nsl"
35802else
35803
35804 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
35805echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
35806if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
35807 echo $ECHO_N "(cached) $ECHO_C" >&6
35808else
35809 ac_check_lib_save_LIBS=$LIBS
35810LIBS="-lresolv $LIBS"
35811cat >conftest.$ac_ext <<_ACEOF
35812/* confdefs.h. */
35813_ACEOF
35814cat confdefs.h >>conftest.$ac_ext
35815cat >>conftest.$ac_ext <<_ACEOF
35816/* end confdefs.h. */
35817
35818/* Override any gcc2 internal prototype to avoid an error. */
35819#ifdef __cplusplus
35820extern "C"
35821#endif
35822/* We use char because int might match the return type of a gcc2
35823 builtin and then its argument prototype would still apply. */
35824char inet_addr ();
35825int
35826main ()
35827{
35828inet_addr ();
35829 ;
35830 return 0;
35831}
35832_ACEOF
35833rm -f conftest.$ac_objext conftest$ac_exeext
35834if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35835 (eval $ac_link) 2>conftest.er1
a848cd7e 35836 ac_status=$?
ac1cb8d3
VS
35837 grep -v '^ *+' conftest.er1 >conftest.err
35838 rm -f conftest.er1
35839 cat conftest.err >&5
a848cd7e
SC
35840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35841 (exit $ac_status); } &&
5ff751d6 35842 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35844 (eval $ac_try) 2>&5
35845 ac_status=$?
35846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35847 (exit $ac_status); }; } &&
35848 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35850 (eval $ac_try) 2>&5
35851 ac_status=$?
35852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35853 (exit $ac_status); }; }; then
35854 ac_cv_lib_resolv_inet_addr=yes
35855else
35856 echo "$as_me: failed program was:" >&5
35857sed 's/^/| /' conftest.$ac_ext >&5
35858
35859ac_cv_lib_resolv_inet_addr=no
35860fi
ac1cb8d3
VS
35861rm -f conftest.err conftest.$ac_objext \
35862 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35863LIBS=$ac_check_lib_save_LIBS
35864fi
35865echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
35866echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
35867if test $ac_cv_lib_resolv_inet_addr = yes; then
35868 INET_LINK="resolv"
35869else
35870
35871 echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
35872echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
35873if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
35874 echo $ECHO_N "(cached) $ECHO_C" >&6
35875else
35876 ac_check_lib_save_LIBS=$LIBS
35877LIBS="-lsocket $LIBS"
35878cat >conftest.$ac_ext <<_ACEOF
35879/* confdefs.h. */
35880_ACEOF
35881cat confdefs.h >>conftest.$ac_ext
35882cat >>conftest.$ac_ext <<_ACEOF
35883/* end confdefs.h. */
35884
35885/* Override any gcc2 internal prototype to avoid an error. */
35886#ifdef __cplusplus
35887extern "C"
35888#endif
35889/* We use char because int might match the return type of a gcc2
35890 builtin and then its argument prototype would still apply. */
35891char inet_addr ();
35892int
35893main ()
35894{
35895inet_addr ();
35896 ;
35897 return 0;
35898}
35899_ACEOF
35900rm -f conftest.$ac_objext conftest$ac_exeext
35901if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35902 (eval $ac_link) 2>conftest.er1
a848cd7e 35903 ac_status=$?
ac1cb8d3
VS
35904 grep -v '^ *+' conftest.er1 >conftest.err
35905 rm -f conftest.er1
35906 cat conftest.err >&5
a848cd7e
SC
35907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35908 (exit $ac_status); } &&
5ff751d6 35909 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35911 (eval $ac_try) 2>&5
35912 ac_status=$?
35913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35914 (exit $ac_status); }; } &&
35915 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35917 (eval $ac_try) 2>&5
35918 ac_status=$?
35919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35920 (exit $ac_status); }; }; then
35921 ac_cv_lib_socket_inet_addr=yes
35922else
35923 echo "$as_me: failed program was:" >&5
35924sed 's/^/| /' conftest.$ac_ext >&5
35925
35926ac_cv_lib_socket_inet_addr=no
35927fi
ac1cb8d3
VS
35928rm -f conftest.err conftest.$ac_objext \
35929 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35930LIBS=$ac_check_lib_save_LIBS
35931fi
35932echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
35933echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
35934if test $ac_cv_lib_socket_inet_addr = yes; then
35935 INET_LINK="socket"
35936
35937fi
35938
35939
35940
35941fi
35942
35943
35944
35945fi
35946
35947
35948
35949fi
35950done
35951
35952
35953
35954for ac_func in inet_aton
35955do
35956as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35957echo "$as_me:$LINENO: checking for $ac_func" >&5
35958echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35959if eval "test \"\${$as_ac_var+set}\" = set"; then
35960 echo $ECHO_N "(cached) $ECHO_C" >&6
35961else
35962 cat >conftest.$ac_ext <<_ACEOF
35963/* confdefs.h. */
35964_ACEOF
35965cat confdefs.h >>conftest.$ac_ext
35966cat >>conftest.$ac_ext <<_ACEOF
35967/* end confdefs.h. */
ac1cb8d3
VS
35968/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35969 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35970#define $ac_func innocuous_$ac_func
35971
a848cd7e
SC
35972/* System header to define __stub macros and hopefully few prototypes,
35973 which can conflict with char $ac_func (); below.
35974 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35975 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 35976
a848cd7e
SC
35977#ifdef __STDC__
35978# include <limits.h>
35979#else
35980# include <assert.h>
35981#endif
ac1cb8d3
VS
35982
35983#undef $ac_func
35984
a848cd7e
SC
35985/* Override any gcc2 internal prototype to avoid an error. */
35986#ifdef __cplusplus
35987extern "C"
35988{
35989#endif
35990/* We use char because int might match the return type of a gcc2
35991 builtin and then its argument prototype would still apply. */
35992char $ac_func ();
35993/* The GNU C library defines this for functions which it implements
35994 to always fail with ENOSYS. Some functions are actually named
35995 something starting with __ and the normal name is an alias. */
35996#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35997choke me
35998#else
35999char (*f) () = $ac_func;
36000#endif
36001#ifdef __cplusplus
36002}
36003#endif
36004
36005int
36006main ()
36007{
36008return f != $ac_func;
36009 ;
36010 return 0;
36011}
36012_ACEOF
36013rm -f conftest.$ac_objext conftest$ac_exeext
36014if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 36015 (eval $ac_link) 2>conftest.er1
a848cd7e 36016 ac_status=$?
ac1cb8d3
VS
36017 grep -v '^ *+' conftest.er1 >conftest.err
36018 rm -f conftest.er1
36019 cat conftest.err >&5
a848cd7e
SC
36020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36021 (exit $ac_status); } &&
5ff751d6 36022 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
36023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36024 (eval $ac_try) 2>&5
36025 ac_status=$?
36026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36027 (exit $ac_status); }; } &&
36028 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
36029 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36030 (eval $ac_try) 2>&5
36031 ac_status=$?
36032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36033 (exit $ac_status); }; }; then
36034 eval "$as_ac_var=yes"
36035else
36036 echo "$as_me: failed program was:" >&5
36037sed 's/^/| /' conftest.$ac_ext >&5
36038
36039eval "$as_ac_var=no"
36040fi
ac1cb8d3
VS
36041rm -f conftest.err conftest.$ac_objext \
36042 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
36043fi
36044echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36045echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36046if test `eval echo '${'$as_ac_var'}'` = yes; then
36047 cat >>confdefs.h <<_ACEOF
36048#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36049_ACEOF
36050 cat >>confdefs.h <<\_ACEOF
36051#define HAVE_INET_ATON 1
36052_ACEOF
36053
36054else
36055
36056 as_ac_Lib=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
36057echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
36058echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
36059if eval "test \"\${$as_ac_Lib+set}\" = set"; then
36060 echo $ECHO_N "(cached) $ECHO_C" >&6
36061else
36062 ac_check_lib_save_LIBS=$LIBS
36063LIBS="-l$INET_LINK $LIBS"
36064cat >conftest.$ac_ext <<_ACEOF
36065/* confdefs.h. */
36066_ACEOF
36067cat confdefs.h >>conftest.$ac_ext
36068cat >>conftest.$ac_ext <<_ACEOF
36069/* end confdefs.h. */
36070
36071/* Override any gcc2 internal prototype to avoid an error. */
36072#ifdef __cplusplus
36073extern "C"
36074#endif
36075/* We use char because int might match the return type of a gcc2
36076 builtin and then its argument prototype would still apply. */
36077char inet_aton ();
36078int
36079main ()
36080{
36081inet_aton ();
36082 ;
36083 return 0;
36084}
36085_ACEOF
36086rm -f conftest.$ac_objext conftest$ac_exeext
36087if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 36088 (eval $ac_link) 2>conftest.er1
a848cd7e 36089 ac_status=$?
ac1cb8d3
VS
36090 grep -v '^ *+' conftest.er1 >conftest.err
36091 rm -f conftest.er1
36092 cat conftest.err >&5
a848cd7e
SC
36093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36094 (exit $ac_status); } &&
5ff751d6 36095 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
36096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36097 (eval $ac_try) 2>&5
36098 ac_status=$?
36099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36100 (exit $ac_status); }; } &&
36101 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
36102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36103 (eval $ac_try) 2>&5
36104 ac_status=$?
36105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36106 (exit $ac_status); }; }; then
36107 eval "$as_ac_Lib=yes"
36108else
36109 echo "$as_me: failed program was:" >&5
36110sed 's/^/| /' conftest.$ac_ext >&5
36111
36112eval "$as_ac_Lib=no"
36113fi
ac1cb8d3
VS
36114rm -f conftest.err conftest.$ac_objext \
36115 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
36116LIBS=$ac_check_lib_save_LIBS
36117fi
36118echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
36119echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
36120if test `eval echo '${'$as_ac_Lib'}'` = yes; then
36121 cat >>confdefs.h <<\_ACEOF
36122#define HAVE_INET_ATON 1
36123_ACEOF
36124
36125fi
36126
36127
36128fi
36129done
36130
36131
36132if test "x$INET_LINK" != "x"; then
36133 cat >>confdefs.h <<\_ACEOF
36134#define HAVE_INET_ADDR 1
36135_ACEOF
36136
36137 INET_LINK=" -l$INET_LINK"
36138fi
36139
36140fi
36141
36142
36143
36144EXTRALIBS_ESD=
36145echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
36146echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
36147if test "${ac_cv_lib_esd_esd_close+set}" = set; then
36148 echo $ECHO_N "(cached) $ECHO_C" >&6
36149else
36150 ac_check_lib_save_LIBS=$LIBS
36151LIBS="-lesd $LIBS"
36152cat >conftest.$ac_ext <<_ACEOF
36153/* confdefs.h. */
36154_ACEOF
36155cat confdefs.h >>conftest.$ac_ext
36156cat >>conftest.$ac_ext <<_ACEOF
36157/* end confdefs.h. */
36158
36159/* Override any gcc2 internal prototype to avoid an error. */
36160#ifdef __cplusplus
36161extern "C"
36162#endif
36163/* We use char because int might match the return type of a gcc2
36164 builtin and then its argument prototype would still apply. */
36165char esd_close ();
36166int
36167main ()
36168{
36169esd_close ();
36170 ;
36171 return 0;
36172}
36173_ACEOF
36174rm -f conftest.$ac_objext conftest$ac_exeext
36175if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 36176 (eval $ac_link) 2>conftest.er1
a848cd7e 36177 ac_status=$?
ac1cb8d3
VS
36178 grep -v '^ *+' conftest.er1 >conftest.err
36179 rm -f conftest.er1
36180 cat conftest.err >&5
a848cd7e
SC
36181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36182 (exit $ac_status); } &&
5ff751d6 36183 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
36184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36185 (eval $ac_try) 2>&5
36186 ac_status=$?
36187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36188 (exit $ac_status); }; } &&
36189 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
36190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36191 (eval $ac_try) 2>&5
36192 ac_status=$?
36193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36194 (exit $ac_status); }; }; then
36195 ac_cv_lib_esd_esd_close=yes
36196else
36197 echo "$as_me: failed program was:" >&5
36198sed 's/^/| /' conftest.$ac_ext >&5
36199
36200ac_cv_lib_esd_esd_close=no
36201fi
ac1cb8d3
VS
36202rm -f conftest.err conftest.$ac_objext \
36203 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
36204LIBS=$ac_check_lib_save_LIBS
36205fi
36206echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
36207echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
36208if test $ac_cv_lib_esd_esd_close = yes; then
36209
36210
36211for ac_header in esd.h
36212do
36213as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
36214if eval "test \"\${$as_ac_Header+set}\" = set"; then
36215 echo "$as_me:$LINENO: checking for $ac_header" >&5
36216echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36217if eval "test \"\${$as_ac_Header+set}\" = set"; then
36218 echo $ECHO_N "(cached) $ECHO_C" >&6
36219fi
36220echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36221echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36222else
36223 # Is the header compilable?
36224echo "$as_me:$LINENO: checking $ac_header usability" >&5
36225echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
36226cat >conftest.$ac_ext <<_ACEOF
36227/* confdefs.h. */
36228_ACEOF
36229cat confdefs.h >>conftest.$ac_ext
36230cat >>conftest.$ac_ext <<_ACEOF
36231/* end confdefs.h. */
36232$ac_includes_default
36233#include <$ac_header>
36234_ACEOF
36235rm -f conftest.$ac_objext
36236if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 36237 (eval $ac_compile) 2>conftest.er1
a848cd7e 36238 ac_status=$?
ac1cb8d3
VS
36239 grep -v '^ *+' conftest.er1 >conftest.err
36240 rm -f conftest.er1
36241 cat conftest.err >&5
a848cd7e
SC
36242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36243 (exit $ac_status); } &&
5ff751d6 36244 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
36245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36246 (eval $ac_try) 2>&5
36247 ac_status=$?
36248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36249 (exit $ac_status); }; } &&
36250 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
36251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36252 (eval $ac_try) 2>&5
36253 ac_status=$?
36254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36255 (exit $ac_status); }; }; then
36256 ac_header_compiler=yes
36257else
36258 echo "$as_me: failed program was:" >&5
36259sed 's/^/| /' conftest.$ac_ext >&5
36260
36261ac_header_compiler=no
36262fi
ac1cb8d3 36263rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
36264echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
36265echo "${ECHO_T}$ac_header_compiler" >&6
36266
36267# Is the header present?
36268echo "$as_me:$LINENO: checking $ac_header presence" >&5
36269echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
36270cat >conftest.$ac_ext <<_ACEOF
36271/* confdefs.h. */
36272_ACEOF
36273cat confdefs.h >>conftest.$ac_ext
36274cat >>conftest.$ac_ext <<_ACEOF
36275/* end confdefs.h. */
36276#include <$ac_header>
36277_ACEOF
36278if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
36279 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
36280 ac_status=$?
36281 grep -v '^ *+' conftest.er1 >conftest.err
36282 rm -f conftest.er1
36283 cat conftest.err >&5
36284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36285 (exit $ac_status); } >/dev/null; then
36286 if test -s conftest.err; then
36287 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 36288 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
36289 else
36290 ac_cpp_err=
36291 fi
36292else
36293 ac_cpp_err=yes
36294fi
36295if test -z "$ac_cpp_err"; then
36296 ac_header_preproc=yes
36297else
36298 echo "$as_me: failed program was:" >&5
36299sed 's/^/| /' conftest.$ac_ext >&5
36300
36301 ac_header_preproc=no
36302fi
36303rm -f conftest.err conftest.$ac_ext
36304echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
36305echo "${ECHO_T}$ac_header_preproc" >&6
36306
36307# So? What about this header?
ac1cb8d3
VS
36308case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
36309 yes:no: )
a848cd7e
SC
36310 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
36311echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
36312 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
36313echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
36314 ac_header_preproc=yes
a848cd7e 36315 ;;
ac1cb8d3 36316 no:yes:* )
a848cd7e
SC
36317 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
36318echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
36319 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
36320echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
36321 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
36322echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
36323 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
36324echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
36325 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
36326echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
36327 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
36328echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
36329 (
36330 cat <<\_ASBOX
ac1cb8d3
VS
36331## ----------------------------------------- ##
36332## Report this to wx-dev@lists.wxwidgets.org ##
36333## ----------------------------------------- ##
a848cd7e
SC
36334_ASBOX
36335 ) |
36336 sed "s/^/$as_me: WARNING: /" >&2
36337 ;;
36338esac
36339echo "$as_me:$LINENO: checking for $ac_header" >&5
36340echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36341if eval "test \"\${$as_ac_Header+set}\" = set"; then
36342 echo $ECHO_N "(cached) $ECHO_C" >&6
36343else
ac1cb8d3 36344 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
36345fi
36346echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36347echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36348
36349fi
36350if test `eval echo '${'$as_ac_Header'}'` = yes; then
36351 cat >>confdefs.h <<_ACEOF
36352#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
36353_ACEOF
36354
36355 EXTRALIBS_ESD="-lesd"
36356
36357fi
36358
36359done
36360
36361
36362fi
36363
36364
36365
36366echo "$as_me:$LINENO: checking for known CD-ROM interface" >&5
36367echo $ECHO_N "checking for known CD-ROM interface... $ECHO_C" >&6
36368cat >conftest.$ac_ext <<_ACEOF
36369/* confdefs.h. */
36370_ACEOF
36371cat confdefs.h >>conftest.$ac_ext
36372cat >>conftest.$ac_ext <<_ACEOF
36373/* end confdefs.h. */
36374#ifdef __linux__
36375 #include <linux/cdrom.h>
36376 #else
36377 /* For Solaris */
36378 #include <sys/cdio.h>
36379 #endif
36380
36381int
36382main ()
36383{
36384struct cdrom_tocentry entry, old_entry;
36385 ;
36386 return 0;
36387}
36388_ACEOF
36389rm -f conftest.$ac_objext
36390if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 36391 (eval $ac_compile) 2>conftest.er1
a848cd7e 36392 ac_status=$?
ac1cb8d3
VS
36393 grep -v '^ *+' conftest.er1 >conftest.err
36394 rm -f conftest.er1
36395 cat conftest.err >&5
a848cd7e
SC
36396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36397 (exit $ac_status); } &&
5ff751d6 36398 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
36399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36400 (eval $ac_try) 2>&5
36401 ac_status=$?
36402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36403 (exit $ac_status); }; } &&
36404 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
36405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36406 (eval $ac_try) 2>&5
36407 ac_status=$?
36408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36409 (exit $ac_status); }; }; then
36410 echo "$as_me:$LINENO: result: yes" >&5
36411echo "${ECHO_T}yes" >&6
36412 cat >>confdefs.h <<\_ACEOF
36413#define HAVE_KNOWN_CDROM_INTERFACE 1
36414_ACEOF
36415
36416else
36417 echo "$as_me: failed program was:" >&5
36418sed 's/^/| /' conftest.$ac_ext >&5
36419
36420echo "$as_me:$LINENO: result: no" >&5
36421echo "${ECHO_T}no" >&6
36422fi
ac1cb8d3 36423rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
36424
36425
36426cat >confcache <<\_ACEOF
36427# This file is a shell script that caches the results of configure
36428# tests run on this system so they can be shared between configure
36429# scripts and configure runs, see configure's option --config-cache.
36430# It is not useful on other systems. If it contains results you don't
36431# want to keep, you may remove or edit it.
36432#
36433# config.status only pays attention to the cache file if you give it
36434# the --recheck option to rerun configure.
36435#
36436# `ac_cv_env_foo' variables (set or unset) will be overridden when
36437# loading this file, other *unset* `ac_cv_foo' will be assigned the
36438# following values.
36439
36440_ACEOF
36441
36442# The following way of writing the cache mishandles newlines in values,
36443# but we know of no workaround that is simple, portable, and efficient.
36444# So, don't put newlines in cache variables' values.
36445# Ultrix sh set writes to stderr and can't be redirected directly,
36446# and sets the high bit in the cache file unless we assign to the vars.
36447{
36448 (set) 2>&1 |
36449 case `(ac_space=' '; set | grep ac_space) 2>&1` in
36450 *ac_space=\ *)
36451 # `set' does not quote correctly, so add quotes (double-quote
36452 # substitution turns \\\\ into \\, and sed turns \\ into \).
36453 sed -n \
ac1cb8d3
VS
36454 "s/'/'\\\\''/g;
36455 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
a848cd7e
SC
36456 ;;
36457 *)
36458 # `set' quotes correctly as required by POSIX, so do not add quotes.
36459 sed -n \
ac1cb8d3 36460 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
a848cd7e
SC
36461 ;;
36462 esac;
36463} |
36464 sed '
36465 t clear
36466 : clear
36467 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
36468 t end
36469 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
36470 : end' >>confcache
36471if diff $cache_file confcache >/dev/null 2>&1; then :; else
36472 if test -w $cache_file; then
36473 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
36474 cat confcache >$cache_file
36475 else
36476 echo "not updating unwritable cache $cache_file"
36477 fi
36478fi
36479rm -f confcache
36480
36481
a848cd7e
SC
36482if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
36483
36484
36485 THREADS_LINK=
36486 THREADS_CFLAGS=
36487
36488 if test "$wxUSE_THREADS" = "yes" ; then
36489 if test "$USE_BEOS" = 1; then
36490 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
36491echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
36492 wxUSE_THREADS="no"
36493 fi
36494 fi
36495
36496 if test "$wxUSE_THREADS" = "yes" ; then
36497
36498
36499 THREAD_OPTS="-pthread"
36500 case "${host}" in
36501 *-*-solaris2* | *-*-sunos4* )
36502 if test "x$GCC" = "xyes"; then
36503 THREAD_OPTS="-pthreads $THREAD_OPTS"
36504 else
36505 THREAD_OPTS="-mt $THREAD_OPTS"
36506 fi
36507 ;;
36508 *-*-freebsd*)
36509 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
36510 ;;
36511 *-*-darwin* | *-*-cygwin* )
36512 THREAD_OPTS=""
36513 ;;
36514 *-*-aix*)
36515 THREAD_OPTS="pthreads"
36516 ;;
36517 *-hp-hpux* )
00421666
MW
36518 if test "x$GCC" = "xyes"; then
36519 $CXX -dumpspecs | grep 'pthread:' >/dev/null ||
36520 THREAD_OPTS=""
36521 else
0093c2fc 36522 THREAD_OPTS="-mt"
a848cd7e
SC
36523 fi
36524 ;;
36525
36526 *-*-irix* )
36527 if test "x$GCC" = "xyes"; then
36528 THREAD_OPTS=""
36529 fi
36530 ;;
36531
36532 *-*-*UnixWare*)
36533 if test "x$GCC" != "xyes"; then
36534 THREAD_OPTS="-Ethread"
36535 fi
36536 ;;
36537 esac
36538
36539 THREAD_OPTS="$THREAD_OPTS pthread none"
36540
36541 THREADS_OK=no
36542 for flag in $THREAD_OPTS; do
36543 case $flag in
36544 none)
36545 echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
36546echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
36547 ;;
36548
36549 -*)
36550 echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
36551echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
36552 THREADS_CFLAGS="$flag"
36553 ;;
36554
36555 *)
36556 echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
36557echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
36558 THREADS_LINK="-l$flag"
36559 ;;
36560 esac
36561
36562 save_LIBS="$LIBS"
36563 save_CFLAGS="$CFLAGS"
36564 LIBS="$THREADS_LINK $LIBS"
36565 CFLAGS="$THREADS_CFLAGS $CFLAGS"
36566
36567 cat >conftest.$ac_ext <<_ACEOF
36568/* confdefs.h. */
36569_ACEOF
36570cat confdefs.h >>conftest.$ac_ext
36571cat >>conftest.$ac_ext <<_ACEOF
36572/* end confdefs.h. */
36573#include <pthread.h>
36574int
36575main ()
36576{
36577pthread_create(0,0,0,0);
36578 ;
36579 return 0;
36580}
36581_ACEOF
36582rm -f conftest.$ac_objext conftest$ac_exeext
36583if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 36584 (eval $ac_link) 2>conftest.er1
a848cd7e 36585 ac_status=$?
ac1cb8d3
VS
36586 grep -v '^ *+' conftest.er1 >conftest.err
36587 rm -f conftest.er1
36588 cat conftest.err >&5
a848cd7e
SC
36589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36590 (exit $ac_status); } &&
5ff751d6 36591 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
36592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36593 (eval $ac_try) 2>&5
36594 ac_status=$?
36595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36596 (exit $ac_status); }; } &&
36597 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
36598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36599 (eval $ac_try) 2>&5
36600 ac_status=$?
36601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36602 (exit $ac_status); }; }; then
36603 THREADS_OK=yes
36604else
36605 echo "$as_me: failed program was:" >&5
36606sed 's/^/| /' conftest.$ac_ext >&5
36607
36608fi
ac1cb8d3
VS
36609rm -f conftest.err conftest.$ac_objext \
36610 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
36611
36612 LIBS="$save_LIBS"
36613 CFLAGS="$save_CFLAGS"
36614
36615 echo "$as_me:$LINENO: result: $THREADS_OK" >&5
36616echo "${ECHO_T}$THREADS_OK" >&6
36617 if test "x$THREADS_OK" = "xyes"; then
36618 break;
36619 fi
36620
36621 THREADS_LINK=""
36622 THREADS_CFLAGS=""
36623 done
36624
36625 if test "x$THREADS_OK" != "xyes"; then
36626 wxUSE_THREADS=no
36627 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
36628echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
36629 else
36630 LDFLAGS="$THREADS_CFLAGS $LDFLAGS"
36631 LIBS="$THREADS_LINK $LIBS"
36632
36633 echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
36634echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
36635 flag=no
36636 case "${host}" in
36637 *-aix*)
36638 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
36639 flag="-D_THREAD_SAFE"
36640 ;;
36641 *-freebsd*)
36642 flag="-D_THREAD_SAFE"
36643 ;;
36644 *-hp-hpux* )
36645 flag="-D_REENTRANT"
36646 if test "x$GCC" != "xyes"; then
36647 flag="$flag -D_RWSTD_MULTI_THREAD"
36648 fi
36649 ;;
36650 *solaris* | alpha*-osf*)
36651 flag="-D_REENTRANT"
36652 ;;
36653 esac
36654 echo "$as_me:$LINENO: result: ${flag}" >&5
36655echo "${ECHO_T}${flag}" >&6
36656 if test "x$flag" != xno; then
36657 THREADS_CFLAGS="$THREADS_CFLAGS $flag"
36658 fi
36659
5ff751d6 36660 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS $THREADS_CFLAGS"
a848cd7e
SC
36661 fi
36662 fi
36663
36664 if test "$wxUSE_THREADS" = "yes" ; then
36665
36666for ac_func in thr_setconcurrency
36667do
36668as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36669echo "$as_me:$LINENO: checking for $ac_func" >&5
36670echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36671if eval "test \"\${$as_ac_var+set}\" = set"; then
36672 echo $ECHO_N "(cached) $ECHO_C" >&6
36673else
36674 cat >conftest.$ac_ext <<_ACEOF
36675/* confdefs.h. */
36676_ACEOF
36677cat confdefs.h >>conftest.$ac_ext
36678cat >>conftest.$ac_ext <<_ACEOF
36679/* end confdefs.h. */
ac1cb8d3
VS
36680/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36681 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36682#define $ac_func innocuous_$ac_func
36683
a848cd7e
SC
36684/* System header to define __stub macros and hopefully few prototypes,
36685 which can conflict with char $ac_func (); below.
36686 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36687 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 36688
a848cd7e
SC
36689#ifdef __STDC__
36690# include <limits.h>
36691#else
36692# include <assert.h>
36693#endif
ac1cb8d3
VS
36694
36695#undef $ac_func
36696
a848cd7e
SC
36697/* Override any gcc2 internal prototype to avoid an error. */
36698#ifdef __cplusplus
36699extern "C"
36700{
36701#endif
36702/* We use char because int might match the return type of a gcc2
36703 builtin and then its argument prototype would still apply. */
36704char $ac_func ();
36705/* The GNU C library defines this for functions which it implements
36706 to always fail with ENOSYS. Some functions are actually named
36707 something starting with __ and the normal name is an alias. */
36708#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36709choke me
36710#else
36711char (*f) () = $ac_func;
36712#endif
36713#ifdef __cplusplus
36714}
36715#endif
36716
36717int
36718main ()
36719{
36720return f != $ac_func;
36721 ;
36722 return 0;
36723}
36724_ACEOF
36725rm -f conftest.$ac_objext conftest$ac_exeext
36726if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 36727 (eval $ac_link) 2>conftest.er1
a848cd7e 36728 ac_status=$?
ac1cb8d3
VS
36729 grep -v '^ *+' conftest.er1 >conftest.err
36730 rm -f conftest.er1
36731 cat conftest.err >&5
a848cd7e
SC
36732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36733 (exit $ac_status); } &&
5ff751d6 36734 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
36735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36736 (eval $ac_try) 2>&5
36737 ac_status=$?
36738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36739 (exit $ac_status); }; } &&
36740 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
36741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36742 (eval $ac_try) 2>&5
36743 ac_status=$?
36744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36745 (exit $ac_status); }; }; then
36746 eval "$as_ac_var=yes"
36747else
36748 echo "$as_me: failed program was:" >&5
36749sed 's/^/| /' conftest.$ac_ext >&5
36750
36751eval "$as_ac_var=no"
36752fi
ac1cb8d3
VS
36753rm -f conftest.err conftest.$ac_objext \
36754 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
36755fi
36756echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36757echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36758if test `eval echo '${'$as_ac_var'}'` = yes; then
36759 cat >>confdefs.h <<_ACEOF
36760#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36761_ACEOF
36762
36763fi
36764done
36765
36766
6ebeb4c7
VZ
36767 echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5
36768echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6
36769if test "${wx_cv_func_pthread_cleanup+set}" = set; then
36770 echo $ECHO_N "(cached) $ECHO_C" >&6
36771else
36772
36773 cat >conftest.$ac_ext <<_ACEOF
36774/* confdefs.h. */
36775_ACEOF
36776cat confdefs.h >>conftest.$ac_ext
36777cat >>conftest.$ac_ext <<_ACEOF
36778/* end confdefs.h. */
36779#include <pthread.h>
36780 void ThreadCleanupFunc(void *p);
36781
36782int
36783main ()
36784{
36785
36786 void *p;
36787 pthread_cleanup_push(ThreadCleanupFunc, p);
36788 pthread_cleanup_pop(0);
36789
36790 ;
36791 return 0;
36792}
36793_ACEOF
36794rm -f conftest.$ac_objext
36795if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36796 (eval $ac_compile) 2>conftest.er1
36797 ac_status=$?
36798 grep -v '^ *+' conftest.er1 >conftest.err
36799 rm -f conftest.er1
36800 cat conftest.err >&5
36801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36802 (exit $ac_status); } &&
5ff751d6 36803 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6ebeb4c7
VZ
36804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36805 (eval $ac_try) 2>&5
36806 ac_status=$?
36807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36808 (exit $ac_status); }; } &&
36809 { ac_try='test -s conftest.$ac_objext'
36810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36811 (eval $ac_try) 2>&5
36812 ac_status=$?
36813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36814 (exit $ac_status); }; }; then
36815
36816 wx_cv_func_pthread_cleanup=yes
36817
36818else
36819 echo "$as_me: failed program was:" >&5
36820sed 's/^/| /' conftest.$ac_ext >&5
36821
36822
36823 wx_cv_func_pthread_cleanup=no
36824
36825
36826fi
36827rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
36828
36829fi
36830echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup" >&5
36831echo "${ECHO_T}$wx_cv_func_pthread_cleanup" >&6
36832 if test "x$wx_cv_func_pthread_cleanup" = "xyes"; then
36833 cat >>confdefs.h <<\_ACEOF
36834#define wxHAVE_PTHREAD_CLEANUP 1
36835_ACEOF
36836
36837 fi
36838
a848cd7e
SC
36839
36840for ac_header in sched.h
36841do
36842as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
36843if eval "test \"\${$as_ac_Header+set}\" = set"; then
36844 echo "$as_me:$LINENO: checking for $ac_header" >&5
36845echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36846if eval "test \"\${$as_ac_Header+set}\" = set"; then
36847 echo $ECHO_N "(cached) $ECHO_C" >&6
36848fi
36849echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36850echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36851else
36852 # Is the header compilable?
36853echo "$as_me:$LINENO: checking $ac_header usability" >&5
36854echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
36855cat >conftest.$ac_ext <<_ACEOF
36856/* confdefs.h. */
36857_ACEOF
36858cat confdefs.h >>conftest.$ac_ext
36859cat >>conftest.$ac_ext <<_ACEOF
36860/* end confdefs.h. */
36861$ac_includes_default
36862#include <$ac_header>
36863_ACEOF
36864rm -f conftest.$ac_objext
36865if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 36866 (eval $ac_compile) 2>conftest.er1
a848cd7e 36867 ac_status=$?
ac1cb8d3
VS
36868 grep -v '^ *+' conftest.er1 >conftest.err
36869 rm -f conftest.er1
36870 cat conftest.err >&5
a848cd7e
SC
36871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36872 (exit $ac_status); } &&
5ff751d6 36873 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
36874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36875 (eval $ac_try) 2>&5
36876 ac_status=$?
36877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36878 (exit $ac_status); }; } &&
36879 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
36880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36881 (eval $ac_try) 2>&5
36882 ac_status=$?
36883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36884 (exit $ac_status); }; }; then
36885 ac_header_compiler=yes
36886else
36887 echo "$as_me: failed program was:" >&5
36888sed 's/^/| /' conftest.$ac_ext >&5
36889
36890ac_header_compiler=no
36891fi
ac1cb8d3 36892rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
36893echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
36894echo "${ECHO_T}$ac_header_compiler" >&6
36895
36896# Is the header present?
36897echo "$as_me:$LINENO: checking $ac_header presence" >&5
36898echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
36899cat >conftest.$ac_ext <<_ACEOF
36900/* confdefs.h. */
36901_ACEOF
36902cat confdefs.h >>conftest.$ac_ext
36903cat >>conftest.$ac_ext <<_ACEOF
36904/* end confdefs.h. */
36905#include <$ac_header>
36906_ACEOF
36907if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
36908 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
36909 ac_status=$?
36910 grep -v '^ *+' conftest.er1 >conftest.err
36911 rm -f conftest.er1
36912 cat conftest.err >&5
36913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36914 (exit $ac_status); } >/dev/null; then
36915 if test -s conftest.err; then
36916 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 36917 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
36918 else
36919 ac_cpp_err=
36920 fi
36921else
36922 ac_cpp_err=yes
36923fi
36924if test -z "$ac_cpp_err"; then
36925 ac_header_preproc=yes
36926else
36927 echo "$as_me: failed program was:" >&5
36928sed 's/^/| /' conftest.$ac_ext >&5
36929
36930 ac_header_preproc=no
36931fi
36932rm -f conftest.err conftest.$ac_ext
36933echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
36934echo "${ECHO_T}$ac_header_preproc" >&6
36935
36936# So? What about this header?
ac1cb8d3
VS
36937case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
36938 yes:no: )
a848cd7e
SC
36939 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
36940echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
36941 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
36942echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
36943 ac_header_preproc=yes
a848cd7e 36944 ;;
ac1cb8d3 36945 no:yes:* )
a848cd7e
SC
36946 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
36947echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
36948 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
36949echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
36950 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
36951echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
36952 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
36953echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
36954 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
36955echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
36956 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
36957echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
36958 (
36959 cat <<\_ASBOX
ac1cb8d3
VS
36960## ----------------------------------------- ##
36961## Report this to wx-dev@lists.wxwidgets.org ##
36962## ----------------------------------------- ##
a848cd7e
SC
36963_ASBOX
36964 ) |
36965 sed "s/^/$as_me: WARNING: /" >&2
36966 ;;
36967esac
36968echo "$as_me:$LINENO: checking for $ac_header" >&5
36969echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36970if eval "test \"\${$as_ac_Header+set}\" = set"; then
36971 echo $ECHO_N "(cached) $ECHO_C" >&6
36972else
ac1cb8d3 36973 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
36974fi
36975echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36976echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36977
36978fi
36979if test `eval echo '${'$as_ac_Header'}'` = yes; then
36980 cat >>confdefs.h <<_ACEOF
36981#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
36982_ACEOF
36983
36984fi
36985
36986done
36987
36988 if test "$ac_cv_header_sched_h" = "yes"; then
36989 echo "$as_me:$LINENO: checking for sched_yield" >&5
36990echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
36991if test "${ac_cv_func_sched_yield+set}" = set; then
36992 echo $ECHO_N "(cached) $ECHO_C" >&6
36993else
36994 cat >conftest.$ac_ext <<_ACEOF
36995/* confdefs.h. */
36996_ACEOF
36997cat confdefs.h >>conftest.$ac_ext
36998cat >>conftest.$ac_ext <<_ACEOF
36999/* end confdefs.h. */
ac1cb8d3
VS
37000/* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
37001 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37002#define sched_yield innocuous_sched_yield
37003
a848cd7e
SC
37004/* System header to define __stub macros and hopefully few prototypes,
37005 which can conflict with char sched_yield (); below.
37006 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37007 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 37008
a848cd7e
SC
37009#ifdef __STDC__
37010# include <limits.h>
37011#else
37012# include <assert.h>
37013#endif
ac1cb8d3
VS
37014
37015#undef sched_yield
37016
a848cd7e
SC
37017/* Override any gcc2 internal prototype to avoid an error. */
37018#ifdef __cplusplus
37019extern "C"
37020{
37021#endif
37022/* We use char because int might match the return type of a gcc2
37023 builtin and then its argument prototype would still apply. */
37024char sched_yield ();
37025/* The GNU C library defines this for functions which it implements
37026 to always fail with ENOSYS. Some functions are actually named
37027 something starting with __ and the normal name is an alias. */
37028#if defined (__stub_sched_yield) || defined (__stub___sched_yield)
37029choke me
37030#else
37031char (*f) () = sched_yield;
37032#endif
37033#ifdef __cplusplus
37034}
37035#endif
37036
37037int
37038main ()
37039{
37040return f != sched_yield;
37041 ;
37042 return 0;
37043}
37044_ACEOF
37045rm -f conftest.$ac_objext conftest$ac_exeext
37046if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37047 (eval $ac_link) 2>conftest.er1
a848cd7e 37048 ac_status=$?
ac1cb8d3
VS
37049 grep -v '^ *+' conftest.er1 >conftest.err
37050 rm -f conftest.er1
37051 cat conftest.err >&5
a848cd7e
SC
37052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37053 (exit $ac_status); } &&
5ff751d6 37054 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37056 (eval $ac_try) 2>&5
37057 ac_status=$?
37058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37059 (exit $ac_status); }; } &&
37060 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37062 (eval $ac_try) 2>&5
37063 ac_status=$?
37064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37065 (exit $ac_status); }; }; then
37066 ac_cv_func_sched_yield=yes
37067else
37068 echo "$as_me: failed program was:" >&5
37069sed 's/^/| /' conftest.$ac_ext >&5
37070
37071ac_cv_func_sched_yield=no
37072fi
ac1cb8d3
VS
37073rm -f conftest.err conftest.$ac_objext \
37074 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37075fi
37076echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
37077echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
37078if test $ac_cv_func_sched_yield = yes; then
37079 cat >>confdefs.h <<\_ACEOF
37080#define HAVE_SCHED_YIELD 1
37081_ACEOF
37082
37083else
37084
37085 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
37086echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
37087if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
37088 echo $ECHO_N "(cached) $ECHO_C" >&6
37089else
37090 ac_check_lib_save_LIBS=$LIBS
37091LIBS="-lposix4 $LIBS"
37092cat >conftest.$ac_ext <<_ACEOF
37093/* confdefs.h. */
37094_ACEOF
37095cat confdefs.h >>conftest.$ac_ext
37096cat >>conftest.$ac_ext <<_ACEOF
37097/* end confdefs.h. */
37098
37099/* Override any gcc2 internal prototype to avoid an error. */
37100#ifdef __cplusplus
37101extern "C"
37102#endif
37103/* We use char because int might match the return type of a gcc2
37104 builtin and then its argument prototype would still apply. */
37105char sched_yield ();
37106int
37107main ()
37108{
37109sched_yield ();
37110 ;
37111 return 0;
37112}
37113_ACEOF
37114rm -f conftest.$ac_objext conftest$ac_exeext
37115if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37116 (eval $ac_link) 2>conftest.er1
a848cd7e 37117 ac_status=$?
ac1cb8d3
VS
37118 grep -v '^ *+' conftest.er1 >conftest.err
37119 rm -f conftest.er1
37120 cat conftest.err >&5
a848cd7e
SC
37121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37122 (exit $ac_status); } &&
5ff751d6 37123 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37124 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37125 (eval $ac_try) 2>&5
37126 ac_status=$?
37127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37128 (exit $ac_status); }; } &&
37129 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37130 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37131 (eval $ac_try) 2>&5
37132 ac_status=$?
37133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37134 (exit $ac_status); }; }; then
37135 ac_cv_lib_posix4_sched_yield=yes
37136else
37137 echo "$as_me: failed program was:" >&5
37138sed 's/^/| /' conftest.$ac_ext >&5
37139
37140ac_cv_lib_posix4_sched_yield=no
37141fi
ac1cb8d3
VS
37142rm -f conftest.err conftest.$ac_objext \
37143 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37144LIBS=$ac_check_lib_save_LIBS
37145fi
37146echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
37147echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
37148if test $ac_cv_lib_posix4_sched_yield = yes; then
37149 cat >>confdefs.h <<\_ACEOF
37150#define HAVE_SCHED_YIELD 1
37151_ACEOF
37152 POSIX4_LINK=" -lposix4"
37153else
37154 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
37155echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
37156
37157fi
37158
37159
37160
37161fi
37162
37163 fi
37164
37165 HAVE_PRIOR_FUNCS=0
37166 echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
37167echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
37168if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
37169 echo $ECHO_N "(cached) $ECHO_C" >&6
37170else
37171 cat >conftest.$ac_ext <<_ACEOF
37172/* confdefs.h. */
37173_ACEOF
37174cat confdefs.h >>conftest.$ac_ext
37175cat >>conftest.$ac_ext <<_ACEOF
37176/* end confdefs.h. */
ac1cb8d3
VS
37177/* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
37178 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37179#define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
37180
a848cd7e
SC
37181/* System header to define __stub macros and hopefully few prototypes,
37182 which can conflict with char pthread_attr_getschedpolicy (); below.
37183 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37184 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 37185
a848cd7e
SC
37186#ifdef __STDC__
37187# include <limits.h>
37188#else
37189# include <assert.h>
37190#endif
ac1cb8d3
VS
37191
37192#undef pthread_attr_getschedpolicy
37193
a848cd7e
SC
37194/* Override any gcc2 internal prototype to avoid an error. */
37195#ifdef __cplusplus
37196extern "C"
37197{
37198#endif
37199/* We use char because int might match the return type of a gcc2
37200 builtin and then its argument prototype would still apply. */
37201char pthread_attr_getschedpolicy ();
37202/* The GNU C library defines this for functions which it implements
37203 to always fail with ENOSYS. Some functions are actually named
37204 something starting with __ and the normal name is an alias. */
37205#if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
37206choke me
37207#else
37208char (*f) () = pthread_attr_getschedpolicy;
37209#endif
37210#ifdef __cplusplus
37211}
37212#endif
37213
37214int
37215main ()
37216{
37217return f != pthread_attr_getschedpolicy;
37218 ;
37219 return 0;
37220}
37221_ACEOF
37222rm -f conftest.$ac_objext conftest$ac_exeext
37223if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37224 (eval $ac_link) 2>conftest.er1
a848cd7e 37225 ac_status=$?
ac1cb8d3
VS
37226 grep -v '^ *+' conftest.er1 >conftest.err
37227 rm -f conftest.er1
37228 cat conftest.err >&5
a848cd7e
SC
37229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37230 (exit $ac_status); } &&
5ff751d6 37231 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37233 (eval $ac_try) 2>&5
37234 ac_status=$?
37235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37236 (exit $ac_status); }; } &&
37237 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37239 (eval $ac_try) 2>&5
37240 ac_status=$?
37241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37242 (exit $ac_status); }; }; then
37243 ac_cv_func_pthread_attr_getschedpolicy=yes
37244else
37245 echo "$as_me: failed program was:" >&5
37246sed 's/^/| /' conftest.$ac_ext >&5
37247
37248ac_cv_func_pthread_attr_getschedpolicy=no
37249fi
ac1cb8d3
VS
37250rm -f conftest.err conftest.$ac_objext \
37251 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37252fi
37253echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
37254echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
37255if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
37256 echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
37257echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
37258if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
37259 echo $ECHO_N "(cached) $ECHO_C" >&6
37260else
37261 cat >conftest.$ac_ext <<_ACEOF
37262/* confdefs.h. */
37263_ACEOF
37264cat confdefs.h >>conftest.$ac_ext
37265cat >>conftest.$ac_ext <<_ACEOF
37266/* end confdefs.h. */
ac1cb8d3
VS
37267/* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
37268 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37269#define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
37270
a848cd7e
SC
37271/* System header to define __stub macros and hopefully few prototypes,
37272 which can conflict with char pthread_attr_setschedparam (); below.
37273 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37274 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 37275
a848cd7e
SC
37276#ifdef __STDC__
37277# include <limits.h>
37278#else
37279# include <assert.h>
37280#endif
ac1cb8d3
VS
37281
37282#undef pthread_attr_setschedparam
37283
a848cd7e
SC
37284/* Override any gcc2 internal prototype to avoid an error. */
37285#ifdef __cplusplus
37286extern "C"
37287{
37288#endif
37289/* We use char because int might match the return type of a gcc2
37290 builtin and then its argument prototype would still apply. */
37291char pthread_attr_setschedparam ();
37292/* The GNU C library defines this for functions which it implements
37293 to always fail with ENOSYS. Some functions are actually named
37294 something starting with __ and the normal name is an alias. */
37295#if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
37296choke me
37297#else
37298char (*f) () = pthread_attr_setschedparam;
37299#endif
37300#ifdef __cplusplus
37301}
37302#endif
37303
37304int
37305main ()
37306{
37307return f != pthread_attr_setschedparam;
37308 ;
37309 return 0;
37310}
37311_ACEOF
37312rm -f conftest.$ac_objext conftest$ac_exeext
37313if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37314 (eval $ac_link) 2>conftest.er1
a848cd7e 37315 ac_status=$?
ac1cb8d3
VS
37316 grep -v '^ *+' conftest.er1 >conftest.err
37317 rm -f conftest.er1
37318 cat conftest.err >&5
a848cd7e
SC
37319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37320 (exit $ac_status); } &&
5ff751d6 37321 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37323 (eval $ac_try) 2>&5
37324 ac_status=$?
37325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37326 (exit $ac_status); }; } &&
37327 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37329 (eval $ac_try) 2>&5
37330 ac_status=$?
37331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37332 (exit $ac_status); }; }; then
37333 ac_cv_func_pthread_attr_setschedparam=yes
37334else
37335 echo "$as_me: failed program was:" >&5
37336sed 's/^/| /' conftest.$ac_ext >&5
37337
37338ac_cv_func_pthread_attr_setschedparam=no
37339fi
ac1cb8d3
VS
37340rm -f conftest.err conftest.$ac_objext \
37341 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37342fi
37343echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
37344echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
37345if test $ac_cv_func_pthread_attr_setschedparam = yes; then
37346 echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
37347echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
37348if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
37349 echo $ECHO_N "(cached) $ECHO_C" >&6
37350else
37351 cat >conftest.$ac_ext <<_ACEOF
37352/* confdefs.h. */
37353_ACEOF
37354cat confdefs.h >>conftest.$ac_ext
37355cat >>conftest.$ac_ext <<_ACEOF
37356/* end confdefs.h. */
ac1cb8d3
VS
37357/* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
37358 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37359#define sched_get_priority_max innocuous_sched_get_priority_max
37360
a848cd7e
SC
37361/* System header to define __stub macros and hopefully few prototypes,
37362 which can conflict with char sched_get_priority_max (); below.
37363 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37364 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 37365
a848cd7e
SC
37366#ifdef __STDC__
37367# include <limits.h>
37368#else
37369# include <assert.h>
37370#endif
ac1cb8d3
VS
37371
37372#undef sched_get_priority_max
37373
a848cd7e
SC
37374/* Override any gcc2 internal prototype to avoid an error. */
37375#ifdef __cplusplus
37376extern "C"
37377{
37378#endif
37379/* We use char because int might match the return type of a gcc2
37380 builtin and then its argument prototype would still apply. */
37381char sched_get_priority_max ();
37382/* The GNU C library defines this for functions which it implements
37383 to always fail with ENOSYS. Some functions are actually named
37384 something starting with __ and the normal name is an alias. */
37385#if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
37386choke me
37387#else
37388char (*f) () = sched_get_priority_max;
37389#endif
37390#ifdef __cplusplus
37391}
37392#endif
37393
37394int
37395main ()
37396{
37397return f != sched_get_priority_max;
37398 ;
37399 return 0;
37400}
37401_ACEOF
37402rm -f conftest.$ac_objext conftest$ac_exeext
37403if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37404 (eval $ac_link) 2>conftest.er1
a848cd7e 37405 ac_status=$?
ac1cb8d3
VS
37406 grep -v '^ *+' conftest.er1 >conftest.err
37407 rm -f conftest.er1
37408 cat conftest.err >&5
a848cd7e
SC
37409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37410 (exit $ac_status); } &&
5ff751d6 37411 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37413 (eval $ac_try) 2>&5
37414 ac_status=$?
37415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37416 (exit $ac_status); }; } &&
37417 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37419 (eval $ac_try) 2>&5
37420 ac_status=$?
37421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37422 (exit $ac_status); }; }; then
37423 ac_cv_func_sched_get_priority_max=yes
37424else
37425 echo "$as_me: failed program was:" >&5
37426sed 's/^/| /' conftest.$ac_ext >&5
37427
37428ac_cv_func_sched_get_priority_max=no
37429fi
ac1cb8d3
VS
37430rm -f conftest.err conftest.$ac_objext \
37431 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37432fi
37433echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
37434echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
37435if test $ac_cv_func_sched_get_priority_max = yes; then
37436 HAVE_PRIOR_FUNCS=1
37437else
37438 echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
37439echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
37440if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
37441 echo $ECHO_N "(cached) $ECHO_C" >&6
37442else
37443 ac_check_lib_save_LIBS=$LIBS
37444LIBS="-lposix4 $LIBS"
37445cat >conftest.$ac_ext <<_ACEOF
37446/* confdefs.h. */
37447_ACEOF
37448cat confdefs.h >>conftest.$ac_ext
37449cat >>conftest.$ac_ext <<_ACEOF
37450/* end confdefs.h. */
37451
37452/* Override any gcc2 internal prototype to avoid an error. */
37453#ifdef __cplusplus
37454extern "C"
37455#endif
37456/* We use char because int might match the return type of a gcc2
37457 builtin and then its argument prototype would still apply. */
37458char sched_get_priority_max ();
37459int
37460main ()
37461{
37462sched_get_priority_max ();
37463 ;
37464 return 0;
37465}
37466_ACEOF
37467rm -f conftest.$ac_objext conftest$ac_exeext
37468if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37469 (eval $ac_link) 2>conftest.er1
a848cd7e 37470 ac_status=$?
ac1cb8d3
VS
37471 grep -v '^ *+' conftest.er1 >conftest.err
37472 rm -f conftest.er1
37473 cat conftest.err >&5
a848cd7e
SC
37474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37475 (exit $ac_status); } &&
5ff751d6 37476 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37478 (eval $ac_try) 2>&5
37479 ac_status=$?
37480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37481 (exit $ac_status); }; } &&
37482 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37484 (eval $ac_try) 2>&5
37485 ac_status=$?
37486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37487 (exit $ac_status); }; }; then
37488 ac_cv_lib_posix4_sched_get_priority_max=yes
37489else
37490 echo "$as_me: failed program was:" >&5
37491sed 's/^/| /' conftest.$ac_ext >&5
37492
37493ac_cv_lib_posix4_sched_get_priority_max=no
37494fi
ac1cb8d3
VS
37495rm -f conftest.err conftest.$ac_objext \
37496 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37497LIBS=$ac_check_lib_save_LIBS
37498fi
37499echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
37500echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
37501if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
37502
37503 HAVE_PRIOR_FUNCS=1
37504 POSIX4_LINK=" -lposix4"
37505
37506fi
37507
37508
37509fi
37510
37511
37512fi
37513
37514
37515fi
37516
37517
37518 if test "$HAVE_PRIOR_FUNCS" = 1; then
37519 cat >>confdefs.h <<\_ACEOF
37520#define HAVE_THREAD_PRIORITY_FUNCTIONS 1
37521_ACEOF
37522
37523 else
37524 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
37525echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
37526 fi
37527
37528 echo "$as_me:$LINENO: checking for pthread_cancel" >&5
37529echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
37530if test "${ac_cv_func_pthread_cancel+set}" = set; then
37531 echo $ECHO_N "(cached) $ECHO_C" >&6
37532else
37533 cat >conftest.$ac_ext <<_ACEOF
37534/* confdefs.h. */
37535_ACEOF
37536cat confdefs.h >>conftest.$ac_ext
37537cat >>conftest.$ac_ext <<_ACEOF
37538/* end confdefs.h. */
ac1cb8d3
VS
37539/* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
37540 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37541#define pthread_cancel innocuous_pthread_cancel
37542
a848cd7e
SC
37543/* System header to define __stub macros and hopefully few prototypes,
37544 which can conflict with char pthread_cancel (); below.
37545 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37546 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 37547
a848cd7e
SC
37548#ifdef __STDC__
37549# include <limits.h>
37550#else
37551# include <assert.h>
37552#endif
ac1cb8d3
VS
37553
37554#undef pthread_cancel
37555
a848cd7e
SC
37556/* Override any gcc2 internal prototype to avoid an error. */
37557#ifdef __cplusplus
37558extern "C"
37559{
37560#endif
37561/* We use char because int might match the return type of a gcc2
37562 builtin and then its argument prototype would still apply. */
37563char pthread_cancel ();
37564/* The GNU C library defines this for functions which it implements
37565 to always fail with ENOSYS. Some functions are actually named
37566 something starting with __ and the normal name is an alias. */
37567#if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
37568choke me
37569#else
37570char (*f) () = pthread_cancel;
37571#endif
37572#ifdef __cplusplus
37573}
37574#endif
37575
37576int
37577main ()
37578{
37579return f != pthread_cancel;
37580 ;
37581 return 0;
37582}
37583_ACEOF
37584rm -f conftest.$ac_objext conftest$ac_exeext
37585if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37586 (eval $ac_link) 2>conftest.er1
a848cd7e 37587 ac_status=$?
ac1cb8d3
VS
37588 grep -v '^ *+' conftest.er1 >conftest.err
37589 rm -f conftest.er1
37590 cat conftest.err >&5
a848cd7e
SC
37591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37592 (exit $ac_status); } &&
5ff751d6 37593 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37595 (eval $ac_try) 2>&5
37596 ac_status=$?
37597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37598 (exit $ac_status); }; } &&
37599 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37600 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37601 (eval $ac_try) 2>&5
37602 ac_status=$?
37603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37604 (exit $ac_status); }; }; then
37605 ac_cv_func_pthread_cancel=yes
37606else
37607 echo "$as_me: failed program was:" >&5
37608sed 's/^/| /' conftest.$ac_ext >&5
37609
37610ac_cv_func_pthread_cancel=no
37611fi
ac1cb8d3
VS
37612rm -f conftest.err conftest.$ac_objext \
37613 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37614fi
37615echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
37616echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
37617if test $ac_cv_func_pthread_cancel = yes; then
37618 cat >>confdefs.h <<\_ACEOF
37619#define HAVE_PTHREAD_CANCEL 1
37620_ACEOF
37621
37622else
37623 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
37624echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
37625fi
37626
37627
abc736fd
MW
37628 echo "$as_me:$LINENO: checking for pthread_attr_setstacksize" >&5
37629echo $ECHO_N "checking for pthread_attr_setstacksize... $ECHO_C" >&6
37630if test "${ac_cv_func_pthread_attr_setstacksize+set}" = set; then
37631 echo $ECHO_N "(cached) $ECHO_C" >&6
37632else
37633 cat >conftest.$ac_ext <<_ACEOF
37634/* confdefs.h. */
37635_ACEOF
37636cat confdefs.h >>conftest.$ac_ext
37637cat >>conftest.$ac_ext <<_ACEOF
37638/* end confdefs.h. */
37639/* Define pthread_attr_setstacksize to an innocuous variant, in case <limits.h> declares pthread_attr_setstacksize.
37640 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37641#define pthread_attr_setstacksize innocuous_pthread_attr_setstacksize
37642
37643/* System header to define __stub macros and hopefully few prototypes,
37644 which can conflict with char pthread_attr_setstacksize (); below.
37645 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37646 <limits.h> exists even on freestanding compilers. */
37647
37648#ifdef __STDC__
37649# include <limits.h>
37650#else
37651# include <assert.h>
37652#endif
37653
37654#undef pthread_attr_setstacksize
37655
37656/* Override any gcc2 internal prototype to avoid an error. */
37657#ifdef __cplusplus
37658extern "C"
37659{
37660#endif
37661/* We use char because int might match the return type of a gcc2
37662 builtin and then its argument prototype would still apply. */
37663char pthread_attr_setstacksize ();
37664/* The GNU C library defines this for functions which it implements
37665 to always fail with ENOSYS. Some functions are actually named
37666 something starting with __ and the normal name is an alias. */
37667#if defined (__stub_pthread_attr_setstacksize) || defined (__stub___pthread_attr_setstacksize)
37668choke me
37669#else
37670char (*f) () = pthread_attr_setstacksize;
37671#endif
37672#ifdef __cplusplus
37673}
37674#endif
37675
37676int
37677main ()
37678{
37679return f != pthread_attr_setstacksize;
37680 ;
37681 return 0;
37682}
37683_ACEOF
37684rm -f conftest.$ac_objext conftest$ac_exeext
37685if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37686 (eval $ac_link) 2>conftest.er1
37687 ac_status=$?
37688 grep -v '^ *+' conftest.er1 >conftest.err
37689 rm -f conftest.er1
37690 cat conftest.err >&5
37691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37692 (exit $ac_status); } &&
5ff751d6 37693 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
abc736fd
MW
37694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37695 (eval $ac_try) 2>&5
37696 ac_status=$?
37697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37698 (exit $ac_status); }; } &&
37699 { ac_try='test -s conftest$ac_exeext'
37700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37701 (eval $ac_try) 2>&5
37702 ac_status=$?
37703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37704 (exit $ac_status); }; }; then
37705 ac_cv_func_pthread_attr_setstacksize=yes
37706else
37707 echo "$as_me: failed program was:" >&5
37708sed 's/^/| /' conftest.$ac_ext >&5
37709
37710ac_cv_func_pthread_attr_setstacksize=no
37711fi
37712rm -f conftest.err conftest.$ac_objext \
37713 conftest$ac_exeext conftest.$ac_ext
37714fi
37715echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setstacksize" >&5
37716echo "${ECHO_T}$ac_cv_func_pthread_attr_setstacksize" >&6
37717if test $ac_cv_func_pthread_attr_setstacksize = yes; then
37718 cat >>confdefs.h <<\_ACEOF
37719#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
37720_ACEOF
37721
37722fi
37723
a848cd7e
SC
37724
37725
37726 echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
37727echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
37728if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
37729 echo $ECHO_N "(cached) $ECHO_C" >&6
37730else
37731
37732 cat >conftest.$ac_ext <<_ACEOF
37733/* confdefs.h. */
37734_ACEOF
37735cat confdefs.h >>conftest.$ac_ext
37736cat >>conftest.$ac_ext <<_ACEOF
37737/* end confdefs.h. */
37738#include <pthread.h>
37739int
37740main ()
37741{
37742
37743 pthread_mutexattr_t attr;
37744 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
37745
37746 ;
37747 return 0;
37748}
37749_ACEOF
37750rm -f conftest.$ac_objext
37751if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 37752 (eval $ac_compile) 2>conftest.er1
a848cd7e 37753 ac_status=$?
ac1cb8d3
VS
37754 grep -v '^ *+' conftest.er1 >conftest.err
37755 rm -f conftest.er1
37756 cat conftest.err >&5
a848cd7e
SC
37757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37758 (exit $ac_status); } &&
5ff751d6 37759 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37760 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37761 (eval $ac_try) 2>&5
37762 ac_status=$?
37763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37764 (exit $ac_status); }; } &&
37765 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
37766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37767 (eval $ac_try) 2>&5
37768 ac_status=$?
37769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37770 (exit $ac_status); }; }; then
123dca7d 37771 wx_cv_type_pthread_mutexattr_t=yes
a848cd7e
SC
37772else
37773 echo "$as_me: failed program was:" >&5
37774sed 's/^/| /' conftest.$ac_ext >&5
37775
123dca7d 37776wx_cv_type_pthread_mutexattr_t=no
a848cd7e
SC
37777
37778fi
ac1cb8d3 37779rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
37780
37781fi
37782echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
37783echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
37784
37785 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
37786 cat >>confdefs.h <<\_ACEOF
37787#define HAVE_PTHREAD_MUTEXATTR_T 1
37788_ACEOF
37789
123dca7d
VZ
37790
37791 echo "$as_me:$LINENO: checking for pthread_mutexattr_settype declaration" >&5
37792echo $ECHO_N "checking for pthread_mutexattr_settype declaration... $ECHO_C" >&6
37793if test "${wx_cv_func_pthread_mutexattr_settype_decl+set}" = set; then
37794 echo $ECHO_N "(cached) $ECHO_C" >&6
37795else
37796
37797 cat >conftest.$ac_ext <<_ACEOF
37798/* confdefs.h. */
37799_ACEOF
37800cat confdefs.h >>conftest.$ac_ext
37801cat >>conftest.$ac_ext <<_ACEOF
37802/* end confdefs.h. */
37803#include <pthread.h>
37804int
37805main ()
37806{
37807
37808 pthread_mutexattr_t attr;
37809 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
37810
37811 ;
37812 return 0;
37813}
37814_ACEOF
37815rm -f conftest.$ac_objext
37816if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37817 (eval $ac_compile) 2>conftest.er1
37818 ac_status=$?
37819 grep -v '^ *+' conftest.er1 >conftest.err
37820 rm -f conftest.er1
37821 cat conftest.err >&5
37822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37823 (exit $ac_status); } &&
5ff751d6 37824 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
123dca7d
VZ
37825 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37826 (eval $ac_try) 2>&5
37827 ac_status=$?
37828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37829 (exit $ac_status); }; } &&
37830 { ac_try='test -s conftest.$ac_objext'
37831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37832 (eval $ac_try) 2>&5
37833 ac_status=$?
37834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37835 (exit $ac_status); }; }; then
37836 wx_cv_func_pthread_mutexattr_settype_decl=yes
37837else
37838 echo "$as_me: failed program was:" >&5
37839sed 's/^/| /' conftest.$ac_ext >&5
37840
37841wx_cv_func_pthread_mutexattr_settype_decl=no
37842
37843fi
37844rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37845
37846fi
37847echo "$as_me:$LINENO: result: $wx_cv_func_pthread_mutexattr_settype_decl" >&5
37848echo "${ECHO_T}$wx_cv_func_pthread_mutexattr_settype_decl" >&6
37849 if test "$wx_cv_func_pthread_mutexattr_settype_decl" = "yes"; then
37850 cat >>confdefs.h <<\_ACEOF
37851#define HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL 1
37852_ACEOF
37853
37854 fi
a848cd7e
SC
37855 else
37856 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
37857echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
37858if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
37859 echo $ECHO_N "(cached) $ECHO_C" >&6
37860else
37861
37862 cat >conftest.$ac_ext <<_ACEOF
37863/* confdefs.h. */
37864_ACEOF
37865cat confdefs.h >>conftest.$ac_ext
37866cat >>conftest.$ac_ext <<_ACEOF
37867/* end confdefs.h. */
37868#include <pthread.h>
37869int
37870main ()
37871{
37872
37873 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
37874
37875 ;
37876 return 0;
37877}
37878_ACEOF
37879rm -f conftest.$ac_objext
37880if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 37881 (eval $ac_compile) 2>conftest.er1
a848cd7e 37882 ac_status=$?
ac1cb8d3
VS
37883 grep -v '^ *+' conftest.er1 >conftest.err
37884 rm -f conftest.er1
37885 cat conftest.err >&5
a848cd7e
SC
37886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37887 (exit $ac_status); } &&
5ff751d6 37888 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37890 (eval $ac_try) 2>&5
37891 ac_status=$?
37892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37893 (exit $ac_status); }; } &&
37894 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
37895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37896 (eval $ac_try) 2>&5
37897 ac_status=$?
37898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37899 (exit $ac_status); }; }; then
37900
37901 wx_cv_type_pthread_rec_mutex_init=yes
37902
37903else
37904 echo "$as_me: failed program was:" >&5
37905sed 's/^/| /' conftest.$ac_ext >&5
37906
37907
37908 wx_cv_type_pthread_rec_mutex_init=no
37909
37910
37911fi
ac1cb8d3 37912rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
37913
37914fi
37915echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
37916echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
37917 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
37918 cat >>confdefs.h <<\_ACEOF
37919#define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
37920_ACEOF
37921
37922 else
37923 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
37924echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
37925 fi
37926 fi
37927 fi
37928
37929else
37930 if test "$wxUSE_THREADS" = "yes" ; then
37931 case "${host}" in
37932 *-*-mingw32* )
37933 echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
37934echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
37935if test "${wx_cv_cflags_mthread+set}" = set; then
37936 echo $ECHO_N "(cached) $ECHO_C" >&6
37937else
37938
37939 CFLAGS_OLD="$CFLAGS"
37940 CFLAGS="$CFLAGS -mthreads"
37941 cat >conftest.$ac_ext <<_ACEOF
37942/* confdefs.h. */
37943_ACEOF
37944cat confdefs.h >>conftest.$ac_ext
37945cat >>conftest.$ac_ext <<_ACEOF
37946/* end confdefs.h. */
37947
37948int
37949main ()
37950{
37951
37952 ;
37953 return 0;
37954}
37955_ACEOF
37956rm -f conftest.$ac_objext
37957if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 37958 (eval $ac_compile) 2>conftest.er1
a848cd7e 37959 ac_status=$?
ac1cb8d3
VS
37960 grep -v '^ *+' conftest.er1 >conftest.err
37961 rm -f conftest.er1
37962 cat conftest.err >&5
a848cd7e
SC
37963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37964 (exit $ac_status); } &&
5ff751d6 37965 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37966 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37967 (eval $ac_try) 2>&5
37968 ac_status=$?
37969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37970 (exit $ac_status); }; } &&
37971 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
37972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37973 (eval $ac_try) 2>&5
37974 ac_status=$?
37975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37976 (exit $ac_status); }; }; then
37977 wx_cv_cflags_mthread=yes
37978else
37979 echo "$as_me: failed program was:" >&5
37980sed 's/^/| /' conftest.$ac_ext >&5
37981
37982wx_cv_cflags_mthread=no
37983
37984fi
ac1cb8d3 37985rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
37986
37987
37988fi
37989echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
37990echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
37991
37992 if test "$wx_cv_cflags_mthread" = "yes"; then
5ff751d6 37993 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -mthreads"
a848cd7e
SC
37994 LDFLAGS="$LDFLAGS -mthreads"
37995 else
37996 CFLAGS="$CFLAGS_OLD"
37997 fi
37998 ;;
37999 *-pc-os2*emx )
5ff751d6
VZ
38000 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -Zmt -D__ST_MT_ERRNO__"
38001 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -Zmt -D__ST_MT_ERRNO__"
a848cd7e
SC
38002 LDFLAGS="$LDFLAGS -Zmt"
38003 ;;
38004 esac
38005 fi
38006fi
38007
38008if test "$wxUSE_THREADS" = "yes"; then
38009 cat >>confdefs.h <<\_ACEOF
38010#define wxUSE_THREADS 1
38011_ACEOF
38012
38013
38014 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
38015else
38016 if test "$ac_cv_func_strtok_r" = "yes"; then
38017 echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
38018echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
38019 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
5ff751d6 38020 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_REENTRANT"
a848cd7e
SC
38021 echo "$as_me:$LINENO: result: yes" >&5
38022echo "${ECHO_T}yes" >&6
38023 else
38024 echo "$as_me:$LINENO: result: no" >&5
38025echo "${ECHO_T}no" >&6
38026 fi
38027 fi
38028fi
38029
38030if test "$WXGTK20" = 1 ; then
38031 cat >>confdefs.h <<_ACEOF
38032#define __WXGTK20__ $WXGTK20
38033_ACEOF
38034
38035 WXGTK12=1
38036fi
38037
38038if test "$WXGTK12" = 1 ; then
38039 cat >>confdefs.h <<_ACEOF
38040#define __WXGTK12__ $WXGTK12
38041_ACEOF
38042
38043fi
38044
38045if test "$WXGTK127" = 1 ; then
38046 cat >>confdefs.h <<_ACEOF
38047#define __WXGTK127__ $WXGTK127
38048_ACEOF
38049
38050fi
38051
38052if test "$WXGPE" = 1 ; then
38053 cat >>confdefs.h <<_ACEOF
38054#define __WXGPE__ $WXGPE
38055_ACEOF
38056
38057fi
38058
5ff751d6 38059DEBUG_FLAG=
a848cd7e 38060if test "$wxUSE_DEBUG_INFO" = "yes" ; then
5ff751d6 38061 DEBUG_FLAG="-g"
a848cd7e
SC
38062 wxUSE_OPTIMISE=no
38063fi
38064
38065if test "$wxUSE_DEBUG_GDB" = "yes" ; then
38066 wxUSE_DEBUG_INFO=yes
18228ab4 38067 if test "$GCC" = yes; then
5ff751d6 38068 DEBUG_FLAG="-ggdb"
18228ab4 38069 fi
a848cd7e
SC
38070fi
38071
38072if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
38073 cat >>confdefs.h <<\_ACEOF
38074#define WXDEBUG 1
38075_ACEOF
38076
5ff751d6 38077 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D__WXDEBUG__"
a848cd7e
SC
38078else
38079 if test "$wxUSE_GTK" = 1 ; then
5ff751d6 38080 CPPFLAGS="$CPPFLAGS -DGTK_NO_CHECK_CASTS"
a848cd7e
SC
38081 fi
38082fi
38083
38084if test "$wxUSE_MEM_TRACING" = "yes" ; then
38085 cat >>confdefs.h <<\_ACEOF
38086#define wxUSE_MEMORY_TRACING 1
38087_ACEOF
38088
38089 cat >>confdefs.h <<\_ACEOF
38090#define wxUSE_GLOBAL_MEMORY_OPERATORS 1
38091_ACEOF
38092
38093 cat >>confdefs.h <<\_ACEOF
38094#define wxUSE_DEBUG_NEW_ALWAYS 1
38095_ACEOF
38096
38097 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
38098fi
38099
38100if test "$wxUSE_DMALLOC" = "yes" ; then
df1b269d 38101 DMALLOC_LIBS="-ldmallocthcxx"
a848cd7e
SC
38102fi
38103
5ff751d6 38104PROFILE_FLAG=
a848cd7e 38105if test "$wxUSE_PROFILE" = "yes" ; then
5ff751d6 38106 PROFILE_FLAG=" -pg"
a848cd7e
SC
38107fi
38108
a848cd7e
SC
38109if test "$GCC" = "yes" ; then
38110 if test "$wxUSE_NO_RTTI" = "yes" ; then
5ff751d6 38111 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fno-rtti"
a848cd7e
SC
38112 fi
38113 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
5ff751d6 38114 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fno-exceptions"
a848cd7e
SC
38115 fi
38116 if test "$wxUSE_PERMISSIVE" = "yes" ; then
5ff751d6 38117 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -fpermissive"
a848cd7e
SC
38118 fi
38119
38120 case "${host}" in
38121 powerpc*-*-aix* )
5ff751d6 38122 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -mminimal-toc"
a848cd7e
SC
38123 ;;
38124 *-hppa* )
5ff751d6 38125 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -ffunction-sections"
a848cd7e
SC
38126 ;;
38127 esac
38128fi
38129
5ff751d6 38130OPTIMISE_FLAG=
a848cd7e
SC
38131if test "$wxUSE_OPTIMISE" = "no" ; then
38132 if test "$GCC" = yes ; then
5ff751d6 38133 OPTIMISE_FLAG="-O0"
a848cd7e
SC
38134 fi
38135else
38136 if test "$GCC" = yes ; then
5ff751d6 38137 OPTIMISE_FLAG="-O2"
a848cd7e 38138 else
5ff751d6 38139 OPTIMISE_FLAG="-O"
a848cd7e
SC
38140 fi
38141fi
38142
38143
dee1a63f 38144if test "x$WXWIN_COMPATIBILITY_2_4" = "xyes"; then
a848cd7e 38145 cat >>confdefs.h <<\_ACEOF
dee1a63f 38146#define WXWIN_COMPATIBILITY_2_4 1
a848cd7e
SC
38147_ACEOF
38148
38149
dee1a63f 38150 WXWIN_COMPATIBILITY_2_6="yes"
a848cd7e
SC
38151fi
38152
dee1a63f 38153if test "x$WXWIN_COMPATIBILITY_2_6" != "xno"; then
a848cd7e 38154 cat >>confdefs.h <<\_ACEOF
dee1a63f 38155#define WXWIN_COMPATIBILITY_2_6 1
a848cd7e
SC
38156_ACEOF
38157
38158fi
38159
38160
38161if test "$wxUSE_GUI" = "yes"; then
881bfcd6 38162 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
38163#define wxUSE_GUI 1
38164_ACEOF
38165
38166
370fd4c2 38167 fi
a848cd7e
SC
38168
38169
38170if test "$wxUSE_UNIX" = "yes"; then
38171 cat >>confdefs.h <<\_ACEOF
38172#define wxUSE_UNIX 1
38173_ACEOF
38174
38175fi
38176
38177
38178if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
38179
38180 HAVE_DL_FUNCS=0
38181 HAVE_SHL_FUNCS=0
38182 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
38183 if test "$USE_DARWIN" = 1; then
38184 HAVE_DL_FUNCS=1
47a7e797
MW
38185 elif test "$USE_DOS" = 1; then
38186 HAVE_DL_FUNCS=0
a848cd7e
SC
38187 else
38188
38189for ac_func in dlopen
38190do
38191as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38192echo "$as_me:$LINENO: checking for $ac_func" >&5
38193echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
38194if eval "test \"\${$as_ac_var+set}\" = set"; then
38195 echo $ECHO_N "(cached) $ECHO_C" >&6
38196else
38197 cat >conftest.$ac_ext <<_ACEOF
38198/* confdefs.h. */
38199_ACEOF
38200cat confdefs.h >>conftest.$ac_ext
38201cat >>conftest.$ac_ext <<_ACEOF
38202/* end confdefs.h. */
ac1cb8d3
VS
38203/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38204 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38205#define $ac_func innocuous_$ac_func
38206
a848cd7e
SC
38207/* System header to define __stub macros and hopefully few prototypes,
38208 which can conflict with char $ac_func (); below.
38209 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38210 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 38211
a848cd7e
SC
38212#ifdef __STDC__
38213# include <limits.h>
38214#else
38215# include <assert.h>
38216#endif
ac1cb8d3
VS
38217
38218#undef $ac_func
38219
a848cd7e
SC
38220/* Override any gcc2 internal prototype to avoid an error. */
38221#ifdef __cplusplus
38222extern "C"
38223{
38224#endif
38225/* We use char because int might match the return type of a gcc2
38226 builtin and then its argument prototype would still apply. */
38227char $ac_func ();
38228/* The GNU C library defines this for functions which it implements
38229 to always fail with ENOSYS. Some functions are actually named
38230 something starting with __ and the normal name is an alias. */
38231#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
38232choke me
38233#else
38234char (*f) () = $ac_func;
38235#endif
38236#ifdef __cplusplus
38237}
38238#endif
38239
38240int
38241main ()
38242{
38243return f != $ac_func;
38244 ;
38245 return 0;
38246}
38247_ACEOF
38248rm -f conftest.$ac_objext conftest$ac_exeext
38249if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 38250 (eval $ac_link) 2>conftest.er1
a848cd7e 38251 ac_status=$?
ac1cb8d3
VS
38252 grep -v '^ *+' conftest.er1 >conftest.err
38253 rm -f conftest.er1
38254 cat conftest.err >&5
a848cd7e
SC
38255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38256 (exit $ac_status); } &&
5ff751d6 38257 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
38258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38259 (eval $ac_try) 2>&5
38260 ac_status=$?
38261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38262 (exit $ac_status); }; } &&
38263 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
38264 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38265 (eval $ac_try) 2>&5
38266 ac_status=$?
38267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38268 (exit $ac_status); }; }; then
38269 eval "$as_ac_var=yes"
38270else
38271 echo "$as_me: failed program was:" >&5
38272sed 's/^/| /' conftest.$ac_ext >&5
38273
38274eval "$as_ac_var=no"
38275fi
ac1cb8d3
VS
38276rm -f conftest.err conftest.$ac_objext \
38277 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
38278fi
38279echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38280echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38281if test `eval echo '${'$as_ac_var'}'` = yes; then
38282 cat >>confdefs.h <<_ACEOF
38283#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38284_ACEOF
38285
38286 cat >>confdefs.h <<\_ACEOF
38287#define HAVE_DLOPEN 1
38288_ACEOF
38289
38290 HAVE_DL_FUNCS=1
38291
38292else
38293
38294 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
38295echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
38296if test "${ac_cv_lib_dl_dlopen+set}" = set; then
38297 echo $ECHO_N "(cached) $ECHO_C" >&6
38298else
38299 ac_check_lib_save_LIBS=$LIBS
38300LIBS="-ldl $LIBS"
38301cat >conftest.$ac_ext <<_ACEOF
38302/* confdefs.h. */
38303_ACEOF
38304cat confdefs.h >>conftest.$ac_ext
38305cat >>conftest.$ac_ext <<_ACEOF
38306/* end confdefs.h. */
38307
38308/* Override any gcc2 internal prototype to avoid an error. */
38309#ifdef __cplusplus
38310extern "C"
38311#endif
38312/* We use char because int might match the return type of a gcc2
38313 builtin and then its argument prototype would still apply. */
38314char dlopen ();
38315int
38316main ()
38317{
38318dlopen ();
38319 ;
38320 return 0;
38321}
38322_ACEOF
38323rm -f conftest.$ac_objext conftest$ac_exeext
38324if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 38325 (eval $ac_link) 2>conftest.er1
a848cd7e 38326 ac_status=$?
ac1cb8d3
VS
38327 grep -v '^ *+' conftest.er1 >conftest.err
38328 rm -f conftest.er1
38329 cat conftest.err >&5
a848cd7e
SC
38330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38331 (exit $ac_status); } &&
5ff751d6 38332 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
38333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38334 (eval $ac_try) 2>&5
38335 ac_status=$?
38336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38337 (exit $ac_status); }; } &&
38338 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
38339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38340 (eval $ac_try) 2>&5
38341 ac_status=$?
38342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38343 (exit $ac_status); }; }; then
38344 ac_cv_lib_dl_dlopen=yes
38345else
38346 echo "$as_me: failed program was:" >&5
38347sed 's/^/| /' conftest.$ac_ext >&5
38348
38349ac_cv_lib_dl_dlopen=no
38350fi
ac1cb8d3
VS
38351rm -f conftest.err conftest.$ac_objext \
38352 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
38353LIBS=$ac_check_lib_save_LIBS
38354fi
38355echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
38356echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
38357if test $ac_cv_lib_dl_dlopen = yes; then
38358
38359 cat >>confdefs.h <<\_ACEOF
38360#define HAVE_DLOPEN 1
38361_ACEOF
38362
38363 HAVE_DL_FUNCS=1
38364 DL_LINK=" -ldl$DL_LINK"
38365
38366else
38367
38368
38369for ac_func in shl_load
38370do
38371as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38372echo "$as_me:$LINENO: checking for $ac_func" >&5
38373echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
38374if eval "test \"\${$as_ac_var+set}\" = set"; then
38375 echo $ECHO_N "(cached) $ECHO_C" >&6
38376else
38377 cat >conftest.$ac_ext <<_ACEOF
38378/* confdefs.h. */
38379_ACEOF
38380cat confdefs.h >>conftest.$ac_ext
38381cat >>conftest.$ac_ext <<_ACEOF
38382/* end confdefs.h. */
ac1cb8d3
VS
38383/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38384 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38385#define $ac_func innocuous_$ac_func
38386
a848cd7e
SC
38387/* System header to define __stub macros and hopefully few prototypes,
38388 which can conflict with char $ac_func (); below.
38389 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38390 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 38391
a848cd7e
SC
38392#ifdef __STDC__
38393# include <limits.h>
38394#else
38395# include <assert.h>
38396#endif
ac1cb8d3
VS
38397
38398#undef $ac_func
38399
a848cd7e
SC
38400/* Override any gcc2 internal prototype to avoid an error. */
38401#ifdef __cplusplus
38402extern "C"
38403{
38404#endif
38405/* We use char because int might match the return type of a gcc2
38406 builtin and then its argument prototype would still apply. */
38407char $ac_func ();
38408/* The GNU C library defines this for functions which it implements
38409 to always fail with ENOSYS. Some functions are actually named
38410 something starting with __ and the normal name is an alias. */
38411#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
38412choke me
38413#else
38414char (*f) () = $ac_func;
38415#endif
38416#ifdef __cplusplus
38417}
38418#endif
38419
38420int
38421main ()
38422{
38423return f != $ac_func;
38424 ;
38425 return 0;
38426}
38427_ACEOF
38428rm -f conftest.$ac_objext conftest$ac_exeext
38429if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 38430 (eval $ac_link) 2>conftest.er1
a848cd7e 38431 ac_status=$?
ac1cb8d3
VS
38432 grep -v '^ *+' conftest.er1 >conftest.err
38433 rm -f conftest.er1
38434 cat conftest.err >&5
a848cd7e
SC
38435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38436 (exit $ac_status); } &&
5ff751d6 38437 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
38438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38439 (eval $ac_try) 2>&5
38440 ac_status=$?
38441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38442 (exit $ac_status); }; } &&
38443 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
38444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38445 (eval $ac_try) 2>&5
38446 ac_status=$?
38447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38448 (exit $ac_status); }; }; then
38449 eval "$as_ac_var=yes"
38450else
38451 echo "$as_me: failed program was:" >&5
38452sed 's/^/| /' conftest.$ac_ext >&5
38453
38454eval "$as_ac_var=no"
38455fi
ac1cb8d3
VS
38456rm -f conftest.err conftest.$ac_objext \
38457 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
38458fi
38459echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38460echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38461if test `eval echo '${'$as_ac_var'}'` = yes; then
38462 cat >>confdefs.h <<_ACEOF
38463#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38464_ACEOF
38465
38466 cat >>confdefs.h <<\_ACEOF
38467#define HAVE_SHL_LOAD 1
38468_ACEOF
38469
38470 HAVE_SHL_FUNCS=1
38471
38472else
38473
38474 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
38475echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
38476if test "${ac_cv_lib_shl_load_dld+set}" = set; then
38477 echo $ECHO_N "(cached) $ECHO_C" >&6
38478else
38479 ac_check_lib_save_LIBS=$LIBS
38480LIBS="-lshl_load $LIBS"
38481cat >conftest.$ac_ext <<_ACEOF
38482/* confdefs.h. */
38483_ACEOF
38484cat confdefs.h >>conftest.$ac_ext
38485cat >>conftest.$ac_ext <<_ACEOF
38486/* end confdefs.h. */
38487
38488/* Override any gcc2 internal prototype to avoid an error. */
38489#ifdef __cplusplus
38490extern "C"
38491#endif
38492/* We use char because int might match the return type of a gcc2
38493 builtin and then its argument prototype would still apply. */
38494char dld ();
38495int
38496main ()
38497{
38498dld ();
38499 ;
38500 return 0;
38501}
38502_ACEOF
38503rm -f conftest.$ac_objext conftest$ac_exeext
38504if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 38505 (eval $ac_link) 2>conftest.er1
a848cd7e 38506 ac_status=$?
ac1cb8d3
VS
38507 grep -v '^ *+' conftest.er1 >conftest.err
38508 rm -f conftest.er1
38509 cat conftest.err >&5
a848cd7e
SC
38510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38511 (exit $ac_status); } &&
5ff751d6 38512 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
38513 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38514 (eval $ac_try) 2>&5
38515 ac_status=$?
38516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38517 (exit $ac_status); }; } &&
38518 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
38519 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38520 (eval $ac_try) 2>&5
38521 ac_status=$?
38522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38523 (exit $ac_status); }; }; then
38524 ac_cv_lib_shl_load_dld=yes
38525else
38526 echo "$as_me: failed program was:" >&5
38527sed 's/^/| /' conftest.$ac_ext >&5
38528
38529ac_cv_lib_shl_load_dld=no
38530fi
ac1cb8d3
VS
38531rm -f conftest.err conftest.$ac_objext \
38532 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
38533LIBS=$ac_check_lib_save_LIBS
38534fi
38535echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
38536echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
38537if test $ac_cv_lib_shl_load_dld = yes; then
38538
38539 HAVE_SHL_FUNCS=1
38540 DL_LINK=" -ldld$DL_LINK"
38541
38542fi
38543
38544
38545fi
38546done
38547
38548
38549fi
38550
38551
38552fi
38553done
38554
38555
38556 if test "$HAVE_DL_FUNCS" = 1; then
38557
38558for ac_func in dlerror
38559do
38560as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38561echo "$as_me:$LINENO: checking for $ac_func" >&5
38562echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
38563if eval "test \"\${$as_ac_var+set}\" = set"; then
38564 echo $ECHO_N "(cached) $ECHO_C" >&6
38565else
38566 cat >conftest.$ac_ext <<_ACEOF
38567/* confdefs.h. */
38568_ACEOF
38569cat confdefs.h >>conftest.$ac_ext
38570cat >>conftest.$ac_ext <<_ACEOF
38571/* end confdefs.h. */
ac1cb8d3
VS
38572/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38573 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38574#define $ac_func innocuous_$ac_func
38575
a848cd7e
SC
38576/* System header to define __stub macros and hopefully few prototypes,
38577 which can conflict with char $ac_func (); below.
38578 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38579 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 38580
a848cd7e
SC
38581#ifdef __STDC__
38582# include <limits.h>
38583#else
38584# include <assert.h>
38585#endif
ac1cb8d3
VS
38586
38587#undef $ac_func
38588
a848cd7e
SC
38589/* Override any gcc2 internal prototype to avoid an error. */
38590#ifdef __cplusplus
38591extern "C"
38592{
38593#endif
38594/* We use char because int might match the return type of a gcc2
38595 builtin and then its argument prototype would still apply. */
38596char $ac_func ();
38597/* The GNU C library defines this for functions which it implements
38598 to always fail with ENOSYS. Some functions are actually named
38599 something starting with __ and the normal name is an alias. */
38600#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
38601choke me
38602#else
38603char (*f) () = $ac_func;
38604#endif
38605#ifdef __cplusplus
38606}
38607#endif
38608
38609int
38610main ()
38611{
38612return f != $ac_func;
38613 ;
38614 return 0;
38615}
38616_ACEOF
38617rm -f conftest.$ac_objext conftest$ac_exeext
38618if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 38619 (eval $ac_link) 2>conftest.er1
a848cd7e 38620 ac_status=$?
ac1cb8d3
VS
38621 grep -v '^ *+' conftest.er1 >conftest.err
38622 rm -f conftest.er1
38623 cat conftest.err >&5
a848cd7e
SC
38624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38625 (exit $ac_status); } &&
5ff751d6 38626 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
38627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38628 (eval $ac_try) 2>&5
38629 ac_status=$?
38630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38631 (exit $ac_status); }; } &&
38632 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
38633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38634 (eval $ac_try) 2>&5
38635 ac_status=$?
38636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38637 (exit $ac_status); }; }; then
38638 eval "$as_ac_var=yes"
38639else
38640 echo "$as_me: failed program was:" >&5
38641sed 's/^/| /' conftest.$ac_ext >&5
38642
38643eval "$as_ac_var=no"
38644fi
ac1cb8d3
VS
38645rm -f conftest.err conftest.$ac_objext \
38646 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
38647fi
38648echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38649echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38650if test `eval echo '${'$as_ac_var'}'` = yes; then
38651 cat >>confdefs.h <<_ACEOF
38652#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38653_ACEOF
38654 cat >>confdefs.h <<\_ACEOF
38655#define HAVE_DLERROR 1
38656_ACEOF
38657
38658else
38659
38660 echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
38661echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
38662if test "${ac_cv_lib_dl_dlerror+set}" = set; then
38663 echo $ECHO_N "(cached) $ECHO_C" >&6
38664else
38665 ac_check_lib_save_LIBS=$LIBS
38666LIBS="-ldl $LIBS"
38667cat >conftest.$ac_ext <<_ACEOF
38668/* confdefs.h. */
38669_ACEOF
38670cat confdefs.h >>conftest.$ac_ext
38671cat >>conftest.$ac_ext <<_ACEOF
38672/* end confdefs.h. */
38673
38674/* Override any gcc2 internal prototype to avoid an error. */
38675#ifdef __cplusplus
38676extern "C"
38677#endif
38678/* We use char because int might match the return type of a gcc2
38679 builtin and then its argument prototype would still apply. */
38680char dlerror ();
38681int
38682main ()
38683{
38684dlerror ();
38685 ;
38686 return 0;
38687}
38688_ACEOF
38689rm -f conftest.$ac_objext conftest$ac_exeext
38690if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 38691 (eval $ac_link) 2>conftest.er1
a848cd7e 38692 ac_status=$?
ac1cb8d3
VS
38693 grep -v '^ *+' conftest.er1 >conftest.err
38694 rm -f conftest.er1
38695 cat conftest.err >&5
a848cd7e
SC
38696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38697 (exit $ac_status); } &&
5ff751d6 38698 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
38699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38700 (eval $ac_try) 2>&5
38701 ac_status=$?
38702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38703 (exit $ac_status); }; } &&
38704 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
38705 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38706 (eval $ac_try) 2>&5
38707 ac_status=$?
38708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38709 (exit $ac_status); }; }; then
38710 ac_cv_lib_dl_dlerror=yes
38711else
38712 echo "$as_me: failed program was:" >&5
38713sed 's/^/| /' conftest.$ac_ext >&5
38714
38715ac_cv_lib_dl_dlerror=no
38716fi
ac1cb8d3
VS
38717rm -f conftest.err conftest.$ac_objext \
38718 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
38719LIBS=$ac_check_lib_save_LIBS
38720fi
38721echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
38722echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
38723if test $ac_cv_lib_dl_dlerror = yes; then
38724 cat >>confdefs.h <<\_ACEOF
38725#define HAVE_DLERROR 1
38726_ACEOF
38727
38728fi
38729
38730
38731
38732fi
38733done
38734
38735 fi
38736 fi
38737
38738 if test "$HAVE_DL_FUNCS" = 0; then
38739 if test "$HAVE_SHL_FUNCS" = 0; then
47a7e797 38740 if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
a848cd7e
SC
38741 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
38742echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
38743 wxUSE_DYNAMIC_LOADER=no
38744 wxUSE_DYNLIB_CLASS=no
38745 else
38746 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
38747echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
38748 fi
38749 fi
38750 fi
38751 fi
38752fi
38753
38754if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
38755 cat >>confdefs.h <<\_ACEOF
38756#define wxUSE_DYNAMIC_LOADER 1
38757_ACEOF
38758
38759fi
38760if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
38761 cat >>confdefs.h <<\_ACEOF
38762#define wxUSE_DYNLIB_CLASS 1
38763_ACEOF
38764
38765fi
38766
38767
38768
38769if test "$wxUSE_PLUGINS" = "yes" ; then
38770 if test "$wxUSE_SHARED" = "no" ; then
38771 { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
38772echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
38773 wxUSE_PLUGINS=no
38774 fi
38775 if test "$wxUSE_MONOLITHIC" = "yes" ; then
38776 { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
38777echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
38778 wxUSE_PLUGINS=no
38779 fi
38780 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
38781 { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
38782echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
38783 wxUSE_PLUGINS=no
38784 fi
38785 if test "$wxUSE_PLUGINS" = "yes" ; then
38786 cat >>confdefs.h <<\_ACEOF
38787#define wxUSE_PLUGINS 1
38788_ACEOF
38789
38790 fi
38791fi
38792
38793
38794if test "$wxUSE_STL" = "yes"; then
38795 cat >>confdefs.h <<\_ACEOF
38796#define wxUSE_STL 1
38797_ACEOF
38798
38799fi
38800
38801if test "$wxUSE_APPLE_IEEE" = "yes"; then
38802 cat >>confdefs.h <<\_ACEOF
38803#define wxUSE_APPLE_IEEE 1
38804_ACEOF
38805
38806fi
38807
38808if test "$wxUSE_TIMER" = "yes"; then
38809 cat >>confdefs.h <<\_ACEOF
38810#define wxUSE_TIMER 1
38811_ACEOF
38812
38813fi
38814
9c112555 38815if test "$USE_UNIX" = "1" ; then
d12aef51
VZ
38816 echo "$as_me:$LINENO: checking for ioctl() in sys/soundcard.h" >&5
38817echo $ECHO_N "checking for ioctl() in sys/soundcard.h... $ECHO_C" >&6
38818if test "${ac_cv_header_sys_soundcard+set}" = set; then
a848cd7e 38819 echo $ECHO_N "(cached) $ECHO_C" >&6
a848cd7e 38820else
d12aef51
VZ
38821
38822 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
38823/* confdefs.h. */
38824_ACEOF
38825cat confdefs.h >>conftest.$ac_ext
38826cat >>conftest.$ac_ext <<_ACEOF
38827/* end confdefs.h. */
d12aef51
VZ
38828
38829 #include <sys/soundcard.h>
38830
38831int
38832main ()
38833{
38834
38835 ioctl(0, SNDCTL_DSP_SYNC, 0);
38836
38837 ;
38838 return 0;
38839}
a848cd7e 38840_ACEOF
d12aef51
VZ
38841rm -f conftest.$ac_objext conftest$ac_exeext
38842if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38843 (eval $ac_link) 2>conftest.er1
a848cd7e 38844 ac_status=$?
ac1cb8d3
VS
38845 grep -v '^ *+' conftest.er1 >conftest.err
38846 rm -f conftest.er1
38847 cat conftest.err >&5
a848cd7e
SC
38848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38849 (exit $ac_status); } &&
5ff751d6 38850 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
38851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38852 (eval $ac_try) 2>&5
38853 ac_status=$?
38854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38855 (exit $ac_status); }; } &&
d12aef51 38856 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
38857 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38858 (eval $ac_try) 2>&5
38859 ac_status=$?
38860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38861 (exit $ac_status); }; }; then
d12aef51 38862 ac_cv_header_sys_soundcard=yes
a848cd7e
SC
38863else
38864 echo "$as_me: failed program was:" >&5
38865sed 's/^/| /' conftest.$ac_ext >&5
38866
a848cd7e 38867
d12aef51
VZ
38868 saveLibs="$LIBS"
38869 LIBS="$saveLibs -lossaudio"
38870 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
38871/* confdefs.h. */
38872_ACEOF
38873cat confdefs.h >>conftest.$ac_ext
38874cat >>conftest.$ac_ext <<_ACEOF
38875/* end confdefs.h. */
d12aef51
VZ
38876
38877 #include <sys/soundcard.h>
38878
38879int
38880main ()
38881{
38882
38883 ioctl(0, SNDCTL_DSP_SYNC, 0);
38884
38885 ;
38886 return 0;
38887}
a848cd7e 38888_ACEOF
d12aef51
VZ
38889rm -f conftest.$ac_objext conftest$ac_exeext
38890if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38891 (eval $ac_link) 2>conftest.er1
a848cd7e
SC
38892 ac_status=$?
38893 grep -v '^ *+' conftest.er1 >conftest.err
38894 rm -f conftest.er1
38895 cat conftest.err >&5
38896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d12aef51 38897 (exit $ac_status); } &&
5ff751d6 38898 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
d12aef51
VZ
38899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38900 (eval $ac_try) 2>&5
38901 ac_status=$?
38902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38903 (exit $ac_status); }; } &&
38904 { ac_try='test -s conftest$ac_exeext'
38905 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38906 (eval $ac_try) 2>&5
38907 ac_status=$?
38908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38909 (exit $ac_status); }; }; then
38910 ac_cv_header_sys_soundcard=yes
a848cd7e
SC
38911else
38912 echo "$as_me: failed program was:" >&5
38913sed 's/^/| /' conftest.$ac_ext >&5
38914
a848cd7e 38915
d12aef51
VZ
38916 LIBS="$saveLibs"
38917 ac_cv_header_sys_soundcard=no
38918
38919
a848cd7e 38920fi
d12aef51
VZ
38921rm -f conftest.err conftest.$ac_objext \
38922 conftest$ac_exeext conftest.$ac_ext
38923
a848cd7e
SC
38924
38925fi
d12aef51
VZ
38926rm -f conftest.err conftest.$ac_objext \
38927 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
38928
38929fi
d12aef51
VZ
38930echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard" >&5
38931echo "${ECHO_T}$ac_cv_header_sys_soundcard" >&6
a848cd7e 38932
d12aef51
VZ
38933 if test "$ac_cv_header_sys_soundcard" = "yes"; then
38934 cat >>confdefs.h <<\_ACEOF
38935#define HAVE_SYS_SOUNDCARD_H 1
38936_ACEOF
a848cd7e 38937
d12aef51
VZ
38938 else
38939 DISABLED_CONTRIB="$DISABLED_CONTRIB mmedia"
38940 fi
9c112555
MW
38941fi
38942WITH_PLUGIN_SDL=0
38943if test "$wxUSE_SOUND" = "yes"; then
38944 if test "$USE_UNIX" = "1" ; then
a848cd7e
SC
38945 if test "$wxUSE_LIBSDL" != "no"; then
38946
38947# Check whether --with-sdl-prefix or --without-sdl-prefix was given.
38948if test "${with_sdl_prefix+set}" = set; then
38949 withval="$with_sdl_prefix"
38950 sdl_prefix="$withval"
38951else
38952 sdl_prefix=""
38953fi;
38954
38955# Check whether --with-sdl-exec-prefix or --without-sdl-exec-prefix was given.
38956if test "${with_sdl_exec_prefix+set}" = set; then
38957 withval="$with_sdl_exec_prefix"
38958 sdl_exec_prefix="$withval"
38959else
38960 sdl_exec_prefix=""
38961fi;
38962# Check whether --enable-sdltest or --disable-sdltest was given.
38963if test "${enable_sdltest+set}" = set; then
38964 enableval="$enable_sdltest"
38965
38966else
38967 enable_sdltest=yes
38968fi;
38969
38970 if test x$sdl_exec_prefix != x ; then
38971 sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"
38972 if test x${SDL_CONFIG+set} != xset ; then
38973 SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
38974 fi
38975 fi
38976 if test x$sdl_prefix != x ; then
38977 sdl_args="$sdl_args --prefix=$sdl_prefix"
38978 if test x${SDL_CONFIG+set} != xset ; then
38979 SDL_CONFIG=$sdl_prefix/bin/sdl-config
38980 fi
38981 fi
38982
38983
38984 PATH="$prefix/bin:$prefix/usr/bin:$PATH"
38985 # Extract the first word of "sdl-config", so it can be a program name with args.
38986set dummy sdl-config; ac_word=$2
38987echo "$as_me:$LINENO: checking for $ac_word" >&5
38988echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
38989if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
38990 echo $ECHO_N "(cached) $ECHO_C" >&6
38991else
38992 case $SDL_CONFIG in
38993 [\\/]* | ?:[\\/]*)
38994 ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
38995 ;;
38996 *)
38997 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
38998for as_dir in $PATH
38999do
39000 IFS=$as_save_IFS
39001 test -z "$as_dir" && as_dir=.
39002 for ac_exec_ext in '' $ac_executable_extensions; do
39003 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
39004 ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
39005 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
39006 break 2
39007 fi
39008done
39009done
39010
39011 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no"
39012 ;;
39013esac
39014fi
39015SDL_CONFIG=$ac_cv_path_SDL_CONFIG
39016
39017if test -n "$SDL_CONFIG"; then
39018 echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
39019echo "${ECHO_T}$SDL_CONFIG" >&6
39020else
39021 echo "$as_me:$LINENO: result: no" >&5
39022echo "${ECHO_T}no" >&6
39023fi
39024
39025 min_sdl_version=1.2.0
39026 echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
39027echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6
39028 no_sdl=""
39029 if test "$SDL_CONFIG" = "no" ; then
39030 no_sdl=yes
39031 else
39032 SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
39033 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
39034
39035 sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
39036 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
39037 sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \
39038 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
39039 sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \
39040 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
39041 if test "x$enable_sdltest" = "xyes" ; then
39042 ac_save_CFLAGS="$CFLAGS"
94acd38e 39043 ac_save_CXXFLAGS="$CXXFLAGS"
a848cd7e
SC
39044 ac_save_LIBS="$LIBS"
39045 CFLAGS="$CFLAGS $SDL_CFLAGS"
94acd38e 39046 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
a848cd7e
SC
39047 LIBS="$LIBS $SDL_LIBS"
39048 rm -f conf.sdltest
39049 if test "$cross_compiling" = yes; then
39050 echo $ac_n "cross compiling; assumed OK... $ac_c"
39051else
39052 cat >conftest.$ac_ext <<_ACEOF
39053/* confdefs.h. */
39054_ACEOF
39055cat confdefs.h >>conftest.$ac_ext
39056cat >>conftest.$ac_ext <<_ACEOF
39057/* end confdefs.h. */
39058
39059#include <stdio.h>
39060#include <stdlib.h>
39061#include <string.h>
39062#include "SDL.h"
39063
39064char*
39065my_strdup (char *str)
39066{
39067 char *new_str;
39068
39069 if (str)
39070 {
39071 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
39072 strcpy (new_str, str);
39073 }
39074 else
39075 new_str = NULL;
39076
39077 return new_str;
39078}
39079
39080int main (int argc, char *argv[])
39081{
39082 int major, minor, micro;
39083 char *tmp_version;
39084
39085 /* This hangs on some systems (?)
39086 system ("touch conf.sdltest");
39087 */
39088 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
39089
39090 /* HP/UX 9 (%@#!) writes to sscanf strings */
39091 tmp_version = my_strdup("$min_sdl_version");
39092 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
39093 printf("%s, bad version string\n", "$min_sdl_version");
39094 exit(1);
39095 }
39096
39097 if (($sdl_major_version > major) ||
39098 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
39099 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
39100 {
39101 return 0;
39102 }
39103 else
39104 {
39105 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
39106 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
39107 printf("*** best to upgrade to the required version.\n");
39108 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
39109 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
39110 printf("*** config.cache before re-running configure\n");
39111 return 1;
39112 }
39113}
39114
39115
39116_ACEOF
39117rm -f conftest$ac_exeext
39118if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39119 (eval $ac_link) 2>&5
39120 ac_status=$?
39121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39122 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
39123 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39124 (eval $ac_try) 2>&5
39125 ac_status=$?
39126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39127 (exit $ac_status); }; }; then
39128 :
39129else
39130 echo "$as_me: program exited with status $ac_status" >&5
39131echo "$as_me: failed program was:" >&5
39132sed 's/^/| /' conftest.$ac_ext >&5
39133
39134( exit $ac_status )
39135no_sdl=yes
39136fi
ac1cb8d3 39137rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
39138fi
39139 CFLAGS="$ac_save_CFLAGS"
94acd38e 39140 CXXFLAGS="$ac_save_CXXFLAGS"
a848cd7e
SC
39141 LIBS="$ac_save_LIBS"
39142 fi
39143 fi
39144 if test "x$no_sdl" = x ; then
39145 echo "$as_me:$LINENO: result: yes" >&5
39146echo "${ECHO_T}yes" >&6
39147
39148 EXTRALIBS_SDL="$SDL_LIBS"
39149 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
39150 cat >>confdefs.h <<\_ACEOF
39151#define wxUSE_LIBSDL 1
39152_ACEOF
39153
39154
39155 else
39156 echo "$as_me:$LINENO: result: no" >&5
39157echo "${ECHO_T}no" >&6
39158 if test "$SDL_CONFIG" = "no" ; then
39159 echo "*** The sdl-config script installed by SDL could not be found"
39160 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
39161 echo "*** your path, or set the SDL_CONFIG environment variable to the"
39162 echo "*** full path to sdl-config."
39163 else
39164 if test -f conf.sdltest ; then
39165 :
39166 else
39167 echo "*** Could not run SDL test program, checking why..."
39168 CFLAGS="$CFLAGS $SDL_CFLAGS"
94acd38e 39169 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
a848cd7e
SC
39170 LIBS="$LIBS $SDL_LIBS"
39171 cat >conftest.$ac_ext <<_ACEOF
39172/* confdefs.h. */
39173_ACEOF
39174cat confdefs.h >>conftest.$ac_ext
39175cat >>conftest.$ac_ext <<_ACEOF
39176/* end confdefs.h. */
39177
39178#include <stdio.h>
39179#include "SDL.h"
39180
39181int main(int argc, char *argv[])
39182{ return 0; }
39183#undef main
39184#define main K_and_R_C_main
39185
39186int
39187main ()
39188{
39189 return 0;
39190 ;
39191 return 0;
39192}
39193_ACEOF
39194rm -f conftest.$ac_objext conftest$ac_exeext
39195if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 39196 (eval $ac_link) 2>conftest.er1
a848cd7e 39197 ac_status=$?
ac1cb8d3
VS
39198 grep -v '^ *+' conftest.er1 >conftest.err
39199 rm -f conftest.er1
39200 cat conftest.err >&5
a848cd7e
SC
39201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39202 (exit $ac_status); } &&
5ff751d6 39203 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
39204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39205 (eval $ac_try) 2>&5
39206 ac_status=$?
39207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39208 (exit $ac_status); }; } &&
39209 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
39210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39211 (eval $ac_try) 2>&5
39212 ac_status=$?
39213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39214 (exit $ac_status); }; }; then
39215 echo "*** The test program compiled, but did not run. This usually means"
39216 echo "*** that the run-time linker is not finding SDL or finding the wrong"
39217 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
39218 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
39219 echo "*** to the installed location Also, make sure you have run ldconfig if that"
39220 echo "*** is required on your system"
39221 echo "***"
39222 echo "*** If you have an old version installed, it is best to remove it, although"
39223 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
39224else
39225 echo "$as_me: failed program was:" >&5
39226sed 's/^/| /' conftest.$ac_ext >&5
39227
39228 echo "*** The test program failed to compile or link. See the file config.log for the"
39229 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
39230 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
39231 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
39232fi
ac1cb8d3
VS
39233rm -f conftest.err conftest.$ac_objext \
39234 conftest$ac_exeext conftest.$ac_ext
a848cd7e 39235 CFLAGS="$ac_save_CFLAGS"
94acd38e 39236 CXXFLAGS="$ac_save_CXXFLAGS"
a848cd7e
SC
39237 LIBS="$ac_save_LIBS"
39238 fi
39239 fi
39240 SDL_CFLAGS=""
39241 SDL_LIBS=""
39242 wxUSE_LIBSDL="no"
39243 fi
39244
39245
39246 rm -f conf.sdltest
39247
39248 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
39249 WITH_PLUGIN_SDL=1
39250 fi
39251 fi
39252 fi
39253
39254 cat >>confdefs.h <<\_ACEOF
39255#define wxUSE_SOUND 1
39256_ACEOF
39257
39258 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sound"
39259fi
39260
d1c38808
VZ
39261if test "$WXGTK20" = 1; then
39262 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
39263 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
39264
39265
39266 succeeded=no
39267
39268 if test -z "$PKG_CONFIG"; then
39269 # Extract the first word of "pkg-config", so it can be a program name with args.
39270set dummy pkg-config; ac_word=$2
39271echo "$as_me:$LINENO: checking for $ac_word" >&5
39272echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
39273if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
39274 echo $ECHO_N "(cached) $ECHO_C" >&6
39275else
39276 case $PKG_CONFIG in
39277 [\\/]* | ?:[\\/]*)
39278 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
39279 ;;
39280 *)
39281 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
39282for as_dir in $PATH
39283do
39284 IFS=$as_save_IFS
39285 test -z "$as_dir" && as_dir=.
39286 for ac_exec_ext in '' $ac_executable_extensions; do
39287 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
39288 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
39289 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
39290 break 2
39291 fi
39292done
39293done
39294
39295 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
39296 ;;
39297esac
39298fi
39299PKG_CONFIG=$ac_cv_path_PKG_CONFIG
39300
39301if test -n "$PKG_CONFIG"; then
39302 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
39303echo "${ECHO_T}$PKG_CONFIG" >&6
39304else
39305 echo "$as_me:$LINENO: result: no" >&5
39306echo "${ECHO_T}no" >&6
39307fi
39308
39309 fi
39310
39311 if test "$PKG_CONFIG" = "no" ; then
39312 echo "*** The pkg-config script could not be found. Make sure it is"
39313 echo "*** in your path, or set the PKG_CONFIG environment variable"
39314 echo "*** to the full path to pkg-config."
39315 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
39316 else
39317 PKG_CONFIG_MIN_VERSION=0.9.0
39318 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
ffa762ff
VS
39319 echo "$as_me:$LINENO: checking for libgnomeprintui-2.2 >= 2.8" >&5
39320echo $ECHO_N "checking for libgnomeprintui-2.2 >= 2.8... $ECHO_C" >&6
d1c38808 39321
ffa762ff 39322 if $PKG_CONFIG --exists "libgnomeprintui-2.2 >= 2.8" ; then
d1c38808
VZ
39323 echo "$as_me:$LINENO: result: yes" >&5
39324echo "${ECHO_T}yes" >&6
39325 succeeded=yes
39326
39327 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_CFLAGS" >&5
39328echo $ECHO_N "checking LIBGNOMEPRINTUI_CFLAGS... $ECHO_C" >&6
ffa762ff 39329 LIBGNOMEPRINTUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8"`
d1c38808
VZ
39330 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_CFLAGS" >&5
39331echo "${ECHO_T}$LIBGNOMEPRINTUI_CFLAGS" >&6
39332
39333 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_LIBS" >&5
39334echo $ECHO_N "checking LIBGNOMEPRINTUI_LIBS... $ECHO_C" >&6
ffa762ff 39335 LIBGNOMEPRINTUI_LIBS=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8"`
d1c38808
VZ
39336 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_LIBS" >&5
39337echo "${ECHO_T}$LIBGNOMEPRINTUI_LIBS" >&6
39338 else
39339 LIBGNOMEPRINTUI_CFLAGS=""
39340 LIBGNOMEPRINTUI_LIBS=""
39341 ## If we have a custom action on failure, don't print errors, but
39342 ## do set a variable so people can do so.
ffa762ff 39343 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
d1c38808
VZ
39344
39345 fi
39346
39347
39348
39349 else
39350 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
39351 echo "*** See http://www.freedesktop.org/software/pkgconfig"
39352 fi
39353 fi
39354
39355 if test $succeeded = yes; then
39356
d1c38808
VZ
39357 CXXFLAGS="$CXXFLAGS $LIBGNOMEPRINTUI_CFLAGS"
39358 cat >>confdefs.h <<\_ACEOF
39359#define wxUSE_LIBGNOMEPRINT 1
39360_ACEOF
39361
39362
39363 else
39364
39365 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
39366echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
39367 wxUSE_LIBGNOMEPRINT="no"
39368
39369
39370 fi
39371
39372 fi
39373 fi
39374fi
39375
39376
a848cd7e
SC
39377if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
39378 cat >>confdefs.h <<\_ACEOF
39379#define wxUSE_CMDLINE_PARSER 1
39380_ACEOF
39381
39382fi
39383
39384if test "$wxUSE_STOPWATCH" = "yes"; then
39385 cat >>confdefs.h <<\_ACEOF
39386#define wxUSE_STOPWATCH 1
39387_ACEOF
39388
39389fi
39390
39391if test "$wxUSE_DATETIME" = "yes"; then
39392 cat >>confdefs.h <<\_ACEOF
39393#define wxUSE_DATETIME 1
39394_ACEOF
39395
39396fi
39397
39398if test "$wxUSE_FILE" = "yes"; then
39399 cat >>confdefs.h <<\_ACEOF
39400#define wxUSE_FILE 1
39401_ACEOF
39402
39403fi
39404
39405if test "$wxUSE_FFILE" = "yes"; then
39406 cat >>confdefs.h <<\_ACEOF
39407#define wxUSE_FFILE 1
39408_ACEOF
39409
39410fi
39411
39412if test "$wxUSE_FILESYSTEM" = "yes"; then
39413 cat >>confdefs.h <<\_ACEOF
39414#define wxUSE_FILESYSTEM 1
39415_ACEOF
39416
39417fi
39418
39419if test "$wxUSE_FS_ZIP" = "yes"; then
39420 cat >>confdefs.h <<\_ACEOF
39421#define wxUSE_FS_ZIP 1
39422_ACEOF
39423
39424fi
39425
9e8e867f 39426if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
a848cd7e 39427 cat >>confdefs.h <<\_ACEOF
9e8e867f 39428#define wxUSE_ARCHIVE_STREAMS 1
81f90336
MW
39429_ACEOF
39430
39431fi
39432
39433if test "$wxUSE_ZIPSTREAM" = "yes"; then
9e8e867f 39434 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
81f90336
MW
39435 { echo "$as_me:$LINENO: WARNING: wxZip requires wxArchive... disabled" >&5
39436echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
39437 elif test "$wxUSE_ZLIB" = "no"; then
39438 { echo "$as_me:$LINENO: WARNING: wxZip requires wxZlib... disabled" >&5
39439echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
39440 else
39441 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
39442#define wxUSE_ZIPSTREAM 1
39443_ACEOF
39444
81f90336 39445 fi
a848cd7e
SC
39446fi
39447
a848cd7e 39448if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
18228ab4
MW
39449 if test "$USE_UNIX" != 1; then
39450 { echo "$as_me:$LINENO: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5
39451echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;}
39452 wxUSE_ON_FATAL_EXCEPTION=no
39453 else
39454 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
39455#define wxUSE_ON_FATAL_EXCEPTION 1
39456_ACEOF
39457
18228ab4 39458 fi
a848cd7e
SC
39459fi
39460
eaff0f0d
VZ
39461if test "$wxUSE_STACKWALKER" = "yes"; then
39462 cat >>confdefs.h <<\_ACEOF
39463#define wxUSE_STACKWALKER 1
39464_ACEOF
39465
39466fi
39467
36b6448c 39468if test "$wxUSE_DEBUGREPORT" = "yes"; then
18228ab4
MW
39469 if test "$USE_UNIX" != "1" -a "$USE_WIN32" != "1"; then
39470 { echo "$as_me:$LINENO: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
39471echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
dfe0c803
JS
39472 wxUSE_DEBUGREPORT=no
39473 else
39474 cat >>confdefs.h <<\_ACEOF
36b6448c
VZ
39475#define wxUSE_DEBUGREPORT 1
39476_ACEOF
39477
21dfc162
MW
39478 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
39479 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS debugrpt"
39480 fi
dfe0c803 39481 fi
36b6448c
VZ
39482fi
39483
a848cd7e
SC
39484if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
39485 cat >>confdefs.h <<\_ACEOF
39486#define wxUSE_SNGLINST_CHECKER 1
39487_ACEOF
39488
39489fi
39490
39491if test "$wxUSE_BUSYINFO" = "yes"; then
39492 cat >>confdefs.h <<\_ACEOF
39493#define wxUSE_BUSYINFO 1
39494_ACEOF
39495
39496fi
39497
39498if test "$wxUSE_STD_IOSTREAM" = "yes"; then
39499 cat >>confdefs.h <<\_ACEOF
39500#define wxUSE_STD_IOSTREAM 1
39501_ACEOF
39502
39503fi
39504
59746b65
MW
39505if test "$wxUSE_STD_STRING" = "yes"; then
39506 cat >>confdefs.h <<\_ACEOF
39507#define wxUSE_STD_STRING 1
39508_ACEOF
39509
39510fi
39511
07158944
VZ
39512if test "$wxUSE_STDPATHS" = "yes"; then
39513 cat >>confdefs.h <<\_ACEOF
39514#define wxUSE_STDPATHS 1
39515_ACEOF
39516
39517fi
39518
a848cd7e
SC
39519if test "$wxUSE_TEXTBUFFER" = "yes"; then
39520 cat >>confdefs.h <<\_ACEOF
39521#define wxUSE_TEXTBUFFER 1
39522_ACEOF
39523
39524fi
39525
39526if test "$wxUSE_TEXTFILE" = "yes"; then
39527 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
39528 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
39529echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
39530 else
39531 cat >>confdefs.h <<\_ACEOF
39532#define wxUSE_TEXTFILE 1
39533_ACEOF
39534
39535 fi
39536fi
39537
39538if test "$wxUSE_CONFIG" = "yes" ; then
39539 if test "$wxUSE_TEXTFILE" != "yes"; then
39540 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
39541echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
39542 else
39543 cat >>confdefs.h <<\_ACEOF
39544#define wxUSE_CONFIG 1
89be85c2
VS
39545_ACEOF
39546
39547 cat >>confdefs.h <<\_ACEOF
39548#define wxUSE_CONFIG_NATIVE 1
a848cd7e
SC
39549_ACEOF
39550
39551 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
39552 fi
39553fi
39554
39555if test "$wxUSE_INTL" = "yes" ; then
39556 if test "$wxUSE_FILE" != "yes"; then
39557 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
39558echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
39559 else
39560 cat >>confdefs.h <<\_ACEOF
39561#define wxUSE_INTL 1
39562_ACEOF
39563
39564 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
39565 GUIDIST="$GUIDIST INTL_DIST"
39566 fi
39567fi
39568
39569if test "$wxUSE_LOG" = "yes"; then
39570 cat >>confdefs.h <<\_ACEOF
39571#define wxUSE_LOG 1
39572_ACEOF
39573
39574
39575 if test "$wxUSE_LOGGUI" = "yes"; then
39576 cat >>confdefs.h <<\_ACEOF
39577#define wxUSE_LOGGUI 1
39578_ACEOF
39579
39580 fi
39581
39582 if test "$wxUSE_LOGWINDOW" = "yes"; then
39583 cat >>confdefs.h <<\_ACEOF
39584#define wxUSE_LOGWINDOW 1
39585_ACEOF
39586
39587 fi
39588
39589 if test "$wxUSE_LOGDIALOG" = "yes"; then
39590 cat >>confdefs.h <<\_ACEOF
39591#define wxUSE_LOG_DIALOG 1
39592_ACEOF
39593
39594 fi
0b78747f
MW
39595
39596 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS keyboard"
a848cd7e
SC
39597fi
39598
39599if test "$wxUSE_LONGLONG" = "yes"; then
39600 cat >>confdefs.h <<\_ACEOF
39601#define wxUSE_LONGLONG 1
39602_ACEOF
39603
39604fi
39605
39606if test "$wxUSE_GEOMETRY" = "yes"; then
39607 cat >>confdefs.h <<\_ACEOF
39608#define wxUSE_GEOMETRY 1
39609_ACEOF
39610
39611fi
39612
a848cd7e
SC
39613if test "$wxUSE_STREAMS" = "yes" ; then
39614 cat >>confdefs.h <<\_ACEOF
39615#define wxUSE_STREAMS 1
39616_ACEOF
39617
39618fi
39619
39620
39621if test "$wxUSE_DATETIME" = "yes"; then
39622
39623for ac_func in strptime
39624do
39625as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39626echo "$as_me:$LINENO: checking for $ac_func" >&5
39627echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
39628if eval "test \"\${$as_ac_var+set}\" = set"; then
39629 echo $ECHO_N "(cached) $ECHO_C" >&6
39630else
39631 cat >conftest.$ac_ext <<_ACEOF
39632/* confdefs.h. */
39633_ACEOF
39634cat confdefs.h >>conftest.$ac_ext
39635cat >>conftest.$ac_ext <<_ACEOF
39636/* end confdefs.h. */
ac1cb8d3
VS
39637/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39638 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39639#define $ac_func innocuous_$ac_func
39640
a848cd7e
SC
39641/* System header to define __stub macros and hopefully few prototypes,
39642 which can conflict with char $ac_func (); below.
39643 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39644 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 39645
a848cd7e
SC
39646#ifdef __STDC__
39647# include <limits.h>
39648#else
39649# include <assert.h>
39650#endif
ac1cb8d3
VS
39651
39652#undef $ac_func
39653
a848cd7e
SC
39654/* Override any gcc2 internal prototype to avoid an error. */
39655#ifdef __cplusplus
39656extern "C"
39657{
39658#endif
39659/* We use char because int might match the return type of a gcc2
39660 builtin and then its argument prototype would still apply. */
39661char $ac_func ();
39662/* The GNU C library defines this for functions which it implements
39663 to always fail with ENOSYS. Some functions are actually named
39664 something starting with __ and the normal name is an alias. */
39665#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
39666choke me
39667#else
39668char (*f) () = $ac_func;
39669#endif
39670#ifdef __cplusplus
39671}
39672#endif
39673
39674int
39675main ()
39676{
39677return f != $ac_func;
39678 ;
39679 return 0;
39680}
39681_ACEOF
39682rm -f conftest.$ac_objext conftest$ac_exeext
39683if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 39684 (eval $ac_link) 2>conftest.er1
a848cd7e 39685 ac_status=$?
ac1cb8d3
VS
39686 grep -v '^ *+' conftest.er1 >conftest.err
39687 rm -f conftest.er1
39688 cat conftest.err >&5
a848cd7e
SC
39689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39690 (exit $ac_status); } &&
5ff751d6 39691 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
39692 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39693 (eval $ac_try) 2>&5
39694 ac_status=$?
39695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39696 (exit $ac_status); }; } &&
39697 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
39698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39699 (eval $ac_try) 2>&5
39700 ac_status=$?
39701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39702 (exit $ac_status); }; }; then
39703 eval "$as_ac_var=yes"
39704else
39705 echo "$as_me: failed program was:" >&5
39706sed 's/^/| /' conftest.$ac_ext >&5
39707
39708eval "$as_ac_var=no"
39709fi
ac1cb8d3
VS
39710rm -f conftest.err conftest.$ac_objext \
39711 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
39712fi
39713echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
39714echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
39715if test `eval echo '${'$as_ac_var'}'` = yes; then
39716 cat >>confdefs.h <<_ACEOF
39717#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39718_ACEOF
39719
39720fi
39721done
39722
f536f005
VZ
39723 if test "$ac_cv_func_strptime" = "yes"; then
39724 echo "$as_me:$LINENO: checking for strptime declaration" >&5
39725echo $ECHO_N "checking for strptime declaration... $ECHO_C" >&6
39726if test "${wx_cv_func_strptime_decl+set}" = set; then
39727 echo $ECHO_N "(cached) $ECHO_C" >&6
39728else
39729
39730
39731
39732 ac_ext=cc
39733ac_cpp='$CXXCPP $CPPFLAGS'
39734ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39735ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39736ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39737
39738 cat >conftest.$ac_ext <<_ACEOF
39739/* confdefs.h. */
39740_ACEOF
39741cat confdefs.h >>conftest.$ac_ext
39742cat >>conftest.$ac_ext <<_ACEOF
39743/* end confdefs.h. */
39744
39745 #include <time.h>
39746
39747int
39748main ()
39749{
39750
39751 struct tm t;
39752 strptime("foo", "bar", &t);
39753
39754 ;
39755 return 0;
39756}
39757_ACEOF
39758rm -f conftest.$ac_objext
39759if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39760 (eval $ac_compile) 2>conftest.er1
39761 ac_status=$?
39762 grep -v '^ *+' conftest.er1 >conftest.err
39763 rm -f conftest.er1
39764 cat conftest.err >&5
39765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39766 (exit $ac_status); } &&
5ff751d6 39767 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
f536f005
VZ
39768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39769 (eval $ac_try) 2>&5
39770 ac_status=$?
39771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39772 (exit $ac_status); }; } &&
39773 { ac_try='test -s conftest.$ac_objext'
39774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39775 (eval $ac_try) 2>&5
39776 ac_status=$?
39777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39778 (exit $ac_status); }; }; then
39779 wx_cv_func_strptime_decl=yes
39780else
39781 echo "$as_me: failed program was:" >&5
39782sed 's/^/| /' conftest.$ac_ext >&5
39783
39784wx_cv_func_strptime_decl=no
39785
39786fi
39787rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39788 ac_ext=c
39789ac_cpp='$CPP $CPPFLAGS'
39790ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39791ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39792ac_compiler_gnu=$ac_cv_c_compiler_gnu
39793
39794
39795
39796fi
39797echo "$as_me:$LINENO: result: $wx_cv_func_strptime_decl" >&5
39798echo "${ECHO_T}$wx_cv_func_strptime_decl" >&6
39799 fi
39800 if test "$wx_cv_func_strptime_decl" = "yes"; then
39801 cat >>confdefs.h <<\_ACEOF
39802#define HAVE_STRPTIME_DECL 1
39803_ACEOF
39804
39805 fi
a848cd7e
SC
39806
39807 echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
39808echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
39809if test "${wx_cv_var_timezone+set}" = set; then
39810 echo $ECHO_N "(cached) $ECHO_C" >&6
39811else
39812
39813 cat >conftest.$ac_ext <<_ACEOF
39814/* confdefs.h. */
39815_ACEOF
39816cat confdefs.h >>conftest.$ac_ext
39817cat >>conftest.$ac_ext <<_ACEOF
39818/* end confdefs.h. */
39819
39820 #include <time.h>
39821
39822int
39823main ()
39824{
39825
39826 int tz;
39827 tz = timezone;
39828
39829 ;
39830 return 0;
39831}
39832_ACEOF
39833rm -f conftest.$ac_objext
39834if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 39835 (eval $ac_compile) 2>conftest.er1
a848cd7e 39836 ac_status=$?
ac1cb8d3
VS
39837 grep -v '^ *+' conftest.er1 >conftest.err
39838 rm -f conftest.er1
39839 cat conftest.err >&5
a848cd7e
SC
39840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39841 (exit $ac_status); } &&
5ff751d6 39842 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
39843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39844 (eval $ac_try) 2>&5
39845 ac_status=$?
39846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39847 (exit $ac_status); }; } &&
39848 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
39849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39850 (eval $ac_try) 2>&5
39851 ac_status=$?
39852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39853 (exit $ac_status); }; }; then
39854
39855 wx_cv_var_timezone=timezone
39856
39857else
39858 echo "$as_me: failed program was:" >&5
39859sed 's/^/| /' conftest.$ac_ext >&5
39860
39861
39862 cat >conftest.$ac_ext <<_ACEOF
39863/* confdefs.h. */
39864_ACEOF
39865cat confdefs.h >>conftest.$ac_ext
39866cat >>conftest.$ac_ext <<_ACEOF
39867/* end confdefs.h. */
39868
39869 #include <time.h>
39870
39871int
39872main ()
39873{
39874
39875 int tz;
39876 tz = _timezone;
39877
39878 ;
39879 return 0;
39880}
39881_ACEOF
39882rm -f conftest.$ac_objext
39883if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 39884 (eval $ac_compile) 2>conftest.er1
a848cd7e 39885 ac_status=$?
ac1cb8d3
VS
39886 grep -v '^ *+' conftest.er1 >conftest.err
39887 rm -f conftest.er1
39888 cat conftest.err >&5
a848cd7e
SC
39889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39890 (exit $ac_status); } &&
5ff751d6 39891 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
39892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39893 (eval $ac_try) 2>&5
39894 ac_status=$?
39895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39896 (exit $ac_status); }; } &&
39897 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
39898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39899 (eval $ac_try) 2>&5
39900 ac_status=$?
39901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39902 (exit $ac_status); }; }; then
39903
39904 wx_cv_var_timezone=_timezone
39905
39906else
39907 echo "$as_me: failed program was:" >&5
39908sed 's/^/| /' conftest.$ac_ext >&5
39909
39910
39911 cat >conftest.$ac_ext <<_ACEOF
39912/* confdefs.h. */
39913_ACEOF
39914cat confdefs.h >>conftest.$ac_ext
39915cat >>conftest.$ac_ext <<_ACEOF
39916/* end confdefs.h. */
39917
39918 #include <time.h>
39919
39920int
39921main ()
39922{
39923
39924 int tz;
39925 tz = __timezone;
39926
39927 ;
39928 return 0;
39929}
39930_ACEOF
39931rm -f conftest.$ac_objext
39932if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 39933 (eval $ac_compile) 2>conftest.er1
a848cd7e 39934 ac_status=$?
ac1cb8d3
VS
39935 grep -v '^ *+' conftest.er1 >conftest.err
39936 rm -f conftest.er1
39937 cat conftest.err >&5
a848cd7e
SC
39938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39939 (exit $ac_status); } &&
5ff751d6 39940 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
39941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39942 (eval $ac_try) 2>&5
39943 ac_status=$?
39944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39945 (exit $ac_status); }; } &&
39946 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
39947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39948 (eval $ac_try) 2>&5
39949 ac_status=$?
39950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39951 (exit $ac_status); }; }; then
39952
39953 wx_cv_var_timezone=__timezone
39954
39955else
39956 echo "$as_me: failed program was:" >&5
39957sed 's/^/| /' conftest.$ac_ext >&5
39958
39959
39960 if test "$USE_DOS" = 0 ; then
39961 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
39962echo "$as_me: WARNING: no timezone variable" >&2;}
39963 fi
39964
39965
39966fi
ac1cb8d3 39967rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
39968
39969
39970fi
ac1cb8d3 39971rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
39972
39973
39974fi
ac1cb8d3 39975rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
39976
39977
39978fi
39979echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
39980echo "${ECHO_T}$wx_cv_var_timezone" >&6
39981
39982 if test "x$wx_cv_var_timezone" != x ; then
39983 cat >>confdefs.h <<_ACEOF
39984#define WX_TIMEZONE $wx_cv_var_timezone
39985_ACEOF
39986
39987 fi
39988
39989
39990for ac_func in localtime
39991do
39992as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39993echo "$as_me:$LINENO: checking for $ac_func" >&5
39994echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
39995if eval "test \"\${$as_ac_var+set}\" = set"; then
39996 echo $ECHO_N "(cached) $ECHO_C" >&6
39997else
39998 cat >conftest.$ac_ext <<_ACEOF
39999/* confdefs.h. */
40000_ACEOF
40001cat confdefs.h >>conftest.$ac_ext
40002cat >>conftest.$ac_ext <<_ACEOF
40003/* end confdefs.h. */
ac1cb8d3
VS
40004/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40005 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40006#define $ac_func innocuous_$ac_func
40007
a848cd7e
SC
40008/* System header to define __stub macros and hopefully few prototypes,
40009 which can conflict with char $ac_func (); below.
40010 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40011 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 40012
a848cd7e
SC
40013#ifdef __STDC__
40014# include <limits.h>
40015#else
40016# include <assert.h>
40017#endif
ac1cb8d3
VS
40018
40019#undef $ac_func
40020
a848cd7e
SC
40021/* Override any gcc2 internal prototype to avoid an error. */
40022#ifdef __cplusplus
40023extern "C"
40024{
40025#endif
40026/* We use char because int might match the return type of a gcc2
40027 builtin and then its argument prototype would still apply. */
40028char $ac_func ();
40029/* The GNU C library defines this for functions which it implements
40030 to always fail with ENOSYS. Some functions are actually named
40031 something starting with __ and the normal name is an alias. */
40032#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
40033choke me
40034#else
40035char (*f) () = $ac_func;
40036#endif
40037#ifdef __cplusplus
40038}
40039#endif
40040
40041int
40042main ()
40043{
40044return f != $ac_func;
40045 ;
40046 return 0;
40047}
40048_ACEOF
40049rm -f conftest.$ac_objext conftest$ac_exeext
40050if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 40051 (eval $ac_link) 2>conftest.er1
a848cd7e 40052 ac_status=$?
ac1cb8d3
VS
40053 grep -v '^ *+' conftest.er1 >conftest.err
40054 rm -f conftest.er1
40055 cat conftest.err >&5
a848cd7e
SC
40056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40057 (exit $ac_status); } &&
5ff751d6 40058 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
40059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40060 (eval $ac_try) 2>&5
40061 ac_status=$?
40062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40063 (exit $ac_status); }; } &&
40064 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
40065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40066 (eval $ac_try) 2>&5
40067 ac_status=$?
40068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40069 (exit $ac_status); }; }; then
40070 eval "$as_ac_var=yes"
40071else
40072 echo "$as_me: failed program was:" >&5
40073sed 's/^/| /' conftest.$ac_ext >&5
40074
40075eval "$as_ac_var=no"
40076fi
ac1cb8d3
VS
40077rm -f conftest.err conftest.$ac_objext \
40078 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
40079fi
40080echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
40081echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
40082if test `eval echo '${'$as_ac_var'}'` = yes; then
40083 cat >>confdefs.h <<_ACEOF
40084#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40085_ACEOF
40086
40087fi
40088done
40089
40090
40091 if test "$ac_cv_func_localtime" = "yes"; then
40092 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
40093echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
40094if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
40095 echo $ECHO_N "(cached) $ECHO_C" >&6
40096else
40097
40098 cat >conftest.$ac_ext <<_ACEOF
40099/* confdefs.h. */
40100_ACEOF
40101cat confdefs.h >>conftest.$ac_ext
40102cat >>conftest.$ac_ext <<_ACEOF
40103/* end confdefs.h. */
40104
40105 #include <time.h>
40106
40107int
40108main ()
40109{
40110
40111 struct tm tm;
40112 tm.tm_gmtoff++;
40113
40114 ;
40115 return 0;
40116}
40117_ACEOF
40118rm -f conftest.$ac_objext
40119if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 40120 (eval $ac_compile) 2>conftest.er1
a848cd7e 40121 ac_status=$?
ac1cb8d3
VS
40122 grep -v '^ *+' conftest.er1 >conftest.err
40123 rm -f conftest.er1
40124 cat conftest.err >&5
a848cd7e
SC
40125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40126 (exit $ac_status); } &&
5ff751d6 40127 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
40128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40129 (eval $ac_try) 2>&5
40130 ac_status=$?
40131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40132 (exit $ac_status); }; } &&
40133 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
40134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40135 (eval $ac_try) 2>&5
40136 ac_status=$?
40137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40138 (exit $ac_status); }; }; then
40139
40140 wx_cv_struct_tm_has_gmtoff=yes
40141
40142else
40143 echo "$as_me: failed program was:" >&5
40144sed 's/^/| /' conftest.$ac_ext >&5
40145
40146wx_cv_struct_tm_has_gmtoff=no
40147
40148fi
ac1cb8d3 40149rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
40150
40151fi
40152echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
40153echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
40154 fi
40155
40156 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
40157 cat >>confdefs.h <<\_ACEOF
40158#define WX_GMTOFF_IN_TM 1
40159_ACEOF
40160
40161 fi
40162
40163
40164
40165for ac_func in gettimeofday ftime
40166do
40167as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40168echo "$as_me:$LINENO: checking for $ac_func" >&5
40169echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
40170if eval "test \"\${$as_ac_var+set}\" = set"; then
40171 echo $ECHO_N "(cached) $ECHO_C" >&6
40172else
40173 cat >conftest.$ac_ext <<_ACEOF
40174/* confdefs.h. */
40175_ACEOF
40176cat confdefs.h >>conftest.$ac_ext
40177cat >>conftest.$ac_ext <<_ACEOF
40178/* end confdefs.h. */
ac1cb8d3
VS
40179/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40180 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40181#define $ac_func innocuous_$ac_func
40182
a848cd7e
SC
40183/* System header to define __stub macros and hopefully few prototypes,
40184 which can conflict with char $ac_func (); below.
40185 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40186 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 40187
a848cd7e
SC
40188#ifdef __STDC__
40189# include <limits.h>
40190#else
40191# include <assert.h>
40192#endif
ac1cb8d3
VS
40193
40194#undef $ac_func
40195
a848cd7e
SC
40196/* Override any gcc2 internal prototype to avoid an error. */
40197#ifdef __cplusplus
40198extern "C"
40199{
40200#endif
40201/* We use char because int might match the return type of a gcc2
40202 builtin and then its argument prototype would still apply. */
40203char $ac_func ();
40204/* The GNU C library defines this for functions which it implements
40205 to always fail with ENOSYS. Some functions are actually named
40206 something starting with __ and the normal name is an alias. */
40207#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
40208choke me
40209#else
40210char (*f) () = $ac_func;
40211#endif
40212#ifdef __cplusplus
40213}
40214#endif
40215
40216int
40217main ()
40218{
40219return f != $ac_func;
40220 ;
40221 return 0;
40222}
40223_ACEOF
40224rm -f conftest.$ac_objext conftest$ac_exeext
40225if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 40226 (eval $ac_link) 2>conftest.er1
a848cd7e 40227 ac_status=$?
ac1cb8d3
VS
40228 grep -v '^ *+' conftest.er1 >conftest.err
40229 rm -f conftest.er1
40230 cat conftest.err >&5
a848cd7e
SC
40231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40232 (exit $ac_status); } &&
5ff751d6 40233 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
40234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40235 (eval $ac_try) 2>&5
40236 ac_status=$?
40237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40238 (exit $ac_status); }; } &&
40239 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
40240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40241 (eval $ac_try) 2>&5
40242 ac_status=$?
40243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40244 (exit $ac_status); }; }; then
40245 eval "$as_ac_var=yes"
40246else
40247 echo "$as_me: failed program was:" >&5
40248sed 's/^/| /' conftest.$ac_ext >&5
40249
40250eval "$as_ac_var=no"
40251fi
ac1cb8d3
VS
40252rm -f conftest.err conftest.$ac_objext \
40253 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
40254fi
40255echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
40256echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
40257if test `eval echo '${'$as_ac_var'}'` = yes; then
40258 cat >>confdefs.h <<_ACEOF
40259#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40260_ACEOF
40261 break
40262fi
40263done
40264
40265
40266 if test "$ac_cv_func_gettimeofday" = "yes"; then
40267 echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
40268echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
40269if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
40270 echo $ECHO_N "(cached) $ECHO_C" >&6
40271else
40272
40273
40274
40275 ac_ext=cc
40276ac_cpp='$CXXCPP $CPPFLAGS'
40277ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40278ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40279ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40280
40281
40282 cat >conftest.$ac_ext <<_ACEOF
40283/* confdefs.h. */
40284_ACEOF
40285cat confdefs.h >>conftest.$ac_ext
40286cat >>conftest.$ac_ext <<_ACEOF
40287/* end confdefs.h. */
40288
40289 #include <sys/time.h>
40290 #include <unistd.h>
40291
40292int
40293main ()
40294{
40295
40296 struct timeval tv;
40297 gettimeofday(&tv, NULL);
40298
40299 ;
40300 return 0;
40301}
40302_ACEOF
40303rm -f conftest.$ac_objext
40304if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 40305 (eval $ac_compile) 2>conftest.er1
a848cd7e 40306 ac_status=$?
ac1cb8d3
VS
40307 grep -v '^ *+' conftest.er1 >conftest.err
40308 rm -f conftest.er1
40309 cat conftest.err >&5
a848cd7e
SC
40310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40311 (exit $ac_status); } &&
5ff751d6 40312 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
40313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40314 (eval $ac_try) 2>&5
40315 ac_status=$?
40316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40317 (exit $ac_status); }; } &&
40318 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
40319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40320 (eval $ac_try) 2>&5
40321 ac_status=$?
40322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40323 (exit $ac_status); }; }; then
40324 wx_cv_func_gettimeofday_has_2_args=yes
40325else
40326 echo "$as_me: failed program was:" >&5
40327sed 's/^/| /' conftest.$ac_ext >&5
40328
40329cat >conftest.$ac_ext <<_ACEOF
40330/* confdefs.h. */
40331_ACEOF
40332cat confdefs.h >>conftest.$ac_ext
40333cat >>conftest.$ac_ext <<_ACEOF
40334/* end confdefs.h. */
40335
40336 #include <sys/time.h>
40337 #include <unistd.h>
40338
40339int
40340main ()
40341{
40342
40343 struct timeval tv;
40344 gettimeofday(&tv);
40345
40346 ;
40347 return 0;
40348}
40349_ACEOF
40350rm -f conftest.$ac_objext
40351if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 40352 (eval $ac_compile) 2>conftest.er1
a848cd7e 40353 ac_status=$?
ac1cb8d3
VS
40354 grep -v '^ *+' conftest.er1 >conftest.err
40355 rm -f conftest.er1
40356 cat conftest.err >&5
a848cd7e
SC
40357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40358 (exit $ac_status); } &&
5ff751d6 40359 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
40360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40361 (eval $ac_try) 2>&5
40362 ac_status=$?
40363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40364 (exit $ac_status); }; } &&
40365 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
40366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40367 (eval $ac_try) 2>&5
40368 ac_status=$?
40369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40370 (exit $ac_status); }; }; then
40371 wx_cv_func_gettimeofday_has_2_args=no
40372else
40373 echo "$as_me: failed program was:" >&5
40374sed 's/^/| /' conftest.$ac_ext >&5
40375
40376
40377 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
40378echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
40379 wx_cv_func_gettimeofday_has_2_args=unknown
40380
40381
40382fi
ac1cb8d3 40383rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
40384
40385fi
ac1cb8d3 40386rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
40387 ac_ext=c
40388ac_cpp='$CPP $CPPFLAGS'
40389ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40390ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40391ac_compiler_gnu=$ac_cv_c_compiler_gnu
40392
40393
40394fi
40395echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
40396echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
40397
40398 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
40399 cat >>confdefs.h <<\_ACEOF
40400#define WX_GETTIMEOFDAY_NO_TZ 1
40401_ACEOF
40402
40403 fi
40404 fi
40405
40406 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
40407fi
40408
40409
40410if test "$wxUSE_SOCKETS" = "yes"; then
40411 if test "$wxUSE_MGL" = "1"; then
40412 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
40413echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
40414 wxUSE_SOCKETS="no"
40415 fi
40416fi
40417
40418if test "$wxUSE_SOCKETS" = "yes"; then
40419 if test "$TOOLKIT" != "MSW"; then
40420 echo "$as_me:$LINENO: checking for socket" >&5
40421echo $ECHO_N "checking for socket... $ECHO_C" >&6
40422if test "${ac_cv_func_socket+set}" = set; then
40423 echo $ECHO_N "(cached) $ECHO_C" >&6
40424else
40425 cat >conftest.$ac_ext <<_ACEOF
40426/* confdefs.h. */
40427_ACEOF
40428cat confdefs.h >>conftest.$ac_ext
40429cat >>conftest.$ac_ext <<_ACEOF
40430/* end confdefs.h. */
ac1cb8d3
VS
40431/* Define socket to an innocuous variant, in case <limits.h> declares socket.
40432 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40433#define socket innocuous_socket
40434
a848cd7e
SC
40435/* System header to define __stub macros and hopefully few prototypes,
40436 which can conflict with char socket (); below.
40437 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40438 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 40439
a848cd7e
SC
40440#ifdef __STDC__
40441# include <limits.h>
40442#else
40443# include <assert.h>
40444#endif
ac1cb8d3
VS
40445
40446#undef socket
40447
a848cd7e
SC
40448/* Override any gcc2 internal prototype to avoid an error. */
40449#ifdef __cplusplus
40450extern "C"
40451{
40452#endif
40453/* We use char because int might match the return type of a gcc2
40454 builtin and then its argument prototype would still apply. */
40455char socket ();
40456/* The GNU C library defines this for functions which it implements
40457 to always fail with ENOSYS. Some functions are actually named
40458 something starting with __ and the normal name is an alias. */
40459#if defined (__stub_socket) || defined (__stub___socket)
40460choke me
40461#else
40462char (*f) () = socket;
40463#endif
40464#ifdef __cplusplus
40465}
40466#endif
40467
40468int
40469main ()
40470{
40471return f != socket;
40472 ;
40473 return 0;
40474}
40475_ACEOF
40476rm -f conftest.$ac_objext conftest$ac_exeext
40477if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 40478 (eval $ac_link) 2>conftest.er1
a848cd7e 40479 ac_status=$?
ac1cb8d3
VS
40480 grep -v '^ *+' conftest.er1 >conftest.err
40481 rm -f conftest.er1
40482 cat conftest.err >&5
a848cd7e
SC
40483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40484 (exit $ac_status); } &&
5ff751d6 40485 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
40486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40487 (eval $ac_try) 2>&5
40488 ac_status=$?
40489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40490 (exit $ac_status); }; } &&
40491 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
40492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40493 (eval $ac_try) 2>&5
40494 ac_status=$?
40495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40496 (exit $ac_status); }; }; then
40497 ac_cv_func_socket=yes
40498else
40499 echo "$as_me: failed program was:" >&5
40500sed 's/^/| /' conftest.$ac_ext >&5
40501
40502ac_cv_func_socket=no
40503fi
ac1cb8d3
VS
40504rm -f conftest.err conftest.$ac_objext \
40505 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
40506fi
40507echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
40508echo "${ECHO_T}$ac_cv_func_socket" >&6
40509if test $ac_cv_func_socket = yes; then
40510 :
40511else
40512
40513 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
40514echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
40515if test "${ac_cv_lib_socket_socket+set}" = set; then
40516 echo $ECHO_N "(cached) $ECHO_C" >&6
40517else
40518 ac_check_lib_save_LIBS=$LIBS
40519LIBS="-lsocket $LIBS"
40520cat >conftest.$ac_ext <<_ACEOF
40521/* confdefs.h. */
40522_ACEOF
40523cat confdefs.h >>conftest.$ac_ext
40524cat >>conftest.$ac_ext <<_ACEOF
40525/* end confdefs.h. */
40526
40527/* Override any gcc2 internal prototype to avoid an error. */
40528#ifdef __cplusplus
40529extern "C"
40530#endif
40531/* We use char because int might match the return type of a gcc2
40532 builtin and then its argument prototype would still apply. */
40533char socket ();
40534int
40535main ()
40536{
40537socket ();
40538 ;
40539 return 0;
40540}
40541_ACEOF
40542rm -f conftest.$ac_objext conftest$ac_exeext
40543if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 40544 (eval $ac_link) 2>conftest.er1
a848cd7e 40545 ac_status=$?
ac1cb8d3
VS
40546 grep -v '^ *+' conftest.er1 >conftest.err
40547 rm -f conftest.er1
40548 cat conftest.err >&5
a848cd7e
SC
40549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40550 (exit $ac_status); } &&
5ff751d6 40551 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
40552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40553 (eval $ac_try) 2>&5
40554 ac_status=$?
40555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40556 (exit $ac_status); }; } &&
40557 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
40558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40559 (eval $ac_try) 2>&5
40560 ac_status=$?
40561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40562 (exit $ac_status); }; }; then
40563 ac_cv_lib_socket_socket=yes
40564else
40565 echo "$as_me: failed program was:" >&5
40566sed 's/^/| /' conftest.$ac_ext >&5
40567
40568ac_cv_lib_socket_socket=no
40569fi
ac1cb8d3
VS
40570rm -f conftest.err conftest.$ac_objext \
40571 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
40572LIBS=$ac_check_lib_save_LIBS
40573fi
40574echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
40575echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
40576if test $ac_cv_lib_socket_socket = yes; then
40577 if test "$INET_LINK" != " -lsocket"; then
40578 INET_LINK="$INET_LINK -lsocket"
40579 fi
40580else
40581
40582 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
40583echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
40584 wxUSE_SOCKETS=no
40585
40586
40587fi
40588
40589
40590
40591fi
40592
40593 fi
40594fi
40595
40596if test "$wxUSE_SOCKETS" = "yes" ; then
40597 if test "$TOOLKIT" != "MSW"; then
4d4ff94c
VZ
40598 ac_ext=cc
40599ac_cpp='$CXXCPP $CPPFLAGS'
40600ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40601ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40602ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40603
40604 echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
a848cd7e
SC
40605echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
40606if test "${wx_cv_type_getsockname3+set}" = set; then
40607 echo $ECHO_N "(cached) $ECHO_C" >&6
40608else
40609
40610 cat >conftest.$ac_ext <<_ACEOF
40611/* confdefs.h. */
40612_ACEOF
40613cat confdefs.h >>conftest.$ac_ext
40614cat >>conftest.$ac_ext <<_ACEOF
40615/* end confdefs.h. */
40616
40617 #include <sys/types.h>
40618 #include <sys/socket.h>
40619
40620int
40621main ()
40622{
40623
40624 socklen_t len;
40625 getsockname(0, 0, &len);
40626
40627 ;
40628 return 0;
40629}
40630_ACEOF
40631rm -f conftest.$ac_objext
40632if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 40633 (eval $ac_compile) 2>conftest.er1
a848cd7e 40634 ac_status=$?
ac1cb8d3
VS
40635 grep -v '^ *+' conftest.er1 >conftest.err
40636 rm -f conftest.er1
40637 cat conftest.err >&5
a848cd7e
SC
40638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40639 (exit $ac_status); } &&
5ff751d6 40640 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
40641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40642 (eval $ac_try) 2>&5
40643 ac_status=$?
40644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40645 (exit $ac_status); }; } &&
40646 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
40647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40648 (eval $ac_try) 2>&5
40649 ac_status=$?
40650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40651 (exit $ac_status); }; }; then
40652 wx_cv_type_getsockname3=socklen_t
40653else
40654 echo "$as_me: failed program was:" >&5
40655sed 's/^/| /' conftest.$ac_ext >&5
40656
40657
6459a506 40658 CXXFLAGS_OLD="$CXXFLAGS"
a848cd7e 40659 if test "$GCC" = yes ; then
6459a506 40660 CXXFLAGS="$CXXFLAGS -Werror"
a848cd7e
SC
40661 fi
40662
40663 cat >conftest.$ac_ext <<_ACEOF
40664/* confdefs.h. */
40665_ACEOF
40666cat confdefs.h >>conftest.$ac_ext
40667cat >>conftest.$ac_ext <<_ACEOF
40668/* end confdefs.h. */
40669
40670 #include <sys/types.h>
40671 #include <sys/socket.h>
40672
40673int
40674main ()
40675{
40676
40677 size_t len;
40678 getsockname(0, 0, &len);
40679
40680 ;
40681 return 0;
40682}
40683_ACEOF
40684rm -f conftest.$ac_objext
40685if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 40686 (eval $ac_compile) 2>conftest.er1
a848cd7e 40687 ac_status=$?
ac1cb8d3
VS
40688 grep -v '^ *+' conftest.er1 >conftest.err
40689 rm -f conftest.er1
40690 cat conftest.err >&5
a848cd7e
SC
40691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40692 (exit $ac_status); } &&
5ff751d6 40693 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
40694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40695 (eval $ac_try) 2>&5
40696 ac_status=$?
40697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40698 (exit $ac_status); }; } &&
40699 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
40700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40701 (eval $ac_try) 2>&5
40702 ac_status=$?
40703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40704 (exit $ac_status); }; }; then
40705 wx_cv_type_getsockname3=size_t
40706else
40707 echo "$as_me: failed program was:" >&5
40708sed 's/^/| /' conftest.$ac_ext >&5
40709
40710cat >conftest.$ac_ext <<_ACEOF
40711/* confdefs.h. */
40712_ACEOF
40713cat confdefs.h >>conftest.$ac_ext
40714cat >>conftest.$ac_ext <<_ACEOF
40715/* end confdefs.h. */
40716
40717 #include <sys/types.h>
40718 #include <sys/socket.h>
40719
40720int
40721main ()
40722{
40723
40724 int len;
40725 getsockname(0, 0, &len);
40726
40727 ;
40728 return 0;
40729}
40730_ACEOF
40731rm -f conftest.$ac_objext
40732if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 40733 (eval $ac_compile) 2>conftest.er1
a848cd7e 40734 ac_status=$?
ac1cb8d3
VS
40735 grep -v '^ *+' conftest.er1 >conftest.err
40736 rm -f conftest.er1
40737 cat conftest.err >&5
a848cd7e
SC
40738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40739 (exit $ac_status); } &&
5ff751d6 40740 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
40741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40742 (eval $ac_try) 2>&5
40743 ac_status=$?
40744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40745 (exit $ac_status); }; } &&
40746 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
40747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40748 (eval $ac_try) 2>&5
40749 ac_status=$?
40750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40751 (exit $ac_status); }; }; then
40752 wx_cv_type_getsockname3=int
40753else
40754 echo "$as_me: failed program was:" >&5
40755sed 's/^/| /' conftest.$ac_ext >&5
40756
40757wx_cv_type_getsockname3=unknown
40758
40759fi
ac1cb8d3 40760rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
40761
40762fi
ac1cb8d3 40763rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 40764
6459a506 40765 CXXFLAGS="$CXXFLAGS_OLD"
a848cd7e
SC
40766
40767
40768fi
ac1cb8d3 40769rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
40770
40771fi
40772echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
40773echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
40774
40775 if test "$wx_cv_type_getsockname3" = "unknown"; then
40776 wxUSE_SOCKETS=no
40777 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
40778echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
40779 else
40780 cat >>confdefs.h <<_ACEOF
9e03e02d 40781#define WX_SOCKLEN_T $wx_cv_type_getsockname3
5b674b9d
DE
40782_ACEOF
40783
40784 fi
40785 echo "$as_me:$LINENO: checking what is the type of the fifth argument of getsockopt" >&5
40786echo $ECHO_N "checking what is the type of the fifth argument of getsockopt... $ECHO_C" >&6
40787if test "${wx_cv_type_getsockopt5+set}" = set; then
40788 echo $ECHO_N "(cached) $ECHO_C" >&6
40789else
40790
40791 cat >conftest.$ac_ext <<_ACEOF
40792/* confdefs.h. */
40793_ACEOF
40794cat confdefs.h >>conftest.$ac_ext
40795cat >>conftest.$ac_ext <<_ACEOF
40796/* end confdefs.h. */
40797
40798 #include <sys/types.h>
40799 #include <sys/socket.h>
40800
40801int
40802main ()
40803{
40804
40805 socklen_t len;
40806 getsockopt(0, 0, 0, 0, &len);
40807
40808 ;
40809 return 0;
40810}
40811_ACEOF
40812rm -f conftest.$ac_objext
40813if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40814 (eval $ac_compile) 2>conftest.er1
40815 ac_status=$?
40816 grep -v '^ *+' conftest.er1 >conftest.err
40817 rm -f conftest.er1
40818 cat conftest.err >&5
40819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40820 (exit $ac_status); } &&
5ff751d6 40821 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5b674b9d
DE
40822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40823 (eval $ac_try) 2>&5
40824 ac_status=$?
40825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40826 (exit $ac_status); }; } &&
40827 { ac_try='test -s conftest.$ac_objext'
40828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40829 (eval $ac_try) 2>&5
40830 ac_status=$?
40831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40832 (exit $ac_status); }; }; then
40833 wx_cv_type_getsockopt5=socklen_t
40834else
40835 echo "$as_me: failed program was:" >&5
40836sed 's/^/| /' conftest.$ac_ext >&5
40837
40838
6459a506 40839 CXXFLAGS_OLD="$CXXFLAGS"
5b674b9d 40840 if test "$GCC" = yes ; then
6459a506 40841 CXXFLAGS="$CXXFLAGS -Werror"
5b674b9d
DE
40842 fi
40843
40844 cat >conftest.$ac_ext <<_ACEOF
40845/* confdefs.h. */
40846_ACEOF
40847cat confdefs.h >>conftest.$ac_ext
40848cat >>conftest.$ac_ext <<_ACEOF
40849/* end confdefs.h. */
40850
40851 #include <sys/types.h>
40852 #include <sys/socket.h>
40853
40854int
40855main ()
40856{
40857
40858 size_t len;
40859 getsockopt(0, 0, 0, 0, &len);
40860
40861 ;
40862 return 0;
40863}
40864_ACEOF
40865rm -f conftest.$ac_objext
40866if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40867 (eval $ac_compile) 2>conftest.er1
40868 ac_status=$?
40869 grep -v '^ *+' conftest.er1 >conftest.err
40870 rm -f conftest.er1
40871 cat conftest.err >&5
40872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40873 (exit $ac_status); } &&
5ff751d6 40874 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5b674b9d
DE
40875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40876 (eval $ac_try) 2>&5
40877 ac_status=$?
40878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40879 (exit $ac_status); }; } &&
40880 { ac_try='test -s conftest.$ac_objext'
40881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40882 (eval $ac_try) 2>&5
40883 ac_status=$?
40884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40885 (exit $ac_status); }; }; then
40886 wx_cv_type_getsockopt5=size_t
40887else
40888 echo "$as_me: failed program was:" >&5
40889sed 's/^/| /' conftest.$ac_ext >&5
40890
40891cat >conftest.$ac_ext <<_ACEOF
40892/* confdefs.h. */
40893_ACEOF
40894cat confdefs.h >>conftest.$ac_ext
40895cat >>conftest.$ac_ext <<_ACEOF
40896/* end confdefs.h. */
40897
40898 #include <sys/types.h>
40899 #include <sys/socket.h>
40900
40901int
40902main ()
40903{
40904
40905 int len;
40906 getsockopt(0, 0, 0, 0, &len);
40907
40908 ;
40909 return 0;
40910}
40911_ACEOF
40912rm -f conftest.$ac_objext
40913if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40914 (eval $ac_compile) 2>conftest.er1
40915 ac_status=$?
40916 grep -v '^ *+' conftest.er1 >conftest.err
40917 rm -f conftest.er1
40918 cat conftest.err >&5
40919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40920 (exit $ac_status); } &&
5ff751d6 40921 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5b674b9d
DE
40922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40923 (eval $ac_try) 2>&5
40924 ac_status=$?
40925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40926 (exit $ac_status); }; } &&
40927 { ac_try='test -s conftest.$ac_objext'
40928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40929 (eval $ac_try) 2>&5
40930 ac_status=$?
40931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40932 (exit $ac_status); }; }; then
40933 wx_cv_type_getsockopt5=int
40934else
40935 echo "$as_me: failed program was:" >&5
40936sed 's/^/| /' conftest.$ac_ext >&5
40937
40938wx_cv_type_getsockopt5=unknown
40939
40940fi
40941rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40942
40943fi
40944rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40945
6459a506 40946 CXXFLAGS="$CXXFLAGS_OLD"
5b674b9d
DE
40947
40948
40949fi
40950rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40951
40952fi
40953echo "$as_me:$LINENO: result: $wx_cv_type_getsockopt5" >&5
40954echo "${ECHO_T}$wx_cv_type_getsockopt5" >&6
40955
40956 if test "$wx_cv_type_getsockopt5" = "unknown"; then
40957 wxUSE_SOCKETS=no
40958 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
40959echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
40960 else
40961 cat >>confdefs.h <<_ACEOF
40962#define SOCKOPTLEN_T $wx_cv_type_getsockopt5
a848cd7e
SC
40963_ACEOF
40964
40965 fi
4d4ff94c
VZ
40966 ac_ext=c
40967ac_cpp='$CPP $CPPFLAGS'
40968ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40969ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40970ac_compiler_gnu=$ac_cv_c_compiler_gnu
40971
a848cd7e
SC
40972 fi
40973fi
40974
40975if test "$wxUSE_SOCKETS" = "yes" ; then
40976 cat >>confdefs.h <<\_ACEOF
40977#define wxUSE_SOCKETS 1
40978_ACEOF
40979
40980 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
40981fi
40982
40983if test "$wxUSE_PROTOCOL" = "yes"; then
40984 if test "$wxUSE_SOCKETS" != "yes"; then
40985 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
40986echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
40987 wxUSE_PROTOCOL=no
40988 fi
40989fi
40990
40991if test "$wxUSE_PROTOCOL" = "yes"; then
40992 cat >>confdefs.h <<\_ACEOF
40993#define wxUSE_PROTOCOL 1
40994_ACEOF
40995
40996
40997 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
40998 cat >>confdefs.h <<\_ACEOF
40999#define wxUSE_PROTOCOL_HTTP 1
41000_ACEOF
41001
41002 fi
41003 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
41004 cat >>confdefs.h <<\_ACEOF
41005#define wxUSE_PROTOCOL_FTP 1
41006_ACEOF
41007
41008 fi
41009 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
41010 cat >>confdefs.h <<\_ACEOF
41011#define wxUSE_PROTOCOL_FILE 1
41012_ACEOF
41013
41014 fi
41015else
41016 if test "$wxUSE_FS_INET" = "yes"; then
41017 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
41018echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
41019 wxUSE_FS_INET="no"
41020 fi
41021fi
41022
41023if test "$wxUSE_URL" = "yes"; then
41024 if test "$wxUSE_PROTOCOL" != "yes"; then
41025 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
41026echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
41027 wxUSE_URL=no
41028 fi
41029 if test "$wxUSE_URL" = "yes"; then
41030 cat >>confdefs.h <<\_ACEOF
41031#define wxUSE_URL 1
41032_ACEOF
41033
41034 fi
41035fi
41036
41037if test "$wxUSE_FS_INET" = "yes"; then
41038 cat >>confdefs.h <<\_ACEOF
41039#define wxUSE_FS_INET 1
41040_ACEOF
41041
41042fi
41043
41044
ee45c548
MW
41045if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then
41046 wxUSE_JOYSTICK=no
41047
41048 if test "$TOOLKIT" = "MSW"; then
41049 wxUSE_JOYSTICK=yes
41050
41051 elif test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
41052 if test "$USE_DARWIN" = 1; then
41053 echo "$as_me:$LINENO: checking headers have declarations needed for joystick support" >&5
41054echo $ECHO_N "checking headers have declarations needed for joystick support... $ECHO_C" >&6
41055 ac_ext=cc
41056ac_cpp='$CXXCPP $CPPFLAGS'
41057ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41058ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41059ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
41060
41061 cat >conftest.$ac_ext <<_ACEOF
41062/* confdefs.h. */
41063_ACEOF
41064cat confdefs.h >>conftest.$ac_ext
41065cat >>conftest.$ac_ext <<_ACEOF
41066/* end confdefs.h. */
41067 #include <IOKit/hid/IOHIDLib.h>
41068int
41069main ()
41070{
41071 IOHIDQueueInterface *qi = NULL;
41072 IOHIDCallbackFunction cb = NULL;
41073 qi->setEventCallout(NULL, cb, NULL, NULL);
41074 ;
41075 return 0;
41076}
41077_ACEOF
41078rm -f conftest.$ac_objext
41079if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41080 (eval $ac_compile) 2>conftest.er1
41081 ac_status=$?
41082 grep -v '^ *+' conftest.er1 >conftest.err
41083 rm -f conftest.er1
41084 cat conftest.err >&5
41085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41086 (exit $ac_status); } &&
5ff751d6 41087 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ee45c548
MW
41088 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41089 (eval $ac_try) 2>&5
41090 ac_status=$?
41091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41092 (exit $ac_status); }; } &&
41093 { ac_try='test -s conftest.$ac_objext'
41094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41095 (eval $ac_try) 2>&5
41096 ac_status=$?
41097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41098 (exit $ac_status); }; }; then
41099 wxUSE_JOYSTICK=yes
a848cd7e 41100
ee45c548
MW
41101else
41102 echo "$as_me: failed program was:" >&5
41103sed 's/^/| /' conftest.$ac_ext >&5
41104
41105fi
41106rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
41107 ac_ext=c
41108ac_cpp='$CPP $CPPFLAGS'
41109ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41110ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41111ac_compiler_gnu=$ac_cv_c_compiler_gnu
41112
41113 echo "$as_me:$LINENO: result: $wxUSE_JOYSTICK" >&5
41114echo "${ECHO_T}$wxUSE_JOYSTICK" >&6
41115 fi
41116
41117 else
a848cd7e
SC
41118
41119for ac_header in linux/joystick.h
41120do
41121as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
41122if eval "test \"\${$as_ac_Header+set}\" = set"; then
41123 echo "$as_me:$LINENO: checking for $ac_header" >&5
41124echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
41125if eval "test \"\${$as_ac_Header+set}\" = set"; then
41126 echo $ECHO_N "(cached) $ECHO_C" >&6
41127fi
41128echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
41129echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
41130else
41131 # Is the header compilable?
41132echo "$as_me:$LINENO: checking $ac_header usability" >&5
41133echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
41134cat >conftest.$ac_ext <<_ACEOF
41135/* confdefs.h. */
41136_ACEOF
41137cat confdefs.h >>conftest.$ac_ext
41138cat >>conftest.$ac_ext <<_ACEOF
41139/* end confdefs.h. */
41140$ac_includes_default
41141#include <$ac_header>
41142_ACEOF
41143rm -f conftest.$ac_objext
41144if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 41145 (eval $ac_compile) 2>conftest.er1
a848cd7e 41146 ac_status=$?
ac1cb8d3
VS
41147 grep -v '^ *+' conftest.er1 >conftest.err
41148 rm -f conftest.er1
41149 cat conftest.err >&5
a848cd7e
SC
41150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41151 (exit $ac_status); } &&
5ff751d6 41152 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
41153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41154 (eval $ac_try) 2>&5
41155 ac_status=$?
41156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41157 (exit $ac_status); }; } &&
41158 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
41159 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41160 (eval $ac_try) 2>&5
41161 ac_status=$?
41162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41163 (exit $ac_status); }; }; then
41164 ac_header_compiler=yes
41165else
41166 echo "$as_me: failed program was:" >&5
41167sed 's/^/| /' conftest.$ac_ext >&5
41168
41169ac_header_compiler=no
41170fi
ac1cb8d3 41171rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
41172echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
41173echo "${ECHO_T}$ac_header_compiler" >&6
41174
41175# Is the header present?
41176echo "$as_me:$LINENO: checking $ac_header presence" >&5
41177echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
41178cat >conftest.$ac_ext <<_ACEOF
41179/* confdefs.h. */
41180_ACEOF
41181cat confdefs.h >>conftest.$ac_ext
41182cat >>conftest.$ac_ext <<_ACEOF
41183/* end confdefs.h. */
41184#include <$ac_header>
41185_ACEOF
41186if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
41187 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
41188 ac_status=$?
41189 grep -v '^ *+' conftest.er1 >conftest.err
41190 rm -f conftest.er1
41191 cat conftest.err >&5
41192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41193 (exit $ac_status); } >/dev/null; then
41194 if test -s conftest.err; then
41195 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 41196 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
41197 else
41198 ac_cpp_err=
41199 fi
41200else
41201 ac_cpp_err=yes
41202fi
41203if test -z "$ac_cpp_err"; then
41204 ac_header_preproc=yes
41205else
41206 echo "$as_me: failed program was:" >&5
41207sed 's/^/| /' conftest.$ac_ext >&5
41208
41209 ac_header_preproc=no
41210fi
41211rm -f conftest.err conftest.$ac_ext
41212echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
41213echo "${ECHO_T}$ac_header_preproc" >&6
41214
41215# So? What about this header?
ac1cb8d3
VS
41216case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
41217 yes:no: )
a848cd7e
SC
41218 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
41219echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
41220 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
41221echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
41222 ac_header_preproc=yes
a848cd7e 41223 ;;
ac1cb8d3 41224 no:yes:* )
a848cd7e
SC
41225 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
41226echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
41227 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
41228echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
41229 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
41230echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
41231 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
41232echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
41233 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
41234echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
41235 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
41236echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
41237 (
41238 cat <<\_ASBOX
ac1cb8d3
VS
41239## ----------------------------------------- ##
41240## Report this to wx-dev@lists.wxwidgets.org ##
41241## ----------------------------------------- ##
a848cd7e
SC
41242_ASBOX
41243 ) |
41244 sed "s/^/$as_me: WARNING: /" >&2
41245 ;;
41246esac
41247echo "$as_me:$LINENO: checking for $ac_header" >&5
41248echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
41249if eval "test \"\${$as_ac_Header+set}\" = set"; then
41250 echo $ECHO_N "(cached) $ECHO_C" >&6
41251else
ac1cb8d3 41252 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
41253fi
41254echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
41255echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
41256
41257fi
41258if test `eval echo '${'$as_ac_Header'}'` = yes; then
41259 cat >>confdefs.h <<_ACEOF
41260#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
41261_ACEOF
ee45c548 41262 wxUSE_JOYSTICK=yes
a848cd7e
SC
41263fi
41264
41265done
41266
ee45c548 41267 fi
4cb1d3da 41268
ee45c548
MW
41269 if test "$wxUSE_JOYSTICK" = "yes"; then
41270 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
41271#define wxUSE_JOYSTICK 1
41272_ACEOF
41273
ee45c548
MW
41274 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
41275 else
41276 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
41277echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
a848cd7e
SC
41278 fi
41279fi
41280
41281
41282
41283if test "$wxUSE_FONTMAP" = "yes" ; then
41284 cat >>confdefs.h <<\_ACEOF
41285#define wxUSE_FONTMAP 1
41286_ACEOF
41287
41288fi
41289
41290if test "$wxUSE_UNICODE" = "yes" ; then
41291 cat >>confdefs.h <<\_ACEOF
41292#define wxUSE_UNICODE 1
41293_ACEOF
41294
41295
41296 if test "$USE_WIN32" != 1; then
41297 wxUSE_UNICODE_MSLU=no
41298 fi
41299
41300 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
41301 echo "$as_me:$LINENO: checking for main in -lunicows" >&5
41302echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
41303if test "${ac_cv_lib_unicows_main+set}" = set; then
41304 echo $ECHO_N "(cached) $ECHO_C" >&6
41305else
41306 ac_check_lib_save_LIBS=$LIBS
41307LIBS="-lunicows $LIBS"
41308cat >conftest.$ac_ext <<_ACEOF
41309/* confdefs.h. */
41310_ACEOF
41311cat confdefs.h >>conftest.$ac_ext
41312cat >>conftest.$ac_ext <<_ACEOF
41313/* end confdefs.h. */
41314
41315
41316int
41317main ()
41318{
41319main ();
41320 ;
41321 return 0;
41322}
41323_ACEOF
41324rm -f conftest.$ac_objext conftest$ac_exeext
41325if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 41326 (eval $ac_link) 2>conftest.er1
a848cd7e 41327 ac_status=$?
ac1cb8d3
VS
41328 grep -v '^ *+' conftest.er1 >conftest.err
41329 rm -f conftest.er1
41330 cat conftest.err >&5
a848cd7e
SC
41331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41332 (exit $ac_status); } &&
5ff751d6 41333 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
41334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41335 (eval $ac_try) 2>&5
41336 ac_status=$?
41337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41338 (exit $ac_status); }; } &&
41339 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
41340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41341 (eval $ac_try) 2>&5
41342 ac_status=$?
41343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41344 (exit $ac_status); }; }; then
41345 ac_cv_lib_unicows_main=yes
41346else
41347 echo "$as_me: failed program was:" >&5
41348sed 's/^/| /' conftest.$ac_ext >&5
41349
41350ac_cv_lib_unicows_main=no
41351fi
ac1cb8d3
VS
41352rm -f conftest.err conftest.$ac_objext \
41353 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
41354LIBS=$ac_check_lib_save_LIBS
41355fi
41356echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
41357echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
41358if test $ac_cv_lib_unicows_main = yes; then
41359
41360 cat >>confdefs.h <<\_ACEOF
41361#define wxUSE_UNICODE_MSLU 1
41362_ACEOF
41363
41364
41365else
41366
41367 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
41368 Applications will only run on Windows NT/2000/XP!" >&5
41369echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
41370 Applications will only run on Windows NT/2000/XP!" >&2;}
41371 wxUSE_UNICODE_MSLU=no
41372
41373fi
41374
41375 fi
41376fi
41377
41378if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
41379 cat >>confdefs.h <<\_ACEOF
41380#define wxUSE_EXPERIMENTAL_PRINTF 1
41381_ACEOF
41382
41383fi
41384
41385
41386if test "$wxUSE_POSTSCRIPT" = "yes" ; then
41387 cat >>confdefs.h <<\_ACEOF
41388#define wxUSE_POSTSCRIPT 1
41389_ACEOF
41390
41391fi
41392
41393cat >>confdefs.h <<\_ACEOF
41394#define wxUSE_AFM_FOR_POSTSCRIPT 1
41395_ACEOF
41396
41397
41398cat >>confdefs.h <<\_ACEOF
41399#define wxUSE_NORMALIZED_PS_FONTS 1
41400_ACEOF
41401
41402
41403
41404if test "$wxUSE_CONSTRAINTS" = "yes"; then
41405 cat >>confdefs.h <<\_ACEOF
41406#define wxUSE_CONSTRAINTS 1
41407_ACEOF
41408
41409 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
41410fi
41411
8a7b1113
VZ
41412if test "$wxUSE_MDI" = "yes"; then
41413 cat >>confdefs.h <<\_ACEOF
41414#define wxUSE_MDI 1
41415_ACEOF
41416
41417
41418 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
41419 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
41420#define wxUSE_MDI_ARCHITECTURE 1
41421_ACEOF
41422
8a7b1113
VZ
41423 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
41424 fi
a848cd7e
SC
41425fi
41426
41427if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
41428 cat >>confdefs.h <<\_ACEOF
41429#define wxUSE_DOC_VIEW_ARCHITECTURE 1
41430_ACEOF
41431
41432 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
41433 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
41434 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
41435 fi
41436fi
41437
41438if test "$wxUSE_HELP" = "yes"; then
41439 cat >>confdefs.h <<\_ACEOF
41440#define wxUSE_HELP 1
41441_ACEOF
41442
41443 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
41444
41445 if test "$wxUSE_MSW" = 1; then
41446 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
41447 cat >>confdefs.h <<\_ACEOF
41448#define wxUSE_MS_HTML_HELP 1
41449_ACEOF
41450
41451 fi
41452 fi
41453
41454 if test "$wxUSE_WXHTML_HELP" = "yes"; then
41455 if test "$wxUSE_HTML" = "yes"; then
41456 cat >>confdefs.h <<\_ACEOF
41457#define wxUSE_WXHTML_HELP 1
41458_ACEOF
41459
41460 else
41461 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
41462echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
41463 wxUSE_WXHTML_HELP=no
41464 fi
41465 fi
41466fi
41467
41468if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
41469 if test "$wxUSE_CONSTRAINTS" != "yes"; then
41470 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
41471echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
41472 else
41473 cat >>confdefs.h <<\_ACEOF
41474#define wxUSE_PRINTING_ARCHITECTURE 1
41475_ACEOF
41476
41477 fi
41478 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
41479fi
41480
41481if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then
41482 { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
41483echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
41484 { (exit 1); exit 1; }; }
41485fi
41486
41487
efdf6afe
VZ
41488if test "$wxUSE_METAFILE" = "yes"; then
41489 if test "$wxUSE_MSW" != 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_PM" != 1; then
41490 { echo "$as_me:$LINENO: WARNING: wxMetafile is not available on this system... disabled" >&5
41491echo "$as_me: WARNING: wxMetafile is not available on this system... disabled" >&2;}
41492 wxUSE_METAFILE=no
41493 fi
41494fi
41495
41496
a848cd7e
SC
41497if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
41498 -o "$wxUSE_CLIPBOARD" = "yes" \
41499 -o "$wxUSE_OLE" = "yes" \
41500 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
41501
41502for ac_header in ole2.h
41503do
41504as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
41505if eval "test \"\${$as_ac_Header+set}\" = set"; then
41506 echo "$as_me:$LINENO: checking for $ac_header" >&5
41507echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
41508if eval "test \"\${$as_ac_Header+set}\" = set"; then
41509 echo $ECHO_N "(cached) $ECHO_C" >&6
41510fi
41511echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
41512echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
41513else
41514 # Is the header compilable?
41515echo "$as_me:$LINENO: checking $ac_header usability" >&5
41516echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
41517cat >conftest.$ac_ext <<_ACEOF
41518/* confdefs.h. */
41519_ACEOF
41520cat confdefs.h >>conftest.$ac_ext
41521cat >>conftest.$ac_ext <<_ACEOF
41522/* end confdefs.h. */
41523$ac_includes_default
41524#include <$ac_header>
41525_ACEOF
41526rm -f conftest.$ac_objext
41527if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 41528 (eval $ac_compile) 2>conftest.er1
a848cd7e 41529 ac_status=$?
ac1cb8d3
VS
41530 grep -v '^ *+' conftest.er1 >conftest.err
41531 rm -f conftest.er1
41532 cat conftest.err >&5
a848cd7e
SC
41533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41534 (exit $ac_status); } &&
5ff751d6 41535 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
41536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41537 (eval $ac_try) 2>&5
41538 ac_status=$?
41539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41540 (exit $ac_status); }; } &&
41541 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
41542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41543 (eval $ac_try) 2>&5
41544 ac_status=$?
41545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41546 (exit $ac_status); }; }; then
41547 ac_header_compiler=yes
41548else
41549 echo "$as_me: failed program was:" >&5
41550sed 's/^/| /' conftest.$ac_ext >&5
41551
41552ac_header_compiler=no
41553fi
ac1cb8d3 41554rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
41555echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
41556echo "${ECHO_T}$ac_header_compiler" >&6
41557
41558# Is the header present?
41559echo "$as_me:$LINENO: checking $ac_header presence" >&5
41560echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
41561cat >conftest.$ac_ext <<_ACEOF
41562/* confdefs.h. */
41563_ACEOF
41564cat confdefs.h >>conftest.$ac_ext
41565cat >>conftest.$ac_ext <<_ACEOF
41566/* end confdefs.h. */
41567#include <$ac_header>
41568_ACEOF
41569if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
41570 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
41571 ac_status=$?
41572 grep -v '^ *+' conftest.er1 >conftest.err
41573 rm -f conftest.er1
41574 cat conftest.err >&5
41575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41576 (exit $ac_status); } >/dev/null; then
41577 if test -s conftest.err; then
41578 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 41579 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
41580 else
41581 ac_cpp_err=
41582 fi
41583else
41584 ac_cpp_err=yes
41585fi
41586if test -z "$ac_cpp_err"; then
41587 ac_header_preproc=yes
41588else
41589 echo "$as_me: failed program was:" >&5
41590sed 's/^/| /' conftest.$ac_ext >&5
41591
41592 ac_header_preproc=no
41593fi
41594rm -f conftest.err conftest.$ac_ext
41595echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
41596echo "${ECHO_T}$ac_header_preproc" >&6
41597
41598# So? What about this header?
ac1cb8d3
VS
41599case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
41600 yes:no: )
a848cd7e
SC
41601 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
41602echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
41603 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
41604echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
41605 ac_header_preproc=yes
a848cd7e 41606 ;;
ac1cb8d3 41607 no:yes:* )
a848cd7e
SC
41608 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
41609echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
41610 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
41611echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
41612 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
41613echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
41614 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
41615echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
41616 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
41617echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
41618 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
41619echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
41620 (
41621 cat <<\_ASBOX
ac1cb8d3
VS
41622## ----------------------------------------- ##
41623## Report this to wx-dev@lists.wxwidgets.org ##
41624## ----------------------------------------- ##
a848cd7e
SC
41625_ASBOX
41626 ) |
41627 sed "s/^/$as_me: WARNING: /" >&2
41628 ;;
41629esac
41630echo "$as_me:$LINENO: checking for $ac_header" >&5
41631echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
41632if eval "test \"\${$as_ac_Header+set}\" = set"; then
41633 echo $ECHO_N "(cached) $ECHO_C" >&6
41634else
ac1cb8d3 41635 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
41636fi
41637echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
41638echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
41639
41640fi
41641if test `eval echo '${'$as_ac_Header'}'` = yes; then
41642 cat >>confdefs.h <<_ACEOF
41643#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
41644_ACEOF
41645
41646fi
41647
41648done
41649
41650
41651 if test "$ac_cv_header_ole2_h" = "yes" ; then
41652 if test "$GCC" = yes ; then
41653
41654
41655 ac_ext=cc
41656ac_cpp='$CXXCPP $CPPFLAGS'
41657ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41658ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41659ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
41660
41661
41662 echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
41663echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
41664 cat >conftest.$ac_ext <<_ACEOF
41665/* confdefs.h. */
41666_ACEOF
41667cat confdefs.h >>conftest.$ac_ext
41668cat >>conftest.$ac_ext <<_ACEOF
41669/* end confdefs.h. */
41670#include <windows.h>
41671 #include <ole2.h>
41672int
41673main ()
41674{
41675
41676 ;
41677 return 0;
41678}
41679_ACEOF
41680rm -f conftest.$ac_objext
41681if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 41682 (eval $ac_compile) 2>conftest.er1
a848cd7e 41683 ac_status=$?
ac1cb8d3
VS
41684 grep -v '^ *+' conftest.er1 >conftest.err
41685 rm -f conftest.er1
41686 cat conftest.err >&5
a848cd7e
SC
41687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41688 (exit $ac_status); } &&
5ff751d6 41689 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
41690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41691 (eval $ac_try) 2>&5
41692 ac_status=$?
41693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41694 (exit $ac_status); }; } &&
41695 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
41696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41697 (eval $ac_try) 2>&5
41698 ac_status=$?
41699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41700 (exit $ac_status); }; }; then
41701 echo "$as_me:$LINENO: result: no" >&5
41702echo "${ECHO_T}no" >&6
41703else
41704 echo "$as_me: failed program was:" >&5
41705sed 's/^/| /' conftest.$ac_ext >&5
41706
41707echo "$as_me:$LINENO: result: yes" >&5
41708echo "${ECHO_T}yes" >&6
5ff751d6 41709 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fvtable-thunks"
a848cd7e 41710fi
ac1cb8d3 41711rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
41712 ac_ext=c
41713ac_cpp='$CPP $CPPFLAGS'
41714ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41715ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41716ac_compiler_gnu=$ac_cv_c_compiler_gnu
41717
a848cd7e
SC
41718 LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
41719 if test "$wxUSE_OLE" = "yes" ; then
41720 cat >>confdefs.h <<\_ACEOF
41721#define wxUSE_OLE 1
41722_ACEOF
41723
0b78747f 41724 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto"
a848cd7e
SC
41725 fi
41726 fi
41727
41728 if test "$wxUSE_DATAOBJ" = "yes" ; then
41729 cat >>confdefs.h <<\_ACEOF
41730#define wxUSE_DATAOBJ 1
41731_ACEOF
41732
41733 fi
41734 else
41735 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
41736echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
41737
41738 wxUSE_CLIPBOARD=no
41739 wxUSE_DRAG_AND_DROP=no
41740 wxUSE_DATAOBJ=no
41741 wxUSE_OLE=no
41742 fi
41743
41744 if test "$wxUSE_METAFILE" = "yes"; then
41745 cat >>confdefs.h <<\_ACEOF
41746#define wxUSE_METAFILE 1
41747_ACEOF
41748
41749
41750 cat >>confdefs.h <<\_ACEOF
41751#define wxUSE_ENH_METAFILE 1
41752_ACEOF
41753
41754 fi
41755fi
41756
41757if test "$wxUSE_IPC" = "yes"; then
0b78747f 41758 if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
77ffb593
JS
41759 { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
41760echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
0b78747f 41761 wxUSE_IPC=no
a848cd7e
SC
41762 fi
41763
0b78747f
MW
41764 if test "$wxUSE_IPC" = "yes"; then
41765 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
41766#define wxUSE_IPC 1
41767_ACEOF
41768
0b78747f
MW
41769 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
41770 fi
a848cd7e
SC
41771fi
41772
eb730a0c 41773if test "$wxUSE_DATAOBJ" = "yes"; then
2113bc77
MW
41774 if test "$wxUSE_MGL" = 1; then
41775 { echo "$as_me:$LINENO: WARNING: wxDataObject not yet supported under MGL... disabled" >&5
41776echo "$as_me: WARNING: wxDataObject not yet supported under MGL... disabled" >&2;}
41777 wxUSE_DATAOBJ=no
41778 else
41779 cat >>confdefs.h <<\_ACEOF
eb730a0c
JS
41780#define wxUSE_DATAOBJ 1
41781_ACEOF
41782
2113bc77 41783 fi
eb730a0c
JS
41784else
41785 { echo "$as_me:$LINENO: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&5
41786echo "$as_me: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&2;}
41787 wxUSE_CLIPBOARD=no
41788 wxUSE_DRAG_AND_DROP=no
41789fi
41790
a848cd7e
SC
41791if test "$wxUSE_CLIPBOARD" = "yes"; then
41792 if test "$wxUSE_MGL" = 1; then
41793 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
41794echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
41795 wxUSE_CLIPBOARD=no
41796 fi
41797
41798 if test "$wxUSE_CLIPBOARD" = "yes"; then
41799 cat >>confdefs.h <<\_ACEOF
41800#define wxUSE_CLIPBOARD 1
41801_ACEOF
41802
a848cd7e
SC
41803 fi
41804fi
41805
41806if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
41807 if test "$wxUSE_GTK" = 1; then
41808 if test "$WXGTK12" != 1; then
41809 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
41810echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
41811 wxUSE_DRAG_AND_DROP=no
41812 fi
41813 fi
41814
41815 if test "$wxUSE_MOTIF" = 1; then
41816 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
41817echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
41818 wxUSE_DRAG_AND_DROP=no
41819 fi
41820
41821 if test "$wxUSE_X11" = 1; then
41822 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
41823echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
41824 wxUSE_DRAG_AND_DROP=no
41825 fi
41826
41827 if test "$wxUSE_MGL" = 1; then
41828 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
41829echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
41830 wxUSE_DRAG_AND_DROP=no
41831 fi
41832
41833 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
41834 cat >>confdefs.h <<\_ACEOF
41835#define wxUSE_DRAG_AND_DROP 1
41836_ACEOF
41837
41838 fi
41839
41840fi
41841
41842if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
41843 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
41844fi
41845
41846if test "$wxUSE_SPLINES" = "yes" ; then
41847 cat >>confdefs.h <<\_ACEOF
41848#define wxUSE_SPLINES 1
41849_ACEOF
41850
41851fi
41852
fbe2ca43
SN
41853if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
41854 cat >>confdefs.h <<\_ACEOF
41855#define wxUSE_MOUSEWHEEL 1
41856_ACEOF
41857
41858fi
41859
a848cd7e
SC
41860
41861USES_CONTROLS=0
41862if test "$wxUSE_CONTROLS" = "yes"; then
41863 USES_CONTROLS=1
41864fi
41865
41866if test "$wxUSE_ACCEL" = "yes"; then
41867 cat >>confdefs.h <<\_ACEOF
41868#define wxUSE_ACCEL 1
41869_ACEOF
41870
41871 USES_CONTROLS=1
41872fi
41873
41874if test "$wxUSE_BUTTON" = "yes"; then
41875 cat >>confdefs.h <<\_ACEOF
41876#define wxUSE_BUTTON 1
41877_ACEOF
41878
41879 USES_CONTROLS=1
41880fi
41881
41882if test "$wxUSE_BMPBUTTON" = "yes"; then
41883 cat >>confdefs.h <<\_ACEOF
41884#define wxUSE_BMPBUTTON 1
41885_ACEOF
41886
41887 USES_CONTROLS=1
41888fi
41889
41890if test "$wxUSE_CALCTRL" = "yes"; then
41891 cat >>confdefs.h <<\_ACEOF
41892#define wxUSE_CALENDARCTRL 1
41893_ACEOF
41894
41895 USES_CONTROLS=1
41896 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
41897fi
41898
41899if test "$wxUSE_CARET" = "yes"; then
41900 cat >>confdefs.h <<\_ACEOF
41901#define wxUSE_CARET 1
41902_ACEOF
41903
41904 USES_CONTROLS=1
41905 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
41906fi
41907
41908if test "$wxUSE_COMBOBOX" = "yes"; then
41909 cat >>confdefs.h <<\_ACEOF
41910#define wxUSE_COMBOBOX 1
41911_ACEOF
41912
41913 USES_CONTROLS=1
41914fi
41915
41916if test "$wxUSE_CHOICE" = "yes"; then
41917 cat >>confdefs.h <<\_ACEOF
41918#define wxUSE_CHOICE 1
41919_ACEOF
41920
41921 USES_CONTROLS=1
41922fi
41923
92bbdbcd
WS
41924if test "$wxUSE_CHOICEBOOK" = "yes"; then
41925 cat >>confdefs.h <<\_ACEOF
41926#define wxUSE_CHOICEBOOK 1
41927_ACEOF
41928
41929 USES_CONTROLS=1
41930fi
41931
a848cd7e
SC
41932if test "$wxUSE_CHECKBOX" = "yes"; then
41933 cat >>confdefs.h <<\_ACEOF
41934#define wxUSE_CHECKBOX 1
41935_ACEOF
41936
41937 USES_CONTROLS=1
41938fi
41939
41940if test "$wxUSE_CHECKLST" = "yes"; then
41941 cat >>confdefs.h <<\_ACEOF
41942#define wxUSE_CHECKLISTBOX 1
41943_ACEOF
41944
41945 USES_CONTROLS=1
41946 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
41947fi
41948
da98e9be
VZ
41949if test "$wxUSE_DATEPICKCTRL" = "yes"; then
41950 cat >>confdefs.h <<\_ACEOF
41951#define wxUSE_DATEPICKCTRL 1
41952_ACEOF
41953
41954 USES_CONTROLS=1
41955fi
41956
a848cd7e
SC
41957if test "$wxUSE_DISPLAY" = "yes"; then
41958 cat >>confdefs.h <<\_ACEOF
41959#define wxUSE_DISPLAY 1
41960_ACEOF
41961
0b78747f 41962 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display multimon"
a848cd7e
SC
41963fi
41964
41965if test "$wxUSE_GAUGE" = "yes"; then
41966 cat >>confdefs.h <<\_ACEOF
41967#define wxUSE_GAUGE 1
41968_ACEOF
41969
41970 USES_CONTROLS=1
41971fi
41972
41973if test "$wxUSE_GRID" = "yes"; then
41974 cat >>confdefs.h <<\_ACEOF
41975#define wxUSE_GRID 1
41976_ACEOF
41977
41978 USES_CONTROLS=1
41979 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
41980fi
41981
41982if test "$wxUSE_IMAGLIST" = "yes"; then
41983 cat >>confdefs.h <<\_ACEOF
41984#define wxUSE_IMAGLIST 1
41985_ACEOF
41986
41987fi
41988
41989if test "$wxUSE_LISTBOOK" = "yes"; then
41990 cat >>confdefs.h <<\_ACEOF
41991#define wxUSE_LISTBOOK 1
41992_ACEOF
41993
41994 USES_CONTROLS=1
41995fi
41996
41997if test "$wxUSE_LISTBOX" = "yes"; then
41998 cat >>confdefs.h <<\_ACEOF
41999#define wxUSE_LISTBOX 1
42000_ACEOF
42001
42002 USES_CONTROLS=1
0b78747f 42003 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listbox"
a848cd7e
SC
42004fi
42005
42006if test "$wxUSE_LISTCTRL" = "yes"; then
42007 if test "$wxUSE_IMAGLIST" = "yes"; then
42008 cat >>confdefs.h <<\_ACEOF
42009#define wxUSE_LISTCTRL 1
42010_ACEOF
42011
42012 USES_CONTROLS=1
42013 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
42014 else
42015 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
42016echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
42017 fi
42018fi
42019
42020if test "$wxUSE_NOTEBOOK" = "yes"; then
42021 cat >>confdefs.h <<\_ACEOF
42022#define wxUSE_NOTEBOOK 1
42023_ACEOF
42024
42025 USES_CONTROLS=1
42026 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
42027fi
42028
42029
42030if test "$wxUSE_RADIOBOX" = "yes"; then
42031 cat >>confdefs.h <<\_ACEOF
42032#define wxUSE_RADIOBOX 1
42033_ACEOF
42034
42035 USES_CONTROLS=1
42036fi
42037
42038if test "$wxUSE_RADIOBTN" = "yes"; then
42039 cat >>confdefs.h <<\_ACEOF
42040#define wxUSE_RADIOBTN 1
42041_ACEOF
42042
42043 USES_CONTROLS=1
42044fi
42045
42046if test "$wxUSE_SASH" = "yes"; then
42047 cat >>confdefs.h <<\_ACEOF
42048#define wxUSE_SASH 1
42049_ACEOF
42050
42051 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
42052fi
42053
42054if test "$wxUSE_SCROLLBAR" = "yes"; then
42055 cat >>confdefs.h <<\_ACEOF
42056#define wxUSE_SCROLLBAR 1
42057_ACEOF
42058
42059 USES_CONTROLS=1
42060 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
42061fi
42062
42063if test "$wxUSE_SLIDER" = "yes"; then
42064 cat >>confdefs.h <<\_ACEOF
42065#define wxUSE_SLIDER 1
42066_ACEOF
42067
42068 USES_CONTROLS=1
42069fi
42070
42071if test "$wxUSE_SPINBTN" = "yes"; then
42072 cat >>confdefs.h <<\_ACEOF
42073#define wxUSE_SPINBTN 1
42074_ACEOF
42075
42076 USES_CONTROLS=1
42077fi
42078
42079if test "$wxUSE_SPINCTRL" = "yes"; then
42080 cat >>confdefs.h <<\_ACEOF
42081#define wxUSE_SPINCTRL 1
42082_ACEOF
42083
42084 USES_CONTROLS=1
42085fi
42086
42087if test "$wxUSE_SPLITTER" = "yes"; then
42088 cat >>confdefs.h <<\_ACEOF
42089#define wxUSE_SPLITTER 1
42090_ACEOF
42091
42092 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
42093fi
42094
42095if test "$wxUSE_STATBMP" = "yes"; then
42096 cat >>confdefs.h <<\_ACEOF
42097#define wxUSE_STATBMP 1
42098_ACEOF
42099
42100 USES_CONTROLS=1
42101fi
42102
42103if test "$wxUSE_STATBOX" = "yes"; then
42104 cat >>confdefs.h <<\_ACEOF
42105#define wxUSE_STATBOX 1
42106_ACEOF
42107
42108 USES_CONTROLS=1
42109fi
42110
42111if test "$wxUSE_STATTEXT" = "yes"; then
42112 cat >>confdefs.h <<\_ACEOF
42113#define wxUSE_STATTEXT 1
42114_ACEOF
42115
42116 USES_CONTROLS=1
42117fi
42118
42119if test "$wxUSE_STATLINE" = "yes"; then
42120 cat >>confdefs.h <<\_ACEOF
42121#define wxUSE_STATLINE 1
42122_ACEOF
42123
42124 USES_CONTROLS=1
42125fi
42126
42127if test "$wxUSE_STATUSBAR" = "yes"; then
da4486fb
VZ
42128 cat >>confdefs.h <<\_ACEOF
42129#define wxUSE_NATIVE_STATUSBAR 1
42130_ACEOF
42131
a848cd7e
SC
42132 cat >>confdefs.h <<\_ACEOF
42133#define wxUSE_STATUSBAR 1
42134_ACEOF
42135
42136 USES_CONTROLS=1
42137
42138 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
42139fi
42140
42141if test "$wxUSE_TABDIALOG" = "yes"; then
42142 cat >>confdefs.h <<\_ACEOF
42143#define wxUSE_TAB_DIALOG 1
42144_ACEOF
42145
a848cd7e
SC
42146fi
42147
42148if test "$wxUSE_TEXTCTRL" = "yes"; then
42149 cat >>confdefs.h <<\_ACEOF
42150#define wxUSE_TEXTCTRL 1
42151_ACEOF
42152
42153 USES_CONTROLS=1
42154 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
42155fi
42156
42157if test "$wxUSE_TOGGLEBTN" = "yes"; then
42158 if test "$wxUSE_COCOA" = 1 ; then
42159 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
42160echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
42161 wxUSE_TOGGLEBTN=no
42162 fi
42163 if test "$wxUSE_UNIVERSAL" = "yes"; then
42164 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
42165echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;}
42166 wxUSE_TOGGLEBTN=no
42167 fi
42168
42169 if test "$wxUSE_TOGGLEBTN" = "yes"; then
42170 cat >>confdefs.h <<\_ACEOF
42171#define wxUSE_TOGGLEBTN 1
42172_ACEOF
42173
42174 USES_CONTROLS=1
42175 fi
42176fi
42177
42178if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
42179 cat >>confdefs.h <<\_ACEOF
42180#define wxUSE_TOOLBAR_SIMPLE 1
42181_ACEOF
42182
42183 wxUSE_TOOLBAR="yes"
42184 USES_CONTROLS=1
42185fi
42186
42187if test "$wxUSE_TOOLBAR" = "yes"; then
42188 cat >>confdefs.h <<\_ACEOF
42189#define wxUSE_TOOLBAR 1
42190_ACEOF
42191
42192 USES_CONTROLS=1
42193
42194 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
42195 wxUSE_TOOLBAR_NATIVE="yes"
42196 fi
42197
42198 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
42199 cat >>confdefs.h <<\_ACEOF
42200#define wxUSE_TOOLBAR_NATIVE 1
42201_ACEOF
42202
42203 USES_CONTROLS=1
42204 fi
42205
42206 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
42207fi
42208
42209if test "$wxUSE_TOOLTIPS" = "yes"; then
42210 if test "$wxUSE_MOTIF" = 1; then
42211 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
42212echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
42213 else
42214 if test "$wxUSE_UNIVERSAL" = "yes"; then
42215 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
42216echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
42217 else
42218 cat >>confdefs.h <<\_ACEOF
42219#define wxUSE_TOOLTIPS 1
42220_ACEOF
42221
42222 fi
42223 fi
42224fi
42225
0093c2fc
VZ
42226if test "$wxUSE_TREEBOOK" = "yes"; then
42227 cat >>confdefs.h <<\_ACEOF
42228#define wxUSE_TREEBOOK 1
42229_ACEOF
42230
42231 USES_CONTROLS=1
42232fi
42233
a848cd7e
SC
42234if test "$wxUSE_TREECTRL" = "yes"; then
42235 if test "$wxUSE_IMAGLIST" = "yes"; then
42236 cat >>confdefs.h <<\_ACEOF
42237#define wxUSE_TREECTRL 1
42238_ACEOF
42239
42240 USES_CONTROLS=1
42241 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
42242 else
42243 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
42244echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
42245 fi
42246fi
42247
42248if test "$wxUSE_POPUPWIN" = "yes"; then
42249 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
42250 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
42251echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
42252 else
42253 if test "$wxUSE_PM" = 1; then
42254 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
42255echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
42256 else
42257 cat >>confdefs.h <<\_ACEOF
42258#define wxUSE_POPUPWIN 1
42259_ACEOF
42260
0b78747f 42261 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS popup"
a848cd7e
SC
42262
42263 USES_CONTROLS=1
42264 fi
42265 fi
42266fi
42267
0dcd06dd 42268if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
b843b628
MB
42269 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
42270 { echo "$as_me:$LINENO: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&5
42271echo "$as_me: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&2;}
42272 else
42273 cat >>confdefs.h <<\_ACEOF
42274#define wxUSE_DIALUP_MANAGER 1
42275_ACEOF
42276
42277 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
42278 fi
42279fi
42280
a848cd7e
SC
42281if test "$wxUSE_TIPWINDOW" = "yes"; then
42282 if test "$wxUSE_PM" = 1; then
42283 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
42284echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
42285 else
42286 cat >>confdefs.h <<\_ACEOF
42287#define wxUSE_TIPWINDOW 1
42288_ACEOF
42289
42290 fi
42291fi
42292
42293if test "$USES_CONTROLS" = 1; then
42294 cat >>confdefs.h <<\_ACEOF
42295#define wxUSE_CONTROLS 1
42296_ACEOF
42297
42298fi
42299
42300
42301if test "$wxUSE_ACCESSIBILITY" = "yes"; then
42302 cat >>confdefs.h <<\_ACEOF
42303#define wxUSE_ACCESSIBILITY 1
42304_ACEOF
42305
42306 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access"
42307fi
42308
38b4a946
VZ
42309if test "$wxUSE_DC_CACHEING" = "yes"; then
42310 cat >>confdefs.h <<\_ACEOF
42311#define wxUSE_DC_CACHEING 1
42312_ACEOF
42313
42314fi
42315
a848cd7e
SC
42316if test "$wxUSE_DRAGIMAGE" = "yes"; then
42317 cat >>confdefs.h <<\_ACEOF
42318#define wxUSE_DRAGIMAGE 1
42319_ACEOF
42320
42321 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
42322fi
42323
42324if test "$wxUSE_EXCEPTIONS" = "yes"; then
07bea8f0
VS
42325 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
42326 { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
42327echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
42328 else
42329 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
42330#define wxUSE_EXCEPTIONS 1
42331_ACEOF
42332
07bea8f0
VS
42333 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS except"
42334 fi
a848cd7e
SC
42335fi
42336
42337USE_HTML=0
42338if test "$wxUSE_HTML" = "yes"; then
42339 cat >>confdefs.h <<\_ACEOF
42340#define wxUSE_HTML 1
42341_ACEOF
42342
42343 USE_HTML=1
42344 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
de59c161
RD
42345 if test "$wxUSE_MAC" = 1; then
42346 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html/htmlctrl"
42347 fi
a848cd7e 42348fi
646b6ec1 42349if test "$wxUSE_WEBKIT" = "yes"; then
1e9e8aba 42350 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
07bea8f0
VS
42351 old_CPPFLAGS="$CPPFLAGS"
42352 CPPFLAGS="$CPPFLAGS -x objective-c++"
42353 echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
42354echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6
42355if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
42356 echo $ECHO_N "(cached) $ECHO_C" >&6
42357else
42358 cat >conftest.$ac_ext <<_ACEOF
42359/* confdefs.h. */
42360_ACEOF
42361cat confdefs.h >>conftest.$ac_ext
42362cat >>conftest.$ac_ext <<_ACEOF
42363/* end confdefs.h. */
42364#include <Carbon/Carbon.h>
42365
42366#include <WebKit/HIWebView.h>
42367_ACEOF
42368rm -f conftest.$ac_objext
42369if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
42370 (eval $ac_compile) 2>conftest.er1
42371 ac_status=$?
42372 grep -v '^ *+' conftest.er1 >conftest.err
42373 rm -f conftest.er1
42374 cat conftest.err >&5
42375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42376 (exit $ac_status); } &&
5ff751d6 42377 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
07bea8f0
VS
42378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42379 (eval $ac_try) 2>&5
42380 ac_status=$?
42381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42382 (exit $ac_status); }; } &&
42383 { ac_try='test -s conftest.$ac_objext'
42384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42385 (eval $ac_try) 2>&5
42386 ac_status=$?
42387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42388 (exit $ac_status); }; }; then
42389 ac_cv_header_WebKit_HIWebView_h=yes
42390else
42391 echo "$as_me: failed program was:" >&5
42392sed 's/^/| /' conftest.$ac_ext >&5
42393
42394ac_cv_header_WebKit_HIWebView_h=no
42395fi
42396rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
42397fi
42398echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
42399echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6
42400if test $ac_cv_header_WebKit_HIWebView_h = yes; then
42401
42402 cat >>confdefs.h <<\_ACEOF
646b6ec1
VS
42403#define wxUSE_WEBKIT 1
42404_ACEOF
42405
07bea8f0
VS
42406 WEBKIT_LINK="-framework WebKit"
42407
42408else
42409
42410 { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
42411echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
42412 wxUSE_WEBKIT=no
42413
646b6ec1
VS
42414fi
42415
07bea8f0
VS
42416
42417 CPPFLAGS="$old_CPPFLAGS"
42418 elif test "$wxUSE_COCOA" = 1; then
42419 cat >>confdefs.h <<\_ACEOF
42420#define wxUSE_WEBKIT 1
42421_ACEOF
42422
42423 else
42424 wxUSE_WEBKIT=no
42425 fi
42426fi
42427
9a8f0513
VS
42428USE_XRC=0
42429if test "$wxUSE_XRC" = "yes"; then
d2ebf0b7
VS
42430 if test "$wxUSE_XML" != "yes"; then
42431 { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5
42432echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
42433 wxUSE_XRC=no
42434 else
42435 cat >>confdefs.h <<\_ACEOF
9a8f0513
VS
42436#define wxUSE_XRC 1
42437_ACEOF
42438
d2ebf0b7
VS
42439 USE_XRC=1
42440 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc"
42441 fi
9a8f0513 42442fi
07bea8f0 42443
a848cd7e
SC
42444if test "$wxUSE_MENUS" = "yes"; then
42445 cat >>confdefs.h <<\_ACEOF
42446#define wxUSE_MENUS 1
42447_ACEOF
42448
42449 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
42450fi
42451
42452if test "$wxUSE_METAFILE" = "yes"; then
42453 cat >>confdefs.h <<\_ACEOF
42454#define wxUSE_METAFILE 1
42455_ACEOF
42456
42457fi
42458
42459if test "$wxUSE_MIMETYPE" = "yes"; then
42460 cat >>confdefs.h <<\_ACEOF
42461#define wxUSE_MIMETYPE 1
42462_ACEOF
42463
42464fi
42465
42466if test "$wxUSE_MINIFRAME" = "yes"; then
42467 cat >>confdefs.h <<\_ACEOF
42468#define wxUSE_MINIFRAME 1
42469_ACEOF
42470
42471 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
42472fi
42473
42474if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
42475 cat >>confdefs.h <<\_ACEOF
42476#define wxUSE_SYSTEM_OPTIONS 1
42477_ACEOF
42478
42479 if test "$TOOLKIT" = "MSW" -o "$TOOLKIT" = "GTK" -o "$TOOLKIT" = "X11" -o \
a49baeab 42480 "$TOOLKIT" = "MOTIF" -o "$TOOLKIT" = "COCOA"; then
a848cd7e
SC
42481 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
42482 fi
42483fi
42484
42485
42486if test "$wxUSE_VALIDATORS" = "yes"; then
42487 cat >>confdefs.h <<\_ACEOF
42488#define wxUSE_VALIDATORS 1
42489_ACEOF
42490
42491 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
42492fi
42493
42494if test "$wxUSE_PALETTE" = "yes" ; then
42495 cat >>confdefs.h <<\_ACEOF
42496#define wxUSE_PALETTE 1
42497_ACEOF
42498
42499fi
42500
42501if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
42502 LIBS=" -lunicows $LIBS"
42503fi
42504
91dea314
MW
42505USE_RICHTEXT=0
42506if test "$wxUSE_RICHTEXT" = "yes"; then
42507 cat >>confdefs.h <<\_ACEOF
42508#define wxUSE_RICHTEXT 1
42509_ACEOF
42510
42511 USE_RICHTEXT=1
42512 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS richtext"
42513fi
42514
a848cd7e
SC
42515
42516if test "$wxUSE_IMAGE" = "yes" ; then
42517 cat >>confdefs.h <<\_ACEOF
42518#define wxUSE_IMAGE 1
42519_ACEOF
42520
42521
42522 if test "$wxUSE_GIF" = "yes" ; then
42523 cat >>confdefs.h <<\_ACEOF
42524#define wxUSE_GIF 1
42525_ACEOF
42526
42527 fi
42528
42529 if test "$wxUSE_PCX" = "yes" ; then
42530 cat >>confdefs.h <<\_ACEOF
42531#define wxUSE_PCX 1
42532_ACEOF
42533
42534 fi
42535
42536 if test "$wxUSE_IFF" = "yes" ; then
42537 cat >>confdefs.h <<\_ACEOF
42538#define wxUSE_IFF 1
42539_ACEOF
42540
42541 fi
42542
42543 if test "$wxUSE_PNM" = "yes" ; then
42544 cat >>confdefs.h <<\_ACEOF
42545#define wxUSE_PNM 1
42546_ACEOF
42547
42548 fi
42549
42550 if test "$wxUSE_XPM" = "yes" ; then
42551 cat >>confdefs.h <<\_ACEOF
42552#define wxUSE_XPM 1
42553_ACEOF
42554
42555 fi
42556
42557 if test "$wxUSE_ICO_CUR" = "yes" ; then
42558 cat >>confdefs.h <<\_ACEOF
42559#define wxUSE_ICO_CUR 1
42560_ACEOF
42561
42562 fi
42563fi
42564
42565
42566if test "$wxUSE_CHOICEDLG" = "yes"; then
42567 cat >>confdefs.h <<\_ACEOF
42568#define wxUSE_CHOICEDLG 1
42569_ACEOF
42570
42571fi
42572
42573if test "$wxUSE_COLOURDLG" = "yes"; then
42574 cat >>confdefs.h <<\_ACEOF
42575#define wxUSE_COLOURDLG 1
42576_ACEOF
42577
42578fi
42579
42580if test "$wxUSE_FILEDLG" = "yes"; then
42581 cat >>confdefs.h <<\_ACEOF
42582#define wxUSE_FILEDLG 1
42583_ACEOF
42584
42585fi
42586
42587if test "$wxUSE_FINDREPLDLG" = "yes"; then
42588 cat >>confdefs.h <<\_ACEOF
42589#define wxUSE_FINDREPLDLG 1
42590_ACEOF
42591
42592fi
42593
42594if test "$wxUSE_FONTDLG" = "yes"; then
42595 cat >>confdefs.h <<\_ACEOF
42596#define wxUSE_FONTDLG 1
42597_ACEOF
42598
42599fi
42600
42601if test "$wxUSE_DIRDLG" = "yes"; then
42602 if test "$wxUSE_TREECTRL" != "yes"; then
42603 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
42604echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
42605 else
42606 cat >>confdefs.h <<\_ACEOF
42607#define wxUSE_DIRDLG 1
42608_ACEOF
42609
42610 fi
42611fi
42612
42613if test "$wxUSE_MSGDLG" = "yes"; then
42614 cat >>confdefs.h <<\_ACEOF
42615#define wxUSE_MSGDLG 1
42616_ACEOF
42617
42618fi
42619
42620if test "$wxUSE_NUMBERDLG" = "yes"; then
42621 cat >>confdefs.h <<\_ACEOF
42622#define wxUSE_NUMBERDLG 1
42623_ACEOF
42624
42625fi
42626
42627if test "$wxUSE_PROGRESSDLG" = "yes"; then
42628 if test "$wxUSE_CONSTRAINTS" != "yes"; then
42629 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
42630echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
42631 else
42632 cat >>confdefs.h <<\_ACEOF
42633#define wxUSE_PROGRESSDLG 1
42634_ACEOF
42635
42636 fi
42637fi
42638
42639if test "$wxUSE_SPLASH" = "yes"; then
42640 cat >>confdefs.h <<\_ACEOF
42641#define wxUSE_SPLASH 1
42642_ACEOF
42643
2057db16 42644 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splash"
a848cd7e
SC
42645fi
42646
42647if test "$wxUSE_STARTUP_TIPS" = "yes"; then
42648 if test "$wxUSE_CONSTRAINTS" != "yes"; then
42649 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
42650echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
42651 else
42652 cat >>confdefs.h <<\_ACEOF
42653#define wxUSE_STARTUP_TIPS 1
42654_ACEOF
42655
42656 fi
42657fi
42658
42659if test "$wxUSE_TEXTDLG" = "yes"; then
42660 cat >>confdefs.h <<\_ACEOF
42661#define wxUSE_TEXTDLG 1
42662_ACEOF
42663
42664fi
42665
42666if test "$wxUSE_WIZARDDLG" = "yes"; then
42667 cat >>confdefs.h <<\_ACEOF
42668#define wxUSE_WIZARDDLG 1
42669_ACEOF
42670
42671 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
42672fi
42673
42674
ce756cb0 42675if test "$wxUSE_MEDIACTRL" = "yes"; then
ce756cb0
RN
42676 if test "$wxUSE_GTK" = 1; then
42677 wxUSE_GSTREAMER="yes"
42678
ce756cb0 42679
dae87f93 42680 succeeded=no
ce756cb0 42681
dae87f93
RN
42682 if test -z "$PKG_CONFIG"; then
42683 # Extract the first word of "pkg-config", so it can be a program name with args.
42684set dummy pkg-config; ac_word=$2
42685echo "$as_me:$LINENO: checking for $ac_word" >&5
42686echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42687if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
42688 echo $ECHO_N "(cached) $ECHO_C" >&6
42689else
42690 case $PKG_CONFIG in
42691 [\\/]* | ?:[\\/]*)
42692 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
42693 ;;
42694 *)
42695 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42696for as_dir in $PATH
42697do
42698 IFS=$as_save_IFS
42699 test -z "$as_dir" && as_dir=.
42700 for ac_exec_ext in '' $ac_executable_extensions; do
42701 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42702 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
42703 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42704 break 2
42705 fi
42706done
42707done
42708
42709 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
42710 ;;
42711esac
42712fi
42713PKG_CONFIG=$ac_cv_path_PKG_CONFIG
42714
42715if test -n "$PKG_CONFIG"; then
42716 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
42717echo "${ECHO_T}$PKG_CONFIG" >&6
42718else
42719 echo "$as_me:$LINENO: result: no" >&5
42720echo "${ECHO_T}no" >&6
42721fi
42722
42723 fi
42724
42725 if test "$PKG_CONFIG" = "no" ; then
42726 echo "*** The pkg-config script could not be found. Make sure it is"
42727 echo "*** in your path, or set the PKG_CONFIG environment variable"
42728 echo "*** to the full path to pkg-config."
42729 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
42730 else
42731 PKG_CONFIG_MIN_VERSION=0.9.0
42732 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
42733 echo "$as_me:$LINENO: checking for gstreamer-0.8" >&5
42734echo $ECHO_N "checking for gstreamer-0.8... $ECHO_C" >&6
42735
42736 if $PKG_CONFIG --exists "gstreamer-0.8" ; then
42737 echo "$as_me:$LINENO: result: yes" >&5
ce756cb0 42738echo "${ECHO_T}yes" >&6
dae87f93 42739 succeeded=yes
ce756cb0 42740
dae87f93
RN
42741 echo "$as_me:$LINENO: checking GSTREAMER_CFLAGS" >&5
42742echo $ECHO_N "checking GSTREAMER_CFLAGS... $ECHO_C" >&6
42743 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-0.8"`
42744 echo "$as_me:$LINENO: result: $GSTREAMER_CFLAGS" >&5
42745echo "${ECHO_T}$GSTREAMER_CFLAGS" >&6
42746
42747 echo "$as_me:$LINENO: checking GSTREAMER_LIBS" >&5
42748echo $ECHO_N "checking GSTREAMER_LIBS... $ECHO_C" >&6
42749 GSTREAMER_LIBS=`$PKG_CONFIG --libs "gstreamer-0.8"`
42750 echo "$as_me:$LINENO: result: $GSTREAMER_LIBS" >&5
42751echo "${ECHO_T}$GSTREAMER_LIBS" >&6
42752 else
42753 GSTREAMER_CFLAGS=""
42754 GSTREAMER_LIBS=""
42755 ## If we have a custom action on failure, don't print errors, but
42756 ## do set a variable so people can do so.
42757 GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-0.8"`
ce756cb0 42758
dae87f93
RN
42759 fi
42760
42761
42762
42763 else
42764 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
42765 echo "*** See http://www.freedesktop.org/software/pkgconfig"
42766 fi
42767 fi
42768
42769 if test $succeeded = yes; then
42770
42771 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
42772 LIBS="$LIBS $GSTREAMER_LIBS -lgstplay-0.8"
ce756cb0 42773
ce756cb0 42774 else
dae87f93
RN
42775
42776 { echo "$as_me:$LINENO: WARNING: GStreamer installation not found" >&5
42777echo "$as_me: WARNING: GStreamer installation not found" >&2;}
42778 wxUSE_GSTREAMER="no"
42779
42780 fi
42781
42782
42783
42784
42785
42786 if test "x$GST_INSPECT" == "x"; then
42787 # Extract the first word of "gst-inspect", so it can be a program name with args.
42788set dummy gst-inspect; ac_word=$2
42789echo "$as_me:$LINENO: checking for $ac_word" >&5
42790echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42791if test "${ac_cv_prog_GST_INSPECT+set}" = set; then
42792 echo $ECHO_N "(cached) $ECHO_C" >&6
42793else
42794 if test -n "$GST_INSPECT"; then
42795 ac_cv_prog_GST_INSPECT="$GST_INSPECT" # Let the user override the test.
42796else
42797as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42798for as_dir in $PATH
42799do
42800 IFS=$as_save_IFS
42801 test -z "$as_dir" && as_dir=.
42802 for ac_exec_ext in '' $ac_executable_extensions; do
42803 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42804 ac_cv_prog_GST_INSPECT="gst-inspect"
42805 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42806 break 2
ce756cb0 42807 fi
dae87f93
RN
42808done
42809done
42810
42811fi
42812fi
42813GST_INSPECT=$ac_cv_prog_GST_INSPECT
42814if test -n "$GST_INSPECT"; then
42815 echo "$as_me:$LINENO: result: $GST_INSPECT" >&5
42816echo "${ECHO_T}$GST_INSPECT" >&6
42817else
42818 echo "$as_me:$LINENO: result: no" >&5
42819echo "${ECHO_T}no" >&6
42820fi
42821
42822 fi
42823
42824 if test "x$GST_INSPECT" != "x"; then
42825 echo "$as_me:$LINENO: checking GStreamer element xvimagesink" >&5
42826echo $ECHO_N "checking GStreamer element xvimagesink... $ECHO_C" >&6
42827 if $GST_INSPECT xvimagesink > /dev/null 2> /dev/null ; then
42828 echo "$as_me:$LINENO: result: found." >&5
42829echo "${ECHO_T}found." >&6
ce756cb0 42830
ce756cb0 42831 else
dae87f93
RN
42832 echo "$as_me:$LINENO: result: not found." >&5
42833echo "${ECHO_T}not found." >&6
42834
42835 wxUSE_GSTREAMER="no"
42836 { echo "$as_me:$LINENO: WARNING: x video sink not found - cannot use GStreamer" >&5
42837echo "$as_me: WARNING: x video sink not found - cannot use GStreamer" >&2;}
42838
42839 fi
42840 fi
42841
42842
42843 echo "$as_me:$LINENO: checking for gst/xoverlay/xoverlay.h" >&5
42844echo $ECHO_N "checking for gst/xoverlay/xoverlay.h... $ECHO_C" >&6
42845if test "${ac_cv_header_gst_xoverlay_xoverlay_h+set}" = set; then
42846 echo $ECHO_N "(cached) $ECHO_C" >&6
42847else
42848 cat >conftest.$ac_ext <<_ACEOF
ce756cb0
RN
42849/* confdefs.h. */
42850_ACEOF
42851cat confdefs.h >>conftest.$ac_ext
42852cat >>conftest.$ac_ext <<_ACEOF
42853/* end confdefs.h. */
dae87f93 42854#include <gst/gst.h>
ce756cb0 42855
dae87f93 42856#include <gst/xoverlay/xoverlay.h>
ce756cb0
RN
42857_ACEOF
42858rm -f conftest.$ac_objext
42859if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
42860 (eval $ac_compile) 2>conftest.er1
42861 ac_status=$?
42862 grep -v '^ *+' conftest.er1 >conftest.err
42863 rm -f conftest.er1
42864 cat conftest.err >&5
42865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42866 (exit $ac_status); } &&
5ff751d6 42867 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ce756cb0
RN
42868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42869 (eval $ac_try) 2>&5
42870 ac_status=$?
42871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42872 (exit $ac_status); }; } &&
42873 { ac_try='test -s conftest.$ac_objext'
42874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42875 (eval $ac_try) 2>&5
42876 ac_status=$?
42877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42878 (exit $ac_status); }; }; then
dae87f93 42879 ac_cv_header_gst_xoverlay_xoverlay_h=yes
ce756cb0
RN
42880else
42881 echo "$as_me: failed program was:" >&5
42882sed 's/^/| /' conftest.$ac_ext >&5
42883
dae87f93 42884ac_cv_header_gst_xoverlay_xoverlay_h=no
ce756cb0
RN
42885fi
42886rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
dae87f93
RN
42887fi
42888echo "$as_me:$LINENO: result: $ac_cv_header_gst_xoverlay_xoverlay_h" >&5
42889echo "${ECHO_T}$ac_cv_header_gst_xoverlay_xoverlay_h" >&6
42890if test $ac_cv_header_gst_xoverlay_xoverlay_h = yes; then
42891 :
42892else
ce756cb0 42893
dae87f93
RN
42894 wxUSE_GSTREAMER="no"
42895 { echo "$as_me:$LINENO: WARNING: xoverlay header not found, cannot use GStreamer" >&5
42896echo "$as_me: WARNING: xoverlay header not found, cannot use GStreamer" >&2;}
ce756cb0 42897
dae87f93 42898fi
ce756cb0 42899
dae87f93
RN
42900
42901
42902 echo "$as_me:$LINENO: checking for gstplay 0.8" >&5
ce756cb0
RN
42903echo $ECHO_N "checking for gstplay 0.8... $ECHO_C" >&6
42904
0ad5d837
VZ
42905 ac_find_libraries=
42906 for ac_dir in $SEARCH_LIB;
ce756cb0 42907 do
3eca31dc 42908 for ac_extension in a so sl dylib dll.a; do
ce756cb0
RN
42909 if test -f "$ac_dir/libgstplay-0.8.$ac_extension"; then
42910 ac_find_libraries=$ac_dir
42911 break 2
42912 fi
42913 done
42914 done
42915
ce756cb0 42916
dae87f93
RN
42917 if test "$ac_find_libraries" = "" ; then
42918 echo "$as_me:$LINENO: result: no" >&5
42919echo "${ECHO_T}no" >&6
42920 wxUSE_GSTREAMER="no"
42921 else
42922 echo "$as_me:$LINENO: result: yes" >&5
ce756cb0 42923echo "${ECHO_T}yes" >&6
dae87f93 42924 fi
ce756cb0 42925
dae87f93
RN
42926 if test "$wxUSE_GSTREAMER" = "yes"; then
42927 cat >>confdefs.h <<\_ACEOF
ce756cb0
RN
42928#define wxUSE_GSTREAMER 1
42929_ACEOF
42930
dae87f93
RN
42931 echo "$as_me:$LINENO: result: GStreamer detection successful" >&5
42932echo "${ECHO_T}GStreamer detection successful" >&6
ce756cb0
RN
42933 fi
42934 fi
42935 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer"
42936 cat >>confdefs.h <<\_ACEOF
42937#define wxUSE_MEDIACTRL 1
42938_ACEOF
42939
42940fi
42941
42942
a848cd7e
SC
42943if test "$cross_compiling" = "yes"; then
42944 OSINFO="\"$host\""
42945else
42946 OSINFO=`uname -s -r -m`
42947 OSINFO="\"$OSINFO\""
42948fi
42949
42950cat >>confdefs.h <<_ACEOF
42951#define WXWIN_OS_DESCRIPTION $OSINFO
42952_ACEOF
42953
42954
42955
42956if test "x$prefix" != "xNONE"; then
42957 wxPREFIX=$prefix
42958else
42959 wxPREFIX=$ac_default_prefix
42960fi
42961
42962cat >>confdefs.h <<_ACEOF
42963#define wxINSTALL_PREFIX "$wxPREFIX"
42964_ACEOF
42965
42966
a848cd7e
SC
42967
42968
42969CORE_BASE_LIBS="net base"
42970CORE_GUI_LIBS="adv core"
42971
42972if test "$wxUSE_XML" = "yes" ; then
42973 CORE_BASE_LIBS="xml $CORE_BASE_LIBS"
42974fi
42975if test "$wxUSE_ODBC" != "no" ; then
42976 CORE_BASE_LIBS="odbc $CORE_BASE_LIBS"
42977 CORE_GUI_LIBS="dbgrid $CORE_GUI_LIBS"
42978fi
42979if test "$wxUSE_HTML" = "yes" ; then
42980 CORE_GUI_LIBS="html $CORE_GUI_LIBS"
42981fi
61639efb
VZ
42982if test "$wxUSE_DEBUGREPORT" = "yes" ; then
42983 CORE_GUI_LIBS="qa $CORE_GUI_LIBS"
42984fi
9a8f0513
VS
42985if test "$wxUSE_XRC" = "yes" ; then
42986 CORE_GUI_LIBS="xrc $CORE_GUI_LIBS"
42987fi
a848cd7e
SC
42988
42989if test "$wxUSE_GUI" != "yes"; then
42990 CORE_GUI_LIBS=""
42991fi
42992
42993
42994
42995
42996
42997
42998
42999
43000if test "$wxUSE_MAC" = 1 ; then
a98bf0c0 43001 if test "$wxUSE_SOUND" = "yes" || test "$wxUSE_MEDIACTRL" = "yes"; then
1e9e8aba
DE
43002 if test "$USE_DARWIN" = 1; then
43003 LDFLAGS="$LDFLAGS -framework QuickTime"
43004 else
43005 LDFLAGS="$LDFLAGS -lQuickTimeLib"
43006 fi
07bea8f0 43007 fi
5dcf30a0 43008 if test "$USE_DARWIN" = 1; then
1e9e8aba
DE
43009 LDFLAGS="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework System"
43010 else
43011 LDFLAGS="$LDFLAGS -lCarbonLib"
5dcf30a0 43012 fi
a848cd7e
SC
43013fi
43014if test "$wxUSE_COCOA" = 1 ; then
4cb1d3da 43015 LDFLAGS="$LDFLAGS -framework IOKit -framework Cocoa"
4fc81cbc
RN
43016 if test "$wxUSE_MEDIACTRL" = "yes"; then
43017 LDFLAGS="$LDFLAGS -framework QuickTime"
43018 fi
a848cd7e 43019fi
19b27e78
MW
43020if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1 ; then
43021 LDFLAGS="$LDFLAGS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices"
43022fi
a848cd7e
SC
43023
43024
43025LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
43026
43027have_cos=0
43028have_floor=0
43029
43030for ac_func in cos
43031do
43032as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43033echo "$as_me:$LINENO: checking for $ac_func" >&5
43034echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
43035if eval "test \"\${$as_ac_var+set}\" = set"; then
43036 echo $ECHO_N "(cached) $ECHO_C" >&6
43037else
43038 cat >conftest.$ac_ext <<_ACEOF
43039/* confdefs.h. */
43040_ACEOF
43041cat confdefs.h >>conftest.$ac_ext
43042cat >>conftest.$ac_ext <<_ACEOF
43043/* end confdefs.h. */
ac1cb8d3
VS
43044/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43045 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43046#define $ac_func innocuous_$ac_func
43047
a848cd7e
SC
43048/* System header to define __stub macros and hopefully few prototypes,
43049 which can conflict with char $ac_func (); below.
43050 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43051 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 43052
a848cd7e
SC
43053#ifdef __STDC__
43054# include <limits.h>
43055#else
43056# include <assert.h>
43057#endif
ac1cb8d3
VS
43058
43059#undef $ac_func
43060
a848cd7e
SC
43061/* Override any gcc2 internal prototype to avoid an error. */
43062#ifdef __cplusplus
43063extern "C"
43064{
43065#endif
43066/* We use char because int might match the return type of a gcc2
43067 builtin and then its argument prototype would still apply. */
43068char $ac_func ();
43069/* The GNU C library defines this for functions which it implements
43070 to always fail with ENOSYS. Some functions are actually named
43071 something starting with __ and the normal name is an alias. */
43072#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
43073choke me
43074#else
43075char (*f) () = $ac_func;
43076#endif
43077#ifdef __cplusplus
43078}
43079#endif
43080
43081int
43082main ()
43083{
43084return f != $ac_func;
43085 ;
43086 return 0;
43087}
43088_ACEOF
43089rm -f conftest.$ac_objext conftest$ac_exeext
43090if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 43091 (eval $ac_link) 2>conftest.er1
a848cd7e 43092 ac_status=$?
ac1cb8d3
VS
43093 grep -v '^ *+' conftest.er1 >conftest.err
43094 rm -f conftest.er1
43095 cat conftest.err >&5
a848cd7e
SC
43096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43097 (exit $ac_status); } &&
5ff751d6 43098 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
43099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43100 (eval $ac_try) 2>&5
43101 ac_status=$?
43102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43103 (exit $ac_status); }; } &&
43104 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
43105 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43106 (eval $ac_try) 2>&5
43107 ac_status=$?
43108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43109 (exit $ac_status); }; }; then
43110 eval "$as_ac_var=yes"
43111else
43112 echo "$as_me: failed program was:" >&5
43113sed 's/^/| /' conftest.$ac_ext >&5
43114
43115eval "$as_ac_var=no"
43116fi
ac1cb8d3
VS
43117rm -f conftest.err conftest.$ac_objext \
43118 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
43119fi
43120echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
43121echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
43122if test `eval echo '${'$as_ac_var'}'` = yes; then
43123 cat >>confdefs.h <<_ACEOF
43124#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43125_ACEOF
43126 have_cos=1
43127fi
43128done
43129
43130
43131for ac_func in floor
43132do
43133as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43134echo "$as_me:$LINENO: checking for $ac_func" >&5
43135echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
43136if eval "test \"\${$as_ac_var+set}\" = set"; then
43137 echo $ECHO_N "(cached) $ECHO_C" >&6
43138else
43139 cat >conftest.$ac_ext <<_ACEOF
43140/* confdefs.h. */
43141_ACEOF
43142cat confdefs.h >>conftest.$ac_ext
43143cat >>conftest.$ac_ext <<_ACEOF
43144/* end confdefs.h. */
ac1cb8d3
VS
43145/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43146 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43147#define $ac_func innocuous_$ac_func
43148
a848cd7e
SC
43149/* System header to define __stub macros and hopefully few prototypes,
43150 which can conflict with char $ac_func (); below.
43151 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43152 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 43153
a848cd7e
SC
43154#ifdef __STDC__
43155# include <limits.h>
43156#else
43157# include <assert.h>
43158#endif
ac1cb8d3
VS
43159
43160#undef $ac_func
43161
a848cd7e
SC
43162/* Override any gcc2 internal prototype to avoid an error. */
43163#ifdef __cplusplus
43164extern "C"
43165{
43166#endif
43167/* We use char because int might match the return type of a gcc2
43168 builtin and then its argument prototype would still apply. */
43169char $ac_func ();
43170/* The GNU C library defines this for functions which it implements
43171 to always fail with ENOSYS. Some functions are actually named
43172 something starting with __ and the normal name is an alias. */
43173#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
43174choke me
43175#else
43176char (*f) () = $ac_func;
43177#endif
43178#ifdef __cplusplus
43179}
43180#endif
43181
43182int
43183main ()
43184{
43185return f != $ac_func;
43186 ;
43187 return 0;
43188}
43189_ACEOF
43190rm -f conftest.$ac_objext conftest$ac_exeext
43191if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 43192 (eval $ac_link) 2>conftest.er1
a848cd7e 43193 ac_status=$?
ac1cb8d3
VS
43194 grep -v '^ *+' conftest.er1 >conftest.err
43195 rm -f conftest.er1
43196 cat conftest.err >&5
a848cd7e
SC
43197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43198 (exit $ac_status); } &&
5ff751d6 43199 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
43200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43201 (eval $ac_try) 2>&5
43202 ac_status=$?
43203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43204 (exit $ac_status); }; } &&
43205 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
43206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43207 (eval $ac_try) 2>&5
43208 ac_status=$?
43209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43210 (exit $ac_status); }; }; then
43211 eval "$as_ac_var=yes"
43212else
43213 echo "$as_me: failed program was:" >&5
43214sed 's/^/| /' conftest.$ac_ext >&5
43215
43216eval "$as_ac_var=no"
43217fi
ac1cb8d3
VS
43218rm -f conftest.err conftest.$ac_objext \
43219 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
43220fi
43221echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
43222echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
43223if test `eval echo '${'$as_ac_var'}'` = yes; then
43224 cat >>confdefs.h <<_ACEOF
43225#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43226_ACEOF
43227 have_floor=1
43228fi
43229done
43230
43231echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
43232echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
43233if test "$have_cos" = 1 -a "$have_floor" = 1; then
43234 echo "$as_me:$LINENO: result: yes" >&5
43235echo "${ECHO_T}yes" >&6
43236else
43237 echo "$as_me:$LINENO: result: no" >&5
43238echo "${ECHO_T}no" >&6
43239 LIBS="$LIBS -lm"
43240 # use different functions to avoid configure caching
43241 have_sin=0
43242 have_ceil=0
43243
43244for ac_func in sin
43245do
43246as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43247echo "$as_me:$LINENO: checking for $ac_func" >&5
43248echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
43249if eval "test \"\${$as_ac_var+set}\" = set"; then
43250 echo $ECHO_N "(cached) $ECHO_C" >&6
43251else
43252 cat >conftest.$ac_ext <<_ACEOF
43253/* confdefs.h. */
43254_ACEOF
43255cat confdefs.h >>conftest.$ac_ext
43256cat >>conftest.$ac_ext <<_ACEOF
43257/* end confdefs.h. */
ac1cb8d3
VS
43258/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43259 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43260#define $ac_func innocuous_$ac_func
43261
a848cd7e
SC
43262/* System header to define __stub macros and hopefully few prototypes,
43263 which can conflict with char $ac_func (); below.
43264 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43265 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 43266
a848cd7e
SC
43267#ifdef __STDC__
43268# include <limits.h>
43269#else
43270# include <assert.h>
43271#endif
ac1cb8d3
VS
43272
43273#undef $ac_func
43274
a848cd7e
SC
43275/* Override any gcc2 internal prototype to avoid an error. */
43276#ifdef __cplusplus
43277extern "C"
43278{
43279#endif
43280/* We use char because int might match the return type of a gcc2
43281 builtin and then its argument prototype would still apply. */
43282char $ac_func ();
43283/* The GNU C library defines this for functions which it implements
43284 to always fail with ENOSYS. Some functions are actually named
43285 something starting with __ and the normal name is an alias. */
43286#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
43287choke me
43288#else
43289char (*f) () = $ac_func;
43290#endif
43291#ifdef __cplusplus
43292}
43293#endif
43294
43295int
43296main ()
43297{
43298return f != $ac_func;
43299 ;
43300 return 0;
43301}
43302_ACEOF
43303rm -f conftest.$ac_objext conftest$ac_exeext
43304if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 43305 (eval $ac_link) 2>conftest.er1
a848cd7e 43306 ac_status=$?
ac1cb8d3
VS
43307 grep -v '^ *+' conftest.er1 >conftest.err
43308 rm -f conftest.er1
43309 cat conftest.err >&5
a848cd7e
SC
43310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43311 (exit $ac_status); } &&
5ff751d6 43312 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
43313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43314 (eval $ac_try) 2>&5
43315 ac_status=$?
43316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43317 (exit $ac_status); }; } &&
43318 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
43319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43320 (eval $ac_try) 2>&5
43321 ac_status=$?
43322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43323 (exit $ac_status); }; }; then
43324 eval "$as_ac_var=yes"
43325else
43326 echo "$as_me: failed program was:" >&5
43327sed 's/^/| /' conftest.$ac_ext >&5
43328
43329eval "$as_ac_var=no"
43330fi
ac1cb8d3
VS
43331rm -f conftest.err conftest.$ac_objext \
43332 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
43333fi
43334echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
43335echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
43336if test `eval echo '${'$as_ac_var'}'` = yes; then
43337 cat >>confdefs.h <<_ACEOF
43338#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43339_ACEOF
43340 have_sin=1
43341fi
43342done
43343
43344
43345for ac_func in ceil
43346do
43347as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43348echo "$as_me:$LINENO: checking for $ac_func" >&5
43349echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
43350if eval "test \"\${$as_ac_var+set}\" = set"; then
43351 echo $ECHO_N "(cached) $ECHO_C" >&6
43352else
43353 cat >conftest.$ac_ext <<_ACEOF
43354/* confdefs.h. */
43355_ACEOF
43356cat confdefs.h >>conftest.$ac_ext
43357cat >>conftest.$ac_ext <<_ACEOF
43358/* end confdefs.h. */
ac1cb8d3
VS
43359/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43360 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43361#define $ac_func innocuous_$ac_func
43362
a848cd7e
SC
43363/* System header to define __stub macros and hopefully few prototypes,
43364 which can conflict with char $ac_func (); below.
43365 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43366 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 43367
a848cd7e
SC
43368#ifdef __STDC__
43369# include <limits.h>
43370#else
43371# include <assert.h>
43372#endif
ac1cb8d3
VS
43373
43374#undef $ac_func
43375
a848cd7e
SC
43376/* Override any gcc2 internal prototype to avoid an error. */
43377#ifdef __cplusplus
43378extern "C"
43379{
43380#endif
43381/* We use char because int might match the return type of a gcc2
43382 builtin and then its argument prototype would still apply. */
43383char $ac_func ();
43384/* The GNU C library defines this for functions which it implements
43385 to always fail with ENOSYS. Some functions are actually named
43386 something starting with __ and the normal name is an alias. */
43387#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
43388choke me
43389#else
43390char (*f) () = $ac_func;
43391#endif
43392#ifdef __cplusplus
43393}
43394#endif
43395
43396int
43397main ()
43398{
43399return f != $ac_func;
43400 ;
43401 return 0;
43402}
43403_ACEOF
43404rm -f conftest.$ac_objext conftest$ac_exeext
43405if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 43406 (eval $ac_link) 2>conftest.er1
a848cd7e 43407 ac_status=$?
ac1cb8d3
VS
43408 grep -v '^ *+' conftest.er1 >conftest.err
43409 rm -f conftest.er1
43410 cat conftest.err >&5
a848cd7e
SC
43411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43412 (exit $ac_status); } &&
5ff751d6 43413 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
43414 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43415 (eval $ac_try) 2>&5
43416 ac_status=$?
43417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43418 (exit $ac_status); }; } &&
43419 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
43420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43421 (eval $ac_try) 2>&5
43422 ac_status=$?
43423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43424 (exit $ac_status); }; }; then
43425 eval "$as_ac_var=yes"
43426else
43427 echo "$as_me: failed program was:" >&5
43428sed 's/^/| /' conftest.$ac_ext >&5
43429
43430eval "$as_ac_var=no"
43431fi
ac1cb8d3
VS
43432rm -f conftest.err conftest.$ac_objext \
43433 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
43434fi
43435echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
43436echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
43437if test `eval echo '${'$as_ac_var'}'` = yes; then
43438 cat >>confdefs.h <<_ACEOF
43439#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43440_ACEOF
43441 have_ceil=1
43442fi
43443done
43444
43445 echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
43446echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
43447 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
43448 echo "$as_me:$LINENO: result: yes" >&5
43449echo "${ECHO_T}yes" >&6
43450 else
43451 echo "$as_me:$LINENO: result: no" >&5
43452echo "${ECHO_T}no" >&6
43453 # not sure we should warn the user, crash, etc.
43454 fi
43455fi
43456
43457if test "$wxUSE_GUI" = "yes"; then
43458
43459
8bce5cda
MW
43460 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
43461 dynamic erase event exec font image minimal mobile \
43462 mobile/wxedit mobile/styles propsize render \
43463 richedit rotate shaped vscroll widgets"
a848cd7e
SC
43464
43465 if test "$wxUSE_MONOLITHIC" != "yes"; then
43466 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
43467 fi
0b78747f 43468 if test "$TOOLKIT" = "MSW"; then
8bce5cda
MW
43469 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS regtest"
43470 if test "$wxUSE_UNIVERSAL" != "yes"; then
43471 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw nativdlg"
43472 fi
43473 fi
43474 if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
43475 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw"
0b78747f 43476 fi
a848cd7e
SC
43477else
43478 SAMPLES_SUBDIRS="console"
43479fi
43480
43481
48f625bc 43482if test "x$INTELCC" = "xyes" ; then
17a1ebd1
VZ
43483 CWARNINGS="-Wall -wd810,869,981,1418,1572,1684"
43484elif test "$GCC" = yes ; then
43485 CWARNINGS="-Wall -Wundef"
43486fi
43487
48f625bc 43488if test "x$INTELCXX" = "xyes" ; then
7f47faf4 43489 CXXWARNINGS="-Wall -wd279,383,444,810,869,981,1418,1419"
17a1ebd1
VZ
43490elif test "$GXX" = yes ; then
43491 CXXWARNINGS="-Wall -Wundef -Wno-ctor-dtor-privacy"
6ebeb4c7 43492fi
a848cd7e 43493
a848cd7e 43494
5ff751d6
VZ
43495WXCONFIG_CFLAGS=`echo $WXCONFIG_CFLAGS`
43496WXCONFIG_CXXFLAGS=`echo $WXCONFIG_CFLAGS $WXCONFIG_CXXFLAGS`
43497
43498
43499CPPFLAGS=`echo $WXCONFIG_CPPFLAGS $CPPFLAGS \
bc6ee4ae
VZ
43500 -I\\${top_builddir}lib/wx/include/${TOOLCHAIN_FULLNAME} \
43501 -I\\${top_srcdir}/include $TOOLKIT_INCLUDE`
5ff751d6
VZ
43502
43503C_AND_CXX_FLAGS="$DEBUG_FLAG $PROFILE_FLAG $OPTIMISE_FLAG"
43504CFLAGS=`echo $WXCONFIG_CFLAGS $CFLAGS $CWARNINGS $C_AND_CXX_FLAGS`
43505CXXFLAGS=`echo $WXCONFIG_CXXFLAGS $CXXFLAGS $C_AND_CXX_FLAGS`
43506
43507WXCONFIG_CPPFLAGS=`echo $WXCONFIG_CPPFLAGS $WXCONFIG_ONLY_CPPFLAGS`
43508
a848cd7e 43509
95986553
DE
43510if test "x$MWCC" = "xyes"; then
43511
43512 CC="$CC -cwd source -I-"
43513 CXX="$CXX -cwd source -I-"
43514fi
43515
a848cd7e 43516
0c3c69fc 43517LIBS=`echo $LIBS`
a848cd7e
SC
43518EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
43519EXTRALIBS_XML="$EXPAT_LINK"
43520EXTRALIBS_HTML="$MSPACK_LINK"
43521EXTRALIBS_ODBC="$ODBC_LINK"
43522if test "$wxUSE_GUI" = "yes"; then
2e350179 43523 EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_GNOMEPRINT`
a848cd7e
SC
43524fi
43525if test "$wxUSE_OPENGL" = "yes"; then
43526 EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS"
43527fi
43528
5ff751d6 43529LDFLAGS="$LDFLAGS $PROFILE_FLAG"
a848cd7e 43530
5ff751d6 43531WXCONFIG_LIBS="$LIBS"
a848cd7e
SC
43532
43533if test "$wxUSE_REGEX" = "builtin" ; then
74802184 43534 wxconfig_3rdparty="regex${lib_unicode_suffix} $wxconfig_3rdparty"
a848cd7e
SC
43535fi
43536if test "$wxUSE_EXPAT" = "builtin" ; then
74802184 43537 wxconfig_3rdparty="expat $wxconfig_3rdparty"
a848cd7e
SC
43538fi
43539if test "$wxUSE_ODBC" = "builtin" ; then
74802184 43540 wxconfig_3rdparty="odbc $wxconfig_3rdparty"
a848cd7e
SC
43541fi
43542if test "$wxUSE_LIBTIFF" = "builtin" ; then
74802184 43543 wxconfig_3rdparty="tiff $wxconfig_3rdparty"
a848cd7e
SC
43544fi
43545if test "$wxUSE_LIBJPEG" = "builtin" ; then
74802184 43546 wxconfig_3rdparty="jpeg $wxconfig_3rdparty"
a848cd7e
SC
43547fi
43548if test "$wxUSE_LIBPNG" = "builtin" ; then
74802184 43549 wxconfig_3rdparty="png $wxconfig_3rdparty"
a848cd7e
SC
43550fi
43551if test "$wxUSE_ZLIB" = "builtin" ; then
74802184 43552 wxconfig_3rdparty="zlib $wxconfig_3rdparty"
a848cd7e
SC
43553fi
43554
43555for i in $wxconfig_3rdparty ; do
5ff751d6 43556 WXCONFIG_LIBS="-lwx${i}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_LIBS"
a848cd7e
SC
43557done
43558
43559
43560if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
43561 WXUNIV=1
43562else
43563 WXUNIV=0
43564fi
43565
43566
43567
43568
43569
43570
43571
43572
43573
43574if test $wxUSE_MONOLITHIC = "yes" ; then
43575 MONOLITHIC=1
43576else
43577 MONOLITHIC=0
43578fi
43579
43580if test $wxUSE_PLUGINS = "yes" ; then
43581 USE_PLUGINS=1
43582else
43583 USE_PLUGINS=0
43584fi
43585
43586if test $wxUSE_ODBC != "no" ; then
43587 USE_ODBC=1
43588else
43589 USE_ODBC=0
43590fi
43591
16358932
VZ
43592if test "$wxUSE_DEBUGREPORT" = "yes" ; then
43593 USE_QA=1
43594else
43595 USE_QA=0
43596fi
43597
a848cd7e
SC
43598if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
43599 OFFICIAL_BUILD=1
43600else
43601 OFFICIAL_BUILD=0
43602fi
43603
43604
43605
43606
43607
43608
43609
43610
43611
43612
43613
43614
43615
43616
43617
43618
43619
43620
43621
ceec2216 43622
d1c38808 43623
a848cd7e
SC
43624
43625
43626TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr "[A-Z]" "[a-z]"`
43627
43628
43629
43630
43631
43632
43633
43634
4d4ff94c
VZ
43635case "$TOOLKIT" in
43636 GTK)
43637 TOOLKIT_USER="GTK+"
43638 if test "$WXGTK20" = 1; then
43639 TOOLKIT_USER="$TOOLKIT_USER 2"
43640 fi
9a8f0513 43641 ;;
4d4ff94c
VZ
43642
43643 *)
43644 TOOLKIT_USER=$TOOLKIT_LOWERCASE
9a8f0513 43645 ;;
4d4ff94c 43646esac
a848cd7e 43647
fb00f58d
JS
43648if test "$wxUSE_WINE" = "yes"; then
43649 BAKEFILE_FORCE_PLATFORM=win32
43650fi
43651
9a8f0513 43652
1e9e8aba
DE
43653
43654
a848cd7e
SC
43655 if test "x$BAKEFILE_HOST" = "x"; then
43656 BAKEFILE_HOST="${host}"
43657 fi
43658
43659 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
43660
43661 if test -n "$ac_tool_prefix"; then
43662 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
43663set dummy ${ac_tool_prefix}ranlib; ac_word=$2
43664echo "$as_me:$LINENO: checking for $ac_word" >&5
43665echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43666if test "${ac_cv_prog_RANLIB+set}" = set; then
43667 echo $ECHO_N "(cached) $ECHO_C" >&6
43668else
43669 if test -n "$RANLIB"; then
43670 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
43671else
43672as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43673for as_dir in $PATH
43674do
43675 IFS=$as_save_IFS
43676 test -z "$as_dir" && as_dir=.
43677 for ac_exec_ext in '' $ac_executable_extensions; do
43678 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43679 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
43680 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43681 break 2
43682 fi
43683done
43684done
43685
43686fi
43687fi
43688RANLIB=$ac_cv_prog_RANLIB
43689if test -n "$RANLIB"; then
43690 echo "$as_me:$LINENO: result: $RANLIB" >&5
43691echo "${ECHO_T}$RANLIB" >&6
43692else
43693 echo "$as_me:$LINENO: result: no" >&5
43694echo "${ECHO_T}no" >&6
43695fi
43696
43697fi
43698if test -z "$ac_cv_prog_RANLIB"; then
43699 ac_ct_RANLIB=$RANLIB
43700 # Extract the first word of "ranlib", so it can be a program name with args.
43701set dummy ranlib; ac_word=$2
43702echo "$as_me:$LINENO: checking for $ac_word" >&5
43703echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43704if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
43705 echo $ECHO_N "(cached) $ECHO_C" >&6
43706else
43707 if test -n "$ac_ct_RANLIB"; then
43708 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
43709else
43710as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43711for as_dir in $PATH
43712do
43713 IFS=$as_save_IFS
43714 test -z "$as_dir" && as_dir=.
43715 for ac_exec_ext in '' $ac_executable_extensions; do
43716 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43717 ac_cv_prog_ac_ct_RANLIB="ranlib"
43718 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43719 break 2
43720 fi
43721done
43722done
43723
43724 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
43725fi
43726fi
43727ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
43728if test -n "$ac_ct_RANLIB"; then
43729 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
43730echo "${ECHO_T}$ac_ct_RANLIB" >&6
43731else
43732 echo "$as_me:$LINENO: result: no" >&5
43733echo "${ECHO_T}no" >&6
43734fi
43735
43736 RANLIB=$ac_ct_RANLIB
43737else
43738 RANLIB="$ac_cv_prog_RANLIB"
43739fi
43740
43741 # Find a good install program. We prefer a C program (faster),
43742# so one script is as good as another. But avoid the broken or
43743# incompatible versions:
43744# SysV /etc/install, /usr/sbin/install
43745# SunOS /usr/etc/install
43746# IRIX /sbin/install
43747# AIX /bin/install
43748# AmigaOS /C/install, which installs bootblocks on floppy discs
43749# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
43750# AFS /usr/afsws/bin/install, which mishandles nonexistent args
43751# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
ac1cb8d3 43752# OS/2's system install, which has a completely different semantic
a848cd7e
SC
43753# ./install, which can be erroneously created by make from ./install.sh.
43754echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
43755echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
43756if test -z "$INSTALL"; then
43757if test "${ac_cv_path_install+set}" = set; then
43758 echo $ECHO_N "(cached) $ECHO_C" >&6
43759else
43760 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43761for as_dir in $PATH
43762do
43763 IFS=$as_save_IFS
43764 test -z "$as_dir" && as_dir=.
43765 # Account for people who put trailing slashes in PATH elements.
43766case $as_dir/ in
43767 ./ | .// | /cC/* | \
43768 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
ac1cb8d3 43769 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
a848cd7e
SC
43770 /usr/ucb/* ) ;;
43771 *)
43772 # OSF1 and SCO ODT 3.0 have their own names for install.
43773 # Don't use installbsd from OSF since it installs stuff as root
43774 # by default.
43775 for ac_prog in ginstall scoinst install; do
43776 for ac_exec_ext in '' $ac_executable_extensions; do
ac1cb8d3
VS
43777 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
43778 if test $ac_prog = install &&
43779 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
43780 # AIX install. It has an incompatible calling convention.
43781 :
43782 elif test $ac_prog = install &&
43783 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
43784 # program-specific install script used by HP pwplus--don't use.
43785 :
43786 else
43787 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
43788 break 3
43789 fi
43790 fi
a848cd7e
SC
43791 done
43792 done
43793 ;;
43794esac
43795done
43796
43797
43798fi
43799 if test "${ac_cv_path_install+set}" = set; then
43800 INSTALL=$ac_cv_path_install
43801 else
43802 # As a last resort, use the slow shell script. We don't cache a
43803 # path for INSTALL within a source directory, because that will
43804 # break other packages using the cache if that directory is
43805 # removed, or if the path is relative.
43806 INSTALL=$ac_install_sh
43807 fi
43808fi
43809echo "$as_me:$LINENO: result: $INSTALL" >&5
43810echo "${ECHO_T}$INSTALL" >&6
43811
43812# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
43813# It thinks the first close brace ends the variable substitution.
43814test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
43815
43816test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
43817
43818test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
43819
43820 echo "$as_me:$LINENO: checking whether ln -s works" >&5
43821echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
43822LN_S=$as_ln_s
43823if test "$LN_S" = "ln -s"; then
43824 echo "$as_me:$LINENO: result: yes" >&5
43825echo "${ECHO_T}yes" >&6
43826else
43827 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
43828echo "${ECHO_T}no, using $LN_S" >&6
43829fi
43830
43831
43832 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
43833echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
ac1cb8d3 43834set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
a848cd7e
SC
43835if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
43836 echo $ECHO_N "(cached) $ECHO_C" >&6
43837else
43838 cat >conftest.make <<\_ACEOF
43839all:
43840 @echo 'ac_maketemp="$(MAKE)"'
43841_ACEOF
43842# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
43843eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
43844if test -n "$ac_maketemp"; then
43845 eval ac_cv_prog_make_${ac_make}_set=yes
43846else
43847 eval ac_cv_prog_make_${ac_make}_set=no
43848fi
43849rm -f conftest.make
43850fi
43851if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
43852 echo "$as_me:$LINENO: result: yes" >&5
43853echo "${ECHO_T}yes" >&6
43854 SET_MAKE=
43855else
43856 echo "$as_me:$LINENO: result: no" >&5
43857echo "${ECHO_T}no" >&6
43858 SET_MAKE="MAKE=${MAKE-make}"
43859fi
43860
43861
43862
43863 if test -n "$ac_tool_prefix"; then
43864 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
43865set dummy ${ac_tool_prefix}ar; ac_word=$2
43866echo "$as_me:$LINENO: checking for $ac_word" >&5
43867echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43868if test "${ac_cv_prog_AR+set}" = set; then
43869 echo $ECHO_N "(cached) $ECHO_C" >&6
43870else
43871 if test -n "$AR"; then
43872 ac_cv_prog_AR="$AR" # Let the user override the test.
43873else
43874as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43875for as_dir in $PATH
43876do
43877 IFS=$as_save_IFS
43878 test -z "$as_dir" && as_dir=.
43879 for ac_exec_ext in '' $ac_executable_extensions; do
43880 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43881 ac_cv_prog_AR="${ac_tool_prefix}ar"
43882 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43883 break 2
43884 fi
43885done
43886done
43887
43888fi
43889fi
43890AR=$ac_cv_prog_AR
43891if test -n "$AR"; then
43892 echo "$as_me:$LINENO: result: $AR" >&5
43893echo "${ECHO_T}$AR" >&6
43894else
43895 echo "$as_me:$LINENO: result: no" >&5
43896echo "${ECHO_T}no" >&6
43897fi
43898
43899fi
43900if test -z "$ac_cv_prog_AR"; then
43901 ac_ct_AR=$AR
43902 # Extract the first word of "ar", so it can be a program name with args.
43903set dummy ar; ac_word=$2
43904echo "$as_me:$LINENO: checking for $ac_word" >&5
43905echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43906if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
43907 echo $ECHO_N "(cached) $ECHO_C" >&6
43908else
43909 if test -n "$ac_ct_AR"; then
43910 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
43911else
43912as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43913for as_dir in $PATH
43914do
43915 IFS=$as_save_IFS
43916 test -z "$as_dir" && as_dir=.
43917 for ac_exec_ext in '' $ac_executable_extensions; do
43918 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43919 ac_cv_prog_ac_ct_AR="ar"
43920 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43921 break 2
43922 fi
43923done
43924done
43925
43926 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="ar"
43927fi
43928fi
43929ac_ct_AR=$ac_cv_prog_ac_ct_AR
43930if test -n "$ac_ct_AR"; then
43931 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
43932echo "${ECHO_T}$ac_ct_AR" >&6
43933else
43934 echo "$as_me:$LINENO: result: no" >&5
43935echo "${ECHO_T}no" >&6
43936fi
43937
43938 AR=$ac_ct_AR
43939else
43940 AR="$ac_cv_prog_AR"
43941fi
43942
43943 if test -n "$ac_tool_prefix"; then
43944 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
43945set dummy ${ac_tool_prefix}strip; ac_word=$2
43946echo "$as_me:$LINENO: checking for $ac_word" >&5
43947echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43948if test "${ac_cv_prog_STRIP+set}" = set; then
43949 echo $ECHO_N "(cached) $ECHO_C" >&6
43950else
43951 if test -n "$STRIP"; then
43952 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
43953else
43954as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43955for as_dir in $PATH
43956do
43957 IFS=$as_save_IFS
43958 test -z "$as_dir" && as_dir=.
43959 for ac_exec_ext in '' $ac_executable_extensions; do
43960 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43961 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
43962 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43963 break 2
43964 fi
43965done
43966done
43967
43968fi
43969fi
43970STRIP=$ac_cv_prog_STRIP
43971if test -n "$STRIP"; then
43972 echo "$as_me:$LINENO: result: $STRIP" >&5
43973echo "${ECHO_T}$STRIP" >&6
43974else
43975 echo "$as_me:$LINENO: result: no" >&5
43976echo "${ECHO_T}no" >&6
43977fi
43978
43979fi
43980if test -z "$ac_cv_prog_STRIP"; then
43981 ac_ct_STRIP=$STRIP
43982 # Extract the first word of "strip", so it can be a program name with args.
43983set dummy strip; ac_word=$2
43984echo "$as_me:$LINENO: checking for $ac_word" >&5
43985echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43986if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
43987 echo $ECHO_N "(cached) $ECHO_C" >&6
43988else
43989 if test -n "$ac_ct_STRIP"; then
43990 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
43991else
43992as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43993for as_dir in $PATH
43994do
43995 IFS=$as_save_IFS
43996 test -z "$as_dir" && as_dir=.
43997 for ac_exec_ext in '' $ac_executable_extensions; do
43998 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43999 ac_cv_prog_ac_ct_STRIP="strip"
44000 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44001 break 2
44002 fi
44003done
44004done
44005
44006 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
44007fi
44008fi
44009ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
44010if test -n "$ac_ct_STRIP"; then
44011 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
44012echo "${ECHO_T}$ac_ct_STRIP" >&6
44013else
44014 echo "$as_me:$LINENO: result: no" >&5
44015echo "${ECHO_T}no" >&6
44016fi
44017
44018 STRIP=$ac_ct_STRIP
44019else
44020 STRIP="$ac_cv_prog_STRIP"
44021fi
44022
44023 if test -n "$ac_tool_prefix"; then
44024 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
44025set dummy ${ac_tool_prefix}nm; ac_word=$2
44026echo "$as_me:$LINENO: checking for $ac_word" >&5
44027echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
44028if test "${ac_cv_prog_NM+set}" = set; then
44029 echo $ECHO_N "(cached) $ECHO_C" >&6
44030else
44031 if test -n "$NM"; then
44032 ac_cv_prog_NM="$NM" # Let the user override the test.
44033else
44034as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44035for as_dir in $PATH
44036do
44037 IFS=$as_save_IFS
44038 test -z "$as_dir" && as_dir=.
44039 for ac_exec_ext in '' $ac_executable_extensions; do
44040 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44041 ac_cv_prog_NM="${ac_tool_prefix}nm"
44042 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44043 break 2
44044 fi
44045done
44046done
44047
44048fi
44049fi
44050NM=$ac_cv_prog_NM
44051if test -n "$NM"; then
44052 echo "$as_me:$LINENO: result: $NM" >&5
44053echo "${ECHO_T}$NM" >&6
44054else
44055 echo "$as_me:$LINENO: result: no" >&5
44056echo "${ECHO_T}no" >&6
44057fi
44058
44059fi
44060if test -z "$ac_cv_prog_NM"; then
44061 ac_ct_NM=$NM
44062 # Extract the first word of "nm", so it can be a program name with args.
44063set dummy nm; ac_word=$2
44064echo "$as_me:$LINENO: checking for $ac_word" >&5
44065echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
44066if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
44067 echo $ECHO_N "(cached) $ECHO_C" >&6
44068else
44069 if test -n "$ac_ct_NM"; then
44070 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
44071else
44072as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44073for as_dir in $PATH
44074do
44075 IFS=$as_save_IFS
44076 test -z "$as_dir" && as_dir=.
44077 for ac_exec_ext in '' $ac_executable_extensions; do
44078 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44079 ac_cv_prog_ac_ct_NM="nm"
44080 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44081 break 2
44082 fi
44083done
44084done
44085
44086 test -z "$ac_cv_prog_ac_ct_NM" && ac_cv_prog_ac_ct_NM=":"
44087fi
44088fi
44089ac_ct_NM=$ac_cv_prog_ac_ct_NM
44090if test -n "$ac_ct_NM"; then
44091 echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
44092echo "${ECHO_T}$ac_ct_NM" >&6
44093else
44094 echo "$as_me:$LINENO: result: no" >&5
44095echo "${ECHO_T}no" >&6
44096fi
44097
44098 NM=$ac_ct_NM
44099else
44100 NM="$ac_cv_prog_NM"
44101fi
44102
44103
44104 case ${BAKEFILE_HOST} in
44105 *-hp-hpux* )
1e9e8aba 44106 INSTALL_DIR="mkdir -p"
a848cd7e
SC
44107 ;;
44108 *) INSTALL_DIR="$INSTALL -d"
44109 ;;
44110 esac
44111
44112
44113 LDFLAGS_GUI=
44114 case ${BAKEFILE_HOST} in
44115 *-*-cygwin* | *-*-mingw32* )
44116 LDFLAGS_GUI="-mwindows"
44117 esac
44118
44119
44120 fi
44121
44122 echo "$as_me:$LINENO: checking if make is GNU make" >&5
44123echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
44124if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
44125 echo $ECHO_N "(cached) $ECHO_C" >&6
44126else
44127
44128 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
44129 egrep -s GNU > /dev/null); then
44130 bakefile_cv_prog_makeisgnu="yes"
44131 else
44132 bakefile_cv_prog_makeisgnu="no"
44133 fi
44134
44135fi
44136echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
44137echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
44138
44139 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
44140 IF_GNU_MAKE=""
44141 else
44142 IF_GNU_MAKE="#"
44143 fi
44144
44145
44146
44147 PLATFORM_UNIX=0
44148 PLATFORM_WIN32=0
44149 PLATFORM_MSDOS=0
44150 PLATFORM_MAC=0
1e9e8aba 44151 PLATFORM_MACOS=0
a848cd7e
SC
44152 PLATFORM_MACOSX=0
44153 PLATFORM_OS2=0
1e9e8aba 44154 PLATFORM_BEOS=0
a848cd7e
SC
44155
44156 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
44157 case "${BAKEFILE_HOST}" in
810b94f0 44158 *-*-mingw32* )
a848cd7e
SC
44159 PLATFORM_WIN32=1
44160 ;;
44161 *-pc-msdosdjgpp )
44162 PLATFORM_MSDOS=1
44163 ;;
44164 *-pc-os2_emx | *-pc-os2-emx )
44165 PLATFORM_OS2=1
44166 ;;
47bd5406 44167 *-*-darwin* )
a848cd7e
SC
44168 PLATFORM_MAC=1
44169 PLATFORM_MACOSX=1
44170 ;;
1e9e8aba
DE
44171 *-*-beos* )
44172 PLATFORM_BEOS=1
44173 ;;
44174 powerpc-apple-macos* )
44175 PLATFORM_MAC=1
44176 PLATFORM_MACOS=1
44177 ;;
a848cd7e
SC
44178 * )
44179 PLATFORM_UNIX=1
44180 ;;
44181 esac
44182 else
44183 case "$BAKEFILE_FORCE_PLATFORM" in
44184 win32 )
44185 PLATFORM_WIN32=1
44186 ;;
44187 msdos )
44188 PLATFORM_MSDOS=1
44189 ;;
44190 os2 )
44191 PLATFORM_OS2=1
44192 ;;
44193 darwin )
44194 PLATFORM_MAC=1
44195 PLATFORM_MACOSX=1
44196 ;;
44197 unix )
44198 PLATFORM_UNIX=1
44199 ;;
1e9e8aba
DE
44200 beos )
44201 PLATFORM_BEOS=1
44202 ;;
a848cd7e
SC
44203 * )
44204 { { echo "$as_me:$LINENO: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&5
44205echo "$as_me: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&2;}
44206 { (exit 1); exit 1; }; }
44207 ;;
44208 esac
44209 fi
44210
44211
44212
44213
44214
44215
44216
44217
44218
1e9e8aba
DE
44219
44220
a848cd7e
SC
44221 # Check whether --enable-omf or --disable-omf was given.
44222if test "${enable_omf+set}" = set; then
44223 enableval="$enable_omf"
44224 bk_os2_use_omf="$enableval"
44225fi;
44226
44227 case "${BAKEFILE_HOST}" in
44228 *-*-darwin* )
47bd5406
VZ
44229 if test "x$GCC" = "xyes"; then
44230 CFLAGS="$CFLAGS -fno-common"
44231 CXXFLAGS="$CXXFLAGS -fno-common"
44232 fi
44233 if test "x$XLCC" = "xyes"; then
44234 CFLAGS="$CFLAGS -qnocommon"
44235 CXXFLAGS="$CXXFLAGS -qnocommon"
44236 fi
a848cd7e
SC
44237 ;;
44238
44239 *-pc-os2_emx | *-pc-os2-emx )
44240 if test "x$bk_os2_use_omf" = "xyes" ; then
44241 AR=emxomfar
44242 RANLIB=:
44243 LDFLAGS="-Zomf $LDFLAGS"
44244 CFLAGS="-Zomf $CFLAGS"
44245 CXXFLAGS="-Zomf $CXXFLAGS"
44246 OS2_LIBEXT="lib"
44247 else
44248 OS2_LIBEXT="a"
44249 fi
44250 ;;
1e9e8aba
DE
44251
44252 i*86-*-beos* )
44253 LDFLAGS="-L/boot/develop/lib/x86 $LDFLAGS"
44254 ;;
a848cd7e
SC
44255 esac
44256
44257
44258 SO_SUFFIX="so"
44259 SO_SUFFIX_MODULE="so"
44260 EXEEXT=""
44261 LIBPREFIX="lib"
44262 LIBEXT=".a"
44263 DLLPREFIX="lib"
44264 DLLPREFIX_MODULE=""
44265 DLLIMP_SUFFIX=""
810b94f0 44266 dlldir="$libdir"
a848cd7e
SC
44267
44268 case "${BAKEFILE_HOST}" in
44269 *-hp-hpux* )
44270 SO_SUFFIX="sl"
44271 SO_SUFFIX_MODULE="sl"
44272 ;;
44273 *-*-aix* )
44274 SO_SUFFIX="a"
44275 SO_SUFFIX_MODULE="a"
44276 ;;
810b94f0
MW
44277 *-*-cygwin* )
44278 SO_SUFFIX="dll"
44279 SO_SUFFIX_MODULE="dll"
44280 DLLIMP_SUFFIX="dll.a"
44281 EXEEXT=".exe"
44282 DLLPREFIX="cyg"
44283 dlldir="$bindir"
44284 ;;
44285 *-*-mingw32* )
a848cd7e
SC
44286 SO_SUFFIX="dll"
44287 SO_SUFFIX_MODULE="dll"
44288 DLLIMP_SUFFIX="dll.a"
44289 EXEEXT=".exe"
44290 DLLPREFIX=""
810b94f0 44291 dlldir="$bindir"
a848cd7e
SC
44292 ;;
44293 *-pc-msdosdjgpp )
44294 EXEEXT=".exe"
44295 DLLPREFIX=""
810b94f0 44296 dlldir="$bindir"
a848cd7e
SC
44297 ;;
44298 *-pc-os2_emx | *-pc-os2-emx )
44299 SO_SUFFIX="dll"
44300 SO_SUFFIX_MODULE="dll"
44301 DLLIMP_SUFFIX=$OS2_LIBEXT
44302 EXEEXT=".exe"
44303 DLLPREFIX=""
44304 LIBPREFIX=""
44305 LIBEXT=".$OS2_LIBEXT"
810b94f0 44306 dlldir="$bindir"
a848cd7e 44307 ;;
47bd5406 44308 *-*-darwin* )
a848cd7e
SC
44309 SO_SUFFIX="dylib"
44310 SO_SUFFIX_MODULE="bundle"
44311 ;;
44312 esac
44313
44314 if test "x$DLLIMP_SUFFIX" = "x" ; then
44315 DLLIMP_SUFFIX="$SO_SUFFIX"
44316 fi
44317
44318
44319
44320
44321
44322
44323
44324
44325
44326
44327
810b94f0 44328
1e9e8aba
DE
44329 PIC_FLAG=""
44330 if test "x$GCC" = "xyes"; then
a848cd7e
SC
44331 PIC_FLAG="-fPIC"
44332 fi
44333
1e9e8aba
DE
44334 SHARED_LD_CC="\$(CC) -shared ${PIC_FLAG} -o"
44335 SHARED_LD_CXX="\$(CXX) -shared ${PIC_FLAG} -o"
810b94f0 44336 WINDOWS_IMPLIB=0
1e9e8aba 44337
a848cd7e
SC
44338 case "${BAKEFILE_HOST}" in
44339 *-hp-hpux* )
1e9e8aba 44340 if test "x$GCC" != "xyes"; then
a848cd7e
SC
44341 LDFLAGS="$LDFLAGS -L/usr/lib"
44342
44343 SHARED_LD_CC="${CC} -b -o"
44344 SHARED_LD_CXX="${CXX} -b -o"
44345 PIC_FLAG="+Z"
44346 fi
44347 ;;
44348
44349 *-*-linux* )
44350 if test "x$GCC" != "xyes"; then
44351 echo "$as_me:$LINENO: checking for Intel compiler" >&5
44352echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
44353if test "${bakefile_cv_prog_icc+set}" = set; then
44354 echo $ECHO_N "(cached) $ECHO_C" >&6
44355else
44356
44357 cat >conftest.$ac_ext <<_ACEOF
44358/* confdefs.h. */
44359_ACEOF
44360cat confdefs.h >>conftest.$ac_ext
44361cat >>conftest.$ac_ext <<_ACEOF
44362/* end confdefs.h. */
44363
44364int
44365main ()
44366{
44367
44368 #ifndef __INTEL_COMPILER
44369 #error Not icc
44370 #endif
44371
44372 ;
44373 return 0;
44374}
44375_ACEOF
44376rm -f conftest.$ac_objext
44377if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 44378 (eval $ac_compile) 2>conftest.er1
a848cd7e 44379 ac_status=$?
ac1cb8d3
VS
44380 grep -v '^ *+' conftest.er1 >conftest.err
44381 rm -f conftest.er1
44382 cat conftest.err >&5
a848cd7e
SC
44383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44384 (exit $ac_status); } &&
5ff751d6 44385 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
44386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44387 (eval $ac_try) 2>&5
44388 ac_status=$?
44389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44390 (exit $ac_status); }; } &&
44391 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
44392 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44393 (eval $ac_try) 2>&5
44394 ac_status=$?
44395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44396 (exit $ac_status); }; }; then
44397 bakefile_cv_prog_icc=yes
44398else
44399 echo "$as_me: failed program was:" >&5
44400sed 's/^/| /' conftest.$ac_ext >&5
44401
44402bakefile_cv_prog_icc=no
44403
44404fi
ac1cb8d3 44405rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
44406
44407fi
44408echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
44409echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
44410 if test "$bakefile_cv_prog_icc" = "yes"; then
44411 PIC_FLAG="-KPIC"
44412 fi
44413 fi
44414 ;;
44415
44416 *-*-solaris2* )
44417 if test "x$GCC" != xyes ; then
44418 SHARED_LD_CC="${CC} -G -o"
44419 SHARED_LD_CXX="${CXX} -G -o"
44420 PIC_FLAG="-KPIC"
44421 fi
44422 ;;
44423
44424 *-*-darwin* )
44425
473276a9
VS
44426D='$'
44427cat <<EOF >shared-ld-sh
a848cd7e
SC
44428#!/bin/sh
44429#-----------------------------------------------------------------------------
44430#-- Name: distrib/mac/shared-ld-sh
44431#-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
44432#-- Author: Gilles Depeyrot
44433#-- Copyright: (c) 2002 Gilles Depeyrot
44434#-- Licence: any use permitted
44435#-----------------------------------------------------------------------------
44436
44437verbose=0
44438args=""
44439objects=""
44440linking_flag="-dynamiclib"
810b94f0 44441ldargs="-r -keep_private_externs -nostdlib"
a848cd7e 44442
473276a9
VS
44443while test ${D}# -gt 0; do
44444 case ${D}1 in
a848cd7e
SC
44445
44446 -v)
44447 verbose=1
44448 ;;
44449
44450 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
44451 # collect these options and values
473276a9 44452 args="${D}{args} ${D}1 ${D}2"
a848cd7e
SC
44453 shift
44454 ;;
44455
810b94f0
MW
44456 -s|-Wl,*)
44457 # collect these load args
44458 ldargs="${D}{ldargs} ${D}1"
2113bc77 44459 ;;
810b94f0
MW
44460
44461 -l*|-L*|-flat_namespace|-headerpad_max_install_names)
a848cd7e 44462 # collect these options
473276a9 44463 args="${D}{args} ${D}1"
a848cd7e
SC
44464 ;;
44465
44466 -dynamiclib|-bundle)
473276a9 44467 linking_flag="${D}1"
a848cd7e
SC
44468 ;;
44469
44470 -*)
473276a9 44471 echo "shared-ld: unhandled option '${D}1'"
a848cd7e
SC
44472 exit 1
44473 ;;
44474
44475 *.o | *.a | *.dylib)
44476 # collect object files
473276a9 44477 objects="${D}{objects} ${D}1"
a848cd7e
SC
44478 ;;
44479
44480 *)
473276a9 44481 echo "shared-ld: unhandled argument '${D}1'"
a848cd7e
SC
44482 exit 1
44483 ;;
44484
44485 esac
44486 shift
44487done
44488
810b94f0
MW
44489status=0
44490
a848cd7e
SC
44491#
44492# Link one module containing all the others
44493#
473276a9 44494if test ${D}{verbose} = 1; then
810b94f0 44495 echo "c++ ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o"
a848cd7e 44496fi
810b94f0 44497c++ ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o
473276a9 44498status=${D}?
a848cd7e
SC
44499
44500#
810b94f0
MW
44501# Link the shared library from the single module created, but only if the
44502# previous command didn't fail:
a848cd7e 44503#
810b94f0
MW
44504if test ${D}{status} = 0; then
44505 if test ${D}{verbose} = 1; then
44506 echo "c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
44507 fi
44508 c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}
44509 status=${D}?
a848cd7e
SC
44510fi
44511
44512#
44513# Remove intermediate module
44514#
473276a9 44515rm -f master.${D}${D}.o
a848cd7e 44516
810b94f0 44517exit ${D}status
a848cd7e 44518EOF
473276a9 44519
583d6b4b
VZ
44520 chmod +x shared-ld-sh
44521
44522 SHARED_LD_MODULE_CC="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
44523 SHARED_LD_MODULE_CXX="$SHARED_LD_MODULE_CC"
44524
44525
44526 echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
44527echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6
44528if test "${bakefile_cv_gcc31+set}" = set; then
44529 echo $ECHO_N "(cached) $ECHO_C" >&6
44530else
44531
44532 cat >conftest.$ac_ext <<_ACEOF
44533/* confdefs.h. */
44534_ACEOF
44535cat confdefs.h >>conftest.$ac_ext
44536cat >>conftest.$ac_ext <<_ACEOF
44537/* end confdefs.h. */
44538
44539int
44540main ()
44541{
44542
44543 #if (__GNUC__ < 3) || \
44544 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
44545 #error old gcc
44546 #endif
a848cd7e 44547
583d6b4b
VZ
44548 ;
44549 return 0;
44550}
44551_ACEOF
44552rm -f conftest.$ac_objext
44553if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44554 (eval $ac_compile) 2>conftest.er1
44555 ac_status=$?
44556 grep -v '^ *+' conftest.er1 >conftest.err
44557 rm -f conftest.er1
44558 cat conftest.err >&5
44559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44560 (exit $ac_status); } &&
5ff751d6 44561 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
583d6b4b
VZ
44562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44563 (eval $ac_try) 2>&5
44564 ac_status=$?
44565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44566 (exit $ac_status); }; } &&
44567 { ac_try='test -s conftest.$ac_objext'
44568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44569 (eval $ac_try) 2>&5
44570 ac_status=$?
44571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44572 (exit $ac_status); }; }; then
44573
44574 bakefile_cv_gcc31=yes
44575
44576else
44577 echo "$as_me: failed program was:" >&5
44578sed 's/^/| /' conftest.$ac_ext >&5
44579
44580
44581 bakefile_cv_gcc31=no
44582
44583
44584fi
44585rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
44586
44587fi
44588echo "$as_me:$LINENO: result: $bakefile_cv_gcc31" >&5
44589echo "${ECHO_T}$bakefile_cv_gcc31" >&6
44590 if test "$bakefile_cv_gcc31" = "no"; then
a848cd7e 44591 SHARED_LD_CC="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
a848cd7e 44592 SHARED_LD_CXX="$SHARED_LD_CC"
a848cd7e
SC
44593 else
44594 SHARED_LD_CC="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
a848cd7e 44595 SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
a848cd7e
SC
44596 fi
44597
47bd5406
VZ
44598 if test "x$GCC" == "xyes"; then
44599 PIC_FLAG="-dynamic -fPIC"
44600 fi
44601 if test "x$XLCC" = "xyes"; then
44602 PIC_FLAG="-dynamic -DPIC"
44603 fi
a848cd7e
SC
44604 ;;
44605
44606 *-*-aix* )
f6b50c59 44607 if test "x$GCC" = "xyes"; then
583d6b4b 44608 PIC_FLAG=""
f6b50c59 44609
583d6b4b
VZ
44610 case "${BAKEFILE_HOST}" in
44611 *-*-aix5* )
44612 LD_EXPFULL="-Wl,-bexpfull"
44613 ;;
44614 esac
f6b50c59 44615
583d6b4b
VZ
44616 SHARED_LD_CC="\$(CC) -shared $LD_EXPFULL -o"
44617 SHARED_LD_CXX="\$(CXX) -shared $LD_EXPFULL -o"
44618 else
44619 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
a848cd7e
SC
44620set dummy makeC++SharedLib; ac_word=$2
44621echo "$as_me:$LINENO: checking for $ac_word" >&5
44622echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
44623if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
44624 echo $ECHO_N "(cached) $ECHO_C" >&6
44625else
44626 if test -n "$AIX_CXX_LD"; then
44627 ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
44628else
44629as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44630for as_dir in $PATH
44631do
44632 IFS=$as_save_IFS
44633 test -z "$as_dir" && as_dir=.
44634 for ac_exec_ext in '' $ac_executable_extensions; do
44635 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44636 ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
44637 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44638 break 2
44639 fi
44640done
44641done
44642
44643 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
44644fi
44645fi
44646AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD
44647if test -n "$AIX_CXX_LD"; then
44648 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
44649echo "${ECHO_T}$AIX_CXX_LD" >&6
44650else
44651 echo "$as_me:$LINENO: result: no" >&5
44652echo "${ECHO_T}no" >&6
44653fi
44654
f6b50c59 44655 SHARED_LD_CC="$AIX_CC_LD -p 0 -o"
a848cd7e
SC
44656 SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o"
44657 fi
44658 ;;
44659
44660 *-*-beos* )
1e9e8aba
DE
44661 SHARED_LD_CC="${LD} -nostart -o"
44662 SHARED_LD_CXX="${LD} -nostart -o"
a848cd7e
SC
44663 ;;
44664
44665 *-*-irix* )
44666 if test "x$GCC" != "xyes"; then
44667 PIC_FLAG="-KPIC"
44668 fi
44669 ;;
44670
44671 *-*-cygwin* | *-*-mingw32* )
44672 PIC_FLAG=""
1e9e8aba
DE
44673 SHARED_LD_CC="\$(CC) -shared -o"
44674 SHARED_LD_CXX="\$(CXX) -shared -o"
810b94f0 44675 WINDOWS_IMPLIB=1
a848cd7e
SC
44676 ;;
44677
44678 *-pc-os2_emx | *-pc-os2-emx )
b1d22ded
DE
44679 SHARED_LD_CC="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
44680 SHARED_LD_CXX="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
a848cd7e 44681 PIC_FLAG=""
473276a9
VS
44682
44683D='$'
44684cat <<EOF >dllar.sh
44685#!/bin/sh
44686#
44687# dllar - a tool to build both a .dll and an .a file
44688# from a set of object (.o) files for EMX/OS2.
44689#
44690# Written by Andrew Zabolotny, bit@freya.etu.ru
44691# Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
44692#
44693# This script will accept a set of files on the command line.
44694# All the public symbols from the .o files will be exported into
44695# a .DEF file, then linker will be run (through gcc) against them to
44696# build a shared library consisting of all given .o files. All libraries
44697# (.a) will be first decompressed into component .o files then act as
44698# described above. You can optionally give a description (-d "description")
44699# which will be put into .DLL. To see the list of accepted options (as well
44700# as command-line format) simply run this program without options. The .DLL
44701# is built to be imported by name (there is no guarantee that new versions
44702# of the library you build will have same ordinals for same symbols).
44703#
44704# dllar is free software; you can redistribute it and/or modify
44705# it under the terms of the GNU General Public License as published by
44706# the Free Software Foundation; either version 2, or (at your option)
44707# any later version.
44708#
44709# dllar is distributed in the hope that it will be useful,
44710# but WITHOUT ANY WARRANTY; without even the implied warranty of
44711# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
44712# GNU General Public License for more details.
44713#
44714# You should have received a copy of the GNU General Public License
44715# along with dllar; see the file COPYING. If not, write to the Free
44716# Software Foundation, 59 Temple Place - Suite 330, Boston, MA
44717# 02111-1307, USA.
44718
44719# To successfuly run this program you will need:
44720# - Current drive should have LFN support (HPFS, ext2, network, etc)
44721# (Sometimes dllar generates filenames which won't fit 8.3 scheme)
44722# - gcc
44723# (used to build the .dll)
44724# - emxexp
44725# (used to create .def file from .o files)
44726# - emximp
44727# (used to create .a file from .def file)
44728# - GNU text utilites (cat, sort, uniq)
44729# used to process emxexp output
44730# - GNU file utilities (mv, rm)
44731# - GNU sed
44732# - lxlite (optional, see flag below)
44733# (used for general .dll cleanup)
44734#
44735
44736flag_USE_LXLITE=1;
44737
44738#
44739# helper functions
44740# basnam, variant of basename, which does _not_ remove the path, _iff_
44741# second argument (suffix to remove) is given
44742basnam(){
44743 case ${D}# in
44744 1)
1e9e8aba 44745 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
473276a9
VS
44746 ;;
44747 2)
44748 echo ${D}1 | sed 's/'${D}2'${D}//'
44749 ;;
44750 *)
44751 echo "error in basnam ${D}*"
44752 exit 8
44753 ;;
44754 esac
44755}
44756
44757# Cleanup temporary files and output
44758CleanUp() {
44759 cd ${D}curDir
44760 for i in ${D}inputFiles ; do
44761 case ${D}i in
44762 *!)
44763 rm -rf \`basnam ${D}i !\`
44764 ;;
44765 *)
44766 ;;
44767 esac
44768 done
44769
44770 # Kill result in case of failure as there is just to many stupid make/nmake
44771 # things out there which doesn't do this.
1e9e8aba 44772 if [ ${D}# -eq 0 ]; then
473276a9
VS
44773 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
44774 fi
44775}
44776
44777# Print usage and exit script with rc=1.
44778PrintHelp() {
b1d22ded
DE
44779 echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
44780 echo ' [-name-mangler-script script.sh]'
44781 echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
44782 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
44783 echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
1e9e8aba 44784 echo ' [*.o] [*.a]'
473276a9
VS
44785 echo '*> "output_file" should have no extension.'
44786 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
44787 echo ' The import library name is derived from this and is set to "name".a,'
44788 echo ' unless overridden by -import'
44789 echo '*> "importlib_name" should have no extension.'
44790 echo ' If it has the .o, or .a extension, it is automatically removed.'
44791 echo ' This name is used as the import library name and may be longer and'
44792 echo ' more descriptive than the DLL name which has to follow the old '
44793 echo ' 8.3 convention of FAT.'
b1d22ded
DE
44794 echo '*> "script.sh may be given to override the output_file name by a'
44795 echo ' different name. It is mainly useful if the regular make process'
44796 echo ' of some package does not take into account OS/2 restriction of'
44797 echo ' DLL name lengths. It takes the importlib name as input and is'
44798 echo ' supposed to procude a shorter name as output. The script should'
44799 echo ' expect to get importlib_name without extension and should produce'
44800 echo ' a (max.) 8 letter name without extension.'
473276a9
VS
44801 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
44802 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
44803 echo ' These flags will be put at the start of GCC command line.'
b1d22ded
DE
44804 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
44805 echo '*> -ex[clude] defines symbols which will not be exported. You can define'
473276a9
VS
44806 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
44807 echo ' If the last character of a symbol is "*", all symbols beginning'
44808 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
b1d22ded 44809 echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
473276a9 44810 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
b1d22ded 44811 echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
473276a9 44812 echo ' C runtime DLLs.'
b1d22ded 44813 echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
473276a9
VS
44814 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
44815 echo ' unchanged to GCC at the end of command line.'
44816 echo '*> If you create a DLL from a library and you do not specify -o,'
44817 echo ' the basename for DLL and import library will be set to library name,'
44818 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
44819 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
44820 echo ' library will be renamed into gcc_s.a.'
44821 echo '--------'
44822 echo 'Example:'
44823 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
44824 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
44825 CleanUp
44826 exit 1
44827}
44828
44829# Execute a command.
44830# If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
44831# @Uses Whatever CleanUp() uses.
44832doCommand() {
44833 echo "${D}*"
44834 eval ${D}*
44835 rcCmd=${D}?
44836
1e9e8aba 44837 if [ ${D}rcCmd -ne 0 ]; then
473276a9
VS
44838 echo "command failed, exit code="${D}rcCmd
44839 CleanUp
44840 exit ${D}rcCmd
44841 fi
44842}
44843
44844# main routine
44845# setup globals
44846cmdLine=${D}*
44847outFile=""
44848outimpFile=""
44849inputFiles=""
b1d22ded 44850renameScript=""
473276a9
VS
44851description=""
44852CC=gcc.exe
44853CFLAGS="-s -Zcrtdll"
44854EXTRA_CFLAGS=""
44855EXPORT_BY_ORDINALS=0
44856exclude_symbols=""
44857library_flags=""
44858curDir=\`pwd\`
44859curDirS=curDir
44860case ${D}curDirS in
44861*/)
44862 ;;
44863*)
44864 curDirS=${D}{curDirS}"/"
44865 ;;
44866esac
44867# Parse commandline
44868libsToLink=0
b1d22ded 44869omfLinking=0
1e9e8aba 44870while [ ${D}1 ]; do
473276a9
VS
44871 case ${D}1 in
44872 -ord*)
44873 EXPORT_BY_ORDINALS=1;
44874 ;;
44875 -o*)
44876 shift
44877 outFile=${D}1
44878 ;;
44879 -i*)
44880 shift
44881 outimpFile=${D}1
44882 ;;
b1d22ded
DE
44883 -name-mangler-script)
44884 shift
44885 renameScript=${D}1
44886 ;;
473276a9
VS
44887 -d*)
44888 shift
44889 description=${D}1
44890 ;;
44891 -f*)
44892 shift
44893 CFLAGS=${D}1
44894 ;;
44895 -c*)
44896 shift
44897 CC=${D}1
44898 ;;
44899 -h*)
44900 PrintHelp
44901 ;;
44902 -ex*)
44903 shift
44904 exclude_symbols=${D}{exclude_symbols}${D}1" "
44905 ;;
44906 -libf*)
44907 shift
44908 library_flags=${D}{library_flags}${D}1" "
44909 ;;
44910 -nocrt*)
44911 CFLAGS="-s"
44912 ;;
44913 -nolxl*)
44914 flag_USE_LXLITE=0
44915 ;;
44916 -* | /*)
44917 case ${D}1 in
44918 -L* | -l*)
44919 libsToLink=1
44920 ;;
b1d22ded
DE
44921 -Zomf)
44922 omfLinking=1
44923 ;;
473276a9
VS
44924 *)
44925 ;;
44926 esac
44927 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
44928 ;;
b1d22ded
DE
44929 *.dll)
44930 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
44931 if [ ${D}omfLinking -eq 1 ]; then
44932 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
44933 else
44934 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
44935 fi
44936 ;;
473276a9
VS
44937 *)
44938 found=0;
1e9e8aba 44939 if [ ${D}libsToLink -ne 0 ]; then
473276a9
VS
44940 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
44941 else
44942 for file in ${D}1 ; do
1e9e8aba 44943 if [ -f ${D}file ]; then
473276a9
VS
44944 inputFiles="${D}{inputFiles} ${D}file"
44945 found=1
44946 fi
44947 done
1e9e8aba 44948 if [ ${D}found -eq 0 ]; then
473276a9
VS
44949 echo "ERROR: No file(s) found: "${D}1
44950 exit 8
44951 fi
44952 fi
44953 ;;
44954 esac
44955 shift
44956done # iterate cmdline words
44957
44958#
1e9e8aba 44959if [ -z "${D}inputFiles" ]; then
473276a9
VS
44960 echo "dllar: no input files"
44961 PrintHelp
44962fi
44963
44964# Now extract all .o files from .a files
44965newInputFiles=""
44966for file in ${D}inputFiles ; do
44967 case ${D}file in
44968 *.a | *.lib)
44969 case ${D}file in
44970 *.a)
44971 suffix=".a"
44972 AR="ar"
44973 ;;
44974 *.lib)
44975 suffix=".lib"
44976 AR="emxomfar"
44977 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
44978 ;;
44979 *)
44980 ;;
44981 esac
44982 dirname=\`basnam ${D}file ${D}suffix\`"_%"
44983 mkdir ${D}dirname
1e9e8aba 44984 if [ ${D}? -ne 0 ]; then
473276a9
VS
44985 echo "Failed to create subdirectory ./${D}dirname"
44986 CleanUp
44987 exit 8;
44988 fi
44989 # Append '!' to indicate archive
44990 newInputFiles="${D}newInputFiles ${D}{dirname}!"
44991 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
44992 cd ${D}curDir
44993 found=0;
44994 for subfile in ${D}dirname/*.o* ; do
1e9e8aba 44995 if [ -f ${D}subfile ]; then
473276a9 44996 found=1
1e9e8aba 44997 if [ -s ${D}subfile ]; then
473276a9
VS
44998 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
44999 newInputFiles="${D}newInputFiles ${D}subfile"
45000 fi
45001 fi
45002 done
1e9e8aba
DE
45003 if [ ${D}found -eq 0 ]; then
45004 echo "WARNING: there are no files in archive \\'${D}file\\'"
473276a9
VS
45005 fi
45006 ;;
45007 *)
45008 newInputFiles="${D}{newInputFiles} ${D}file"
45009 ;;
45010 esac
45011done
45012inputFiles="${D}newInputFiles"
45013
45014# Output filename(s).
45015do_backup=0;
1e9e8aba 45016if [ -z ${D}outFile ]; then
473276a9
VS
45017 do_backup=1;
45018 set outFile ${D}inputFiles; outFile=${D}2
45019fi
45020
45021# If it is an archive, remove the '!' and the '_%' suffixes
45022case ${D}outFile in
45023*_%!)
45024 outFile=\`basnam ${D}outFile _%!\`
45025 ;;
45026*)
45027 ;;
45028esac
45029case ${D}outFile in
45030*.dll)
45031 outFile=\`basnam ${D}outFile .dll\`
45032 ;;
45033*.DLL)
45034 outFile=\`basnam ${D}outFile .DLL\`
45035 ;;
45036*.o)
45037 outFile=\`basnam ${D}outFile .o\`
45038 ;;
45039*.obj)
45040 outFile=\`basnam ${D}outFile .obj\`
45041 ;;
45042*.a)
45043 outFile=\`basnam ${D}outFile .a\`
45044 ;;
45045*.lib)
45046 outFile=\`basnam ${D}outFile .lib\`
45047 ;;
45048*)
45049 ;;
45050esac
45051case ${D}outimpFile in
45052*.a)
45053 outimpFile=\`basnam ${D}outimpFile .a\`
45054 ;;
45055*.lib)
45056 outimpFile=\`basnam ${D}outimpFile .lib\`
45057 ;;
45058*)
45059 ;;
45060esac
1e9e8aba 45061if [ -z ${D}outimpFile ]; then
473276a9
VS
45062 outimpFile=${D}outFile
45063fi
45064defFile="${D}{outFile}.def"
45065arcFile="${D}{outimpFile}.a"
45066arcFile2="${D}{outimpFile}.lib"
b1d22ded
DE
45067
45068#create ${D}dllFile as something matching 8.3 restrictions,
45069if [ -z ${D}renameScript ] ; then
45070 dllFile="${D}outFile"
45071else
45072 dllFile=\`${D}renameScript ${D}outimpFile\`
45073fi
473276a9 45074
1e9e8aba
DE
45075if [ ${D}do_backup -ne 0 ] ; then
45076 if [ -f ${D}arcFile ] ; then
473276a9
VS
45077 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
45078 fi
1e9e8aba 45079 if [ -f ${D}arcFile2 ] ; then
473276a9
VS
45080 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
45081 fi
45082fi
45083
45084# Extract public symbols from all the object files.
45085tmpdefFile=${D}{defFile}_%
45086rm -f ${D}tmpdefFile
45087for file in ${D}inputFiles ; do
45088 case ${D}file in
45089 *!)
45090 ;;
45091 *)
45092 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
45093 ;;
45094 esac
45095done
45096
45097# Create the def file.
45098rm -f ${D}defFile
45099echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
b1d22ded
DE
45100dllFile="${D}{dllFile}.dll"
45101if [ ! -z ${D}description ]; then
1e9e8aba 45102 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
473276a9
VS
45103fi
45104echo "EXPORTS" >> ${D}defFile
45105
45106doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
45107grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
45108
45109# Checks if the export is ok or not.
45110for word in ${D}exclude_symbols; do
45111 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
45112 mv ${D}{tmpdefFile}% ${D}tmpdefFile
45113done
45114
45115
1e9e8aba
DE
45116if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
45117 sed "=" < ${D}tmpdefFile | \\
473276a9
VS
45118 sed '
45119 N
45120 : loop
1e9e8aba 45121 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
473276a9
VS
45122 t loop
45123 ' > ${D}{tmpdefFile}%
45124 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
45125else
45126 rm -f ${D}{tmpdefFile}%
45127fi
45128cat ${D}tmpdefFile >> ${D}defFile
45129rm -f ${D}tmpdefFile
45130
45131# Do linking, create implib, and apply lxlite.
45132gccCmdl="";
45133for file in ${D}inputFiles ; do
45134 case ${D}file in
45135 *!)
45136 ;;
45137 *)
45138 gccCmdl="${D}gccCmdl ${D}file"
45139 ;;
45140 esac
45141done
45142doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
45143touch "${D}{outFile}.dll"
45144
45145doCommand "emximp -o ${D}arcFile ${D}defFile"
1e9e8aba 45146if [ ${D}flag_USE_LXLITE -ne 0 ]; then
473276a9 45147 add_flags="";
1e9e8aba 45148 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
473276a9
VS
45149 add_flags="-ynd"
45150 fi
45151 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
45152fi
45153doCommand "emxomf -s -l ${D}arcFile"
45154
45155# Successful exit.
45156CleanUp 1
45157exit 0
45158EOF
45159
45160 chmod +x dllar.sh
a848cd7e
SC
45161 ;;
45162
1e9e8aba 45163 powerpc-apple-macos* | \
0ad5d837 45164 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd*-gnu | \
a848cd7e
SC
45165 *-*-sunos4* | \
45166 *-*-osf* | \
45167 *-*-dgux5* | \
47a7e797
MW
45168 *-*-sysv5* | \
45169 *-pc-msdosdjgpp )
a848cd7e
SC
45170 ;;
45171
45172 *)
45173 { { echo "$as_me:$LINENO: error: unknown system type $BAKEFILE_HOST." >&5
45174echo "$as_me: error: unknown system type $BAKEFILE_HOST." >&2;}
45175 { (exit 1); exit 1; }; }
45176 esac
45177
2057db16
VS
45178 if test "x$PIC_FLAG" != "x" ; then
45179 PIC_FLAG="$PIC_FLAG -DPIC"
45180 fi
45181
a848cd7e
SC
45182 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
45183 SHARED_LD_MODULE_CC="$SHARED_LD_CC"
45184 fi
45185 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
45186 SHARED_LD_MODULE_CXX="$SHARED_LD_CXX"
45187 fi
45188
45189
45190
45191
45192
45193
45194
45195
810b94f0 45196
a848cd7e
SC
45197 USE_SOVERSION=0
45198 USE_SOVERLINUX=0
45199 USE_SOVERSOLARIS=0
810b94f0 45200 USE_SOVERCYGWIN=0
a848cd7e
SC
45201 USE_SOSYMLINKS=0
45202 USE_MACVERSION=0
45203 SONAME_FLAG=
45204
45205 case "${BAKEFILE_HOST}" in
0ad5d837 45206 *-*-linux* | *-*-freebsd* | *-*-k*bsd*-gnu )
5f652d0d
VS
45207 SONAME_FLAG="-Wl,-soname,"
45208 USE_SOVERSION=1
45209 USE_SOVERLINUX=1
45210 USE_SOSYMLINKS=1
45211 ;;
45212
a848cd7e
SC
45213 *-*-solaris2* )
45214 SONAME_FLAG="-h "
45215 USE_SOVERSION=1
45216 USE_SOVERSOLARIS=1
45217 USE_SOSYMLINKS=1
45218 ;;
45219
45220 *-*-darwin* )
45221 USE_MACVERSION=1
45222 USE_SOVERSION=1
45223 USE_SOSYMLINKS=1
45224 ;;
810b94f0
MW
45225
45226 *-*-cygwin* )
45227 USE_SOVERSION=1
45228 USE_SOVERCYGWIN=1
45229 ;;
a848cd7e
SC
45230 esac
45231
45232
45233
45234
45235
45236
45237
45238
45239
810b94f0 45240
a848cd7e
SC
45241 echo "$as_me:$LINENO: checking for dependency tracking method" >&5
45242echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
0ad5d837 45243 DEPS_TRACKING=1
a848cd7e
SC
45244
45245 if test "x$GCC" = "xyes"; then
45246 DEPSMODE=gcc
a848cd7e 45247 case "${BAKEFILE_HOST}" in
47bd5406 45248 *-*-darwin* )
0ad5d837 45249 DEPSFLAG="-no-cpp-precomp -MMD"
a848cd7e
SC
45250 ;;
45251 * )
0ad5d837 45252 DEPSFLAG="-MMD"
a848cd7e
SC
45253 ;;
45254 esac
45255 echo "$as_me:$LINENO: result: gcc" >&5
45256echo "${ECHO_T}gcc" >&6
b1d22ded 45257 elif test "x$MWCC" = "xyes"; then
81f90336 45258 DEPSMODE=mwcc
0ad5d837 45259 DEPSFLAG="-MM"
b1d22ded
DE
45260 echo "$as_me:$LINENO: result: mwcc" >&5
45261echo "${ECHO_T}mwcc" >&6
a9e5b1f0 45262 elif test "x$SUNCC" = "xyes"; then
0ad5d837
VZ
45263 DEPSMODE=unixcc
45264 DEPSFLAG="-xM1"
45265 echo "$as_me:$LINENO: result: Sun cc" >&5
45266echo "${ECHO_T}Sun cc" >&6
45267 elif test "x$SGICC" = "xyes"; then
45268 DEPSMODE=unixcc
45269 DEPSFLAG="-M"
45270 echo "$as_me:$LINENO: result: SGI cc" >&5
45271echo "${ECHO_T}SGI cc" >&6
3006edc0
VZ
45272 elif test "x$HPCC" = "xyes"; then
45273 DEPSMODE=unixcc
45274 DEPSFLAG="+make"
45275 echo "$as_me:$LINENO: result: HP cc" >&5
45276echo "${ECHO_T}HP cc" >&6
a1aa0349
VZ
45277 elif test "x$COMPAQCC" = "xyes"; then
45278 DEPSMODE=gcc
45279 DEPSFLAG="-MD"
45280 echo "$as_me:$LINENO: result: Compaq cc" >&5
45281echo "${ECHO_T}Compaq cc" >&6
a848cd7e 45282 else
3006edc0 45283 DEPS_TRACKING=0
a848cd7e
SC
45284 echo "$as_me:$LINENO: result: none" >&5
45285echo "${ECHO_T}none" >&6
45286 fi
45287
45288 if test $DEPS_TRACKING = 1 ; then
473276a9
VS
45289
45290D='$'
45291cat <<EOF >bk-deps
a848cd7e
SC
45292#!/bin/sh
45293
45294# This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
45295# script. It is used to track C/C++ files dependencies in portable way.
45296#
45297# Permission is given to use this file in any way.
45298
473276a9 45299DEPSMODE=${DEPSMODE}
a848cd7e 45300DEPSDIR=.deps
0ad5d837 45301DEPSFLAG="${DEPSFLAG}"
a848cd7e 45302
473276a9 45303mkdir -p ${D}DEPSDIR
a848cd7e 45304
473276a9 45305if test ${D}DEPSMODE = gcc ; then
0ad5d837 45306 ${D}* ${D}{DEPSFLAG}
473276a9
VS
45307 status=${D}?
45308 if test ${D}{status} != 0 ; then
45309 exit ${D}{status}
a848cd7e
SC
45310 fi
45311 # move created file to the location we want it in:
473276a9
VS
45312 while test ${D}# -gt 0; do
45313 case "${D}1" in
a848cd7e
SC
45314 -o )
45315 shift
473276a9 45316 objfile=${D}1
a848cd7e
SC
45317 ;;
45318 -* )
45319 ;;
45320 * )
473276a9 45321 srcfile=${D}1
a848cd7e
SC
45322 ;;
45323 esac
45324 shift
45325 done
1e9e8aba
DE
45326 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
45327 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
473276a9
VS
45328 if test -f ${D}depfile ; then
45329 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
45330 rm -f ${D}depfile
a848cd7e 45331 else
a1aa0349 45332 # "g++ -MMD -o fooobj.o foosrc.cpp" produces fooobj.d
1e9e8aba 45333 depfile=\`basename ${D}objfile | sed -e 's/\\..*${D}/.d/g'\`
a1aa0349
VZ
45334 if test ! -f ${D}depfile ; then
45335 # "cxx -MD -o fooobj.o foosrc.cpp" creates fooobj.o.d (Compaq C++)
45336 depfile="${D}objfile.d"
45337 fi
473276a9
VS
45338 if test -f ${D}depfile ; then
45339 sed -e "/^${D}objfile/!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
45340 rm -f ${D}depfile
a848cd7e
SC
45341 fi
45342 fi
45343 exit 0
81f90336 45344elif test ${D}DEPSMODE = mwcc ; then
f6b50c59 45345 ${D}* || exit ${D}?
81f90336
MW
45346 # Run mwcc again with -MM and redirect into the dep file we want
45347 # NOTE: We can't use shift here because we need ${D}* to be valid
45348 prevarg=
45349 for arg in ${D}* ; do
45350 if test "${D}prevarg" = "-o"; then
45351 objfile=${D}arg
45352 else
45353 case "${D}arg" in
45354 -* )
45355 ;;
45356 * )
45357 srcfile=${D}arg
45358 ;;
45359 esac
45360 fi
45361 prevarg="${D}arg"
45362 done
0ad5d837 45363 ${D}* ${D}DEPSFLAG >${D}{DEPSDIR}/${D}{objfile}.d
81f90336 45364 exit 0
0ad5d837 45365elif test ${D}DEPSMODE = unixcc; then
f6b50c59 45366 ${D}* || exit ${D}?
a9e5b1f0
MW
45367 # Run compiler again with deps flag and redirect into the dep file.
45368 # It doesn't work if the '-o FILE' option is used, but without it the
45369 # dependency file will contain the wrong name for the object. So it is
45370 # removed from the command line, and the dep file is fixed with sed.
45371 cmd=""
45372 while test ${D}# -gt 0; do
45373 case "${D}1" in
45374 -o )
45375 shift
45376 objfile=${D}1
45377 ;;
45378 * )
45379 eval arg${D}#=\\${D}1
45380 cmd="${D}cmd \\${D}arg${D}#"
45381 ;;
45382 esac
45383 shift
45384 done
0ad5d837 45385 eval "${D}cmd ${D}DEPSFLAG" | sed "s|.*:|${D}objfile:|" >${D}{DEPSDIR}/${D}{objfile}.d
a9e5b1f0 45386 exit 0
a848cd7e 45387else
473276a9
VS
45388 ${D}*
45389 exit ${D}?
a848cd7e
SC
45390fi
45391EOF
473276a9 45392
a848cd7e
SC
45393 chmod +x bk-deps
45394 fi
45395
45396
45397
45398
45399 RESCOMP=
45400 SETFILE=
45401
45402 case ${BAKEFILE_HOST} in
45403 *-*-cygwin* | *-*-mingw32* )
45404 if test "$build" != "$host" ; then
45405 RESCOMP=$host_alias-windres
45406 else
45407 # Extract the first word of "windres", so it can be a program name with args.
45408set dummy windres; ac_word=$2
45409echo "$as_me:$LINENO: checking for $ac_word" >&5
45410echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
45411if test "${ac_cv_prog_RESCOMP+set}" = set; then
45412 echo $ECHO_N "(cached) $ECHO_C" >&6
45413else
45414 if test -n "$RESCOMP"; then
45415 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
45416else
45417as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
45418for as_dir in $PATH
45419do
45420 IFS=$as_save_IFS
45421 test -z "$as_dir" && as_dir=.
45422 for ac_exec_ext in '' $ac_executable_extensions; do
45423 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
45424 ac_cv_prog_RESCOMP="windres"
45425 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45426 break 2
45427 fi
45428done
45429done
45430
45431 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="windres"
45432fi
45433fi
45434RESCOMP=$ac_cv_prog_RESCOMP
45435if test -n "$RESCOMP"; then
45436 echo "$as_me:$LINENO: result: $RESCOMP" >&5
45437echo "${ECHO_T}$RESCOMP" >&6
45438else
45439 echo "$as_me:$LINENO: result: no" >&5
45440echo "${ECHO_T}no" >&6
45441fi
45442
45443 fi
45444 ;;
45445
1e9e8aba 45446 *-*-darwin* | powerpc-apple-macos* )
a848cd7e
SC
45447 # Extract the first word of "Rez", so it can be a program name with args.
45448set dummy Rez; ac_word=$2
45449echo "$as_me:$LINENO: checking for $ac_word" >&5
45450echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
45451if test "${ac_cv_prog_RESCOMP+set}" = set; then
45452 echo $ECHO_N "(cached) $ECHO_C" >&6
45453else
45454 if test -n "$RESCOMP"; then
45455 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
45456else
45457as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
45458for as_dir in $PATH
45459do
45460 IFS=$as_save_IFS
45461 test -z "$as_dir" && as_dir=.
45462 for ac_exec_ext in '' $ac_executable_extensions; do
45463 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
45464 ac_cv_prog_RESCOMP="Rez"
45465 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45466 break 2
45467 fi
45468done
45469done
45470
45471 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
45472fi
45473fi
45474RESCOMP=$ac_cv_prog_RESCOMP
45475if test -n "$RESCOMP"; then
45476 echo "$as_me:$LINENO: result: $RESCOMP" >&5
45477echo "${ECHO_T}$RESCOMP" >&6
45478else
45479 echo "$as_me:$LINENO: result: no" >&5
45480echo "${ECHO_T}no" >&6
45481fi
45482
45483 # Extract the first word of "SetFile", so it can be a program name with args.
45484set dummy SetFile; ac_word=$2
45485echo "$as_me:$LINENO: checking for $ac_word" >&5
45486echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
45487if test "${ac_cv_prog_SETFILE+set}" = set; then
45488 echo $ECHO_N "(cached) $ECHO_C" >&6
45489else
45490 if test -n "$SETFILE"; then
45491 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
45492else
45493as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
45494for as_dir in $PATH
45495do
45496 IFS=$as_save_IFS
45497 test -z "$as_dir" && as_dir=.
45498 for ac_exec_ext in '' $ac_executable_extensions; do
45499 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
45500 ac_cv_prog_SETFILE="SetFile"
45501 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45502 break 2
45503 fi
45504done
45505done
45506
45507 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
45508fi
45509fi
45510SETFILE=$ac_cv_prog_SETFILE
45511if test -n "$SETFILE"; then
45512 echo "$as_me:$LINENO: result: $SETFILE" >&5
45513echo "${ECHO_T}$SETFILE" >&6
45514else
45515 echo "$as_me:$LINENO: result: no" >&5
45516echo "${ECHO_T}no" >&6
45517fi
45518
45519 ;;
45520 esac
45521
45522
45523
45524
45525
c9469659 45526 BAKEFILE_BAKEFILE_M4_VERSION="0.1.9"
a848cd7e 45527
dcc1b6ad 45528
c9469659 45529BAKEFILE_AUTOCONF_INC_M4_VERSION="0.1.9"
a848cd7e 45530
646b6ec1 45531
74b84332 45532
a848cd7e
SC
45533 # Check whether --enable-precomp-headers or --disable-precomp-headers was given.
45534if test "${enable_precomp_headers+set}" = set; then
45535 enableval="$enable_precomp_headers"
45536 bk_use_pch="$enableval"
45537fi;
45538
45539 GCC_PCH=0
45540
5c60e845
MW
45541 case ${BAKEFILE_HOST} in
45542 *-*-cygwin* )
45543 bk_use_pch="no"
45544 ;;
45545 esac
45546
a848cd7e
SC
45547 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
45548 if test "x$GCC" = "xyes"; then
45549 echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
45550echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6
45551 cat >conftest.$ac_ext <<_ACEOF
45552/* confdefs.h. */
45553_ACEOF
45554cat confdefs.h >>conftest.$ac_ext
45555cat >>conftest.$ac_ext <<_ACEOF
45556/* end confdefs.h. */
45557
45558int
45559main ()
45560{
45561
45562 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
45563 #error "no pch support"
45564 #endif
45565 #if (__GNUC__ < 3)
45566 #error "no pch support"
45567 #endif
45568 #if (__GNUC__ == 3) && \
45569 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
45570 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3)))
45571 #error "no pch support"
45572 #endif
45573
45574 ;
45575 return 0;
45576}
45577_ACEOF
45578rm -f conftest.$ac_objext
45579if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 45580 (eval $ac_compile) 2>conftest.er1
a848cd7e 45581 ac_status=$?
ac1cb8d3
VS
45582 grep -v '^ *+' conftest.er1 >conftest.err
45583 rm -f conftest.er1
45584 cat conftest.err >&5
a848cd7e
SC
45585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45586 (exit $ac_status); } &&
5ff751d6 45587 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
45588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45589 (eval $ac_try) 2>&5
45590 ac_status=$?
45591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45592 (exit $ac_status); }; } &&
45593 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
45594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45595 (eval $ac_try) 2>&5
45596 ac_status=$?
45597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45598 (exit $ac_status); }; }; then
45599
45600 echo "$as_me:$LINENO: result: yes" >&5
45601echo "${ECHO_T}yes" >&6
a848cd7e
SC
45602 GCC_PCH=1
45603
45604else
45605 echo "$as_me: failed program was:" >&5
45606sed 's/^/| /' conftest.$ac_ext >&5
45607
45608
45609 echo "$as_me:$LINENO: result: no" >&5
45610echo "${ECHO_T}no" >&6
45611
45612fi
ac1cb8d3 45613rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 45614 if test $GCC_PCH = 1 ; then
1e9e8aba
DE
45615
45616D='$'
45617cat <<EOF >bk-make-pch
a848cd7e
SC
45618#!/bin/sh
45619
45620# This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
45621# script. It is used to generated precompiled headers.
45622#
45623# Permission is given to use this file in any way.
45624
1e9e8aba
DE
45625outfile="${D}{1}"
45626header="${D}{2}"
a848cd7e
SC
45627shift
45628shift
45629
45630compiler=
45631headerfile=
1e9e8aba
DE
45632while test ${D}{#} -gt 0; do
45633 case "${D}{1}" in
a848cd7e 45634 -I* )
1e9e8aba
DE
45635 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
45636 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
45637 headerfile="${D}{incdir}/${D}{header}"
a848cd7e
SC
45638 fi
45639 ;;
45640 esac
1e9e8aba 45641 compiler="${D}{compiler} ${D}{1}"
a848cd7e
SC
45642 shift
45643done
45644
1e9e8aba
DE
45645if test "x${D}{headerfile}" = "x" ; then
45646 echo "error: can't find header ${D}{header} in include paths" >2
a848cd7e 45647else
1e9e8aba
DE
45648 if test -f ${D}{outfile} ; then
45649 rm -f ${D}{outfile}
a848cd7e 45650 else
1e9e8aba 45651 mkdir -p \`dirname ${D}{outfile}\`
a848cd7e 45652 fi
1e9e8aba 45653 depsfile=".deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
a848cd7e
SC
45654 mkdir -p .deps
45655 # can do this because gcc is >= 3.4:
1e9e8aba
DE
45656 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
45657 exit ${D}{?}
a848cd7e
SC
45658fi
45659EOF
1e9e8aba 45660
a848cd7e
SC
45661 chmod +x bk-make-pch
45662 fi
45663 fi
45664 fi
45665
45666
45667
a848cd7e
SC
45668 COND_BUILD_DEBUG="#"
45669 if test "x$BUILD" = "xdebug" ; then
45670 COND_BUILD_DEBUG=""
45671 fi
45672
45673 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT="#"
45674 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
45675 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT=""
45676 fi
45677
45678 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT="#"
45679 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
45680 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT=""
45681 fi
45682
45683 COND_BUILD_DEBUG_UNICODE_0="#"
45684 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
45685 COND_BUILD_DEBUG_UNICODE_0=""
45686 fi
45687
45688 COND_BUILD_DEBUG_UNICODE_1="#"
45689 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
45690 COND_BUILD_DEBUG_UNICODE_1=""
45691 fi
45692
45693 COND_BUILD_RELEASE="#"
45694 if test "x$BUILD" = "xrelease" ; then
45695 COND_BUILD_RELEASE=""
45696 fi
45697
45698 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT="#"
45699 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
45700 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT=""
45701 fi
45702
45703 COND_BUILD_RELEASE_UNICODE_0="#"
45704 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
45705 COND_BUILD_RELEASE_UNICODE_0=""
45706 fi
45707
45708 COND_BUILD_RELEASE_UNICODE_1="#"
45709 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
45710 COND_BUILD_RELEASE_UNICODE_1=""
45711 fi
45712
45713 COND_DEBUG_FLAG_1="#"
45714 if test "x$DEBUG_FLAG" = "x1" ; then
45715 COND_DEBUG_FLAG_1=""
45716 fi
45717
45718 COND_DEBUG_INFO_0="#"
45719 if test "x$DEBUG_INFO" = "x0" ; then
45720 COND_DEBUG_INFO_0=""
45721 fi
45722
45723 COND_DEBUG_INFO_1="#"
45724 if test "x$DEBUG_INFO" = "x1" ; then
45725 COND_DEBUG_INFO_1=""
45726 fi
45727
45728 COND_DEPS_TRACKING_0="#"
45729 if test "x$DEPS_TRACKING" = "x0" ; then
45730 COND_DEPS_TRACKING_0=""
45731 fi
45732
45733 COND_DEPS_TRACKING_1="#"
45734 if test "x$DEPS_TRACKING" = "x1" ; then
45735 COND_DEPS_TRACKING_1=""
45736 fi
45737
45738 COND_GCC_PCH_1="#"
45739 if test "x$GCC_PCH" = "x1" ; then
45740 COND_GCC_PCH_1=""
45741 fi
45742
45743 COND_MONOLITHIC_0="#"
45744 if test "x$MONOLITHIC" = "x0" ; then
45745 COND_MONOLITHIC_0=""
45746 fi
45747
45748 COND_MONOLITHIC_0_SHARED_0="#"
45749 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
45750 COND_MONOLITHIC_0_SHARED_0=""
45751 fi
45752
45753 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#"
45754 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
45755 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1=""
45756 fi
45757
90970d69
DE
45758 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1="#"
45759 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
45760 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1=""
45761 fi
45762
a848cd7e
SC
45763 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1="#"
45764 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
45765 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1=""
45766 fi
45767
6671c68b
VZ
45768 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1="#"
45769 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
45770 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1=""
45771 fi
45772
a848cd7e
SC
45773 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1="#"
45774 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then
45775 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1=""
45776 fi
45777
ceec2216
RL
45778 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1="#"
45779 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
45780 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1=""
45781 fi
45782
a848cd7e
SC
45783 COND_MONOLITHIC_0_SHARED_1="#"
45784 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
45785 COND_MONOLITHIC_0_SHARED_1=""
45786 fi
45787
45788 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#"
45789 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
45790 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=""
45791 fi
45792
90970d69
DE
45793 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1="#"
45794 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
45795 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1=""
45796 fi
45797
a848cd7e
SC
45798 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1="#"
45799 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
45800 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1=""
45801 fi
45802
6671c68b
VZ
45803 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1="#"
45804 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
45805 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1=""
45806 fi
45807
a848cd7e
SC
45808 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1="#"
45809 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then
45810 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1=""
45811 fi
45812
ceec2216
RL
45813 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1="#"
45814 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
45815 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1=""
45816 fi
45817
a848cd7e
SC
45818 COND_MONOLITHIC_0_USE_ODBC_1="#"
45819 if test "x$MONOLITHIC" = "x0" -a "x$USE_ODBC" = "x1" ; then
45820 COND_MONOLITHIC_0_USE_ODBC_1=""
45821 fi
45822
45823 COND_MONOLITHIC_1="#"
45824 if test "x$MONOLITHIC" = "x1" ; then
45825 COND_MONOLITHIC_1=""
45826 fi
45827
45828 COND_MONOLITHIC_1_SHARED_0="#"
45829 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
45830 COND_MONOLITHIC_1_SHARED_0=""
45831 fi
45832
45833 COND_MONOLITHIC_1_SHARED_1="#"
45834 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
45835 COND_MONOLITHIC_1_SHARED_1=""
45836 fi
45837
45838 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#"
45839 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
45840 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1=""
45841 fi
45842
45843 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#"
45844 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
45845 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1=""
45846 fi
45847
eb730a0c
JS
45848 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1="#"
45849 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERCYGWIN" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
45850 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1=""
45851 fi
45852
a848cd7e
SC
45853 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#"
45854 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
45855 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=""
45856 fi
45857
45858 COND_PLATFORM_MACOSX_1="#"
45859 if test "x$PLATFORM_MACOSX" = "x1" ; then
45860 COND_PLATFORM_MACOSX_1=""
45861 fi
45862
a30f955f
VS
45863 COND_PLATFORM_MACOSX_1_TOOLKIT_="#"
45864 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "x" ; then
45865 COND_PLATFORM_MACOSX_1_TOOLKIT_=""
45866 fi
45867
a848cd7e
SC
45868 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA="#"
45869 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
45870 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA=""
45871 fi
45872
45873 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK="#"
45874 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
45875 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK=""
45876 fi
45877
45878 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC="#"
45879 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
45880 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC=""
45881 fi
45882
fc480dc1
DE
45883 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1="#"
45884 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
45885 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1=""
45886 fi
45887
1e9e8aba
DE
45888 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
45889 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
45890 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
45891 fi
45892
ebee3cd0
VS
45893 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF="#"
45894 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMOTIF" ; then
45895 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF=""
45896 fi
45897
45898 COND_PLATFORM_MACOSX_1_TOOLKIT_X11="#"
45899 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xX11" ; then
45900 COND_PLATFORM_MACOSX_1_TOOLKIT_X11=""
45901 fi
45902
a848cd7e
SC
45903 COND_PLATFORM_MACOSX_1_USE_GUI_1="#"
45904 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
45905 COND_PLATFORM_MACOSX_1_USE_GUI_1=""
45906 fi
45907
45908 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#"
45909 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
45910 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1=""
45911 fi
45912
b48a2016
DE
45913 COND_PLATFORM_MACOS_1="#"
45914 if test "x$PLATFORM_MACOS" = "x1" ; then
45915 COND_PLATFORM_MACOS_1=""
45916 fi
45917
083508af
MW
45918 COND_PLATFORM_MAC_1="#"
45919 if test "x$PLATFORM_MAC" = "x1" ; then
45920 COND_PLATFORM_MAC_1=""
45921 fi
45922
83d8eb47
MW
45923 COND_PLATFORM_MSDOS_1="#"
45924 if test "x$PLATFORM_MSDOS" = "x1" ; then
45925 COND_PLATFORM_MSDOS_1=""
45926 fi
45927
a848cd7e
SC
45928 COND_PLATFORM_OS2_1="#"
45929 if test "x$PLATFORM_OS2" = "x1" ; then
45930 COND_PLATFORM_OS2_1=""
45931 fi
45932
45933 COND_PLATFORM_UNIX_0="#"
45934 if test "x$PLATFORM_UNIX" = "x0" ; then
45935 COND_PLATFORM_UNIX_0=""
45936 fi
45937
45938 COND_PLATFORM_UNIX_1="#"
45939 if test "x$PLATFORM_UNIX" = "x1" ; then
45940 COND_PLATFORM_UNIX_1=""
45941 fi
45942
45943 COND_PLATFORM_UNIX_1_USE_GUI_1="#"
45944 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
45945 COND_PLATFORM_UNIX_1_USE_GUI_1=""
45946 fi
45947
45948 COND_PLATFORM_UNIX_1_USE_PLUGINS_0="#"
45949 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
45950 COND_PLATFORM_UNIX_1_USE_PLUGINS_0=""
45951 fi
45952
45953 COND_PLATFORM_WIN32_0="#"
45954 if test "x$PLATFORM_WIN32" = "x0" ; then
45955 COND_PLATFORM_WIN32_0=""
45956 fi
45957
45958 COND_PLATFORM_WIN32_1="#"
45959 if test "x$PLATFORM_WIN32" = "x1" ; then
45960 COND_PLATFORM_WIN32_1=""
45961 fi
45962
45963 COND_SHARED_0="#"
45964 if test "x$SHARED" = "x0" ; then
45965 COND_SHARED_0=""
45966 fi
45967
083508af
MW
45968 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0="#"
45969 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
45970 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0=""
45971 fi
45972
45973 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0="#"
45974 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
45975 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0=""
45976 fi
45977
45978 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0="#"
45979 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
45980 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0=""
45981 fi
45982
a848cd7e
SC
45983 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#"
45984 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
45985 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1=""
45986 fi
45987
45988 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
45989 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
45990 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
45991 fi
45992
45993 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
45994 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
45995 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
45996 fi
45997
45998 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
45999 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
46000 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
46001 fi
46002
083508af
MW
46003 COND_SHARED_0_USE_XRC_1="#"
46004 if test "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
46005 COND_SHARED_0_USE_XRC_1=""
46006 fi
46007
a848cd7e
SC
46008 COND_SHARED_0_WXUSE_EXPAT_BUILTIN="#"
46009 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
46010 COND_SHARED_0_WXUSE_EXPAT_BUILTIN=""
46011 fi
46012
46013 COND_SHARED_0_WXUSE_ODBC_BUILTIN="#"
46014 if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then
46015 COND_SHARED_0_WXUSE_ODBC_BUILTIN=""
46016 fi
46017
46018 COND_SHARED_0_WXUSE_REGEX_BUILTIN="#"
46019 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
46020 COND_SHARED_0_WXUSE_REGEX_BUILTIN=""
46021 fi
46022
46023 COND_SHARED_0_WXUSE_ZLIB_BUILTIN="#"
46024 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
46025 COND_SHARED_0_WXUSE_ZLIB_BUILTIN=""
46026 fi
46027
46028 COND_SHARED_1="#"
46029 if test "x$SHARED" = "x1" ; then
46030 COND_SHARED_1=""
46031 fi
46032
46033 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
46034 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
46035 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
46036 fi
46037
083508af
MW
46038 COND_SHARED_1_USE_XRC_1="#"
46039 if test "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
46040 COND_SHARED_1_USE_XRC_1=""
46041 fi
46042
a30f955f
VS
46043 COND_TOOLKIT_="#"
46044 if test "x$TOOLKIT" = "x" ; then
46045 COND_TOOLKIT_=""
46046 fi
46047
a848cd7e
SC
46048 COND_TOOLKIT_COCOA="#"
46049 if test "x$TOOLKIT" = "xCOCOA" ; then
46050 COND_TOOLKIT_COCOA=""
46051 fi
46052
a49baeab
DE
46053 COND_TOOLKIT_COCOA_USE_GUI_1="#"
46054 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
46055 COND_TOOLKIT_COCOA_USE_GUI_1=""
46056 fi
46057
a848cd7e
SC
46058 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#"
46059 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
46060 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0=""
46061 fi
46062
46063 COND_TOOLKIT_GTK="#"
46064 if test "x$TOOLKIT" = "xGTK" ; then
46065 COND_TOOLKIT_GTK=""
46066 fi
46067
46068 COND_TOOLKIT_GTK_USE_GUI_1="#"
46069 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
46070 COND_TOOLKIT_GTK_USE_GUI_1=""
46071 fi
46072
46073 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0="#"
46074 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
46075 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0=""
46076 fi
46077
46078 COND_TOOLKIT_MAC="#"
46079 if test "x$TOOLKIT" = "xMAC" ; then
46080 COND_TOOLKIT_MAC=""
46081 fi
46082
46083 COND_TOOLKIT_MAC_USE_GUI_1="#"
46084 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
46085 COND_TOOLKIT_MAC_USE_GUI_1=""
46086 fi
46087
46088 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
46089 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
46090 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
46091 fi
46092
46093 COND_TOOLKIT_MGL="#"
46094 if test "x$TOOLKIT" = "xMGL" ; then
46095 COND_TOOLKIT_MGL=""
46096 fi
46097
46098 COND_TOOLKIT_MGL_USE_GUI_1="#"
46099 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
46100 COND_TOOLKIT_MGL_USE_GUI_1=""
46101 fi
46102
46103 COND_TOOLKIT_MOTIF="#"
46104 if test "x$TOOLKIT" = "xMOTIF" ; then
46105 COND_TOOLKIT_MOTIF=""
46106 fi
46107
46108 COND_TOOLKIT_MOTIF_USE_GUI_1="#"
46109 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
46110 COND_TOOLKIT_MOTIF_USE_GUI_1=""
46111 fi
46112
46113 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#"
46114 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
46115 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0=""
46116 fi
46117
46118 COND_TOOLKIT_MSW="#"
46119 if test "x$TOOLKIT" = "xMSW" ; then
46120 COND_TOOLKIT_MSW=""
46121 fi
46122
46123 COND_TOOLKIT_MSW_USE_GUI_1="#"
46124 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
46125 COND_TOOLKIT_MSW_USE_GUI_1=""
46126 fi
46127
46128 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#"
46129 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
46130 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0=""
46131 fi
46132
0ee4059d
DE
46133 COND_TOOLKIT_MSW_WXUNIV_0="#"
46134 if test "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
46135 COND_TOOLKIT_MSW_WXUNIV_0=""
46136 fi
46137
a848cd7e
SC
46138 COND_TOOLKIT_PM="#"
46139 if test "x$TOOLKIT" = "xPM" ; then
46140 COND_TOOLKIT_PM=""
46141 fi
46142
46143 COND_TOOLKIT_PM_USE_GUI_1="#"
46144 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
46145 COND_TOOLKIT_PM_USE_GUI_1=""
46146 fi
46147
46148 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0="#"
46149 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
46150 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0=""
46151 fi
46152
3fd9c298
DE
46153 COND_TOOLKIT_WINCE="#"
46154 if test "x$TOOLKIT" = "xWINCE" ; then
46155 COND_TOOLKIT_WINCE=""
46156 fi
46157
46158 COND_TOOLKIT_WINCE_USE_GUI_1="#"
46159 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
46160 COND_TOOLKIT_WINCE_USE_GUI_1=""
46161 fi
46162
46163 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0="#"
46164 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
46165 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0=""
46166 fi
46167
0ee4059d
DE
46168 COND_TOOLKIT_WINCE_WXUNIV_0="#"
46169 if test "x$TOOLKIT" = "xWINCE" -a "x$WXUNIV" = "x0" ; then
46170 COND_TOOLKIT_WINCE_WXUNIV_0=""
46171 fi
46172
a848cd7e
SC
46173 COND_TOOLKIT_X11="#"
46174 if test "x$TOOLKIT" = "xX11" ; then
46175 COND_TOOLKIT_X11=""
46176 fi
46177
46178 COND_TOOLKIT_X11_USE_GUI_1="#"
46179 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
46180 COND_TOOLKIT_X11_USE_GUI_1=""
46181 fi
46182
46183 COND_UNICODE_1="#"
46184 if test "x$UNICODE" = "x1" ; then
46185 COND_UNICODE_1=""
46186 fi
46187
46188 COND_USE_EXCEPTIONS_0="#"
46189 if test "x$USE_EXCEPTIONS" = "x0" ; then
46190 COND_USE_EXCEPTIONS_0=""
46191 fi
46192
46193 COND_USE_EXCEPTIONS_1="#"
46194 if test "x$USE_EXCEPTIONS" = "x1" ; then
46195 COND_USE_EXCEPTIONS_1=""
46196 fi
46197
46198 COND_USE_GUI_0="#"
46199 if test "x$USE_GUI" = "x0" ; then
46200 COND_USE_GUI_0=""
46201 fi
46202
46203 COND_USE_GUI_1="#"
46204 if test "x$USE_GUI" = "x1" ; then
46205 COND_USE_GUI_1=""
46206 fi
46207
46208 COND_USE_GUI_1_WXUNIV_0="#"
46209 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
46210 COND_USE_GUI_1_WXUNIV_0=""
46211 fi
46212
46213 COND_USE_GUI_1_WXUNIV_1="#"
46214 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
46215 COND_USE_GUI_1_WXUNIV_1=""
46216 fi
46217
46218 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
46219 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
46220 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
46221 fi
46222
46223 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
46224 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
46225 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
46226 fi
46227
46228 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
46229 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
46230 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
46231 fi
46232
083508af
MW
46233 COND_USE_ODBC_1="#"
46234 if test "x$USE_ODBC" = "x1" ; then
46235 COND_USE_ODBC_1=""
46236 fi
46237
46238 COND_USE_OPENGL_1="#"
46239 if test "x$USE_OPENGL" = "x1" ; then
46240 COND_USE_OPENGL_1=""
46241 fi
46242
a848cd7e
SC
46243 COND_USE_PLUGINS_0="#"
46244 if test "x$USE_PLUGINS" = "x0" ; then
46245 COND_USE_PLUGINS_0=""
46246 fi
46247
0b78747f
MW
46248 COND_USE_RTTI_0="#"
46249 if test "x$USE_RTTI" = "x0" ; then
46250 COND_USE_RTTI_0=""
46251 fi
46252
46253 COND_USE_RTTI_1="#"
46254 if test "x$USE_RTTI" = "x1" ; then
46255 COND_USE_RTTI_1=""
46256 fi
46257
a848cd7e
SC
46258 COND_USE_SOSYMLINKS_1="#"
46259 if test "x$USE_SOSYMLINKS" = "x1" ; then
46260 COND_USE_SOSYMLINKS_1=""
46261 fi
46262
eb730a0c
JS
46263 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1="#"
46264 if test "x$USE_SOVERCYGWIN" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
46265 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1=""
46266 fi
46267
a848cd7e
SC
46268 COND_USE_SOVERLINUX_1="#"
46269 if test "x$USE_SOVERLINUX" = "x1" ; then
46270 COND_USE_SOVERLINUX_1=""
46271 fi
46272
46273 COND_USE_SOVERSION_0="#"
46274 if test "x$USE_SOVERSION" = "x0" ; then
46275 COND_USE_SOVERSION_0=""
46276 fi
46277
46278 COND_USE_SOVERSOLARIS_1="#"
46279 if test "x$USE_SOVERSOLARIS" = "x1" ; then
46280 COND_USE_SOVERSOLARIS_1=""
46281 fi
46282
0b78747f
MW
46283 COND_USE_THREADS_0="#"
46284 if test "x$USE_THREADS" = "x0" ; then
46285 COND_USE_THREADS_0=""
46286 fi
46287
46288 COND_USE_THREADS_1="#"
46289 if test "x$USE_THREADS" = "x1" ; then
46290 COND_USE_THREADS_1=""
46291 fi
46292
a13a7f89
RL
46293 COND_USE_XRC_1="#"
46294 if test "x$USE_XRC" = "x1" ; then
46295 COND_USE_XRC_1=""
46296 fi
46297
eb730a0c
JS
46298 COND_WINDOWS_IMPLIB_1="#"
46299 if test "x$WINDOWS_IMPLIB" = "x1" ; then
46300 COND_WINDOWS_IMPLIB_1=""
46301 fi
46302
a848cd7e
SC
46303 COND_WITH_PLUGIN_SDL_1="#"
46304 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
46305 COND_WITH_PLUGIN_SDL_1=""
46306 fi
46307
1e6eb025
VZ
46308 COND_WXUNIV_0="#"
46309 if test "x$WXUNIV" = "x0" ; then
46310 COND_WXUNIV_0=""
46311 fi
46312
a848cd7e
SC
46313 COND_WXUNIV_1="#"
46314 if test "x$WXUNIV" = "x1" ; then
46315 COND_WXUNIV_1=""
46316 fi
46317
46318 COND_WXUSE_EXPAT_BUILTIN="#"
46319 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
46320 COND_WXUSE_EXPAT_BUILTIN=""
46321 fi
46322
46323 COND_WXUSE_LIBJPEG_BUILTIN="#"
46324 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
46325 COND_WXUSE_LIBJPEG_BUILTIN=""
46326 fi
46327
46328 COND_WXUSE_LIBPNG_BUILTIN="#"
46329 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
46330 COND_WXUSE_LIBPNG_BUILTIN=""
46331 fi
46332
46333 COND_WXUSE_LIBTIFF_BUILTIN="#"
46334 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
46335 COND_WXUSE_LIBTIFF_BUILTIN=""
46336 fi
46337
46338 COND_WXUSE_ODBC_BUILTIN="#"
46339 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
46340 COND_WXUSE_ODBC_BUILTIN=""
46341 fi
46342
46343 COND_WXUSE_REGEX_BUILTIN="#"
46344 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
46345 COND_WXUSE_REGEX_BUILTIN=""
46346 fi
46347
46348 COND_WXUSE_ZLIB_BUILTIN="#"
46349 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
46350 COND_WXUSE_ZLIB_BUILTIN=""
46351 fi
46352
46353
46354
810b94f0
MW
46355 if test "$BAKEFILE_AUTOCONF_INC_M4_VERSION" = "" ; then
46356 { { echo "$as_me:$LINENO: error: No version found in autoconf_inc.m4 - bakefile macro was changed to take additional argument, perhaps configure.in wasn't updated (see the documentation)?" >&5
46357echo "$as_me: error: No version found in autoconf_inc.m4 - bakefile macro was changed to take additional argument, perhaps configure.in wasn't updated (see the documentation)?" >&2;}
46358 { (exit 1); exit 1; }; }
46359 fi
46360
2057db16
VS
46361 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
46362 { { echo "$as_me:$LINENO: error: Versions of Bakefile used to generate makefiles ($BAKEFILE_AUTOCONF_INC_M4_VERSION) and configure ($BAKEFILE_BAKEFILE_M4_VERSION) do not match." >&5
46363echo "$as_me: error: Versions of Bakefile used to generate makefiles ($BAKEFILE_AUTOCONF_INC_M4_VERSION) and configure ($BAKEFILE_BAKEFILE_M4_VERSION) do not match." >&2;}
46364 { (exit 1); exit 1; }; }
46365 fi
46366
a848cd7e 46367
ceec2216
RL
46368if test "$wxUSE_SHARED" = "yes"; then
46369
46370 sanitised_bakefile_mess=`echo "$SHARED_LD_CXX" | tr -d '()'`
46371 EXE_LINKER=`eval echo "$sanitised_bakefile_mess"`
46372
5b674b9d
DE
46373 case "${host}" in
46374 *-pc-os2_emx | *-pc-os2-emx )
46375 SHARED_LD_CC="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
46376 SHARED_LD_CXX="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
46377 cp -p ${srcdir}/src/os2/dllnames.sh .
46378 cp -p ${srcdir}/src/os2/dllar.sh .
46379 ;;
46380 esac
ceec2216
RL
46381else
46382
46383 EXE_LINKER="$CXX -o"
46384
46385fi
69120ee4
VZ
46386if test "$wxUSE_OMF" = "yes"; then
46387 case "${host}" in
46388 *-pc-os2_emx | *-pc-os2-emx )
46389 LDFLAGS="$LDFLAGS -Zlinker /EXEPACK"
46390 LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
46391 WXCONFIG_LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
46392 ;;
46393 esac
46394fi
a848cd7e 46395
c08ebc62 46396if test $GCC_PCH = 1 ; then
254e8e29 46397 CPPFLAGS="-DWX_PRECOMP $CPPFLAGS"
ddd14b14 46398fi
a848cd7e 46399
5ff751d6 46400WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS $TOOLCHAIN_DEFS"
370d2fd7 46401WXCONFIG_RESCOMP="$RESCOMP $WXCONFIG_RESFLAGS"
a848cd7e
SC
46402
46403SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
46404
46405
46406
46407
46408
46409
46410
46411
46412
46413
46414
46415
46416
46417
46418
46419
46420
46421
46422
46423
46424
46425
46426
46427
46428
46429
46430
46431
46432
46433
46434
46435
46436
46437
46438
46439
46440
46441
46442
46443
46444
46445
a848cd7e
SC
46446
46447
46448
46449
46450
46451
46452
46453
46454
46455
46456
46457
a848cd7e
SC
46458
46459
ddd14b14 46460
370d2fd7 46461
a848cd7e
SC
46462
46463
46464echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
46465echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
ac1cb8d3 46466set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
a848cd7e
SC
46467if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
46468 echo $ECHO_N "(cached) $ECHO_C" >&6
46469else
46470 cat >conftest.make <<\_ACEOF
46471all:
46472 @echo 'ac_maketemp="$(MAKE)"'
46473_ACEOF
46474# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
46475eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
46476if test -n "$ac_maketemp"; then
46477 eval ac_cv_prog_make_${ac_make}_set=yes
46478else
46479 eval ac_cv_prog_make_${ac_make}_set=no
46480fi
46481rm -f conftest.make
46482fi
46483if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
46484 echo "$as_me:$LINENO: result: yes" >&5
46485echo "${ECHO_T}yes" >&6
46486 SET_MAKE=
46487else
46488 echo "$as_me:$LINENO: result: no" >&5
46489echo "${ECHO_T}no" >&6
46490 SET_MAKE="MAKE=${MAKE-make}"
46491fi
46492
46493
a848cd7e 46494
ceec2216
RL
46495 ac_config_headers="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
46496
a848cd7e 46497
5c60e845
MW
46498if test "$USE_WIN32" = 1; then
46499 ac_config_commands="$ac_config_commands
46500 rcdefs.h
46501 "
46502
46503fi
46504
ceec2216 46505 ac_config_files="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
a848cd7e 46506
a848cd7e 46507
ceec2216 46508 ac_config_files="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
a848cd7e 46509
ceec2216
RL
46510
46511 ac_config_files="$ac_config_files version-script Makefile"
46512
46513
5c60e845 46514 ac_config_commands="$ac_config_commands wx-config"
a848cd7e
SC
46515
46516
9103d280 46517
1c14217d 46518if test "$wxWITH_SUBDIRS" != "no"; then
a848cd7e
SC
46519if test "$wxUSE_GUI" = "yes"; then
46520 SUBDIRS="samples demos utils contrib"
46521else SUBDIRS="samples utils"
46522fi
46523
46524
46525
46526# Check whether --with-cppunit-prefix or --without-cppunit-prefix was given.
46527if test "${with_cppunit_prefix+set}" = set; then
46528 withval="$with_cppunit_prefix"
46529 cppunit_config_prefix="$withval"
46530else
46531 cppunit_config_prefix=""
46532fi;
46533
46534# Check whether --with-cppunit-exec-prefix or --without-cppunit-exec-prefix was given.
46535if test "${with_cppunit_exec_prefix+set}" = set; then
46536 withval="$with_cppunit_exec_prefix"
46537 cppunit_config_exec_prefix="$withval"
46538else
46539 cppunit_config_exec_prefix=""
46540fi;
46541
46542 if test x$cppunit_config_exec_prefix != x ; then
46543 cppunit_config_args="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
46544 if test x${CPPUNIT_CONFIG+set} != xset ; then
46545 CPPUNIT_CONFIG=$cppunit_config_exec_prefix/bin/cppunit-config
46546 fi
46547 fi
46548 if test x$cppunit_config_prefix != x ; then
46549 cppunit_config_args="$cppunit_config_args --prefix=$cppunit_config_prefix"
46550 if test x${CPPUNIT_CONFIG+set} != xset ; then
46551 CPPUNIT_CONFIG=$cppunit_config_prefix/bin/cppunit-config
46552 fi
46553 fi
46554
46555 # Extract the first word of "cppunit-config", so it can be a program name with args.
46556set dummy cppunit-config; ac_word=$2
46557echo "$as_me:$LINENO: checking for $ac_word" >&5
46558echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
46559if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
46560 echo $ECHO_N "(cached) $ECHO_C" >&6
46561else
46562 case $CPPUNIT_CONFIG in
46563 [\\/]* | ?:[\\/]*)
46564 ac_cv_path_CPPUNIT_CONFIG="$CPPUNIT_CONFIG" # Let the user override the test with a path.
46565 ;;
46566 *)
46567 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
46568for as_dir in $PATH
46569do
46570 IFS=$as_save_IFS
46571 test -z "$as_dir" && as_dir=.
46572 for ac_exec_ext in '' $ac_executable_extensions; do
46573 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
46574 ac_cv_path_CPPUNIT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
46575 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
46576 break 2
46577 fi
46578done
46579done
46580
46581 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG="no"
46582 ;;
46583esac
46584fi
46585CPPUNIT_CONFIG=$ac_cv_path_CPPUNIT_CONFIG
46586
46587if test -n "$CPPUNIT_CONFIG"; then
46588 echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
46589echo "${ECHO_T}$CPPUNIT_CONFIG" >&6
46590else
46591 echo "$as_me:$LINENO: result: no" >&5
46592echo "${ECHO_T}no" >&6
46593fi
46594
46595 cppunit_version_min=1.8.0
46596
46597 echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
46598echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6
46599 no_cppunit=""
46600 if test "$CPPUNIT_CONFIG" = "no" ; then
46601 no_cppunit=yes
46602 else
46603 CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`
46604 CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs`
46605 cppunit_version=`$CPPUNIT_CONFIG --version`
46606
46607 cppunit_major_version=`echo $cppunit_version | \
46608 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
46609 cppunit_minor_version=`echo $cppunit_version | \
46610 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
46611 cppunit_micro_version=`echo $cppunit_version | \
46612 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
46613
46614 cppunit_major_min=`echo $cppunit_version_min | \
46615 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
46616 cppunit_minor_min=`echo $cppunit_version_min | \
46617 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
46618 cppunit_micro_min=`echo $cppunit_version_min | \
46619 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
46620
46621 cppunit_version_proper=`expr \
46622 $cppunit_major_version \> $cppunit_major_min \| \
46623 $cppunit_major_version \= $cppunit_major_min \& \
46624 $cppunit_minor_version \> $cppunit_minor_min \| \
46625 $cppunit_major_version \= $cppunit_major_min \& \
46626 $cppunit_minor_version \= $cppunit_minor_min \& \
46627 $cppunit_micro_version \>= $cppunit_micro_min `
46628
46629 if test "$cppunit_version_proper" = "1" ; then
46630 echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
46631echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6
46632 else
46633 echo "$as_me:$LINENO: result: no" >&5
46634echo "${ECHO_T}no" >&6
46635 no_cppunit=yes
46636 fi
46637 fi
46638
46639 if test "x$no_cppunit" = x ; then
c2218763 46640 SUBDIRS="$SUBDIRS tests"
a848cd7e
SC
46641 else
46642 CPPUNIT_CFLAGS=""
46643 CPPUNIT_LIBS=""
c2218763 46644 :
a848cd7e
SC
46645 fi
46646
46647
46648
46649
46650
46651for subdir in `echo $SUBDIRS`; do
46652 if test -d ${srcdir}/${subdir} ; then
46653 if test "$wxUSE_GUI" = "yes"; then
46654 if test ${subdir} = "samples"; then
46655 makefiles="samples/Makefile.in $makefiles"
46656 for sample in `echo $SAMPLES_SUBDIRS`; do
46657 if test -d $srcdir/samples/$sample; then
46658 makefiles="samples/$sample/Makefile.in $makefiles"
46659 fi
46660 done
9c112555
MW
46661 else
46662 disabled_var=DISABLED_`echo $subdir | tr [a-z] [A-Z]`;
46663 eval "disabled=\$$disabled_var"
46664 disabled=/`echo X $disabled | sed 's@ @/|/@g'`/
46665 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in) | egrep -v "$disabled"`
a848cd7e
SC
46666 fi
46667 else if test ${subdir} = "samples"; then
46668 makefiles="samples/Makefile.in samples/console/Makefile.in"
46669 elif test ${subdir} = "utils"; then
6537ccf8
VS
46670 makefiles=""
46671 for util in HelpGen tex2rtf ; do
46672 if test -d $srcdir/utils/$util ; then
46673 makefiles="utils/$util/Makefile.in \
46674 utils/$util/src/Makefile.in \
46675 $makefiles"
46676 fi
46677 done
a848cd7e
SC
46678 else makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
46679 fi
46680 fi
46681
46682 for mkin in $makefiles ; do
46683 mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
46684 ac_config_files="$ac_config_files $mk"
46685
46686 done
46687 fi
46688done
1c14217d 46689fi
a848cd7e
SC
46690cat >confcache <<\_ACEOF
46691# This file is a shell script that caches the results of configure
46692# tests run on this system so they can be shared between configure
46693# scripts and configure runs, see configure's option --config-cache.
46694# It is not useful on other systems. If it contains results you don't
46695# want to keep, you may remove or edit it.
46696#
46697# config.status only pays attention to the cache file if you give it
46698# the --recheck option to rerun configure.
46699#
46700# `ac_cv_env_foo' variables (set or unset) will be overridden when
46701# loading this file, other *unset* `ac_cv_foo' will be assigned the
46702# following values.
46703
46704_ACEOF
46705
46706# The following way of writing the cache mishandles newlines in values,
46707# but we know of no workaround that is simple, portable, and efficient.
46708# So, don't put newlines in cache variables' values.
46709# Ultrix sh set writes to stderr and can't be redirected directly,
46710# and sets the high bit in the cache file unless we assign to the vars.
46711{
46712 (set) 2>&1 |
46713 case `(ac_space=' '; set | grep ac_space) 2>&1` in
46714 *ac_space=\ *)
46715 # `set' does not quote correctly, so add quotes (double-quote
46716 # substitution turns \\\\ into \\, and sed turns \\ into \).
46717 sed -n \
ac1cb8d3
VS
46718 "s/'/'\\\\''/g;
46719 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
a848cd7e
SC
46720 ;;
46721 *)
46722 # `set' quotes correctly as required by POSIX, so do not add quotes.
46723 sed -n \
ac1cb8d3 46724 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
a848cd7e
SC
46725 ;;
46726 esac;
46727} |
46728 sed '
46729 t clear
46730 : clear
46731 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
46732 t end
46733 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
46734 : end' >>confcache
46735if diff $cache_file confcache >/dev/null 2>&1; then :; else
46736 if test -w $cache_file; then
46737 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
46738 cat confcache >$cache_file
46739 else
46740 echo "not updating unwritable cache $cache_file"
46741 fi
46742fi
46743rm -f confcache
46744
46745test "x$prefix" = xNONE && prefix=$ac_default_prefix
46746# Let make expand exec_prefix.
46747test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
46748
46749# VPATH may cause trouble with some makes, so we remove $(srcdir),
46750# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
46751# trailing colons and then remove the whole line if VPATH becomes empty
46752# (actually we leave an empty line to preserve line numbers).
46753if test "x$srcdir" = x.; then
ac1cb8d3 46754 ac_vpsub='/^[ ]*VPATH[ ]*=/{
a848cd7e
SC
46755s/:*\$(srcdir):*/:/;
46756s/:*\${srcdir}:*/:/;
46757s/:*@srcdir@:*/:/;
ac1cb8d3 46758s/^\([^=]*=[ ]*\):*/\1/;
a848cd7e 46759s/:*$//;
ac1cb8d3 46760s/^[^=]*=[ ]*$//;
a848cd7e
SC
46761}'
46762fi
46763
46764DEFS=-DHAVE_CONFIG_H
46765
46766ac_libobjs=
46767ac_ltlibobjs=
46768for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
46769 # 1. Remove the extension, and $U if already installed.
46770 ac_i=`echo "$ac_i" |
ac1cb8d3 46771 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
a848cd7e
SC
46772 # 2. Add them.
46773 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
46774 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
46775done
46776LIBOBJS=$ac_libobjs
46777
46778LTLIBOBJS=$ac_ltlibobjs
46779
46780
46781
46782: ${CONFIG_STATUS=./config.status}
46783ac_clean_files_save=$ac_clean_files
46784ac_clean_files="$ac_clean_files $CONFIG_STATUS"
46785{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
46786echo "$as_me: creating $CONFIG_STATUS" >&6;}
46787cat >$CONFIG_STATUS <<_ACEOF
46788#! $SHELL
46789# Generated by $as_me.
46790# Run this file to recreate the current configuration.
46791# Compiler output produced by configure, useful for debugging
46792# configure, is in config.log if it exists.
46793
46794debug=false
46795ac_cs_recheck=false
46796ac_cs_silent=false
46797SHELL=\${CONFIG_SHELL-$SHELL}
46798_ACEOF
46799
46800cat >>$CONFIG_STATUS <<\_ACEOF
46801## --------------------- ##
46802## M4sh Initialization. ##
46803## --------------------- ##
46804
46805# Be Bourne compatible
46806if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
46807 emulate sh
46808 NULLCMD=:
46809 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
46810 # is contrary to our usage. Disable this feature.
46811 alias -g '${1+"$@"}'='"$@"'
46812elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
46813 set -o posix
46814fi
ac1cb8d3 46815DUALCASE=1; export DUALCASE # for MKS sh
a848cd7e
SC
46816
46817# Support unset when possible.
ac1cb8d3 46818if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
a848cd7e
SC
46819 as_unset=unset
46820else
46821 as_unset=false
46822fi
46823
46824
46825# Work around bugs in pre-3.0 UWIN ksh.
46826$as_unset ENV MAIL MAILPATH
46827PS1='$ '
46828PS2='> '
46829PS4='+ '
46830
46831# NLS nuisances.
46832for as_var in \
46833 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
46834 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
46835 LC_TELEPHONE LC_TIME
46836do
ac1cb8d3 46837 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
a848cd7e
SC
46838 eval $as_var=C; export $as_var
46839 else
46840 $as_unset $as_var
46841 fi
46842done
46843
46844# Required to use basename.
46845if expr a : '\(a\)' >/dev/null 2>&1; then
46846 as_expr=expr
46847else
46848 as_expr=false
46849fi
46850
46851if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
46852 as_basename=basename
46853else
46854 as_basename=false
46855fi
46856
46857
46858# Name of the executable.
46859as_me=`$as_basename "$0" ||
46860$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
46861 X"$0" : 'X\(//\)$' \| \
46862 X"$0" : 'X\(/\)$' \| \
46863 . : '\(.\)' 2>/dev/null ||
46864echo X/"$0" |
46865 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
46866 /^X\/\(\/\/\)$/{ s//\1/; q; }
46867 /^X\/\(\/\).*/{ s//\1/; q; }
46868 s/.*/./; q'`
46869
46870
46871# PATH needs CR, and LINENO needs CR and PATH.
46872# Avoid depending upon Character Ranges.
46873as_cr_letters='abcdefghijklmnopqrstuvwxyz'
46874as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
46875as_cr_Letters=$as_cr_letters$as_cr_LETTERS
46876as_cr_digits='0123456789'
46877as_cr_alnum=$as_cr_Letters$as_cr_digits
46878
46879# The user is always right.
46880if test "${PATH_SEPARATOR+set}" != set; then
46881 echo "#! /bin/sh" >conf$$.sh
46882 echo "exit 0" >>conf$$.sh
46883 chmod +x conf$$.sh
46884 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
46885 PATH_SEPARATOR=';'
46886 else
46887 PATH_SEPARATOR=:
46888 fi
46889 rm -f conf$$.sh
46890fi
46891
46892
46893 as_lineno_1=$LINENO
46894 as_lineno_2=$LINENO
46895 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
46896 test "x$as_lineno_1" != "x$as_lineno_2" &&
46897 test "x$as_lineno_3" = "x$as_lineno_2" || {
46898 # Find who we are. Look in the path if we contain no path at all
46899 # relative or not.
46900 case $0 in
46901 *[\\/]* ) as_myself=$0 ;;
46902 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
46903for as_dir in $PATH
46904do
46905 IFS=$as_save_IFS
46906 test -z "$as_dir" && as_dir=.
46907 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
46908done
46909
46910 ;;
46911 esac
46912 # We did not find ourselves, most probably we were run as `sh COMMAND'
46913 # in which case we are not to be found in the path.
46914 if test "x$as_myself" = x; then
46915 as_myself=$0
46916 fi
46917 if test ! -f "$as_myself"; then
46918 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
46919echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
46920 { (exit 1); exit 1; }; }
46921 fi
46922 case $CONFIG_SHELL in
46923 '')
46924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
46925for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
46926do
46927 IFS=$as_save_IFS
46928 test -z "$as_dir" && as_dir=.
46929 for as_base in sh bash ksh sh5; do
46930 case $as_dir in
46931 /*)
46932 if ("$as_dir/$as_base" -c '
46933 as_lineno_1=$LINENO
46934 as_lineno_2=$LINENO
46935 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
46936 test "x$as_lineno_1" != "x$as_lineno_2" &&
46937 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
46938 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
46939 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
46940 CONFIG_SHELL=$as_dir/$as_base
46941 export CONFIG_SHELL
46942 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
46943 fi;;
46944 esac
46945 done
46946done
46947;;
46948 esac
46949
46950 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
46951 # uniformly replaced by the line number. The first 'sed' inserts a
46952 # line-number line before each line; the second 'sed' does the real
46953 # work. The second script uses 'N' to pair each line-number line
46954 # with the numbered line, and appends trailing '-' during
46955 # substitution so that $LINENO is not a special case at line end.
46956 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
46957 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
46958 sed '=' <$as_myself |
46959 sed '
46960 N
46961 s,$,-,
46962 : loop
46963 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
46964 t loop
46965 s,-$,,
46966 s,^['$as_cr_digits']*\n,,
46967 ' >$as_me.lineno &&
46968 chmod +x $as_me.lineno ||
46969 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
46970echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
46971 { (exit 1); exit 1; }; }
46972
46973 # Don't try to exec as it changes $[0], causing all sort of problems
46974 # (the dirname of $[0] is not the place where we might find the
46975 # original and so on. Autoconf is especially sensible to this).
46976 . ./$as_me.lineno
46977 # Exit status is that of the last command.
46978 exit
46979}
46980
46981
46982case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
46983 *c*,-n*) ECHO_N= ECHO_C='
46984' ECHO_T=' ' ;;
46985 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
46986 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
46987esac
46988
46989if expr a : '\(a\)' >/dev/null 2>&1; then
46990 as_expr=expr
46991else
46992 as_expr=false
46993fi
46994
46995rm -f conf$$ conf$$.exe conf$$.file
46996echo >conf$$.file
46997if ln -s conf$$.file conf$$ 2>/dev/null; then
46998 # We could just check for DJGPP; but this test a) works b) is more generic
46999 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
47000 if test -f conf$$.exe; then
47001 # Don't use ln at all; we don't have any links
47002 as_ln_s='cp -p'
47003 else
47004 as_ln_s='ln -s'
47005 fi
47006elif ln conf$$.file conf$$ 2>/dev/null; then
47007 as_ln_s=ln
47008else
47009 as_ln_s='cp -p'
47010fi
47011rm -f conf$$ conf$$.exe conf$$.file
47012
47013if mkdir -p . 2>/dev/null; then
47014 as_mkdir_p=:
47015else
ac1cb8d3 47016 test -d ./-p && rmdir ./-p
a848cd7e
SC
47017 as_mkdir_p=false
47018fi
47019
47020as_executable_p="test -f"
47021
47022# Sed expression to map a string onto a valid CPP name.
ac1cb8d3 47023as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
a848cd7e
SC
47024
47025# Sed expression to map a string onto a valid variable name.
ac1cb8d3 47026as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
a848cd7e
SC
47027
47028
47029# IFS
47030# We need space, tab and new line, in precisely that order.
47031as_nl='
47032'
47033IFS=" $as_nl"
47034
47035# CDPATH.
47036$as_unset CDPATH
47037
47038exec 6>&1
47039
47040# Open the log real soon, to keep \$[0] and so on meaningful, and to
47041# report actual input values of CONFIG_FILES etc. instead of their
47042# values after options handling. Logging --version etc. is OK.
47043exec 5>>config.log
47044{
47045 echo
47046 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
47047## Running $as_me. ##
47048_ASBOX
47049} >&5
47050cat >&5 <<_CSEOF
47051
dd8df4fc 47052This file was extended by wxWidgets $as_me 2.7.0, which was
ac1cb8d3 47053generated by GNU Autoconf 2.59. Invocation command line was
a848cd7e
SC
47054
47055 CONFIG_FILES = $CONFIG_FILES
47056 CONFIG_HEADERS = $CONFIG_HEADERS
47057 CONFIG_LINKS = $CONFIG_LINKS
47058 CONFIG_COMMANDS = $CONFIG_COMMANDS
47059 $ $0 $@
47060
47061_CSEOF
47062echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
47063echo >&5
47064_ACEOF
47065
47066# Files that config.status was made for.
47067if test -n "$ac_config_files"; then
47068 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
47069fi
47070
47071if test -n "$ac_config_headers"; then
47072 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
47073fi
47074
47075if test -n "$ac_config_links"; then
47076 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
47077fi
47078
47079if test -n "$ac_config_commands"; then
47080 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
47081fi
47082
47083cat >>$CONFIG_STATUS <<\_ACEOF
47084
47085ac_cs_usage="\
47086\`$as_me' instantiates files from templates according to the
47087current configuration.
47088
47089Usage: $0 [OPTIONS] [FILE]...
47090
47091 -h, --help print this help, then exit
47092 -V, --version print version number, then exit
47093 -q, --quiet do not print progress messages
47094 -d, --debug don't remove temporary files
47095 --recheck update $as_me by reconfiguring in the same conditions
47096 --file=FILE[:TEMPLATE]
ac1cb8d3 47097 instantiate the configuration file FILE
a848cd7e 47098 --header=FILE[:TEMPLATE]
ac1cb8d3 47099 instantiate the configuration header FILE
a848cd7e
SC
47100
47101Configuration files:
47102$config_files
47103
47104Configuration headers:
47105$config_headers
47106
47107Configuration commands:
47108$config_commands
47109
47110Report bugs to <bug-autoconf@gnu.org>."
47111_ACEOF
47112
47113cat >>$CONFIG_STATUS <<_ACEOF
47114ac_cs_version="\\
dd8df4fc 47115wxWidgets config.status 2.7.0
ac1cb8d3 47116configured by $0, generated by GNU Autoconf 2.59,
a848cd7e
SC
47117 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
47118
ac1cb8d3 47119Copyright (C) 2003 Free Software Foundation, Inc.
a848cd7e
SC
47120This config.status script is free software; the Free Software Foundation
47121gives unlimited permission to copy, distribute and modify it."
47122srcdir=$srcdir
47123INSTALL="$INSTALL"
47124_ACEOF
47125
47126cat >>$CONFIG_STATUS <<\_ACEOF
47127# If no file are specified by the user, then we need to provide default
47128# value. By we need to know if files were specified by the user.
47129ac_need_defaults=:
47130while test $# != 0
47131do
47132 case $1 in
47133 --*=*)
47134 ac_option=`expr "x$1" : 'x\([^=]*\)='`
47135 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
47136 ac_shift=:
47137 ;;
47138 -*)
47139 ac_option=$1
47140 ac_optarg=$2
47141 ac_shift=shift
47142 ;;
47143 *) # This is not an option, so the user has probably given explicit
47144 # arguments.
47145 ac_option=$1
47146 ac_need_defaults=false;;
47147 esac
47148
47149 case $ac_option in
47150 # Handling of the options.
47151_ACEOF
47152cat >>$CONFIG_STATUS <<\_ACEOF
47153 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
47154 ac_cs_recheck=: ;;
47155 --version | --vers* | -V )
47156 echo "$ac_cs_version"; exit 0 ;;
47157 --he | --h)
47158 # Conflict between --help and --header
47159 { { echo "$as_me:$LINENO: error: ambiguous option: $1
47160Try \`$0 --help' for more information." >&5
47161echo "$as_me: error: ambiguous option: $1
47162Try \`$0 --help' for more information." >&2;}
47163 { (exit 1); exit 1; }; };;
47164 --help | --hel | -h )
47165 echo "$ac_cs_usage"; exit 0 ;;
47166 --debug | --d* | -d )
47167 debug=: ;;
47168 --file | --fil | --fi | --f )
47169 $ac_shift
47170 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
47171 ac_need_defaults=false;;
47172 --header | --heade | --head | --hea )
47173 $ac_shift
47174 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
47175 ac_need_defaults=false;;
47176 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
47177 | -silent | --silent | --silen | --sile | --sil | --si | --s)
47178 ac_cs_silent=: ;;
47179
47180 # This is an error.
47181 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
47182Try \`$0 --help' for more information." >&5
47183echo "$as_me: error: unrecognized option: $1
47184Try \`$0 --help' for more information." >&2;}
47185 { (exit 1); exit 1; }; } ;;
47186
47187 *) ac_config_targets="$ac_config_targets $1" ;;
47188
47189 esac
47190 shift
47191done
47192
47193ac_configure_extra_args=
47194
47195if $ac_cs_silent; then
47196 exec 6>/dev/null
47197 ac_configure_extra_args="$ac_configure_extra_args --silent"
47198fi
47199
47200_ACEOF
47201cat >>$CONFIG_STATUS <<_ACEOF
47202if \$ac_cs_recheck; then
47203 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
47204 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
47205fi
47206
47207_ACEOF
47208
47209cat >>$CONFIG_STATUS <<_ACEOF
47210#
47211# INIT-COMMANDS section.
47212#
47213
5c60e845
MW
47214
47215 CPP="$CPP"
47216 infile="$srcdir/include/wx/msw/genrcdefs.h"
47217 outdir="lib/wx/include/$TOOLCHAIN_FULLNAME/wx/msw"
47218
47219
ceec2216
RL
47220 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
47221 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
47222 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
47223 LN_S="${LN_S}"
a848cd7e
SC
47224
47225
47226_ACEOF
47227
47228
47229
47230cat >>$CONFIG_STATUS <<\_ACEOF
47231for ac_config_target in $ac_config_targets
47232do
47233 case "$ac_config_target" in
47234 # Handling of arguments.
ceec2216
RL
47235 "lib/wx/config/${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
47236 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
a848cd7e
SC
47237 "version-script" ) CONFIG_FILES="$CONFIG_FILES version-script" ;;
47238 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
47239 "$mk" ) CONFIG_FILES="$CONFIG_FILES $mk" ;;
5c60e845 47240 "rcdefs.h" ) CONFIG_COMMANDS="$CONFIG_COMMANDS rcdefs.h" ;;
ceec2216
RL
47241 "wx-config" ) CONFIG_COMMANDS="$CONFIG_COMMANDS wx-config" ;;
47242 "lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h" ) CONFIG_HEADERS="$CONFIG_HEADERS lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" ;;
a848cd7e
SC
47243 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
47244echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
47245 { (exit 1); exit 1; }; };;
47246 esac
47247done
47248
47249# If the user did not use the arguments to specify the items to instantiate,
47250# then the envvar interface is used. Set only those that are not.
47251# We use the long form for the default assignment because of an extremely
47252# bizarre bug on SunOS 4.1.3.
47253if $ac_need_defaults; then
47254 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
47255 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
47256 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
47257fi
47258
47259# Have a temporary directory for convenience. Make it in the build tree
47260# simply because there is no reason to put it here, and in addition,
47261# creating and moving files from /tmp can sometimes cause problems.
47262# Create a temporary directory, and hook for its removal unless debugging.
47263$debug ||
47264{
47265 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
47266 trap '{ (exit 1); exit 1; }' 1 2 13 15
47267}
47268
47269# Create a (secure) tmp directory for tmp files.
47270
47271{
47272 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
47273 test -n "$tmp" && test -d "$tmp"
47274} ||
47275{
47276 tmp=./confstat$$-$RANDOM
47277 (umask 077 && mkdir $tmp)
47278} ||
47279{
47280 echo "$me: cannot create a temporary directory in ." >&2
47281 { (exit 1); exit 1; }
47282}
47283
47284_ACEOF
47285
47286cat >>$CONFIG_STATUS <<_ACEOF
47287
47288#
47289# CONFIG_FILES section.
47290#
47291
47292# No need to generate the scripts if there are no CONFIG_FILES.
47293# This happens for instance when ./config.status config.h
47294if test -n "\$CONFIG_FILES"; then
47295 # Protect against being on the right side of a sed subst in config.status.
47296 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
47297 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
47298s,@SHELL@,$SHELL,;t t
47299s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
47300s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
47301s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
47302s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
47303s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
47304s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
47305s,@exec_prefix@,$exec_prefix,;t t
47306s,@prefix@,$prefix,;t t
47307s,@program_transform_name@,$program_transform_name,;t t
47308s,@bindir@,$bindir,;t t
47309s,@sbindir@,$sbindir,;t t
47310s,@libexecdir@,$libexecdir,;t t
47311s,@datadir@,$datadir,;t t
47312s,@sysconfdir@,$sysconfdir,;t t
47313s,@sharedstatedir@,$sharedstatedir,;t t
47314s,@localstatedir@,$localstatedir,;t t
47315s,@libdir@,$libdir,;t t
47316s,@includedir@,$includedir,;t t
47317s,@oldincludedir@,$oldincludedir,;t t
47318s,@infodir@,$infodir,;t t
47319s,@mandir@,$mandir,;t t
47320s,@build_alias@,$build_alias,;t t
47321s,@host_alias@,$host_alias,;t t
47322s,@target_alias@,$target_alias,;t t
47323s,@DEFS@,$DEFS,;t t
47324s,@ECHO_C@,$ECHO_C,;t t
47325s,@ECHO_N@,$ECHO_N,;t t
47326s,@ECHO_T@,$ECHO_T,;t t
47327s,@LIBS@,$LIBS,;t t
47328s,@build@,$build,;t t
47329s,@build_cpu@,$build_cpu,;t t
47330s,@build_vendor@,$build_vendor,;t t
47331s,@build_os@,$build_os,;t t
47332s,@host@,$host,;t t
47333s,@host_cpu@,$host_cpu,;t t
47334s,@host_vendor@,$host_vendor,;t t
47335s,@host_os@,$host_os,;t t
47336s,@target@,$target,;t t
47337s,@target_cpu@,$target_cpu,;t t
47338s,@target_vendor@,$target_vendor,;t t
47339s,@target_os@,$target_os,;t t
47340s,@CC@,$CC,;t t
47341s,@CFLAGS@,$CFLAGS,;t t
47342s,@LDFLAGS@,$LDFLAGS,;t t
47343s,@CPPFLAGS@,$CPPFLAGS,;t t
47344s,@ac_ct_CC@,$ac_ct_CC,;t t
47345s,@EXEEXT@,$EXEEXT,;t t
47346s,@OBJEXT@,$OBJEXT,;t t
47347s,@CPP@,$CPP,;t t
47348s,@EGREP@,$EGREP,;t t
47349s,@CXX@,$CXX,;t t
47350s,@CXXFLAGS@,$CXXFLAGS,;t t
47351s,@ac_ct_CXX@,$ac_ct_CXX,;t t
47352s,@RANLIB@,$RANLIB,;t t
47353s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
47354s,@AR@,$AR,;t t
8c80d384 47355s,@ac_ct_AR@,$ac_ct_AR,;t t
a848cd7e
SC
47356s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
47357s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
47358s,@INSTALL_DATA@,$INSTALL_DATA,;t t
47359s,@STRIP@,$STRIP,;t t
8c80d384
DE
47360s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
47361s,@RESCOMP@,$RESCOMP,;t t
47362s,@ac_ct_RESCOMP@,$ac_ct_RESCOMP,;t t
47363s,@DLLTOOL@,$DLLTOOL,;t t
47364s,@ac_ct_DLLTOOL@,$ac_ct_DLLTOOL,;t t
a848cd7e
SC
47365s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
47366s,@LN_S@,$LN_S,;t t
bcaab0f9 47367s,@LNDIR@,$LNDIR,;t t
a848cd7e
SC
47368s,@CXXCPP@,$CXXCPP,;t t
47369s,@subdirs@,$subdirs,;t t
47370s,@PKG_CONFIG@,$PKG_CONFIG,;t t
47371s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
47372s,@GTK_LIBS@,$GTK_LIBS,;t t
47373s,@GTK_CONFIG@,$GTK_CONFIG,;t t
a848cd7e
SC
47374s,@X_CFLAGS@,$X_CFLAGS,;t t
47375s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
47376s,@X_LIBS@,$X_LIBS,;t t
47377s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
47378s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
47379s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
d1c38808
VZ
47380s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
47381s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
a848cd7e
SC
47382s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
47383s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
a848cd7e
SC
47384s,@DEREZ@,$DEREZ,;t t
47385s,@SETFILE@,$SETFILE,;t t
47386s,@LIBICONV@,$LIBICONV,;t t
47387s,@EXTRALIBS_ESD@,$EXTRALIBS_ESD,;t t
47388s,@SDL_CONFIG@,$SDL_CONFIG,;t t
47389s,@SDL_CFLAGS@,$SDL_CFLAGS,;t t
47390s,@SDL_LIBS@,$SDL_LIBS,;t t
d1c38808
VZ
47391s,@LIBGNOMEPRINTUI_CFLAGS@,$LIBGNOMEPRINTUI_CFLAGS,;t t
47392s,@LIBGNOMEPRINTUI_LIBS@,$LIBGNOMEPRINTUI_LIBS,;t t
dae87f93
RN
47393s,@GSTREAMER_CFLAGS@,$GSTREAMER_CFLAGS,;t t
47394s,@GSTREAMER_LIBS@,$GSTREAMER_LIBS,;t t
47395s,@GST_INSPECT@,$GST_INSPECT,;t t
a848cd7e
SC
47396s,@CORE_BASE_LIBS@,$CORE_BASE_LIBS,;t t
47397s,@CORE_GUI_LIBS@,$CORE_GUI_LIBS,;t t
47398s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
47399s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
47400s,@wxUSE_EXPAT@,$wxUSE_EXPAT,;t t
47401s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
47402s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
47403s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
47404s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
47405s,@VENDOR@,$VENDOR,;t t
47406s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t
ceec2216
RL
47407s,@WX_FLAVOUR@,$WX_FLAVOUR,;t t
47408s,@WX_LIB_FLAVOUR@,$WX_LIB_FLAVOUR,;t t
a848cd7e
SC
47409s,@WXUNIV@,$WXUNIV,;t t
47410s,@MONOLITHIC@,$MONOLITHIC,;t t
47411s,@USE_PLUGINS@,$USE_PLUGINS,;t t
47412s,@EXTRALIBS@,$EXTRALIBS,;t t
47413s,@EXTRALIBS_XML@,$EXTRALIBS_XML,;t t
47414s,@EXTRALIBS_HTML@,$EXTRALIBS_HTML,;t t
47415s,@EXTRALIBS_ODBC@,$EXTRALIBS_ODBC,;t t
47416s,@EXTRALIBS_GUI@,$EXTRALIBS_GUI,;t t
47417s,@EXTRALIBS_OPENGL@,$EXTRALIBS_OPENGL,;t t
47418s,@EXTRALIBS_SDL@,$EXTRALIBS_SDL,;t t
47419s,@WITH_PLUGIN_SDL@,$WITH_PLUGIN_SDL,;t t
d1c38808 47420s,@EXTRALIBS_GNOMEPRINT@,$EXTRALIBS_GNOMEPRINT,;t t
a848cd7e
SC
47421s,@UNICODE@,$UNICODE,;t t
47422s,@BUILD@,$BUILD,;t t
47423s,@DEBUG_INFO@,$DEBUG_INFO,;t t
47424s,@DEBUG_FLAG@,$DEBUG_FLAG,;t t
a848cd7e
SC
47425s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
47426s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
47427s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
47428s,@SAMPLES_RPATH_POSTLINK@,$SAMPLES_RPATH_POSTLINK,;t t
47429s,@HOST_SUFFIX@,$HOST_SUFFIX,;t t
47430s,@CPPUNIT_CFLAGS@,$CPPUNIT_CFLAGS,;t t
47431s,@CPPUNIT_LIBS@,$CPPUNIT_LIBS,;t t
47432s,@SET_MAKE@,$SET_MAKE,;t t
47433s,@MAKE_SET@,$MAKE_SET,;t t
a848cd7e
SC
47434s,@NM@,$NM,;t t
47435s,@ac_ct_NM@,$ac_ct_NM,;t t
47436s,@INSTALL_DIR@,$INSTALL_DIR,;t t
47437s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
47438s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
47439s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
47440s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
47441s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
1e9e8aba 47442s,@PLATFORM_MACOS@,$PLATFORM_MACOS,;t t
a848cd7e
SC
47443s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
47444s,@PLATFORM_OS2@,$PLATFORM_OS2,;t t
1e9e8aba 47445s,@PLATFORM_BEOS@,$PLATFORM_BEOS,;t t
a848cd7e
SC
47446s,@SO_SUFFIX@,$SO_SUFFIX,;t t
47447s,@SO_SUFFIX_MODULE@,$SO_SUFFIX_MODULE,;t t
47448s,@DLLIMP_SUFFIX@,$DLLIMP_SUFFIX,;t t
47449s,@LIBPREFIX@,$LIBPREFIX,;t t
47450s,@LIBEXT@,$LIBEXT,;t t
47451s,@DLLPREFIX@,$DLLPREFIX,;t t
47452s,@DLLPREFIX_MODULE@,$DLLPREFIX_MODULE,;t t
810b94f0 47453s,@dlldir@,$dlldir,;t t
a848cd7e
SC
47454s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
47455s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
47456s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
47457s,@SHARED_LD_MODULE_CC@,$SHARED_LD_MODULE_CC,;t t
47458s,@SHARED_LD_MODULE_CXX@,$SHARED_LD_MODULE_CXX,;t t
47459s,@PIC_FLAG@,$PIC_FLAG,;t t
810b94f0 47460s,@WINDOWS_IMPLIB@,$WINDOWS_IMPLIB,;t t
a848cd7e
SC
47461s,@USE_SOVERSION@,$USE_SOVERSION,;t t
47462s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
47463s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
810b94f0 47464s,@USE_SOVERCYGWIN@,$USE_SOVERCYGWIN,;t t
a848cd7e
SC
47465s,@USE_MACVERSION@,$USE_MACVERSION,;t t
47466s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
47467s,@SONAME_FLAG@,$SONAME_FLAG,;t t
47468s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
47469s,@GCC_PCH@,$GCC_PCH,;t t
47470s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
47471s,@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT,;t t
47472s,@COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT,;t t
47473s,@COND_BUILD_DEBUG_UNICODE_0@,$COND_BUILD_DEBUG_UNICODE_0,;t t
47474s,@COND_BUILD_DEBUG_UNICODE_1@,$COND_BUILD_DEBUG_UNICODE_1,;t t
47475s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
47476s,@COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT@,$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT,;t t
47477s,@COND_BUILD_RELEASE_UNICODE_0@,$COND_BUILD_RELEASE_UNICODE_0,;t t
47478s,@COND_BUILD_RELEASE_UNICODE_1@,$COND_BUILD_RELEASE_UNICODE_1,;t t
47479s,@COND_DEBUG_FLAG_1@,$COND_DEBUG_FLAG_1,;t t
47480s,@COND_DEBUG_INFO_0@,$COND_DEBUG_INFO_0,;t t
47481s,@COND_DEBUG_INFO_1@,$COND_DEBUG_INFO_1,;t t
47482s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
47483s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
47484s,@COND_GCC_PCH_1@,$COND_GCC_PCH_1,;t t
47485s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
47486s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t
47487s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t
90970d69 47488s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1,;t t
a848cd7e 47489s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1,;t t
6671c68b 47490s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1,;t t
a848cd7e 47491s,@COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1,;t t
ceec2216 47492s,@COND_MONOLITHIC_0_SHARED_0_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1,;t t
a848cd7e
SC
47493s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t
47494s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t
90970d69 47495s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1,;t t
a848cd7e 47496s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1,;t t
6671c68b 47497s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1,;t t
a848cd7e 47498s,@COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1,;t t
ceec2216 47499s,@COND_MONOLITHIC_0_SHARED_1_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1,;t t
a848cd7e
SC
47500s,@COND_MONOLITHIC_0_USE_ODBC_1@,$COND_MONOLITHIC_0_USE_ODBC_1,;t t
47501s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
47502s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t
47503s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t
47504s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t
47505s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t
eb730a0c 47506s,@COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1,;t t
a848cd7e
SC
47507s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t
47508s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
a30f955f 47509s,@COND_PLATFORM_MACOSX_1_TOOLKIT_@,$COND_PLATFORM_MACOSX_1_TOOLKIT_,;t t
a848cd7e
SC
47510s,@COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA@,$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA,;t t
47511s,@COND_PLATFORM_MACOSX_1_TOOLKIT_GTK@,$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK,;t t
47512s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC,;t t
fc480dc1 47513s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1,;t t
1e9e8aba 47514s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
ebee3cd0
VS
47515s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF,;t t
47516s,@COND_PLATFORM_MACOSX_1_TOOLKIT_X11@,$COND_PLATFORM_MACOSX_1_TOOLKIT_X11,;t t
a848cd7e
SC
47517s,@COND_PLATFORM_MACOSX_1_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_USE_GUI_1,;t t
47518s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t
b48a2016 47519s,@COND_PLATFORM_MACOS_1@,$COND_PLATFORM_MACOS_1,;t t
083508af 47520s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
83d8eb47 47521s,@COND_PLATFORM_MSDOS_1@,$COND_PLATFORM_MSDOS_1,;t t
a848cd7e
SC
47522s,@COND_PLATFORM_OS2_1@,$COND_PLATFORM_OS2_1,;t t
47523s,@COND_PLATFORM_UNIX_0@,$COND_PLATFORM_UNIX_0,;t t
47524s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
47525s,@COND_PLATFORM_UNIX_1_USE_GUI_1@,$COND_PLATFORM_UNIX_1_USE_GUI_1,;t t
47526s,@COND_PLATFORM_UNIX_1_USE_PLUGINS_0@,$COND_PLATFORM_UNIX_1_USE_PLUGINS_0,;t t
47527s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
47528s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
47529s,@COND_SHARED_0@,$COND_SHARED_0,;t t
083508af
MW
47530s,@COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0,;t t
47531s,@COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0,;t t
47532s,@COND_SHARED_0_TOOLKIT_PM_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0,;t t
a848cd7e
SC
47533s,@COND_SHARED_0_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1,;t t
47534s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
47535s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
47536s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
083508af 47537s,@COND_SHARED_0_USE_XRC_1@,$COND_SHARED_0_USE_XRC_1,;t t
a848cd7e
SC
47538s,@COND_SHARED_0_WXUSE_EXPAT_BUILTIN@,$COND_SHARED_0_WXUSE_EXPAT_BUILTIN,;t t
47539s,@COND_SHARED_0_WXUSE_ODBC_BUILTIN@,$COND_SHARED_0_WXUSE_ODBC_BUILTIN,;t t
47540s,@COND_SHARED_0_WXUSE_REGEX_BUILTIN@,$COND_SHARED_0_WXUSE_REGEX_BUILTIN,;t t
47541s,@COND_SHARED_0_WXUSE_ZLIB_BUILTIN@,$COND_SHARED_0_WXUSE_ZLIB_BUILTIN,;t t
47542s,@COND_SHARED_1@,$COND_SHARED_1,;t t
47543s,@COND_SHARED_1_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1,;t t
083508af 47544s,@COND_SHARED_1_USE_XRC_1@,$COND_SHARED_1_USE_XRC_1,;t t
a30f955f 47545s,@COND_TOOLKIT_@,$COND_TOOLKIT_,;t t
a848cd7e 47546s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
a49baeab 47547s,@COND_TOOLKIT_COCOA_USE_GUI_1@,$COND_TOOLKIT_COCOA_USE_GUI_1,;t t
a848cd7e
SC
47548s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t
47549s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
47550s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t
47551s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0,;t t
47552s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
47553s,@COND_TOOLKIT_MAC_USE_GUI_1@,$COND_TOOLKIT_MAC_USE_GUI_1,;t t
47554s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
47555s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
47556s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t
47557s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
47558s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t
47559s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t
47560s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
47561s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t
47562s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t
0ee4059d 47563s,@COND_TOOLKIT_MSW_WXUNIV_0@,$COND_TOOLKIT_MSW_WXUNIV_0,;t t
a848cd7e
SC
47564s,@COND_TOOLKIT_PM@,$COND_TOOLKIT_PM,;t t
47565s,@COND_TOOLKIT_PM_USE_GUI_1@,$COND_TOOLKIT_PM_USE_GUI_1,;t t
47566s,@COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0,;t t
3fd9c298
DE
47567s,@COND_TOOLKIT_WINCE@,$COND_TOOLKIT_WINCE,;t t
47568s,@COND_TOOLKIT_WINCE_USE_GUI_1@,$COND_TOOLKIT_WINCE_USE_GUI_1,;t t
47569s,@COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0,;t t
0ee4059d 47570s,@COND_TOOLKIT_WINCE_WXUNIV_0@,$COND_TOOLKIT_WINCE_WXUNIV_0,;t t
a848cd7e
SC
47571s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
47572s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t
47573s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
47574s,@COND_USE_EXCEPTIONS_0@,$COND_USE_EXCEPTIONS_0,;t t
47575s,@COND_USE_EXCEPTIONS_1@,$COND_USE_EXCEPTIONS_1,;t t
47576s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
47577s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
47578s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
47579s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
47580s,@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
47581s,@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
47582s,@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
083508af
MW
47583s,@COND_USE_ODBC_1@,$COND_USE_ODBC_1,;t t
47584s,@COND_USE_OPENGL_1@,$COND_USE_OPENGL_1,;t t
a848cd7e 47585s,@COND_USE_PLUGINS_0@,$COND_USE_PLUGINS_0,;t t
0b78747f
MW
47586s,@COND_USE_RTTI_0@,$COND_USE_RTTI_0,;t t
47587s,@COND_USE_RTTI_1@,$COND_USE_RTTI_1,;t t
a848cd7e 47588s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
eb730a0c 47589s,@COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1@,$COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1,;t t
a848cd7e
SC
47590s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
47591s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
47592s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
0b78747f
MW
47593s,@COND_USE_THREADS_0@,$COND_USE_THREADS_0,;t t
47594s,@COND_USE_THREADS_1@,$COND_USE_THREADS_1,;t t
a13a7f89 47595s,@COND_USE_XRC_1@,$COND_USE_XRC_1,;t t
eb730a0c 47596s,@COND_WINDOWS_IMPLIB_1@,$COND_WINDOWS_IMPLIB_1,;t t
a848cd7e 47597s,@COND_WITH_PLUGIN_SDL_1@,$COND_WITH_PLUGIN_SDL_1,;t t
1e6eb025 47598s,@COND_WXUNIV_0@,$COND_WXUNIV_0,;t t
a848cd7e
SC
47599s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
47600s,@COND_WXUSE_EXPAT_BUILTIN@,$COND_WXUSE_EXPAT_BUILTIN,;t t
47601s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
47602s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
47603s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
47604s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
47605s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
47606s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
ceec2216 47607s,@SHARED@,$SHARED,;t t
a848cd7e
SC
47608s,@WX_LIBRARY_BASENAME_NOGUI@,$WX_LIBRARY_BASENAME_NOGUI,;t t
47609s,@WX_LIBRARY_BASENAME_GUI@,$WX_LIBRARY_BASENAME_GUI,;t t
a848cd7e
SC
47610s,@USE_GUI@,$USE_GUI,;t t
47611s,@AFMINSTALL@,$AFMINSTALL,;t t
47612s,@WIN32INSTALL@,$WIN32INSTALL,;t t
47613s,@TOOLKIT@,$TOOLKIT,;t t
47614s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
a848cd7e 47615s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
ceec2216 47616s,@TOOLCHAIN_FULLNAME@,$TOOLCHAIN_FULLNAME,;t t
a848cd7e 47617s,@cross_compiling@,$cross_compiling,;t t
ceec2216
RL
47618s,@WIDGET_SET@,$WIDGET_SET,;t t
47619s,@WX_RELEASE@,$WX_RELEASE,;t t
47620s,@WX_VERSION@,$WX_VERSION,;t t
47621s,@WX_SUBVERSION@,$WX_SUBVERSION,;t t
47622s,@WX_CHARTYPE@,$WX_CHARTYPE,;t t
47623s,@WX_DEBUGTYPE@,$WX_DEBUGTYPE,;t t
5ff751d6
VZ
47624s,@WXCONFIG_CPPFLAGS@,$WXCONFIG_CPPFLAGS,;t t
47625s,@WXCONFIG_CFLAGS@,$WXCONFIG_CFLAGS,;t t
47626s,@WXCONFIG_CXXFLAGS@,$WXCONFIG_CXXFLAGS,;t t
47627s,@WXCONFIG_LIBS@,$WXCONFIG_LIBS,;t t
a848cd7e
SC
47628s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
47629s,@WXCONFIG_LDFLAGS_GUI@,$WXCONFIG_LDFLAGS_GUI,;t t
370d2fd7 47630s,@WXCONFIG_RESCOMP@,$WXCONFIG_RESCOMP,;t t
ceec2216 47631s,@EXE_LINKER@,$EXE_LINKER,;t t
a848cd7e 47632s,@GUIDIST@,$GUIDIST,;t t
a848cd7e
SC
47633s,@DISTDIR@,$DISTDIR,;t t
47634s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
47635s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
a848cd7e
SC
47636s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
47637s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
47638s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
47639s,@RESFLAGS@,$RESFLAGS,;t t
47640s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
47641s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
47642s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
47643s,@LIBWXMACRES@,$LIBWXMACRES,;t t
47644s,@MACRESCOMP@,$MACRESCOMP,;t t
47645s,@MACSETFILE@,$MACSETFILE,;t t
47646s,@MACRESWXCONFIG@,$MACRESWXCONFIG,;t t
47647s,@GCC@,$GCC,;t t
a848cd7e
SC
47648s,@CPPUNIT_CONFIG@,$CPPUNIT_CONFIG,;t t
47649s,@LIBOBJS@,$LIBOBJS,;t t
47650s,@LTLIBOBJS@,$LTLIBOBJS,;t t
47651CEOF
47652
47653_ACEOF
47654
47655 cat >>$CONFIG_STATUS <<\_ACEOF
47656 # Split the substitutions into bite-sized pieces for seds with
47657 # small command number limits, like on Digital OSF/1 and HP-UX.
47658 ac_max_sed_lines=48
47659 ac_sed_frag=1 # Number of current file.
47660 ac_beg=1 # First line for current file.
47661 ac_end=$ac_max_sed_lines # Line after last line for current file.
47662 ac_more_lines=:
47663 ac_sed_cmds=
47664 while $ac_more_lines; do
47665 if test $ac_beg -gt 1; then
47666 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
47667 else
47668 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
47669 fi
47670 if test ! -s $tmp/subs.frag; then
47671 ac_more_lines=false
47672 else
47673 # The purpose of the label and of the branching condition is to
47674 # speed up the sed processing (if there are no `@' at all, there
47675 # is no need to browse any of the substitutions).
47676 # These are the two extra sed commands mentioned above.
47677 (echo ':t
47678 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
47679 if test -z "$ac_sed_cmds"; then
ac1cb8d3 47680 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
a848cd7e 47681 else
ac1cb8d3 47682 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
a848cd7e
SC
47683 fi
47684 ac_sed_frag=`expr $ac_sed_frag + 1`
47685 ac_beg=$ac_end
47686 ac_end=`expr $ac_end + $ac_max_sed_lines`
47687 fi
47688 done
47689 if test -z "$ac_sed_cmds"; then
47690 ac_sed_cmds=cat
47691 fi
47692fi # test -n "$CONFIG_FILES"
47693
47694_ACEOF
47695cat >>$CONFIG_STATUS <<\_ACEOF
47696for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
47697 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
47698 case $ac_file in
47699 - | *:- | *:-:* ) # input from stdin
ac1cb8d3
VS
47700 cat >$tmp/stdin
47701 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
47702 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
a848cd7e 47703 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ac1cb8d3 47704 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
a848cd7e
SC
47705 * ) ac_file_in=$ac_file.in ;;
47706 esac
47707
47708 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
47709 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
47710$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
47711 X"$ac_file" : 'X\(//\)[^/]' \| \
47712 X"$ac_file" : 'X\(//\)$' \| \
47713 X"$ac_file" : 'X\(/\)' \| \
47714 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
47715echo X"$ac_file" |
47716 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
47717 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
47718 /^X\(\/\/\)$/{ s//\1/; q; }
47719 /^X\(\/\).*/{ s//\1/; q; }
47720 s/.*/./; q'`
47721 { if $as_mkdir_p; then
47722 mkdir -p "$ac_dir"
47723 else
47724 as_dir="$ac_dir"
47725 as_dirs=
47726 while test ! -d "$as_dir"; do
47727 as_dirs="$as_dir $as_dirs"
47728 as_dir=`(dirname "$as_dir") 2>/dev/null ||
47729$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
47730 X"$as_dir" : 'X\(//\)[^/]' \| \
47731 X"$as_dir" : 'X\(//\)$' \| \
47732 X"$as_dir" : 'X\(/\)' \| \
47733 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
47734echo X"$as_dir" |
47735 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
47736 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
47737 /^X\(\/\/\)$/{ s//\1/; q; }
47738 /^X\(\/\).*/{ s//\1/; q; }
47739 s/.*/./; q'`
47740 done
47741 test ! -n "$as_dirs" || mkdir $as_dirs
47742 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
47743echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
47744 { (exit 1); exit 1; }; }; }
47745
47746 ac_builddir=.
47747
47748if test "$ac_dir" != .; then
47749 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
47750 # A "../" for each directory in $ac_dir_suffix.
47751 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
47752else
47753 ac_dir_suffix= ac_top_builddir=
47754fi
47755
47756case $srcdir in
47757 .) # No --srcdir option. We are building in place.
47758 ac_srcdir=.
47759 if test -z "$ac_top_builddir"; then
47760 ac_top_srcdir=.
47761 else
47762 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
47763 fi ;;
47764 [\\/]* | ?:[\\/]* ) # Absolute path.
47765 ac_srcdir=$srcdir$ac_dir_suffix;
47766 ac_top_srcdir=$srcdir ;;
47767 *) # Relative path.
47768 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
47769 ac_top_srcdir=$ac_top_builddir$srcdir ;;
47770esac
ac1cb8d3
VS
47771
47772# Do not use `cd foo && pwd` to compute absolute paths, because
47773# the directories may not exist.
47774case `pwd` in
47775.) ac_abs_builddir="$ac_dir";;
47776*)
47777 case "$ac_dir" in
47778 .) ac_abs_builddir=`pwd`;;
47779 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
47780 *) ac_abs_builddir=`pwd`/"$ac_dir";;
47781 esac;;
47782esac
47783case $ac_abs_builddir in
47784.) ac_abs_top_builddir=${ac_top_builddir}.;;
47785*)
47786 case ${ac_top_builddir}. in
47787 .) ac_abs_top_builddir=$ac_abs_builddir;;
47788 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
47789 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
47790 esac;;
47791esac
47792case $ac_abs_builddir in
47793.) ac_abs_srcdir=$ac_srcdir;;
47794*)
47795 case $ac_srcdir in
47796 .) ac_abs_srcdir=$ac_abs_builddir;;
47797 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
47798 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
47799 esac;;
47800esac
47801case $ac_abs_builddir in
47802.) ac_abs_top_srcdir=$ac_top_srcdir;;
47803*)
47804 case $ac_top_srcdir in
47805 .) ac_abs_top_srcdir=$ac_abs_builddir;;
47806 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
47807 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
47808 esac;;
47809esac
a848cd7e
SC
47810
47811
47812 case $INSTALL in
47813 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
47814 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
47815 esac
47816
a848cd7e
SC
47817 # Let's still pretend it is `configure' which instantiates (i.e., don't
47818 # use $as_me), people would be surprised to read:
47819 # /* config.h. Generated by config.status. */
47820 if test x"$ac_file" = x-; then
47821 configure_input=
47822 else
47823 configure_input="$ac_file. "
47824 fi
47825 configure_input=$configure_input"Generated from `echo $ac_file_in |
ac1cb8d3 47826 sed 's,.*/,,'` by configure."
a848cd7e
SC
47827
47828 # First look for the input files in the build tree, otherwise in the
47829 # src tree.
47830 ac_file_inputs=`IFS=:
47831 for f in $ac_file_in; do
47832 case $f in
47833 -) echo $tmp/stdin ;;
47834 [\\/$]*)
ac1cb8d3
VS
47835 # Absolute (can't be DOS-style, as IFS=:)
47836 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
a848cd7e
SC
47837echo "$as_me: error: cannot find input file: $f" >&2;}
47838 { (exit 1); exit 1; }; }
ac1cb8d3 47839 echo "$f";;
a848cd7e 47840 *) # Relative
ac1cb8d3
VS
47841 if test -f "$f"; then
47842 # Build tree
47843 echo "$f"
47844 elif test -f "$srcdir/$f"; then
47845 # Source tree
47846 echo "$srcdir/$f"
47847 else
47848 # /dev/null tree
47849 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
a848cd7e
SC
47850echo "$as_me: error: cannot find input file: $f" >&2;}
47851 { (exit 1); exit 1; }; }
ac1cb8d3 47852 fi;;
a848cd7e
SC
47853 esac
47854 done` || { (exit 1); exit 1; }
5ff751d6
VZ
47855
47856 if test x"$ac_file" != x-; then
47857 { echo "$as_me:$LINENO: creating $ac_file" >&5
47858echo "$as_me: creating $ac_file" >&6;}
47859 rm -f "$ac_file"
47860 fi
a848cd7e
SC
47861_ACEOF
47862cat >>$CONFIG_STATUS <<_ACEOF
47863 sed "$ac_vpsub
47864$extrasub
47865_ACEOF
47866cat >>$CONFIG_STATUS <<\_ACEOF
47867:t
47868/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
47869s,@configure_input@,$configure_input,;t t
47870s,@srcdir@,$ac_srcdir,;t t
47871s,@abs_srcdir@,$ac_abs_srcdir,;t t
47872s,@top_srcdir@,$ac_top_srcdir,;t t
47873s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
47874s,@builddir@,$ac_builddir,;t t
47875s,@abs_builddir@,$ac_abs_builddir,;t t
47876s,@top_builddir@,$ac_top_builddir,;t t
47877s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
47878s,@INSTALL@,$ac_INSTALL,;t t
47879" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
47880 rm -f $tmp/stdin
47881 if test x"$ac_file" != x-; then
47882 mv $tmp/out $ac_file
47883 else
47884 cat $tmp/out
47885 rm -f $tmp/out
47886 fi
47887
ceec2216
RL
47888 # Run the commands associated with the file.
47889 case $ac_file in
47890 lib/wx/config/${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME} ;;
47891 lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ;;
47892 esac
a848cd7e
SC
47893done
47894_ACEOF
47895cat >>$CONFIG_STATUS <<\_ACEOF
47896
47897#
47898# CONFIG_HEADER section.
47899#
47900
47901# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
47902# NAME is the cpp macro being defined and VALUE is the value it is being given.
47903#
47904# ac_d sets the value in "#define NAME VALUE" lines.
ac1cb8d3
VS
47905ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
47906ac_dB='[ ].*$,\1#\2'
a848cd7e
SC
47907ac_dC=' '
47908ac_dD=',;t'
47909# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
ac1cb8d3 47910ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
a848cd7e
SC
47911ac_uB='$,\1#\2define\3'
47912ac_uC=' '
47913ac_uD=',;t'
47914
47915for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
47916 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
47917 case $ac_file in
47918 - | *:- | *:-:* ) # input from stdin
ac1cb8d3
VS
47919 cat >$tmp/stdin
47920 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
47921 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
a848cd7e 47922 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ac1cb8d3 47923 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
a848cd7e
SC
47924 * ) ac_file_in=$ac_file.in ;;
47925 esac
47926
47927 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
47928echo "$as_me: creating $ac_file" >&6;}
47929
47930 # First look for the input files in the build tree, otherwise in the
47931 # src tree.
47932 ac_file_inputs=`IFS=:
47933 for f in $ac_file_in; do
47934 case $f in
47935 -) echo $tmp/stdin ;;
47936 [\\/$]*)
ac1cb8d3
VS
47937 # Absolute (can't be DOS-style, as IFS=:)
47938 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
a848cd7e
SC
47939echo "$as_me: error: cannot find input file: $f" >&2;}
47940 { (exit 1); exit 1; }; }
ac1cb8d3
VS
47941 # Do quote $f, to prevent DOS paths from being IFS'd.
47942 echo "$f";;
a848cd7e 47943 *) # Relative
ac1cb8d3
VS
47944 if test -f "$f"; then
47945 # Build tree
47946 echo "$f"
47947 elif test -f "$srcdir/$f"; then
47948 # Source tree
47949 echo "$srcdir/$f"
47950 else
47951 # /dev/null tree
47952 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
a848cd7e
SC
47953echo "$as_me: error: cannot find input file: $f" >&2;}
47954 { (exit 1); exit 1; }; }
ac1cb8d3 47955 fi;;
a848cd7e
SC
47956 esac
47957 done` || { (exit 1); exit 1; }
47958 # Remove the trailing spaces.
ac1cb8d3 47959 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
a848cd7e
SC
47960
47961_ACEOF
47962
47963# Transform confdefs.h into two sed scripts, `conftest.defines' and
47964# `conftest.undefs', that substitutes the proper values into
47965# config.h.in to produce config.h. The first handles `#define'
47966# templates, and the second `#undef' templates.
47967# And first: Protect against being on the right side of a sed subst in
47968# config.status. Protect against being in an unquoted here document
47969# in config.status.
47970rm -f conftest.defines conftest.undefs
47971# Using a here document instead of a string reduces the quoting nightmare.
47972# Putting comments in sed scripts is not portable.
47973#
47974# `end' is used to avoid that the second main sed command (meant for
47975# 0-ary CPP macros) applies to n-ary macro definitions.
47976# See the Autoconf documentation for `clear'.
47977cat >confdef2sed.sed <<\_ACEOF
47978s/[\\&,]/\\&/g
47979s,[\\$`],\\&,g
47980t clear
47981: clear
ac1cb8d3 47982s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
a848cd7e 47983t end
ac1cb8d3 47984s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
a848cd7e
SC
47985: end
47986_ACEOF
47987# If some macros were called several times there might be several times
47988# the same #defines, which is useless. Nevertheless, we may not want to
47989# sort them, since we want the *last* AC-DEFINE to be honored.
47990uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
47991sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
47992rm -f confdef2sed.sed
47993
47994# This sed command replaces #undef with comments. This is necessary, for
47995# example, in the case of _POSIX_SOURCE, which is predefined and required
47996# on some systems where configure will not decide to define it.
47997cat >>conftest.undefs <<\_ACEOF
ac1cb8d3 47998s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
a848cd7e
SC
47999_ACEOF
48000
48001# Break up conftest.defines because some shells have a limit on the size
48002# of here documents, and old seds have small limits too (100 cmds).
48003echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
ac1cb8d3 48004echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
a848cd7e
SC
48005echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
48006echo ' :' >>$CONFIG_STATUS
48007rm -f conftest.tail
48008while grep . conftest.defines >/dev/null
48009do
48010 # Write a limited-size here document to $tmp/defines.sed.
48011 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
48012 # Speed up: don't consider the non `#define' lines.
ac1cb8d3 48013 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
a848cd7e
SC
48014 # Work around the forget-to-reset-the-flag bug.
48015 echo 't clr' >>$CONFIG_STATUS
48016 echo ': clr' >>$CONFIG_STATUS
48017 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
48018 echo 'CEOF
48019 sed -f $tmp/defines.sed $tmp/in >$tmp/out
48020 rm -f $tmp/in
48021 mv $tmp/out $tmp/in
48022' >>$CONFIG_STATUS
48023 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
48024 rm -f conftest.defines
48025 mv conftest.tail conftest.defines
48026done
48027rm -f conftest.defines
48028echo ' fi # grep' >>$CONFIG_STATUS
48029echo >>$CONFIG_STATUS
48030
48031# Break up conftest.undefs because some shells have a limit on the size
48032# of here documents, and old seds have small limits too (100 cmds).
48033echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
48034rm -f conftest.tail
48035while grep . conftest.undefs >/dev/null
48036do
48037 # Write a limited-size here document to $tmp/undefs.sed.
48038 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
48039 # Speed up: don't consider the non `#undef'
ac1cb8d3 48040 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
a848cd7e
SC
48041 # Work around the forget-to-reset-the-flag bug.
48042 echo 't clr' >>$CONFIG_STATUS
48043 echo ': clr' >>$CONFIG_STATUS
48044 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
48045 echo 'CEOF
48046 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
48047 rm -f $tmp/in
48048 mv $tmp/out $tmp/in
48049' >>$CONFIG_STATUS
48050 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
48051 rm -f conftest.undefs
48052 mv conftest.tail conftest.undefs
48053done
48054rm -f conftest.undefs
48055
48056cat >>$CONFIG_STATUS <<\_ACEOF
48057 # Let's still pretend it is `configure' which instantiates (i.e., don't
48058 # use $as_me), people would be surprised to read:
48059 # /* config.h. Generated by config.status. */
48060 if test x"$ac_file" = x-; then
48061 echo "/* Generated by configure. */" >$tmp/config.h
48062 else
48063 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
48064 fi
48065 cat $tmp/in >>$tmp/config.h
48066 rm -f $tmp/in
48067 if test x"$ac_file" != x-; then
48068 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
48069 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
48070echo "$as_me: $ac_file is unchanged" >&6;}
48071 else
48072 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
48073$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
48074 X"$ac_file" : 'X\(//\)[^/]' \| \
48075 X"$ac_file" : 'X\(//\)$' \| \
48076 X"$ac_file" : 'X\(/\)' \| \
48077 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
48078echo X"$ac_file" |
48079 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
48080 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
48081 /^X\(\/\/\)$/{ s//\1/; q; }
48082 /^X\(\/\).*/{ s//\1/; q; }
48083 s/.*/./; q'`
48084 { if $as_mkdir_p; then
48085 mkdir -p "$ac_dir"
48086 else
48087 as_dir="$ac_dir"
48088 as_dirs=
48089 while test ! -d "$as_dir"; do
48090 as_dirs="$as_dir $as_dirs"
48091 as_dir=`(dirname "$as_dir") 2>/dev/null ||
48092$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
48093 X"$as_dir" : 'X\(//\)[^/]' \| \
48094 X"$as_dir" : 'X\(//\)$' \| \
48095 X"$as_dir" : 'X\(/\)' \| \
48096 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
48097echo X"$as_dir" |
48098 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
48099 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
48100 /^X\(\/\/\)$/{ s//\1/; q; }
48101 /^X\(\/\).*/{ s//\1/; q; }
48102 s/.*/./; q'`
48103 done
48104 test ! -n "$as_dirs" || mkdir $as_dirs
48105 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
48106echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
48107 { (exit 1); exit 1; }; }; }
48108
48109 rm -f $ac_file
48110 mv $tmp/config.h $ac_file
48111 fi
48112 else
48113 cat $tmp/config.h
48114 rm -f $tmp/config.h
48115 fi
48116done
48117_ACEOF
48118cat >>$CONFIG_STATUS <<\_ACEOF
48119
48120#
48121# CONFIG_COMMANDS section.
48122#
48123for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
48124 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
48125 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
48126 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
48127$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
48128 X"$ac_dest" : 'X\(//\)[^/]' \| \
48129 X"$ac_dest" : 'X\(//\)$' \| \
48130 X"$ac_dest" : 'X\(/\)' \| \
48131 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
48132echo X"$ac_dest" |
48133 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
48134 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
48135 /^X\(\/\/\)$/{ s//\1/; q; }
48136 /^X\(\/\).*/{ s//\1/; q; }
48137 s/.*/./; q'`
ac1cb8d3
VS
48138 { if $as_mkdir_p; then
48139 mkdir -p "$ac_dir"
48140 else
48141 as_dir="$ac_dir"
48142 as_dirs=
48143 while test ! -d "$as_dir"; do
48144 as_dirs="$as_dir $as_dirs"
48145 as_dir=`(dirname "$as_dir") 2>/dev/null ||
48146$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
48147 X"$as_dir" : 'X\(//\)[^/]' \| \
48148 X"$as_dir" : 'X\(//\)$' \| \
48149 X"$as_dir" : 'X\(/\)' \| \
48150 . : '\(.\)' 2>/dev/null ||
48151echo X"$as_dir" |
48152 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
48153 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
48154 /^X\(\/\/\)$/{ s//\1/; q; }
48155 /^X\(\/\).*/{ s//\1/; q; }
48156 s/.*/./; q'`
48157 done
48158 test ! -n "$as_dirs" || mkdir $as_dirs
48159 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
48160echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
48161 { (exit 1); exit 1; }; }; }
48162
a848cd7e
SC
48163 ac_builddir=.
48164
48165if test "$ac_dir" != .; then
48166 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
48167 # A "../" for each directory in $ac_dir_suffix.
48168 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
48169else
48170 ac_dir_suffix= ac_top_builddir=
48171fi
48172
48173case $srcdir in
48174 .) # No --srcdir option. We are building in place.
48175 ac_srcdir=.
48176 if test -z "$ac_top_builddir"; then
48177 ac_top_srcdir=.
48178 else
48179 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
48180 fi ;;
48181 [\\/]* | ?:[\\/]* ) # Absolute path.
48182 ac_srcdir=$srcdir$ac_dir_suffix;
48183 ac_top_srcdir=$srcdir ;;
48184 *) # Relative path.
48185 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
48186 ac_top_srcdir=$ac_top_builddir$srcdir ;;
48187esac
ac1cb8d3
VS
48188
48189# Do not use `cd foo && pwd` to compute absolute paths, because
48190# the directories may not exist.
48191case `pwd` in
48192.) ac_abs_builddir="$ac_dir";;
48193*)
48194 case "$ac_dir" in
48195 .) ac_abs_builddir=`pwd`;;
48196 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
48197 *) ac_abs_builddir=`pwd`/"$ac_dir";;
48198 esac;;
48199esac
48200case $ac_abs_builddir in
48201.) ac_abs_top_builddir=${ac_top_builddir}.;;
48202*)
48203 case ${ac_top_builddir}. in
48204 .) ac_abs_top_builddir=$ac_abs_builddir;;
48205 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
48206 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
48207 esac;;
48208esac
48209case $ac_abs_builddir in
48210.) ac_abs_srcdir=$ac_srcdir;;
48211*)
48212 case $ac_srcdir in
48213 .) ac_abs_srcdir=$ac_abs_builddir;;
48214 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
48215 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
48216 esac;;
48217esac
48218case $ac_abs_builddir in
48219.) ac_abs_top_srcdir=$ac_top_srcdir;;
48220*)
48221 case $ac_top_srcdir in
48222 .) ac_abs_top_srcdir=$ac_abs_builddir;;
48223 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
48224 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
48225 esac;;
48226esac
a848cd7e
SC
48227
48228
48229 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
48230echo "$as_me: executing $ac_dest commands" >&6;}
48231 case $ac_dest in
5c60e845
MW
48232 rcdefs.h )
48233 mkdir -p $outdir &&
48234 $CPP $infile | sed 's/^# *[1-9].*//;s/^ *//;/./,/^$/!d' > $outdir/rcdefs.h
48235 ;;
ceec2216
RL
48236 wx-config ) rm -f wx-config
48237 ${LN_S} lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} wx-config
48238 ;;
a848cd7e
SC
48239 esac
48240done
48241_ACEOF
48242
48243cat >>$CONFIG_STATUS <<\_ACEOF
48244
48245{ (exit 0); exit 0; }
48246_ACEOF
48247chmod +x $CONFIG_STATUS
48248ac_clean_files=$ac_clean_files_save
48249
48250
48251# configure is writing to config.log, and then calls config.status.
48252# config.status does its own redirection, appending to config.log.
48253# Unfortunately, on DOS this fails, as config.log is still kept open
48254# by configure, so config.status won't be able to write to it; its
48255# output is simply discarded. So we exec the FD to /dev/null,
48256# effectively closing config.log, so it can be properly (re)opened and
48257# appended to by config.status. When coming back to configure, we
48258# need to make the FD available again.
48259if test "$no_create" != yes; then
48260 ac_cs_success=:
48261 ac_config_status_args=
48262 test "$silent" = yes &&
48263 ac_config_status_args="$ac_config_status_args --quiet"
48264 exec 5>/dev/null
48265 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
48266 exec 5>>config.log
48267 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
48268 # would make configure fail if this is the last instruction.
48269 $ac_cs_success || { (exit 1); exit 1; }
48270fi
48271
48272#
48273# CONFIG_SUBDIRS section.
48274#
48275if test "$no_recursion" != yes; then
48276
48277 # Remove --cache-file and --srcdir arguments so they do not pile up.
48278 ac_sub_configure_args=
48279 ac_prev=
48280 for ac_arg in $ac_configure_args; do
48281 if test -n "$ac_prev"; then
48282 ac_prev=
48283 continue
48284 fi
48285 case $ac_arg in
48286 -cache-file | --cache-file | --cache-fil | --cache-fi \
48287 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
48288 ac_prev=cache_file ;;
48289 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
48290 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
48291 | --c=*)
48292 ;;
48293 --config-cache | -C)
48294 ;;
48295 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
48296 ac_prev=srcdir ;;
48297 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
48298 ;;
48299 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
48300 ac_prev=prefix ;;
48301 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
48302 ;;
48303 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
48304 esac
48305 done
48306
48307 # Always prepend --prefix to ensure using the same prefix
48308 # in subdir configurations.
48309 ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
48310
48311 ac_popdir=`pwd`
48312 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
48313
48314 # Do not complain, so a configure script can configure whichever
48315 # parts of a large source tree are present.
48316 test -d $srcdir/$ac_dir || continue
48317
48318 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
48319echo "$as_me: configuring in $ac_dir" >&6;}
48320 { if $as_mkdir_p; then
48321 mkdir -p "$ac_dir"
48322 else
48323 as_dir="$ac_dir"
48324 as_dirs=
48325 while test ! -d "$as_dir"; do
48326 as_dirs="$as_dir $as_dirs"
48327 as_dir=`(dirname "$as_dir") 2>/dev/null ||
48328$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
48329 X"$as_dir" : 'X\(//\)[^/]' \| \
48330 X"$as_dir" : 'X\(//\)$' \| \
48331 X"$as_dir" : 'X\(/\)' \| \
48332 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
48333echo X"$as_dir" |
48334 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
48335 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
48336 /^X\(\/\/\)$/{ s//\1/; q; }
48337 /^X\(\/\).*/{ s//\1/; q; }
48338 s/.*/./; q'`
48339 done
48340 test ! -n "$as_dirs" || mkdir $as_dirs
48341 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
48342echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
48343 { (exit 1); exit 1; }; }; }
48344
48345 ac_builddir=.
48346
48347if test "$ac_dir" != .; then
48348 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
48349 # A "../" for each directory in $ac_dir_suffix.
48350 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
48351else
48352 ac_dir_suffix= ac_top_builddir=
48353fi
48354
48355case $srcdir in
48356 .) # No --srcdir option. We are building in place.
48357 ac_srcdir=.
48358 if test -z "$ac_top_builddir"; then
48359 ac_top_srcdir=.
48360 else
48361 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
48362 fi ;;
48363 [\\/]* | ?:[\\/]* ) # Absolute path.
48364 ac_srcdir=$srcdir$ac_dir_suffix;
48365 ac_top_srcdir=$srcdir ;;
48366 *) # Relative path.
48367 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
48368 ac_top_srcdir=$ac_top_builddir$srcdir ;;
48369esac
ac1cb8d3
VS
48370
48371# Do not use `cd foo && pwd` to compute absolute paths, because
48372# the directories may not exist.
48373case `pwd` in
48374.) ac_abs_builddir="$ac_dir";;
48375*)
48376 case "$ac_dir" in
48377 .) ac_abs_builddir=`pwd`;;
48378 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
48379 *) ac_abs_builddir=`pwd`/"$ac_dir";;
48380 esac;;
48381esac
48382case $ac_abs_builddir in
48383.) ac_abs_top_builddir=${ac_top_builddir}.;;
48384*)
48385 case ${ac_top_builddir}. in
48386 .) ac_abs_top_builddir=$ac_abs_builddir;;
48387 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
48388 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
48389 esac;;
48390esac
48391case $ac_abs_builddir in
48392.) ac_abs_srcdir=$ac_srcdir;;
48393*)
48394 case $ac_srcdir in
48395 .) ac_abs_srcdir=$ac_abs_builddir;;
48396 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
48397 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
48398 esac;;
48399esac
48400case $ac_abs_builddir in
48401.) ac_abs_top_srcdir=$ac_top_srcdir;;
48402*)
48403 case $ac_top_srcdir in
48404 .) ac_abs_top_srcdir=$ac_abs_builddir;;
48405 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
48406 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
48407 esac;;
48408esac
a848cd7e
SC
48409
48410
48411 cd $ac_dir
48412
48413 # Check for guested configure; otherwise get Cygnus style configure.
48414 if test -f $ac_srcdir/configure.gnu; then
48415 ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
48416 elif test -f $ac_srcdir/configure; then
48417 ac_sub_configure="$SHELL '$ac_srcdir/configure'"
48418 elif test -f $ac_srcdir/configure.in; then
48419 ac_sub_configure=$ac_configure
48420 else
48421 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
48422echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
48423 ac_sub_configure=
48424 fi
48425
48426 # The recursion is here.
48427 if test -n "$ac_sub_configure"; then
48428 # Make the cache file name correct relative to the subdirectory.
48429 case $cache_file in
48430 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
48431 *) # Relative path.
ac1cb8d3 48432 ac_sub_cache_file=$ac_top_builddir$cache_file ;;
a848cd7e
SC
48433 esac
48434
48435 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
48436echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
48437 # The eval makes quoting arguments work.
48438 eval $ac_sub_configure $ac_sub_configure_args \
ac1cb8d3
VS
48439 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
48440 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
a848cd7e
SC
48441echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
48442 { (exit 1); exit 1; }; }
48443 fi
48444
5ff751d6 48445 cd "$ac_popdir"
a848cd7e
SC
48446 done
48447fi
48448
48449
48450echo
77ffb593 48451echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
a848cd7e 48452echo ""
4d4ff94c 48453echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_USER:-base only}"
77ffb593 48454echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
a848cd7e 48455
77ffb593
JS
48456echo " Should wxWidgets be compiled in debug mode? ${wxUSE_DEBUG:-no}"
48457echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
48458echo " Should wxWidgets be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
a848cd7e 48459
77ffb593 48460echo " What level of wxWidgets compatibility should be enabled?"
dee1a63f
MB
48461echo " wxWidgets 2.4 ${WXWIN_COMPATIBILITY_2_4:-no}"
48462echo " wxWidgets 2.6 ${WXWIN_COMPATIBILITY_2_6:-yes}"
a848cd7e 48463
77ffb593 48464echo " Which libraries should wxWidgets use?"
a848cd7e
SC
48465echo " jpeg ${wxUSE_LIBJPEG-none}"
48466echo " png ${wxUSE_LIBPNG-none}"
48467echo " regex ${wxUSE_REGEX}"
48468echo " tiff ${wxUSE_LIBTIFF-none}"
48469if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
48470echo " xpm ${wxUSE_LIBXPM-none}"
48471fi
48472echo " zlib ${wxUSE_ZLIB}"
48473echo " odbc ${wxUSE_ODBC}"
48474echo " expat ${wxUSE_EXPAT}"
48475echo " libmspack ${wxUSE_LIBMSPACK}"
48476echo " sdl ${wxUSE_LIBSDL}"
6d1ce868 48477echo " gnomeprint ${wxUSE_LIBGNOMEPRINT-none}"
a848cd7e
SC
48478
48479echo ""
48480