]> git.saurik.com Git - wxWidgets.git/blame - configure
ensure that IsDialogMessage() is not called in the situations when it may hang not...
[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"
b3c86150 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 WINDRES ac_ct_WINDRES DLLTOOL ac_ct_DLLTOOL IF_GNU_MAKE LN_S CXXCPP subdirs PKG_CONFIG GTK_CFLAGS GTK_LIBS GTK_CONFIG ac_pt_PKG_CONFIG DIRECTFB_CFLAGS DIRECTFB_LIBS X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS PANGOX_CFLAGS PANGOX_LIBS PANGOFT2_CFLAGS PANGOFT2_LIBS PANGOXFT_CFLAGS PANGOXFT_LIBS REZ DEREZ SETFILE LIBICONV EXTRALIBS_ESD SDL_CONFIG SDL_CFLAGS SDL_LIBS LIBGNOMEPRINTUI_CFLAGS LIBGNOMEPRINTUI_LIBS GNOMEVFS_CFLAGS GNOMEVFS_LIBS HILDON_CFLAGS HILDON_LIBS GST_CFLAGS GST_LIBS 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 EXTRALIBS_GNOMEVFS EXTRALIBS_HILDON 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 ICC_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_ICC_PCH_1 COND_MONOLITHIC_0 COND_MONOLITHIC_0_SHARED_0 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1 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_MEDIA_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_RICHTEXT_1 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1 COND_MONOLITHIC_0_SHARED_1 COND_MONOLITHIC_0_SHARED_1_USE_AUI_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_MEDIA_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_RICHTEXT_1 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1 COND_MONOLITHIC_0_USE_MEDIA_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_0 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_DFB COND_TOOLKIT_DFB_USE_GUI_1 COND_TOOLKIT_GTK COND_TOOLKIT_GTK_TOOLKIT_VERSION_ COND_TOOLKIT_GTK_TOOLKIT_VERSION_2 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0 COND_TOOLKIT_GTK_USE_GUI_1 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_PCH_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_RESFLAGS EXE_LINKER GUIDIST DISTDIR SAMPLES_SUBDIRS LDFLAGS_GL OPENGL_LIBS DMALLOC_LIBS WX_VERSION_TAG RESCOMP RESFLAGS RESPROGRAMOBJ WX_RESOURCES_MACOSX_ASCII WX_RESOURCES_MACOSX_DATA LIBWXMACRES POSTLINK_COMMAND MACSETFILE 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
3ecd9f92
MW
789ac_env_PKG_CONFIG_set=${PKG_CONFIG+set}
790ac_env_PKG_CONFIG_value=$PKG_CONFIG
791ac_cv_env_PKG_CONFIG_set=${PKG_CONFIG+set}
792ac_cv_env_PKG_CONFIG_value=$PKG_CONFIG
b3c86150
VS
793ac_env_DIRECTFB_CFLAGS_set=${DIRECTFB_CFLAGS+set}
794ac_env_DIRECTFB_CFLAGS_value=$DIRECTFB_CFLAGS
795ac_cv_env_DIRECTFB_CFLAGS_set=${DIRECTFB_CFLAGS+set}
796ac_cv_env_DIRECTFB_CFLAGS_value=$DIRECTFB_CFLAGS
797ac_env_DIRECTFB_LIBS_set=${DIRECTFB_LIBS+set}
798ac_env_DIRECTFB_LIBS_value=$DIRECTFB_LIBS
799ac_cv_env_DIRECTFB_LIBS_set=${DIRECTFB_LIBS+set}
800ac_cv_env_DIRECTFB_LIBS_value=$DIRECTFB_LIBS
3ecd9f92
MW
801ac_env_PANGOX_CFLAGS_set=${PANGOX_CFLAGS+set}
802ac_env_PANGOX_CFLAGS_value=$PANGOX_CFLAGS
803ac_cv_env_PANGOX_CFLAGS_set=${PANGOX_CFLAGS+set}
804ac_cv_env_PANGOX_CFLAGS_value=$PANGOX_CFLAGS
805ac_env_PANGOX_LIBS_set=${PANGOX_LIBS+set}
806ac_env_PANGOX_LIBS_value=$PANGOX_LIBS
807ac_cv_env_PANGOX_LIBS_set=${PANGOX_LIBS+set}
808ac_cv_env_PANGOX_LIBS_value=$PANGOX_LIBS
809ac_env_PANGOFT2_CFLAGS_set=${PANGOFT2_CFLAGS+set}
810ac_env_PANGOFT2_CFLAGS_value=$PANGOFT2_CFLAGS
811ac_cv_env_PANGOFT2_CFLAGS_set=${PANGOFT2_CFLAGS+set}
812ac_cv_env_PANGOFT2_CFLAGS_value=$PANGOFT2_CFLAGS
813ac_env_PANGOFT2_LIBS_set=${PANGOFT2_LIBS+set}
814ac_env_PANGOFT2_LIBS_value=$PANGOFT2_LIBS
815ac_cv_env_PANGOFT2_LIBS_set=${PANGOFT2_LIBS+set}
816ac_cv_env_PANGOFT2_LIBS_value=$PANGOFT2_LIBS
817ac_env_PANGOXFT_CFLAGS_set=${PANGOXFT_CFLAGS+set}
818ac_env_PANGOXFT_CFLAGS_value=$PANGOXFT_CFLAGS
819ac_cv_env_PANGOXFT_CFLAGS_set=${PANGOXFT_CFLAGS+set}
820ac_cv_env_PANGOXFT_CFLAGS_value=$PANGOXFT_CFLAGS
821ac_env_PANGOXFT_LIBS_set=${PANGOXFT_LIBS+set}
822ac_env_PANGOXFT_LIBS_value=$PANGOXFT_LIBS
823ac_cv_env_PANGOXFT_LIBS_set=${PANGOXFT_LIBS+set}
824ac_cv_env_PANGOXFT_LIBS_value=$PANGOXFT_LIBS
825ac_env_LIBGNOMEPRINTUI_CFLAGS_set=${LIBGNOMEPRINTUI_CFLAGS+set}
826ac_env_LIBGNOMEPRINTUI_CFLAGS_value=$LIBGNOMEPRINTUI_CFLAGS
827ac_cv_env_LIBGNOMEPRINTUI_CFLAGS_set=${LIBGNOMEPRINTUI_CFLAGS+set}
828ac_cv_env_LIBGNOMEPRINTUI_CFLAGS_value=$LIBGNOMEPRINTUI_CFLAGS
829ac_env_LIBGNOMEPRINTUI_LIBS_set=${LIBGNOMEPRINTUI_LIBS+set}
830ac_env_LIBGNOMEPRINTUI_LIBS_value=$LIBGNOMEPRINTUI_LIBS
831ac_cv_env_LIBGNOMEPRINTUI_LIBS_set=${LIBGNOMEPRINTUI_LIBS+set}
832ac_cv_env_LIBGNOMEPRINTUI_LIBS_value=$LIBGNOMEPRINTUI_LIBS
833ac_env_GNOMEVFS_CFLAGS_set=${GNOMEVFS_CFLAGS+set}
834ac_env_GNOMEVFS_CFLAGS_value=$GNOMEVFS_CFLAGS
835ac_cv_env_GNOMEVFS_CFLAGS_set=${GNOMEVFS_CFLAGS+set}
836ac_cv_env_GNOMEVFS_CFLAGS_value=$GNOMEVFS_CFLAGS
837ac_env_GNOMEVFS_LIBS_set=${GNOMEVFS_LIBS+set}
838ac_env_GNOMEVFS_LIBS_value=$GNOMEVFS_LIBS
839ac_cv_env_GNOMEVFS_LIBS_set=${GNOMEVFS_LIBS+set}
840ac_cv_env_GNOMEVFS_LIBS_value=$GNOMEVFS_LIBS
841ac_env_HILDON_CFLAGS_set=${HILDON_CFLAGS+set}
842ac_env_HILDON_CFLAGS_value=$HILDON_CFLAGS
843ac_cv_env_HILDON_CFLAGS_set=${HILDON_CFLAGS+set}
844ac_cv_env_HILDON_CFLAGS_value=$HILDON_CFLAGS
845ac_env_HILDON_LIBS_set=${HILDON_LIBS+set}
846ac_env_HILDON_LIBS_value=$HILDON_LIBS
847ac_cv_env_HILDON_LIBS_set=${HILDON_LIBS+set}
848ac_cv_env_HILDON_LIBS_value=$HILDON_LIBS
849ac_env_GST_CFLAGS_set=${GST_CFLAGS+set}
850ac_env_GST_CFLAGS_value=$GST_CFLAGS
851ac_cv_env_GST_CFLAGS_set=${GST_CFLAGS+set}
852ac_cv_env_GST_CFLAGS_value=$GST_CFLAGS
853ac_env_GST_LIBS_set=${GST_LIBS+set}
854ac_env_GST_LIBS_value=$GST_LIBS
855ac_cv_env_GST_LIBS_set=${GST_LIBS+set}
856ac_cv_env_GST_LIBS_value=$GST_LIBS
a848cd7e
SC
857
858#
859# Report the --help message.
860#
861if test "$ac_init_help" = "long"; then
862 # Omit some internal or obsolete options to make the list less imposing.
863 # This message is too long to be a string in the A/UX 3.1 sh.
864 cat <<_ACEOF
dd8df4fc 865\`configure' configures wxWidgets 2.7.0 to adapt to many kinds of systems.
a848cd7e
SC
866
867Usage: $0 [OPTION]... [VAR=VALUE]...
868
869To assign environment variables (e.g., CC, CFLAGS...), specify them as
870VAR=VALUE. See below for descriptions of some of the useful variables.
871
872Defaults for the options are specified in brackets.
873
874Configuration:
875 -h, --help display this help and exit
876 --help=short display options specific to this package
877 --help=recursive display the short help of all the included packages
878 -V, --version display version information and exit
879 -q, --quiet, --silent do not print \`checking...' messages
880 --cache-file=FILE cache test results in FILE [disabled]
881 -C, --config-cache alias for \`--cache-file=config.cache'
882 -n, --no-create do not create output files
883 --srcdir=DIR find the sources in DIR [configure dir or \`..']
884
885_ACEOF
886
887 cat <<_ACEOF
888Installation directories:
889 --prefix=PREFIX install architecture-independent files in PREFIX
ac1cb8d3 890 [$ac_default_prefix]
a848cd7e 891 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
ac1cb8d3 892 [PREFIX]
a848cd7e
SC
893
894By default, \`make install' will install all the files in
895\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
896an installation prefix other than \`$ac_default_prefix' using \`--prefix',
897for instance \`--prefix=\$HOME'.
898
899For better control, use the options below.
900
901Fine tuning of the installation directories:
902 --bindir=DIR user executables [EPREFIX/bin]
903 --sbindir=DIR system admin executables [EPREFIX/sbin]
904 --libexecdir=DIR program executables [EPREFIX/libexec]
905 --datadir=DIR read-only architecture-independent data [PREFIX/share]
906 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
907 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
908 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
909 --libdir=DIR object code libraries [EPREFIX/lib]
910 --includedir=DIR C header files [PREFIX/include]
911 --oldincludedir=DIR C header files for non-gcc [/usr/include]
912 --infodir=DIR info documentation [PREFIX/info]
913 --mandir=DIR man documentation [PREFIX/man]
914_ACEOF
915
916 cat <<\_ACEOF
917
918X features:
919 --x-includes=DIR X include files are in DIR
920 --x-libraries=DIR X library files are in DIR
921
922System types:
923 --build=BUILD configure for building on BUILD [guessed]
924 --host=HOST cross-compile to build programs to run on HOST [BUILD]
925 --target=TARGET configure for building compilers for TARGET [HOST]
926_ACEOF
927fi
928
929if test -n "$ac_init_help"; then
930 case $ac_init_help in
dd8df4fc 931 short | recursive ) echo "Configuration of wxWidgets 2.7.0:";;
a848cd7e
SC
932 esac
933 cat <<\_ACEOF
934
935Optional Features:
936 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
937 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
938 --enable-gui use GUI classes
77ffb593
JS
939 --enable-monolithic build wxWidgets as single library
940 --enable-plugins build parts of wxWidgets as loadable components
941 --enable-universal use wxWidgets GUI controls instead of native ones
a848cd7e 942 --enable-nanox use NanoX
f34ca037 943 --disable-gtk2 use GTK+ 1.2 instead of 2.0
a848cd7e
SC
944 --enable-gpe use GNOME PDA Environment features if possible
945 --enable-shared create shared library code
946 --enable-optimise create optimised code
947 --enable-debug same as debug_flag and debug_info
948 --enable-stl use STL for containers
949 --enable-omf use OMF object format
950 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)
951 --enable-debug_info create code with debugging information
952 --enable-debug_gdb create code with extra GDB debugging information
953 --enable-debug_cntxt use wxDebugContext
954 --enable-mem_tracing create code with memory tracing
955 --enable-profile create code with profiling information
956 --enable-no_rtti create code without RTTI information
957 --enable-no_exceptions create code without C++ exceptions handling
958 --enable-permissive compile code disregarding strict ANSI
959 --enable-no_deps create code without dependency information
95768535 960 --enable-universal_binary[=SDK] create Mac PowerPC and Intel Universal binary (not yet working)
dee1a63f
MB
961 --enable-compat24 enable wxWidgets 2.4 compatibility
962 --disable-compat26 disable wxWidgets 2.6 compatibility
ffa0583f 963 --disable-rpath disable use of rpath for uninstalled builds
a848cd7e
SC
964 --enable-intl use internationalization system
965 --enable-config use wxConfig (and derived) classes
966 --enable-protocols use wxProtocol and derived classes
967 --enable-ftp use wxFTP (requires wxProtocol
968 --enable-http use wxHTTP (requires wxProtocol
969 --enable-fileproto use wxFileProto class (requires wxProtocol
970 --enable-sockets use socket/network classes
971 --enable-ole use OLE classes (Win32 only)
972 --enable-dataobj use data object classes
973 --enable-ipc use interprocess communication (wxSocket etc.)
974 --enable-apple_ieee use the Apple IEEE codec
81f90336 975 --enable-arcstream use wxArchive streams
eaff0f0d 976 --enable-backtrace use wxStackWalker class for getting backtraces
36b6448c 977 --enable-catch_segvs catch signals in wxApp::OnFatalException (Unix only)
a848cd7e
SC
978 --enable-cmdline use wxCmdLineParser class
979 --enable-datetime use wxDateTime class
36b6448c 980 --enable-debugreport use wxDebugReport class
a848cd7e
SC
981 --enable-dialupman use dialup network classes
982 --enable-dynlib use wxLibrary class for DLL loading
983 --enable-dynamicloader use (new) wxDynamicLibrary class
984 --enable-exceptions build exception-safe library
985 --enable-ffile use wxFFile class
986 --enable-file use wxFile class
987 --enable-filesystem use virtual file systems classes
988 --enable-fontmap use font encodings conversion classes
989 --enable-fs_inet use virtual HTTP/FTP filesystems
990 --enable-fs_zip use virtual ZIP filesystems
991 --enable-geometry use geometry class
992 --enable-log use logging system
993 --enable-longlong use wxLongLong class
994 --enable-mimetype use wxMimeTypesManager
995 --enable-mslu use MS Layer for Unicode on Windows 9x (Win32 only)
996 --enable-snglinst use wxSingleInstanceChecker class
a848cd7e 997 --enable-std_iostreams use standard C++ stream classes
59746b65 998 --enable-std_string use standard C++ string classes
07158944 999 --enable-stdpaths use wxStandardPaths class
a848cd7e 1000 --enable-stopwatch use wxStopWatch class
07158944 1001 --enable-streams use wxStream etc classes
a848cd7e
SC
1002 --enable-sysoptions use wxSystemOptions
1003 --enable-textbuf use wxTextBuffer class
1004 --enable-textfile use wxTextFile class
1005 --enable-timer use wxTimer class
1006 --enable-unicode compile wxString with Unicode support
1007 --enable-sound use wxSound class
3b57de8b 1008 --enable-mediactrl use wxMediaCtrl class
15291213 1009 --enable-gstreamer8 force GStreamer 0.8 instead of 0.10 with the wxMediaCtrl class on unix
8b6682b9 1010 --enable-printfposparam use wxVsnprintf() which supports positional parameters
81f90336 1011 --enable-zipstream use wxZip streams
a848cd7e
SC
1012 --enable-url use wxURL class
1013 --enable-protocol use wxProtocol class
1014 --enable-protocol-http HTTP support in wxProtocol
1015 --enable-protocol-ftp FTP support in wxProtocol
1016 --enable-protocol-file FILE support in wxProtocol
1017 --enable-threads use threads
1018 --enable-docview use document view architecture
1019 --enable-help use help subsystem
1020 --enable-mshtmlhelp use MS HTML Help (win32)
1021 --enable-html use wxHTML sub-library
1022 --enable-htmlhelp use wxHTML-based help
9a8f0513 1023 --enable-xrc use XRC resources sub-library
3f60522a 1024 --enable-aui use AUI docking library
a848cd7e
SC
1025 --enable-constraints use layout-constraints system
1026 --enable-printarch use printing architecture
1027 --enable-mdi use multiple document interface architecture
8a7b1113 1028 --enable-mdidoc use docview architecture with MDI
a848cd7e
SC
1029 --enable-loggui use standard GUI logger
1030 --enable-logwin use wxLogWindow
1031 --enable-logdialog use wxLogDialog
646b6ec1 1032 --enable-webkit use wxWebKitCtrl (Mac)
91dea314 1033 --enable-richtext use wxRichTextCtrl
a848cd7e
SC
1034 --enable-postscript use wxPostscriptDC device context (default for gtk+)
1035 --enable-prologio not available; see contrib
1036 --enable-resources not available; see contrib
1037 --enable-clipboard use wxClipboard class
1038 --enable-dnd use Drag'n'Drop classes
1039 --enable-metafile use win32 metafiles
1040 --enable-controls use all usual controls
1041 --enable-accel use accelerators
1042 --enable-button use wxButton class
1043 --enable-bmpbutton use wxBitmapButton class
1044 --enable-calendar use wxCalendarCtrl class
1045 --enable-caret use wxCaret class
1046 --enable-checkbox use wxCheckBox class
1047 --enable-checklst use wxCheckListBox (listbox with checkboxes) class
1048 --enable-choice use wxChoice class
92bbdbcd 1049 --enable-choicebook use wxChoicebook class
e9263684 1050 --enable-colourpicker use wxColourPickerCtrl class
a848cd7e 1051 --enable-combobox use wxComboBox class
a57d600f 1052 --enable-comboctrl use wxComboCtrl class
da98e9be 1053 --enable-datepick use wxDatePickerCtrl class
e9263684 1054 --enable-dirpicker use wxDirPickerCtrl class
a848cd7e 1055 --enable-display use wxDisplay class
e9263684
VZ
1056 --enable-filepicker use wxFilePickerCtrl class
1057 --enable-fontpicker use wxFontPickerCtrl class
a848cd7e
SC
1058 --enable-gauge use wxGauge class
1059 --enable-grid use wxGrid class
20e34ecc 1060 --enable-dataviewctrl, use wxDataViewCtrl class
6954625c 1061 --enable-hyperlink use wxHyperlinkCtrl class
a848cd7e
SC
1062 --enable-imaglist use wxImageList class
1063 --enable-listbook use wxListbook class
1064 --enable-listbox use wxListBox class
1065 --enable-listctrl use wxListCtrl class
1066 --enable-notebook use wxNotebook class
a57d600f 1067 --enable-odcombobox use wxOwnerDrawnComboBox class
a848cd7e
SC
1068 --enable-radiobox use wxRadioBox class
1069 --enable-radiobtn use wxRadioButton class
1070 --enable-sash use wxSashWindow class
1071 --enable-scrollbar use wxScrollBar class and scrollable windows
1072 --enable-slider use wxSlider class
1073 --enable-spinbtn use wxSpinButton class
1074 --enable-spinctrl use wxSpinCtrl class
1075 --enable-splitter use wxSplitterWindow class
1076 --enable-statbmp use wxStaticBitmap class
1077 --enable-statbox use wxStaticBox class
1078 --enable-statline use wxStaticLine class
1079 --enable-stattext use wxStaticText class
1080 --enable-statusbar use wxStatusBar class
1081 --enable-tabdialog use wxTabControl class
1082 --enable-textctrl use wxTextCtrl class
1083 --enable-togglebtn use wxToggleButton class
1084 --enable-toolbar use wxToolBar class
1085 --enable-tbarnative use native wxToolBar class
0093c2fc 1086 --enable-treebook use wxTreebook class
5ec3bc43 1087 --enable-toolbook use wxToolbook class
a848cd7e
SC
1088 --enable-treectrl use wxTreeCtrl class
1089 --enable-tipwindow use wxTipWindow class
1090 --enable-popupwin use wxPopUpWindow class
1091 --enable-commondlg use all common dialogs
1092 --enable-choicedlg use wxChoiceDialog
1093 --enable-coldlg use wxColourDialog
1094 --enable-filedlg use wxFileDialog
1095 --enable-finddlg use wxFindReplaceDialog
1096 --enable-fontdlg use wxFontDialog
1097 --enable-dirdlg use wxDirDialog
1098 --enable-msgdlg use wxMessageDialog
1099 --enable-numberdlg use wxNumberEntryDialog
1100 --enable-splash use wxSplashScreen
1101 --enable-textdlg use wxTextDialog
1102 --enable-tipdlg use startup tips
1103 --enable-progressdlg use wxProgressDialog
1104 --enable-wizarddlg use wxWizard
1105 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes
1106 --enable-miniframe use wxMiniFrame class
1107 --enable-tooltips use wxToolTip class
1108 --enable-splines use spline drawing code
fbe2ca43 1109 --enable-mousewheel use mousewheel
a848cd7e
SC
1110 --enable-validators use wxValidator and derived classes
1111 --enable-busyinfo use wxBusyInfo
4cb1d3da 1112 --enable-joystick use wxJoystick
38b4a946 1113 --enable-metafiles use wxMetaFile (Win32 only)
a848cd7e
SC
1114 --enable-dragimage use wxDragImage
1115 --enable-accessibility enable accessibility support
38b4a946 1116 --enable-dccache cache temporary wxDC objects (Win32 only)
a848cd7e
SC
1117 --enable-palette use wxPalette class
1118 --enable-image use wxImage class
1119 --enable-gif use gif images (GIF file format)
1120 --enable-pcx use pcx images (PCX file format)
1121 --enable-iff use iff images (IFF file format)
1122 --enable-pnm use pnm images (PNM file format)
1123 --enable-xpm use xpm images (XPM file format)
1124 --enable-icocur use Windows ICO and CUR formats
77ffb593 1125 --enable-official_build official build of wxWidgets (win32 DLL only)
a848cd7e
SC
1126 --enable-vendor=VENDOR vendor name (win32 DLL only)
1127 --disable-largefile omit support for large files
1128 --disable-gtktest do not try to compile and run a test GTK+ program
1129 --disable-gtktest Do not try to compile and run a test GTK program
1130 --disable-sdltest Do not try to compile and run a test SDL program
1131 --enable-omf use OMF object format (OS/2)
f10e38c4
VZ
1132 --disable-dependency-tracking
1133 don't use dependency tracking even if the compiler
1134 can
ebee3cd0
VS
1135 --disable-precomp-headers
1136 don't use precompiled headers even if compiler can
a848cd7e
SC
1137
1138Optional Packages:
1139 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1140 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1c14217d 1141 --without-subdirs don't generate makefiles for samples/demos/...
f34ca037 1142 --with-gtk[=VERSION] use GTK+, VERSION can be 2 (default), 1 or "any"
a848cd7e
SC
1143 --with-motif use Motif/Lesstif
1144 --with-mac use Mac OS X
1145 --with-cocoa use Cocoa
1146 --with-wine use Wine
1147 --with-msw use MS-Windows
1148 --with-pm use OS/2 Presentation Manager
1149 --with-mgl use SciTech MGL
b3c86150 1150 --with-directfb use DirectFB
a848cd7e
SC
1151 --with-microwin use MicroWindows
1152 --with-x11 use X11
1153 --with-libpng use libpng (PNG image format)
1154 --with-libjpeg use libjpeg (JPEG file format)
1155 --with-libtiff use libtiff (TIFF file format)
1156 --with-libxpm use libxpm (XPM file format)
1157 --with-libmspack use libmspack (CHM help files loading)
1158 --with-sdl use SDL for audio on Unix
2b850ae1
RR
1159 --with-gnomeprint use GNOME print for printing under GNOME
1160 --with-gnomevfs use GNOME VFS for associating MIME types
3565d135 1161 --with-hildon use Hildon framework for Nokia 770
a848cd7e
SC
1162 --with-opengl use OpenGL (or Mesa)
1163 --with-dmalloc use dmalloc library (http://dmalloc.com/)
1164 --with-regex enable support for wxRegEx class
1165 --with-zlib use zlib for LZW compression
1166 --with-odbc use the IODBC and wxODBC classes
1167 --with-expat enable XML support using expat parser
ceec2216 1168 --with-flavour=NAME specify a name to identify this build
a848cd7e
SC
1169 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
1170 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
1171 --with-x use the X Window System
1172 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
1173 --with-sdl-prefix=PFX Prefix where SDL is installed (optional)
1174 --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)
1175 --with-cppunit-prefix=PFX Prefix where CppUnit is installed (optional)
1176 --with-cppunit-exec-prefix=PFX Exec prefix where CppUnit is installed (optional)
1177
1178Some influential environment variables:
dcc1b6ad
VS
1179 CC C compiler command
1180 CFLAGS C compiler flags
1181 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1182 nonstandard directory <lib dir>
1183 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1184 headers in a nonstandard directory <include dir>
1185 CPP C preprocessor
1186 CXX C++ compiler command
1187 CXXFLAGS C++ compiler flags
1188 CXXCPP C++ preprocessor
3ecd9f92 1189 PKG_CONFIG path to pkg-config utility
b3c86150
VS
1190 DIRECTFB_CFLAGS
1191 C compiler flags for DIRECTFB, overriding pkg-config
1192 DIRECTFB_LIBS
1193 linker flags for DIRECTFB, overriding pkg-config
3ecd9f92
MW
1194 PANGOX_CFLAGS
1195 C compiler flags for PANGOX, overriding pkg-config
1196 PANGOX_LIBS linker flags for PANGOX, overriding pkg-config
1197 PANGOFT2_CFLAGS
1198 C compiler flags for PANGOFT2, overriding pkg-config
1199 PANGOFT2_LIBS
1200 linker flags for PANGOFT2, overriding pkg-config
1201 PANGOXFT_CFLAGS
1202 C compiler flags for PANGOXFT, overriding pkg-config
1203 PANGOXFT_LIBS
1204 linker flags for PANGOXFT, overriding pkg-config
1205 LIBGNOMEPRINTUI_CFLAGS
1206 C compiler flags for LIBGNOMEPRINTUI, overriding pkg-config
1207 LIBGNOMEPRINTUI_LIBS
1208 linker flags for LIBGNOMEPRINTUI, overriding pkg-config
1209 GNOMEVFS_CFLAGS
1210 C compiler flags for GNOMEVFS, overriding pkg-config
1211 GNOMEVFS_LIBS
1212 linker flags for GNOMEVFS, overriding pkg-config
1213 HILDON_CFLAGS
1214 C compiler flags for HILDON, overriding pkg-config
1215 HILDON_LIBS linker flags for HILDON, overriding pkg-config
1216 GST_CFLAGS C compiler flags for GST, overriding pkg-config
1217 GST_LIBS linker flags for GST, overriding pkg-config
a848cd7e
SC
1218
1219Use these variables to override the choices made by `configure' or to help
1220it to find libraries and programs with nonstandard names/locations.
1221
77ffb593 1222Report bugs to <wx-dev@lists.wxwidgets.org>.
a848cd7e
SC
1223_ACEOF
1224fi
1225
1226if test "$ac_init_help" = "recursive"; then
1227 # If there are subdirs, report their specific --help.
1228 ac_popdir=`pwd`
1229 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1230 test -d $ac_dir || continue
1231 ac_builddir=.
1232
1233if test "$ac_dir" != .; then
1234 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1235 # A "../" for each directory in $ac_dir_suffix.
1236 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1237else
1238 ac_dir_suffix= ac_top_builddir=
1239fi
1240
1241case $srcdir in
1242 .) # No --srcdir option. We are building in place.
1243 ac_srcdir=.
1244 if test -z "$ac_top_builddir"; then
1245 ac_top_srcdir=.
1246 else
1247 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1248 fi ;;
1249 [\\/]* | ?:[\\/]* ) # Absolute path.
1250 ac_srcdir=$srcdir$ac_dir_suffix;
1251 ac_top_srcdir=$srcdir ;;
1252 *) # Relative path.
1253 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1254 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1255esac
ac1cb8d3
VS
1256
1257# Do not use `cd foo && pwd` to compute absolute paths, because
1258# the directories may not exist.
1259case `pwd` in
1260.) ac_abs_builddir="$ac_dir";;
1261*)
1262 case "$ac_dir" in
1263 .) ac_abs_builddir=`pwd`;;
1264 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1265 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1266 esac;;
1267esac
1268case $ac_abs_builddir in
1269.) ac_abs_top_builddir=${ac_top_builddir}.;;
1270*)
1271 case ${ac_top_builddir}. in
1272 .) ac_abs_top_builddir=$ac_abs_builddir;;
1273 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1274 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1275 esac;;
1276esac
1277case $ac_abs_builddir in
1278.) ac_abs_srcdir=$ac_srcdir;;
1279*)
1280 case $ac_srcdir in
1281 .) ac_abs_srcdir=$ac_abs_builddir;;
1282 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1283 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1284 esac;;
1285esac
1286case $ac_abs_builddir in
1287.) ac_abs_top_srcdir=$ac_top_srcdir;;
1288*)
1289 case $ac_top_srcdir in
1290 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1291 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1292 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1293 esac;;
1294esac
a848cd7e
SC
1295
1296 cd $ac_dir
1297 # Check for guested configure; otherwise get Cygnus style configure.
1298 if test -f $ac_srcdir/configure.gnu; then
1299 echo
1300 $SHELL $ac_srcdir/configure.gnu --help=recursive
1301 elif test -f $ac_srcdir/configure; then
1302 echo
1303 $SHELL $ac_srcdir/configure --help=recursive
1304 elif test -f $ac_srcdir/configure.ac ||
ac1cb8d3 1305 test -f $ac_srcdir/configure.in; then
a848cd7e
SC
1306 echo
1307 $ac_configure --help
1308 else
1309 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1310 fi
6a5c9b3f 1311 cd $ac_popdir
a848cd7e
SC
1312 done
1313fi
1314
1315test -n "$ac_init_help" && exit 0
1316if $ac_init_version; then
1317 cat <<\_ACEOF
dd8df4fc 1318wxWidgets configure 2.7.0
ac1cb8d3 1319generated by GNU Autoconf 2.59
a848cd7e 1320
ac1cb8d3 1321Copyright (C) 2003 Free Software Foundation, Inc.
a848cd7e
SC
1322This configure script is free software; the Free Software Foundation
1323gives unlimited permission to copy, distribute and modify it.
1324_ACEOF
1325 exit 0
1326fi
1327exec 5>config.log
1328cat >&5 <<_ACEOF
1329This file contains any messages produced by compilers while
1330running configure, to aid debugging if configure makes a mistake.
1331
dd8df4fc 1332It was created by wxWidgets $as_me 2.7.0, which was
ac1cb8d3 1333generated by GNU Autoconf 2.59. Invocation command line was
a848cd7e
SC
1334
1335 $ $0 $@
1336
1337_ACEOF
1338{
1339cat <<_ASUNAME
1340## --------- ##
1341## Platform. ##
1342## --------- ##
1343
1344hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1345uname -m = `(uname -m) 2>/dev/null || echo unknown`
1346uname -r = `(uname -r) 2>/dev/null || echo unknown`
1347uname -s = `(uname -s) 2>/dev/null || echo unknown`
1348uname -v = `(uname -v) 2>/dev/null || echo unknown`
1349
1350/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1351/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1352
1353/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1354/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1355/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1356hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1357/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1358/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1359/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1360
1361_ASUNAME
1362
1363as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1364for as_dir in $PATH
1365do
1366 IFS=$as_save_IFS
1367 test -z "$as_dir" && as_dir=.
1368 echo "PATH: $as_dir"
1369done
1370
1371} >&5
1372
1373cat >&5 <<_ACEOF
1374
1375
1376## ----------- ##
1377## Core tests. ##
1378## ----------- ##
1379
1380_ACEOF
1381
1382
1383# Keep a trace of the command line.
1384# Strip out --no-create and --no-recursion so they do not pile up.
1385# Strip out --silent because we don't want to record it for future runs.
1386# Also quote any args containing shell meta-characters.
1387# Make two passes to allow for proper duplicate-argument suppression.
1388ac_configure_args=
1389ac_configure_args0=
1390ac_configure_args1=
1391ac_sep=
1392ac_must_keep_next=false
1393for ac_pass in 1 2
1394do
1395 for ac_arg
1396 do
1397 case $ac_arg in
1398 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1399 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1400 | -silent | --silent | --silen | --sile | --sil)
1401 continue ;;
1402 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1403 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1404 esac
1405 case $ac_pass in
1406 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1407 2)
1408 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1409 if test $ac_must_keep_next = true; then
ac1cb8d3 1410 ac_must_keep_next=false # Got value, back to normal.
a848cd7e 1411 else
ac1cb8d3
VS
1412 case $ac_arg in
1413 *=* | --config-cache | -C | -disable-* | --disable-* \
1414 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1415 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1416 | -with-* | --with-* | -without-* | --without-* | --x)
1417 case "$ac_configure_args0 " in
1418 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1419 esac
1420 ;;
1421 -* ) ac_must_keep_next=true ;;
1422 esac
a848cd7e
SC
1423 fi
1424 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1425 # Get rid of the leading space.
1426 ac_sep=" "
1427 ;;
1428 esac
1429 done
1430done
1431$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1432$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1433
1434# When interrupted or exit'd, cleanup temporary files, and complete
1435# config.log. We remove comments because anyway the quotes in there
1436# would cause problems or look ugly.
1437# WARNING: Be sure not to use single quotes in there, as some shells,
1438# such as our DU 5.0 friend, will then `close' the trap.
1439trap 'exit_status=$?
1440 # Save into config.log some information that might help in debugging.
1441 {
1442 echo
1443
1444 cat <<\_ASBOX
1445## ---------------- ##
1446## Cache variables. ##
1447## ---------------- ##
1448_ASBOX
1449 echo
1450 # The following way of writing the cache mishandles newlines in values,
1451{
1452 (set) 2>&1 |
1453 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1454 *ac_space=\ *)
1455 sed -n \
ac1cb8d3
VS
1456 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1457 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
a848cd7e
SC
1458 ;;
1459 *)
1460 sed -n \
ac1cb8d3 1461 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
a848cd7e
SC
1462 ;;
1463 esac;
1464}
1465 echo
1466
1467 cat <<\_ASBOX
1468## ----------------- ##
1469## Output variables. ##
1470## ----------------- ##
1471_ASBOX
1472 echo
1473 for ac_var in $ac_subst_vars
1474 do
1475 eval ac_val=$`echo $ac_var`
1476 echo "$ac_var='"'"'$ac_val'"'"'"
1477 done | sort
1478 echo
1479
1480 if test -n "$ac_subst_files"; then
1481 cat <<\_ASBOX
1482## ------------- ##
1483## Output files. ##
1484## ------------- ##
1485_ASBOX
1486 echo
1487 for ac_var in $ac_subst_files
1488 do
1489 eval ac_val=$`echo $ac_var`
ac1cb8d3 1490 echo "$ac_var='"'"'$ac_val'"'"'"
a848cd7e
SC
1491 done | sort
1492 echo
1493 fi
1494
1495 if test -s confdefs.h; then
1496 cat <<\_ASBOX
1497## ----------- ##
1498## confdefs.h. ##
1499## ----------- ##
1500_ASBOX
1501 echo
1502 sed "/^$/d" confdefs.h | sort
1503 echo
1504 fi
1505 test "$ac_signal" != 0 &&
1506 echo "$as_me: caught signal $ac_signal"
1507 echo "$as_me: exit $exit_status"
1508 } >&5
ac1cb8d3 1509 rm -f core *.core &&
a848cd7e
SC
1510 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1511 exit $exit_status
1512 ' 0
1513for ac_signal in 1 2 13 15; do
1514 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1515done
1516ac_signal=0
1517
1518# confdefs.h avoids OS command line length limits that DEFS can exceed.
1519rm -rf conftest* confdefs.h
1520# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1521echo >confdefs.h
1522
1523# Predefined preprocessor variables.
1524
1525cat >>confdefs.h <<_ACEOF
1526#define PACKAGE_NAME "$PACKAGE_NAME"
1527_ACEOF
1528
1529
1530cat >>confdefs.h <<_ACEOF
1531#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1532_ACEOF
1533
1534
1535cat >>confdefs.h <<_ACEOF
1536#define PACKAGE_VERSION "$PACKAGE_VERSION"
1537_ACEOF
1538
1539
1540cat >>confdefs.h <<_ACEOF
1541#define PACKAGE_STRING "$PACKAGE_STRING"
1542_ACEOF
1543
1544
1545cat >>confdefs.h <<_ACEOF
1546#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1547_ACEOF
1548
1549
1550# Let the site file select an alternate cache file if it wants to.
1551# Prefer explicitly selected file to automatically selected ones.
1552if test -z "$CONFIG_SITE"; then
1553 if test "x$prefix" != xNONE; then
1554 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1555 else
1556 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1557 fi
1558fi
1559for ac_site_file in $CONFIG_SITE; do
1560 if test -r "$ac_site_file"; then
1561 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1562echo "$as_me: loading site script $ac_site_file" >&6;}
1563 sed 's/^/| /' "$ac_site_file" >&5
1564 . "$ac_site_file"
1565 fi
1566done
1567
1568if test -r "$cache_file"; then
1569 # Some versions of bash will fail to source /dev/null (special
1570 # files actually), so we avoid doing that.
1571 if test -f "$cache_file"; then
1572 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1573echo "$as_me: loading cache $cache_file" >&6;}
1574 case $cache_file in
1575 [\\/]* | ?:[\\/]* ) . $cache_file;;
1576 *) . ./$cache_file;;
1577 esac
1578 fi
1579else
1580 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1581echo "$as_me: creating cache $cache_file" >&6;}
1582 >$cache_file
1583fi
1584
1585# Check that the precious variables saved in the cache have kept the same
1586# value.
1587ac_cache_corrupted=false
1588for ac_var in `(set) 2>&1 |
ac1cb8d3 1589 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
a848cd7e
SC
1590 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1591 eval ac_new_set=\$ac_env_${ac_var}_set
1592 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1593 eval ac_new_val="\$ac_env_${ac_var}_value"
1594 case $ac_old_set,$ac_new_set in
1595 set,)
1596 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1597echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1598 ac_cache_corrupted=: ;;
1599 ,set)
1600 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1601echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1602 ac_cache_corrupted=: ;;
1603 ,);;
1604 *)
1605 if test "x$ac_old_val" != "x$ac_new_val"; then
ac1cb8d3 1606 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
a848cd7e 1607echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
ac1cb8d3 1608 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
a848cd7e 1609echo "$as_me: former value: $ac_old_val" >&2;}
ac1cb8d3 1610 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
a848cd7e 1611echo "$as_me: current value: $ac_new_val" >&2;}
ac1cb8d3 1612 ac_cache_corrupted=:
a848cd7e
SC
1613 fi;;
1614 esac
1615 # Pass precious variables to config.status.
1616 if test "$ac_new_set" = set; then
1617 case $ac_new_val in
1618 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1619 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1620 *) ac_arg=$ac_var=$ac_new_val ;;
1621 esac
1622 case " $ac_configure_args " in
1623 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1624 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1625 esac
1626 fi
1627done
1628if $ac_cache_corrupted; then
1629 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1630echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1631 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1632echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1633 { (exit 1); exit 1; }; }
1634fi
1635
1636ac_ext=c
1637ac_cpp='$CPP $CPPFLAGS'
1638ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1639ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1640ac_compiler_gnu=$ac_cv_c_compiler_gnu
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671ac_aux_dir=
1672for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1673 if test -f $ac_dir/install-sh; then
1674 ac_aux_dir=$ac_dir
1675 ac_install_sh="$ac_aux_dir/install-sh -c"
1676 break
1677 elif test -f $ac_dir/install.sh; then
1678 ac_aux_dir=$ac_dir
1679 ac_install_sh="$ac_aux_dir/install.sh -c"
1680 break
1681 elif test -f $ac_dir/shtool; then
1682 ac_aux_dir=$ac_dir
1683 ac_install_sh="$ac_aux_dir/shtool install -c"
1684 break
1685 fi
1686done
1687if test -z "$ac_aux_dir"; then
1688 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1689echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1690 { (exit 1); exit 1; }; }
1691fi
1692ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1693ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1694ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1695
1696# Make sure we can run config.sub.
1697$ac_config_sub sun4 >/dev/null 2>&1 ||
1698 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1699echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1700 { (exit 1); exit 1; }; }
1701
1702echo "$as_me:$LINENO: checking build system type" >&5
1703echo $ECHO_N "checking build system type... $ECHO_C" >&6
1704if test "${ac_cv_build+set}" = set; then
1705 echo $ECHO_N "(cached) $ECHO_C" >&6
1706else
1707 ac_cv_build_alias=$build_alias
1708test -z "$ac_cv_build_alias" &&
1709 ac_cv_build_alias=`$ac_config_guess`
1710test -z "$ac_cv_build_alias" &&
1711 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1712echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1713 { (exit 1); exit 1; }; }
1714ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1715 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1716echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1717 { (exit 1); exit 1; }; }
1718
1719fi
1720echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1721echo "${ECHO_T}$ac_cv_build" >&6
1722build=$ac_cv_build
1723build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1724build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1725build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1726
1727
1728echo "$as_me:$LINENO: checking host system type" >&5
1729echo $ECHO_N "checking host system type... $ECHO_C" >&6
1730if test "${ac_cv_host+set}" = set; then
1731 echo $ECHO_N "(cached) $ECHO_C" >&6
1732else
1733 ac_cv_host_alias=$host_alias
1734test -z "$ac_cv_host_alias" &&
1735 ac_cv_host_alias=$ac_cv_build_alias
1736ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1737 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1738echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1739 { (exit 1); exit 1; }; }
1740
1741fi
1742echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1743echo "${ECHO_T}$ac_cv_host" >&6
1744host=$ac_cv_host
1745host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1746host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1747host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1748
1749
1750echo "$as_me:$LINENO: checking target system type" >&5
1751echo $ECHO_N "checking target system type... $ECHO_C" >&6
1752if test "${ac_cv_target+set}" = set; then
1753 echo $ECHO_N "(cached) $ECHO_C" >&6
1754else
1755 ac_cv_target_alias=$target_alias
1756test "x$ac_cv_target_alias" = "x" &&
1757 ac_cv_target_alias=$ac_cv_host_alias
1758ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1759 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1760echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1761 { (exit 1); exit 1; }; }
1762
1763fi
1764echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1765echo "${ECHO_T}$ac_cv_target" >&6
1766target=$ac_cv_target
1767target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1768target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1769target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1770
1771
1772# The aliases save the names the user supplied, while $host etc.
1773# will get canonicalized.
1774test -n "$target_alias" &&
1775 test "$program_prefix$program_suffix$program_transform_name" = \
1776 NONENONEs,x,x, &&
1777 program_prefix=${target_alias}-
1778
1779
1780
ceec2216 1781wx_major_version_number=2
dd8df4fc
VZ
1782wx_minor_version_number=7
1783wx_release_number=0
5b5d4ef2 1784wx_subrelease_number=1
a848cd7e 1785
ceec2216
RL
1786WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
1787WX_VERSION=$WX_RELEASE.$wx_release_number
1788WX_SUBVERSION=$WX_VERSION.$wx_subrelease_number
a848cd7e 1789
ceec2216 1790WX_MSW_VERSION=$wx_major_version_number$wx_minor_version_number$wx_release_number
a848cd7e 1791
a848cd7e
SC
1792
1793
1794
1795USE_UNIX=1
1796USE_OS2=0
1797USE_WIN32=0
1798USE_DOS=0
1799USE_BEOS=0
1800USE_MAC=0
1801
1802USE_AIX=
1803USE_BSD= USE_DARWIN= USE_FREEBSD=
1804USE_GNU= USE_HPUX=
1805USE_LINUX=
1806USE_NETBSD=
1807USE_OPENBSD=
1808USE_OSF= USE_SGI=
1809USE_SOLARIS= USE_SUN= USE_SUNOS= USE_SVR4= USE_SYSV= USE_VMS=
1810USE_ULTRIX=
1811USE_UNIXWARE=
1812
1813USE_ALPHA=
1814
1815NEEDS_D_REENTRANT_FOR_R_FUNCS=0
1816
b3c86150 1817ALL_TOOLKITS="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11 DFB"
a848cd7e
SC
1818
1819DEFAULT_wxUSE_COCOA=0
1820DEFAULT_wxUSE_GTK=0
1821DEFAULT_wxUSE_MAC=0
1822DEFAULT_wxUSE_MGL=0
1823DEFAULT_wxUSE_MICROWIN=0
1824DEFAULT_wxUSE_MOTIF=0
1825DEFAULT_wxUSE_MSW=0
1826DEFAULT_wxUSE_PM=0
1827DEFAULT_wxUSE_X11=0
b3c86150 1828DEFAULT_wxUSE_DFB=0
a848cd7e
SC
1829
1830DEFAULT_DEFAULT_wxUSE_COCOA=0
1831DEFAULT_DEFAULT_wxUSE_GTK=0
1832DEFAULT_DEFAULT_wxUSE_MAC=0
1833DEFAULT_DEFAULT_wxUSE_MGL=0
1834DEFAULT_DEFAULT_wxUSE_MICROWIN=0
1835DEFAULT_DEFAULT_wxUSE_MOTIF=0
1836DEFAULT_DEFAULT_wxUSE_MSW=0
1837DEFAULT_DEFAULT_wxUSE_PM=0
1838DEFAULT_DEFAULT_wxUSE_X11=0
b3c86150 1839DEFAULT_DEFAULT_wxUSE_DFB=0
a848cd7e
SC
1840
1841PROGRAM_EXT=
1842SO_SUFFIX=so
1843SAMPLES_RPATH_FLAG=
1844SAMPLES_RPATH_POSTLINK=
1845
a03b8b04
RD
1846DEFAULT_STD_FLAG=yes
1847
a848cd7e
SC
1848case "${host}" in
1849 *-hp-hpux* )
1850 USE_HPUX=1
1851 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1852 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1853 SO_SUFFIX=sl
1854 cat >>confdefs.h <<\_ACEOF
1855#define __HPUX__ 1
1856_ACEOF
1857
2eef8513 1858
c92ad099 1859 CPPFLAGS="-D_HPUX_SOURCE $CPPFLAGS"
a848cd7e
SC
1860 ;;
1861 *-*-linux* )
1862 USE_LINUX=1
1863 cat >>confdefs.h <<\_ACEOF
1864#define __LINUX__ 1
1865_ACEOF
1866
1867 TMP=`uname -m`
1868 if test "x$TMP" = "xalpha"; then
1869 USE_ALPHA=1
1870 cat >>confdefs.h <<\_ACEOF
1871#define __ALPHA__ 1
1872_ACEOF
1873
1874 fi
1875 DEFAULT_DEFAULT_wxUSE_GTK=1
1876 ;;
1877 *-*-gnu* | *-*-k*bsd*-gnu )
1878 USE_GNU=1
1879 TMP=`uname -m`
1880 if test "x$TMP" = "xalpha"; then
1881 USE_ALPHA=1
1882 cat >>confdefs.h <<\_ACEOF
1883#define __ALPHA__ 1
1884_ACEOF
1885
1886 fi
1887 DEFAULT_DEFAULT_wxUSE_GTK=1
1888 ;;
1889 *-*-irix5* | *-*-irix6* )
1890 USE_SGI=1
1891 USE_SVR4=1
1892 cat >>confdefs.h <<\_ACEOF
1893#define __SGI__ 1
1894_ACEOF
1895
1896 cat >>confdefs.h <<\_ACEOF
1897#define __SVR4__ 1
1898_ACEOF
1899
1900 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1901 ;;
1902 *-*-solaris2* )
1903 USE_SUN=1
1904 USE_SOLARIS=1
1905 USE_SVR4=1
1906 cat >>confdefs.h <<\_ACEOF
1907#define __SUN__ 1
1908_ACEOF
1909
1910 cat >>confdefs.h <<\_ACEOF
1911#define __SOLARIS__ 1
1912_ACEOF
1913
1914 cat >>confdefs.h <<\_ACEOF
1915#define __SVR4__ 1
1916_ACEOF
1917
1918 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1919 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1920 ;;
1921 *-*-sunos4* )
1922 USE_SUN=1
1923 USE_SUNOS=1
1924 USE_BSD=1
1925 cat >>confdefs.h <<\_ACEOF
1926#define __SUN__ 1
1927_ACEOF
1928
1929 cat >>confdefs.h <<\_ACEOF
1930#define __SUNOS__ 1
1931_ACEOF
1932
1933 cat >>confdefs.h <<\_ACEOF
1934#define __BSD__ 1
1935_ACEOF
1936
1937 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1938 ;;
1939 *-*-freebsd*)
1940 USE_BSD=1
1941 USE_FREEBSD=1
1942 cat >>confdefs.h <<\_ACEOF
1943#define __FREEBSD__ 1
1944_ACEOF
1945
1946 cat >>confdefs.h <<\_ACEOF
1947#define __BSD__ 1
1948_ACEOF
1949
1950 DEFAULT_DEFAULT_wxUSE_GTK=1
1951 ;;
c9a66001 1952 *-*-openbsd*|*-*-mirbsd*)
a848cd7e
SC
1953 USE_BSD=1
1954 USE_OPENBSD=1
1955 cat >>confdefs.h <<\_ACEOF
1956#define __OPENBSD__ 1
1957_ACEOF
1958
1959 cat >>confdefs.h <<\_ACEOF
1960#define __BSD__ 1
1961_ACEOF
1962
1963 DEFAULT_DEFAULT_wxUSE_GTK=1
1964 ;;
1965 *-*-netbsd*)
1966 USE_BSD=1
1967 USE_NETBSD=1
1968 cat >>confdefs.h <<\_ACEOF
1969#define __NETBSD__ 1
1970_ACEOF
1971
1972 cat >>confdefs.h <<\_ACEOF
1973#define __BSD__ 1
1974_ACEOF
1975
1976 DEFAULT_DEFAULT_wxUSE_GTK=1
728258f4 1977 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
def7c04a 1978
def7c04a 1979 CPPFLAGS="-D_NETBSD_SOURCE -D_LIBC $CPPFLAGS"
a848cd7e
SC
1980 ;;
1981 *-*-osf* )
1982 USE_ALPHA=1
1983 USE_OSF=1
1984 cat >>confdefs.h <<\_ACEOF
1985#define __ALPHA__ 1
1986_ACEOF
1987
1988 cat >>confdefs.h <<\_ACEOF
1989#define __OSF__ 1
1990_ACEOF
1991
1992 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1993 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1994 ;;
1995 *-*-dgux5* )
1996 USE_ALPHA=1
1997 USE_SVR4=1
1998 cat >>confdefs.h <<\_ACEOF
1999#define __ALPHA__ 1
2000_ACEOF
2001
2002 cat >>confdefs.h <<\_ACEOF
2003#define __SVR4__ 1
2004_ACEOF
2005
2006 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2007 ;;
2008 *-*-sysv5* )
2009 USE_SYSV=1
2010 USE_SVR4=1
2011 cat >>confdefs.h <<\_ACEOF
2012#define __SYSV__ 1
2013_ACEOF
2014
2015 cat >>confdefs.h <<\_ACEOF
2016#define __SVR4__ 1
2017_ACEOF
2018
2019 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2020 ;;
2021 *-*-aix* )
2022 USE_AIX=1
2023 USE_SYSV=1
2024 USE_SVR4=1
2025 SO_SUFFIX=a
2026 cat >>confdefs.h <<\_ACEOF
2027#define __AIX__ 1
2028_ACEOF
2029
2030 cat >>confdefs.h <<\_ACEOF
2031#define __SYSV__ 1
2032_ACEOF
2033
2034 cat >>confdefs.h <<\_ACEOF
2035#define __SVR4__ 1
2036_ACEOF
2037
2038 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2039 ;;
2040
2041 *-*-*UnixWare*)
2042 USE_SYSV=1
2043 USE_SVR4=1
2044 USE_UNIXWARE=1
2045 cat >>confdefs.h <<\_ACEOF
2046#define __UNIXWARE__ 1
2047_ACEOF
2048
2049 ;;
2050
2051 *-*-cygwin* | *-*-mingw32* )
2052 SO_SUFFIX=dll
2053 PROGRAM_EXT=".exe"
a848cd7e 2054 DEFAULT_DEFAULT_wxUSE_MSW=1
a03b8b04 2055 DEFAULT_STD_FLAG=no
a848cd7e
SC
2056 ;;
2057
2058 *-pc-msdosdjgpp )
2059 USE_UNIX=0
2060 USE_DOS=1
2061 cat >>confdefs.h <<\_ACEOF
2062#define __DOS__ 1
2063_ACEOF
2064
2065 PROGRAM_EXT=".exe"
2066 DEFAULT_DEFAULT_wxUSE_MGL=1
a848cd7e
SC
2067 ;;
2068
2069 *-pc-os2_emx | *-pc-os2-emx )
2070 cat >>confdefs.h <<\_ACEOF
2071#define __EMX__ 1
2072_ACEOF
2073
2074 USE_OS2=1
2075 cat >>confdefs.h <<\_ACEOF
2076#define __OS2__ 1
2077_ACEOF
2078
2079 PROGRAM_EXT=".exe"
2080 DEFAULT_DEFAULT_wxUSE_PM=1
2081 CXX=gcc
2082 LDFLAGS="$LDFLAGS -Zcrtdll"
2083 ac_executable_extensions=".exe"
2084 export ac_executable_extensions
2085 ac_save_IFS="$IFS"
2086 IFS='\\'
2087 ac_TEMP_PATH=
2088 for ac_dir in $PATH; do
2089 IFS=$ac_save_IFS
2090 if test -z "$ac_TEMP_PATH"; then
2091 ac_TEMP_PATH="$ac_dir"
2092 else
2093 ac_TEMP_PATH="$ac_TEMP_PATH/$ac_dir"
2094 fi
2095 done
2096 export PATH="$ac_TEMP_PATH"
2097 unset ac_TEMP_PATH
a03b8b04 2098 DEFAULT_STD_FLAG=no
a848cd7e
SC
2099 ;;
2100
cfda0ea8 2101 *-*-darwin* )
a848cd7e
SC
2102 USE_BSD=1
2103 USE_DARWIN=1
2104 SO_SUFFIX=dylib
2105 cat >>confdefs.h <<\_ACEOF
2106#define __BSD__ 1
2107_ACEOF
2108
2109 cat >>confdefs.h <<\_ACEOF
2110#define __DARWIN__ 1
a848cd7e
SC
2111_ACEOF
2112
2113 cat >>confdefs.h <<\_ACEOF
2114#define TARGET_CARBON 1
2115_ACEOF
2116
2117 DEFAULT_DEFAULT_wxUSE_MAC=1
a03b8b04 2118 DEFAULT_STD_FLAG=no
a848cd7e 2119 ;;
1e9e8aba
DE
2120 powerpc-apple-macos* )
2121 USE_UNIX=0
2122 ac_cv_c_bigendian=yes
2123 SO_SUFFIX=shlib
2124 DEFAULT_DEFAULT_wxUSE_MAC=1
a03b8b04 2125 DEFAULT_STD_FLAG=no
1e9e8aba 2126 ;;
a848cd7e
SC
2127
2128 *-*-beos* )
2129 USE_BEOS=1
2130 cat >>confdefs.h <<\_ACEOF
2131#define __BEOS__ 1
2132_ACEOF
2133
2134 ;;
2135
2136 *)
c9a66001
VZ
2137 { echo "$as_me:$LINENO: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&5
2138echo "$as_me: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&2;}
2139 { echo "$as_me:$LINENO: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&5
2140echo "$as_me: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&2;}
5acfd58d
MW
2141
2142 DEFAULT_DEFAULT_wxUSE_X11=1
2143 DEFAULT_wxUSE_SHARED=no
a848cd7e
SC
2144esac
2145
2146
2147
2148
2149 wx_arg_cache_file="configarg.cache"
2150 echo "loading argument cache $wx_arg_cache_file"
2151 rm -f ${wx_arg_cache_file}.tmp
2152 touch ${wx_arg_cache_file}.tmp
2153 touch ${wx_arg_cache_file}
2154
2155
2156DEBUG_CONFIGURE=0
2157if test $DEBUG_CONFIGURE = 1; then
2158 DEFAULT_wxUSE_UNIVERSAL=no
2159 DEFAULT_wxUSE_STL=no
2160
2161 DEFAULT_wxUSE_NANOX=no
2162
2163 DEFAULT_wxUSE_THREADS=yes
2164
5acfd58d 2165 DEFAULT_wxUSE_SHARED=${DEFAULT_wxUSE_SHARED:-yes}
a848cd7e
SC
2166 DEFAULT_wxUSE_OPTIMISE=no
2167 DEFAULT_wxUSE_PROFILE=no
2168 DEFAULT_wxUSE_NO_DEPS=no
2169 DEFAULT_wxUSE_NO_RTTI=no
2170 DEFAULT_wxUSE_NO_EXCEPTIONS=no
7afc46ab 2171 DEFAULT_wxUSE_UNIVERSAL_BINARY=no
ffa0583f 2172 DEFAULT_wxUSE_RPATH=yes
a848cd7e
SC
2173 DEFAULT_wxUSE_PERMISSIVE=no
2174 DEFAULT_wxUSE_DEBUG_FLAG=yes
2175 DEFAULT_wxUSE_DEBUG_INFO=yes
2176 DEFAULT_wxUSE_DEBUG_GDB=yes
2177 DEFAULT_wxUSE_MEM_TRACING=no
2178 DEFAULT_wxUSE_DEBUG_CONTEXT=no
2179 DEFAULT_wxUSE_DMALLOC=no
2180 DEFAULT_wxUSE_APPLE_IEEE=no
2181
2182 DEFAULT_wxUSE_EXCEPTIONS=no
2183 DEFAULT_wxUSE_LOG=yes
2184 DEFAULT_wxUSE_LOGWINDOW=no
2185 DEFAULT_wxUSE_LOGGUI=no
2186 DEFAULT_wxUSE_LOGDIALOG=no
2187
2188 DEFAULT_wxUSE_GUI=yes
2189 DEFAULT_wxUSE_CONTROLS=no
2190
2191 DEFAULT_wxUSE_REGEX=no
2192 DEFAULT_wxUSE_XML=no
2193 DEFAULT_wxUSE_EXPAT=no
2194 DEFAULT_wxUSE_ZLIB=no
2195 DEFAULT_wxUSE_LIBPNG=no
2196 DEFAULT_wxUSE_LIBJPEG=no
2197 DEFAULT_wxUSE_LIBTIFF=no
2198 DEFAULT_wxUSE_LIBXPM=no
2199 DEFAULT_wxUSE_LIBMSPACK=no
2200 DEFAULT_wxUSE_LIBSDL=no
d1c38808 2201 DEFAULT_wxUSE_LIBGNOMEPRINT=no
2b850ae1 2202 DEFAULT_wxUSE_LIBGNOMEVFS=no
3565d135 2203 DEFAULT_wxUSE_LIBHILDON=no
a848cd7e
SC
2204 DEFAULT_wxUSE_ODBC=no
2205 DEFAULT_wxUSE_OPENGL=no
2206
2207 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
eaff0f0d 2208 DEFAULT_wxUSE_STACKWALKER=no
36b6448c 2209 DEFAULT_wxUSE_DEBUGREPORT=no
a848cd7e
SC
2210 DEFAULT_wxUSE_SNGLINST_CHECKER=no
2211 DEFAULT_wxUSE_STD_IOSTREAM=no
59746b65 2212 DEFAULT_wxUSE_STD_STRING=no
a848cd7e
SC
2213 DEFAULT_wxUSE_CMDLINE_PARSER=no
2214 DEFAULT_wxUSE_DATETIME=no
2215 DEFAULT_wxUSE_TIMER=no
2216 DEFAULT_wxUSE_STOPWATCH=no
2217 DEFAULT_wxUSE_FILE=no
2218 DEFAULT_wxUSE_FFILE=no
07158944 2219 DEFAULT_wxUSE_STDPATHS=no
a848cd7e
SC
2220 DEFAULT_wxUSE_TEXTBUFFER=no
2221 DEFAULT_wxUSE_TEXTFILE=no
2222 DEFAULT_wxUSE_SOUND=no
3b57de8b 2223 DEFAULT_wxUSE_MEDIACTRL=no
f10e38c4 2224 DEFAULT_wxUSE_GSTREAMER8=no
8f3773fd 2225 DEFAULT_wxUSE_PRINTF_POS_PARAMS=no
a848cd7e
SC
2226 DEFAULT_wxUSE_INTL=no
2227 DEFAULT_wxUSE_CONFIG=no
2228 DEFAULT_wxUSE_FONTMAP=no
2229 DEFAULT_wxUSE_STREAMS=no
2230 DEFAULT_wxUSE_SOCKETS=no
2231 DEFAULT_wxUSE_OLE=no
2232 DEFAULT_wxUSE_DATAOBJ=no
2233 DEFAULT_wxUSE_DIALUP_MANAGER=no
2234 DEFAULT_wxUSE_JOYSTICK=no
2235 DEFAULT_wxUSE_DYNLIB_CLASS=no
2236 DEFAULT_wxUSE_DYNAMIC_LOADER=no
2237 DEFAULT_wxUSE_LONGLONG=no
2238 DEFAULT_wxUSE_GEOMETRY=no
2239
2240 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
2241 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
2242 DEFAULT_wxUSE_POSTSCRIPT=no
2243
2244 DEFAULT_wxUSE_CLIPBOARD=no
2245 DEFAULT_wxUSE_TOOLTIPS=no
2246 DEFAULT_wxUSE_DRAG_AND_DROP=no
2247 DEFAULT_wxUSE_DRAGIMAGE=no
2248 DEFAULT_wxUSE_SPLINES=no
fbe2ca43 2249 DEFAULT_wxUSE_MOUSEWHEEL=no
a848cd7e 2250
8a7b1113 2251 DEFAULT_wxUSE_MDI=no
a848cd7e
SC
2252 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
2253 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
2254 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
2255
2256 DEFAULT_wxUSE_RESOURCES=no
2257 DEFAULT_wxUSE_CONSTRAINTS=no
2258 DEFAULT_wxUSE_IPC=no
2259 DEFAULT_wxUSE_HELP=no
2260 DEFAULT_wxUSE_MS_HTML_HELP=no
2261 DEFAULT_wxUSE_WXHTML_HELP=no
2262 DEFAULT_wxUSE_TREELAYOUT=no
2263 DEFAULT_wxUSE_METAFILE=no
2264 DEFAULT_wxUSE_MIMETYPE=no
2265 DEFAULT_wxUSE_SYSTEM_OPTIONS=no
2266 DEFAULT_wxUSE_PROTOCOL=no
2267 DEFAULT_wxUSE_PROTOCOL_HTTP=no
2268 DEFAULT_wxUSE_PROTOCOL_FTP=no
2269 DEFAULT_wxUSE_PROTOCOL_FILE=no
2270 DEFAULT_wxUSE_URL=no
2271
2272 DEFAULT_wxUSE_COMMONDLGS=no
2273 DEFAULT_wxUSE_CHOICEDLG=no
2274 DEFAULT_wxUSE_COLOURDLG=no
2275 DEFAULT_wxUSE_DIRDLG=no
2276 DEFAULT_wxUSE_FILEDLG=no
2277 DEFAULT_wxUSE_FINDREPLDLG=no
2278 DEFAULT_wxUSE_FONTDLG=no
2279 DEFAULT_wxUSE_MSGDLG=no
2280 DEFAULT_wxUSE_NUMBERDLG=no
2281 DEFAULT_wxUSE_TEXTDLG=no
2282 DEFAULT_wxUSE_SPLASH=no
2283 DEFAULT_wxUSE_STARTUP_TIPS=no
2284 DEFAULT_wxUSE_PROGRESSDLG=no
2285 DEFAULT_wxUSE_WIZARDDLG=no
2286
2287 DEFAULT_wxUSE_MENUS=no
2288 DEFAULT_wxUSE_MINIFRAME=no
2289 DEFAULT_wxUSE_HTML=no
91dea314 2290 DEFAULT_wxUSE_RICHTEXT=no
9a8f0513 2291 DEFAULT_wxUSE_XRC=no
3f60522a 2292 DEFAULT_wxUSE_AUI=no
646b6ec1 2293 DEFAULT_wxUSE_WEBKIT=no
a848cd7e
SC
2294 DEFAULT_wxUSE_FILESYSTEM=no
2295 DEFAULT_wxUSE_FS_INET=no
2296 DEFAULT_wxUSE_FS_ZIP=no
2297 DEFAULT_wxUSE_BUSYINFO=no
9e8e867f 2298 DEFAULT_wxUSE_ARCHIVE_STREAMS=no
a848cd7e 2299 DEFAULT_wxUSE_ZIPSTREAM=no
a848cd7e
SC
2300 DEFAULT_wxUSE_VALIDATORS=no
2301
2302 DEFAULT_wxUSE_ACCEL=no
2303 DEFAULT_wxUSE_BUTTON=no
2304 DEFAULT_wxUSE_BMPBUTTON=no
2305 DEFAULT_wxUSE_CALCTRL=no
2306 DEFAULT_wxUSE_CARET=no
2307 DEFAULT_wxUSE_CHECKBOX=no
2308 DEFAULT_wxUSE_CHECKLST=no
2309 DEFAULT_wxUSE_CHOICE=no
92bbdbcd 2310 DEFAULT_wxUSE_CHOICEBOOK=no
e9263684 2311 DEFAULT_wxUSE_COLOURPICKERCTRL=no
a848cd7e 2312 DEFAULT_wxUSE_COMBOBOX=no
a57d600f 2313 DEFAULT_wxUSE_COMBOCTRL=no
da98e9be 2314 DEFAULT_wxUSE_DATEPICKCTRL=no
a848cd7e 2315 DEFAULT_wxUSE_DISPLAY=no
e9263684
VZ
2316 DEFAULT_wxUSE_DIRPICKERCTRL=no
2317 DEFAULT_wxUSE_FILEPICKERCTRL=no
2318 DEFAULT_wxUSE_FONTPICKERCTRL=no
a848cd7e
SC
2319 DEFAULT_wxUSE_GAUGE=no
2320 DEFAULT_wxUSE_GRID=no
6954625c 2321 DEFAULT_wxUSE_HYPERLINKCTRL=no
20e34ecc 2322 DEFAULT_wxUSE_DATAVIEWCTRL=no
a848cd7e
SC
2323 DEFAULT_wxUSE_IMAGLIST=no
2324 DEFAULT_wxUSE_LISTBOOK=no
2325 DEFAULT_wxUSE_LISTBOX=no
2326 DEFAULT_wxUSE_LISTCTRL=no
2327 DEFAULT_wxUSE_NOTEBOOK=no
a57d600f 2328 DEFAULT_wxUSE_ODCOMBOBOX=no
a848cd7e
SC
2329 DEFAULT_wxUSE_RADIOBOX=no
2330 DEFAULT_wxUSE_RADIOBTN=no
2331 DEFAULT_wxUSE_SASH=no
2332 DEFAULT_wxUSE_SCROLLBAR=no
2333 DEFAULT_wxUSE_SLIDER=no
2334 DEFAULT_wxUSE_SPINBTN=no
2335 DEFAULT_wxUSE_SPINCTRL=no
2336 DEFAULT_wxUSE_SPLITTER=no
2337 DEFAULT_wxUSE_STATBMP=no
2338 DEFAULT_wxUSE_STATBOX=no
2339 DEFAULT_wxUSE_STATLINE=no
2340 DEFAULT_wxUSE_STATTEXT=no
2341 DEFAULT_wxUSE_STATUSBAR=yes
f10e38c4 2342 DEFAULT_wxUSE_TAB_DIALOG=no
a848cd7e
SC
2343 DEFAULT_wxUSE_TEXTCTRL=no
2344 DEFAULT_wxUSE_TOGGLEBTN=no
2345 DEFAULT_wxUSE_TOOLBAR=no
2346 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
0093c2fc 2347 DEFAULT_wxUSE_TREEBOOK=no
5ec3bc43 2348 DEFAULT_wxUSE_TOOLBOOK=no
a848cd7e
SC
2349 DEFAULT_wxUSE_TREECTRL=no
2350 DEFAULT_wxUSE_POPUPWIN=no
2351 DEFAULT_wxUSE_TIPWINDOW=no
2352
2353 DEFAULT_wxUSE_UNICODE=no
2354 DEFAULT_wxUSE_UNICODE_MSLU=no
2355 DEFAULT_wxUSE_WCSRTOMBS=no
2356
2357 DEFAULT_wxUSE_PALETTE=no
2358 DEFAULT_wxUSE_IMAGE=no
2359 DEFAULT_wxUSE_GIF=no
2360 DEFAULT_wxUSE_PCX=no
2361 DEFAULT_wxUSE_PNM=no
2362 DEFAULT_wxUSE_IFF=no
2363 DEFAULT_wxUSE_XPM=no
2364 DEFAULT_wxUSE_ICO_CUR=no
2365 DEFAULT_wxUSE_ACCESSIBILITY=no
2366
2367 DEFAULT_wxUSE_MONOLITHIC=no
2368 DEFAULT_wxUSE_PLUGINS=no
2369 DEFAULT_wxUSE_OFFICIAL_BUILD=no
2370else
2371 DEFAULT_wxUSE_UNIVERSAL=no
2372 DEFAULT_wxUSE_STL=no
2373
2374 DEFAULT_wxUSE_NANOX=no
2375
2376 DEFAULT_wxUSE_THREADS=yes
2377
5acfd58d 2378 DEFAULT_wxUSE_SHARED=${DEFAULT_wxUSE_SHARED:-yes}
a848cd7e
SC
2379 DEFAULT_wxUSE_OPTIMISE=yes
2380 DEFAULT_wxUSE_PROFILE=no
2381 DEFAULT_wxUSE_NO_DEPS=no
2382 DEFAULT_wxUSE_NO_RTTI=no
2383 DEFAULT_wxUSE_NO_EXCEPTIONS=no
7afc46ab 2384 DEFAULT_wxUSE_UNIVERSAL_BINARY=no
ffa0583f 2385 DEFAULT_wxUSE_RPATH=yes
a848cd7e
SC
2386 DEFAULT_wxUSE_PERMISSIVE=no
2387 DEFAULT_wxUSE_DEBUG_FLAG=no
2388 DEFAULT_wxUSE_DEBUG_INFO=no
2389 DEFAULT_wxUSE_DEBUG_GDB=no
2390 DEFAULT_wxUSE_MEM_TRACING=no
2391 DEFAULT_wxUSE_DEBUG_CONTEXT=no
2392 DEFAULT_wxUSE_DMALLOC=no
2393 DEFAULT_wxUSE_APPLE_IEEE=yes
2394
2395 DEFAULT_wxUSE_EXCEPTIONS=yes
2396 DEFAULT_wxUSE_LOG=yes
2397 DEFAULT_wxUSE_LOGWINDOW=yes
2398 DEFAULT_wxUSE_LOGGUI=yes
2399 DEFAULT_wxUSE_LOGDIALOG=yes
2400
2401 DEFAULT_wxUSE_GUI=yes
2402
2403 DEFAULT_wxUSE_REGEX=yes
2404 DEFAULT_wxUSE_XML=yes
2405 DEFAULT_wxUSE_EXPAT=yes
2406 DEFAULT_wxUSE_ZLIB=yes
2407 DEFAULT_wxUSE_LIBPNG=yes
2408 DEFAULT_wxUSE_LIBJPEG=yes
2409 DEFAULT_wxUSE_LIBTIFF=yes
2410 DEFAULT_wxUSE_LIBXPM=yes
2411 DEFAULT_wxUSE_LIBMSPACK=yes
2412 DEFAULT_wxUSE_LIBSDL=no
a03b8b04 2413 DEFAULT_wxUSE_LIBGNOMEPRINT=no
2b850ae1 2414 DEFAULT_wxUSE_LIBGNOMEVFS=no
3565d135 2415 DEFAULT_wxUSE_LIBHILDON=no
a848cd7e 2416 DEFAULT_wxUSE_ODBC=no
52cb607e 2417 DEFAULT_wxUSE_OPENGL=no
a848cd7e
SC
2418
2419 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
eaff0f0d 2420 DEFAULT_wxUSE_STACKWALKER=yes
6671c68b 2421 DEFAULT_wxUSE_DEBUGREPORT=yes
a848cd7e 2422 DEFAULT_wxUSE_SNGLINST_CHECKER=yes
a03b8b04
RD
2423 DEFAULT_wxUSE_STD_IOSTREAM=$DEFAULT_STD_FLAG
2424 DEFAULT_wxUSE_STD_STRING=$DEFAULT_STD_FLAG
a848cd7e
SC
2425 DEFAULT_wxUSE_CMDLINE_PARSER=yes
2426 DEFAULT_wxUSE_DATETIME=yes
2427 DEFAULT_wxUSE_TIMER=yes
2428 DEFAULT_wxUSE_STOPWATCH=yes
2429 DEFAULT_wxUSE_FILE=yes
2430 DEFAULT_wxUSE_FFILE=yes
07158944 2431 DEFAULT_wxUSE_STDPATHS=yes
a848cd7e
SC
2432 DEFAULT_wxUSE_TEXTBUFFER=yes
2433 DEFAULT_wxUSE_TEXTFILE=yes
2434 DEFAULT_wxUSE_SOUND=yes
3b57de8b 2435 DEFAULT_wxUSE_MEDIACTRL=no
f10e38c4 2436 DEFAULT_wxUSE_GSTREAMER8=no
15291213 2437 DEFAULT_wxUSE_PRINTF_POS_PARAMS=yes
a848cd7e
SC
2438 DEFAULT_wxUSE_INTL=yes
2439 DEFAULT_wxUSE_CONFIG=yes
2440 DEFAULT_wxUSE_FONTMAP=yes
2441 DEFAULT_wxUSE_STREAMS=yes
2442 DEFAULT_wxUSE_SOCKETS=yes
2443 DEFAULT_wxUSE_OLE=yes
2444 DEFAULT_wxUSE_DATAOBJ=yes
2445 DEFAULT_wxUSE_DIALUP_MANAGER=yes
2446 DEFAULT_wxUSE_JOYSTICK=yes
2447 DEFAULT_wxUSE_DYNLIB_CLASS=yes
2448 DEFAULT_wxUSE_DYNAMIC_LOADER=yes
2449 DEFAULT_wxUSE_LONGLONG=yes
2450 DEFAULT_wxUSE_GEOMETRY=yes
2451
2452 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
2453 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
2454 DEFAULT_wxUSE_POSTSCRIPT=yes
2455
2456 DEFAULT_wxUSE_CLIPBOARD=yes
2457 DEFAULT_wxUSE_TOOLTIPS=yes
2458 DEFAULT_wxUSE_DRAG_AND_DROP=yes
2459 DEFAULT_wxUSE_DRAGIMAGE=yes
2460 DEFAULT_wxUSE_SPLINES=yes
fbe2ca43 2461 DEFAULT_wxUSE_MOUSEWHEEL=yes
a848cd7e 2462
8a7b1113 2463 DEFAULT_wxUSE_MDI=yes
a848cd7e
SC
2464 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
2465 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
2466 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
2467
2468 DEFAULT_wxUSE_RESOURCES=no
2469 DEFAULT_wxUSE_CONSTRAINTS=yes
2470 DEFAULT_wxUSE_IPC=yes
2471 DEFAULT_wxUSE_HELP=yes
2472 DEFAULT_wxUSE_MS_HTML_HELP=yes
2473 DEFAULT_wxUSE_WXHTML_HELP=yes
2474 DEFAULT_wxUSE_TREELAYOUT=yes
2475 DEFAULT_wxUSE_METAFILE=yes
2476 DEFAULT_wxUSE_MIMETYPE=yes
2477 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
2478 DEFAULT_wxUSE_PROTOCOL=yes
2479 DEFAULT_wxUSE_PROTOCOL_HTTP=yes
2480 DEFAULT_wxUSE_PROTOCOL_FTP=yes
2481 DEFAULT_wxUSE_PROTOCOL_FILE=yes
2482 DEFAULT_wxUSE_URL=yes
2483
2484 DEFAULT_wxUSE_COMMONDLGS=yes
2485 DEFAULT_wxUSE_CHOICEDLG=yes
2486 DEFAULT_wxUSE_COLOURDLG=yes
2487 DEFAULT_wxUSE_DIRDLG=yes
2488 DEFAULT_wxUSE_FILEDLG=yes
2489 DEFAULT_wxUSE_FINDREPLDLG=yes
2490 DEFAULT_wxUSE_FONTDLG=yes
2491 DEFAULT_wxUSE_MSGDLG=yes
2492 DEFAULT_wxUSE_NUMBERDLG=yes
2493 DEFAULT_wxUSE_TEXTDLG=yes
2494 DEFAULT_wxUSE_SPLASH=yes
2495 DEFAULT_wxUSE_STARTUP_TIPS=yes
2496 DEFAULT_wxUSE_PROGRESSDLG=yes
2497 DEFAULT_wxUSE_WIZARDDLG=yes
2498
2499 DEFAULT_wxUSE_MENUS=yes
2500 DEFAULT_wxUSE_MINIFRAME=yes
2501 DEFAULT_wxUSE_HTML=yes
91dea314 2502 DEFAULT_wxUSE_RICHTEXT=yes
9a8f0513 2503 DEFAULT_wxUSE_XRC=yes
3f60522a 2504 DEFAULT_wxUSE_AUI=yes
646b6ec1 2505 DEFAULT_wxUSE_WEBKIT=yes
a848cd7e
SC
2506 DEFAULT_wxUSE_FILESYSTEM=yes
2507 DEFAULT_wxUSE_FS_INET=yes
2508 DEFAULT_wxUSE_FS_ZIP=yes
2509 DEFAULT_wxUSE_BUSYINFO=yes
9e8e867f 2510 DEFAULT_wxUSE_ARCHIVE_STREAMS=yes
a848cd7e 2511 DEFAULT_wxUSE_ZIPSTREAM=yes
a848cd7e
SC
2512 DEFAULT_wxUSE_VALIDATORS=yes
2513
2514 DEFAULT_wxUSE_ACCEL=yes
2515 DEFAULT_wxUSE_BUTTON=yes
2516 DEFAULT_wxUSE_BMPBUTTON=yes
2517 DEFAULT_wxUSE_CALCTRL=yes
2518 DEFAULT_wxUSE_CARET=yes
2519 DEFAULT_wxUSE_CHECKBOX=yes
2520 DEFAULT_wxUSE_CHECKLST=yes
2521 DEFAULT_wxUSE_CHOICE=yes
92bbdbcd 2522 DEFAULT_wxUSE_CHOICEBOOK=yes
e9263684 2523 DEFAULT_wxUSE_COLOURPICKERCTRL=yes
a848cd7e 2524 DEFAULT_wxUSE_COMBOBOX=yes
a57d600f 2525 DEFAULT_wxUSE_COMBOCTRL=yes
da98e9be 2526 DEFAULT_wxUSE_DATEPICKCTRL=yes
a848cd7e 2527 DEFAULT_wxUSE_DISPLAY=yes
e9263684
VZ
2528 DEFAULT_wxUSE_DIRPICKERCTRL=yes
2529 DEFAULT_wxUSE_FILEPICKERCTRL=yes
2530 DEFAULT_wxUSE_FONTPICKERCTRL=yes
a848cd7e
SC
2531 DEFAULT_wxUSE_GAUGE=yes
2532 DEFAULT_wxUSE_GRID=yes
6954625c 2533 DEFAULT_wxUSE_HYPERLINKCTRL=yes
20e34ecc 2534 DEFAULT_wxUSE_DATAVIEWCTRL=no
a848cd7e
SC
2535 DEFAULT_wxUSE_IMAGLIST=yes
2536 DEFAULT_wxUSE_LISTBOOK=yes
2537 DEFAULT_wxUSE_LISTBOX=yes
2538 DEFAULT_wxUSE_LISTCTRL=yes
2539 DEFAULT_wxUSE_NOTEBOOK=yes
a57d600f 2540 DEFAULT_wxUSE_ODCOMBOBOX=yes
a848cd7e
SC
2541 DEFAULT_wxUSE_RADIOBOX=yes
2542 DEFAULT_wxUSE_RADIOBTN=yes
2543 DEFAULT_wxUSE_SASH=yes
2544 DEFAULT_wxUSE_SCROLLBAR=yes
2545 DEFAULT_wxUSE_SLIDER=yes
2546 DEFAULT_wxUSE_SPINBTN=yes
2547 DEFAULT_wxUSE_SPINCTRL=yes
2548 DEFAULT_wxUSE_SPLITTER=yes
2549 DEFAULT_wxUSE_STATBMP=yes
2550 DEFAULT_wxUSE_STATBOX=yes
2551 DEFAULT_wxUSE_STATLINE=yes
2552 DEFAULT_wxUSE_STATTEXT=yes
2553 DEFAULT_wxUSE_STATUSBAR=yes
f10e38c4 2554 DEFAULT_wxUSE_TAB_DIALOG=no
a848cd7e
SC
2555 DEFAULT_wxUSE_TEXTCTRL=yes
2556 DEFAULT_wxUSE_TOGGLEBTN=yes
2557 DEFAULT_wxUSE_TOOLBAR=yes
2558 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
0093c2fc 2559 DEFAULT_wxUSE_TREEBOOK=yes
5ec3bc43 2560 DEFAULT_wxUSE_TOOLBOOK=yes
a848cd7e
SC
2561 DEFAULT_wxUSE_TREECTRL=yes
2562 DEFAULT_wxUSE_POPUPWIN=yes
2563 DEFAULT_wxUSE_TIPWINDOW=yes
2564
78de529b 2565 DEFAULT_wxUSE_UNICODE=no
a848cd7e
SC
2566 DEFAULT_wxUSE_UNICODE_MSLU=yes
2567 DEFAULT_wxUSE_WCSRTOMBS=no
2568
2569 DEFAULT_wxUSE_PALETTE=yes
2570 DEFAULT_wxUSE_IMAGE=yes
2571 DEFAULT_wxUSE_GIF=yes
2572 DEFAULT_wxUSE_PCX=yes
2573 DEFAULT_wxUSE_IFF=no
2574 DEFAULT_wxUSE_PNM=yes
2575 DEFAULT_wxUSE_XPM=yes
2576 DEFAULT_wxUSE_ICO_CUR=yes
2577 DEFAULT_wxUSE_ACCESSIBILITY=no
2578
2579 DEFAULT_wxUSE_MONOLITHIC=no
2580 DEFAULT_wxUSE_PLUGINS=no
2581 DEFAULT_wxUSE_OFFICIAL_BUILD=no
9f45f08e 2582
f34ca037 2583 DEFAULT_wxUSE_GTK2=yes
a848cd7e
SC
2584fi
2585
2586
2587
f34ca037 2588
a848cd7e
SC
2589for toolkit in `echo $ALL_TOOLKITS`; do
2590 LINE=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
2591 if test "x$LINE" != "x" ; then
2592 has_toolkit_in_cache=1
2593 eval "DEFAULT_$LINE"
2594 eval "CACHE_$toolkit=1"
f34ca037
MW
2595
2596 LINE=`grep "wx${toolkit}_VERSION=" ${wx_arg_cache_file}`
2597 if test "x$LINE" != "x" ; then
2598 eval "DEFAULT_$LINE"
2599 fi
a848cd7e
SC
2600 fi
2601done
2602
2603
2604
2605 enablestring=
2606 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2607echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6
2608 no_cache=0
2609 # Check whether --enable-gui or --disable-gui was given.
2610if test "${enable_gui+set}" = set; then
2611 enableval="$enable_gui"
2612
2613 if test "$enableval" = yes; then
2614 ac_cv_use_gui='wxUSE_GUI=yes'
2615 else
2616 ac_cv_use_gui='wxUSE_GUI=no'
2617 fi
2618
2619else
2620
2621 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
2622 if test "x$LINE" != x ; then
2623 eval "DEFAULT_$LINE"
2624 else
2625 no_cache=1
2626 fi
2627
2628 ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
2629
2630fi;
2631
2632 eval "$ac_cv_use_gui"
2633 if test "$no_cache" != 1; then
2634 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
2635 fi
2636
2637 if test "$wxUSE_GUI" = yes; then
2638 echo "$as_me:$LINENO: result: yes" >&5
2639echo "${ECHO_T}yes" >&6
2640 else
2641 echo "$as_me:$LINENO: result: no" >&5
2642echo "${ECHO_T}no" >&6
2643 fi
2644
2645
2646 enablestring=
2647 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
2648echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6
2649 no_cache=0
2650 # Check whether --enable-monolithic or --disable-monolithic was given.
2651if test "${enable_monolithic+set}" = set; then
2652 enableval="$enable_monolithic"
2653
2654 if test "$enableval" = yes; then
2655 ac_cv_use_monolithic='wxUSE_MONOLITHIC=yes'
2656 else
2657 ac_cv_use_monolithic='wxUSE_MONOLITHIC=no'
2658 fi
2659
2660else
2661
2662 LINE=`grep "wxUSE_MONOLITHIC" ${wx_arg_cache_file}`
2663 if test "x$LINE" != x ; then
2664 eval "DEFAULT_$LINE"
2665 else
2666 no_cache=1
2667 fi
2668
2669 ac_cv_use_monolithic='wxUSE_MONOLITHIC='$DEFAULT_wxUSE_MONOLITHIC
2670
2671fi;
2672
2673 eval "$ac_cv_use_monolithic"
2674 if test "$no_cache" != 1; then
2675 echo $ac_cv_use_monolithic >> ${wx_arg_cache_file}.tmp
2676 fi
2677
2678 if test "$wxUSE_MONOLITHIC" = yes; then
2679 echo "$as_me:$LINENO: result: yes" >&5
2680echo "${ECHO_T}yes" >&6
2681 else
2682 echo "$as_me:$LINENO: result: no" >&5
2683echo "${ECHO_T}no" >&6
2684 fi
2685
2686
2687 enablestring=
2688 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-plugins" >&5
2689echo $ECHO_N "checking for --${enablestring:-enable}-plugins... $ECHO_C" >&6
2690 no_cache=0
2691 # Check whether --enable-plugins or --disable-plugins was given.
2692if test "${enable_plugins+set}" = set; then
2693 enableval="$enable_plugins"
2694
2695 if test "$enableval" = yes; then
2696 ac_cv_use_plugins='wxUSE_PLUGINS=yes'
2697 else
2698 ac_cv_use_plugins='wxUSE_PLUGINS=no'
2699 fi
2700
2701else
2702
2703 LINE=`grep "wxUSE_PLUGINS" ${wx_arg_cache_file}`
2704 if test "x$LINE" != x ; then
2705 eval "DEFAULT_$LINE"
2706 else
2707 no_cache=1
2708 fi
2709
2710 ac_cv_use_plugins='wxUSE_PLUGINS='$DEFAULT_wxUSE_PLUGINS
2711
2712fi;
2713
2714 eval "$ac_cv_use_plugins"
2715 if test "$no_cache" != 1; then
2716 echo $ac_cv_use_plugins >> ${wx_arg_cache_file}.tmp
2717 fi
2718
2719 if test "$wxUSE_PLUGINS" = yes; then
2720 echo "$as_me:$LINENO: result: yes" >&5
2721echo "${ECHO_T}yes" >&6
2722 else
2723 echo "$as_me:$LINENO: result: no" >&5
2724echo "${ECHO_T}no" >&6
2725 fi
2726
2727
1c14217d
VZ
2728 withstring=without
2729 echo "$as_me:$LINENO: checking for --${withstring:-with}-subdirs" >&5
2730echo $ECHO_N "checking for --${withstring:-with}-subdirs... $ECHO_C" >&6
2731 no_cache=0
2732
2733# Check whether --with-subdirs or --without-subdirs was given.
2734if test "${with_subdirs+set}" = set; then
2735 withval="$with_subdirs"
2736
2737 if test "$withval" = yes; then
2738 ac_cv_use_subdirs='wxWITH_SUBDIRS=yes'
2739 else
2740 ac_cv_use_subdirs='wxWITH_SUBDIRS=no'
2741 fi
2742
2743else
2744
2745 LINE=`grep "wxWITH_SUBDIRS" ${wx_arg_cache_file}`
2746 if test "x$LINE" != x ; then
2747 eval "DEFAULT_$LINE"
2748 else
2749 no_cache=1
2750 fi
2751
2752 ac_cv_use_subdirs='wxWITH_SUBDIRS='$DEFAULT_wxWITH_SUBDIRS
2753
2754fi;
2755
2756 eval "$ac_cv_use_subdirs"
2757 if test "$no_cache" != 1; then
2758 echo $ac_cv_use_subdirs >> ${wx_arg_cache_file}.tmp
2759 fi
2760
2761 if test "$wxWITH_SUBDIRS" = yes; then
2762 echo "$as_me:$LINENO: result: yes" >&5
2763echo "${ECHO_T}yes" >&6
2764 else
2765 echo "$as_me:$LINENO: result: no" >&5
2766echo "${ECHO_T}no" >&6
2767 fi
2768
2769
a848cd7e
SC
2770if test "$wxUSE_GUI" = "yes"; then
2771
2772
2773 enablestring=
2774 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
2775echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6
2776 no_cache=0
2777 # Check whether --enable-universal or --disable-universal was given.
2778if test "${enable_universal+set}" = set; then
2779 enableval="$enable_universal"
2780
2781 if test "$enableval" = yes; then
2782 ac_cv_use_universal='wxUSE_UNIVERSAL=yes'
2783 else
2784 ac_cv_use_universal='wxUSE_UNIVERSAL=no'
2785 fi
2786
2787else
2788
2789 LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
2790 if test "x$LINE" != x ; then
2791 eval "DEFAULT_$LINE"
2792 else
2793 no_cache=1
2794 fi
2795
2796 ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
2797
2798fi;
2799
2800 eval "$ac_cv_use_universal"
2801 if test "$no_cache" != 1; then
2802 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
2803 fi
2804
2805 if test "$wxUSE_UNIVERSAL" = yes; then
2806 echo "$as_me:$LINENO: result: yes" >&5
2807echo "${ECHO_T}yes" >&6
2808 else
2809 echo "$as_me:$LINENO: result: no" >&5
2810echo "${ECHO_T}no" >&6
2811 fi
2812
2813
2814# Check whether --with-gtk or --without-gtk was given.
2815if test "${with_gtk+set}" = set; then
2816 withval="$with_gtk"
2817 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
2818fi;
2819
2820# Check whether --with-motif or --without-motif was given.
2821if test "${with_motif+set}" = set; then
2822 withval="$with_motif"
2823 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
2824fi;
2825
2826# Check whether --with-mac or --without-mac was given.
2827if test "${with_mac+set}" = set; then
2828 withval="$with_mac"
c228d3a4 2829 wxUSE_MAC="$withval" CACHE_MAC=1 TOOLKIT_GIVEN=1
a848cd7e
SC
2830fi;
2831
2832# Check whether --with-cocoa or --without-cocoa was given.
2833if test "${with_cocoa+set}" = set; then
2834 withval="$with_cocoa"
c228d3a4 2835 wxUSE_COCOA="$withval" CACHE_COCOA=1 TOOLKIT_GIVEN=1
a848cd7e
SC
2836fi;
2837
2838# Check whether --with-wine or --without-wine was given.
2839if test "${with_wine+set}" = set; then
2840 withval="$with_wine"
2841 wxUSE_WINE="$withval" CACHE_WINE=1
2842fi;
2843
2844# Check whether --with-msw or --without-msw was given.
2845if test "${with_msw+set}" = set; then
2846 withval="$with_msw"
2847 wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
2848fi;
2849
2850# Check whether --with-pm or --without-pm was given.
2851if test "${with_pm+set}" = set; then
2852 withval="$with_pm"
2853 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
2854fi;
2855
2856# Check whether --with-mgl or --without-mgl was given.
2857if test "${with_mgl+set}" = set; then
2858 withval="$with_mgl"
2859 wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1
2860fi;
2861
b3c86150
VS
2862# Check whether --with-directfb or --without-directfb was given.
2863if test "${with_directfb+set}" = set; then
2864 withval="$with_directfb"
2865 wxUSE_DFB="$withval" wxUSE_UNIVERSAL="yes" CACHE_DFB=1 TOOLKIT_GIVEN=1
2866fi;
2867
a848cd7e
SC
2868# Check whether --with-microwin or --without-microwin was given.
2869if test "${with_microwin+set}" = set; then
2870 withval="$with_microwin"
2871 wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
2872fi;
2873
2874# Check whether --with-x11 or --without-x11 was given.
2875if test "${with_x11+set}" = set; then
2876 withval="$with_x11"
2877 wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
2878fi;
2879
2880 enablestring=
2881 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
2882echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6
2883 no_cache=0
2884 # Check whether --enable-nanox or --disable-nanox was given.
2885if test "${enable_nanox+set}" = set; then
2886 enableval="$enable_nanox"
2887
2888 if test "$enableval" = yes; then
2889 ac_cv_use_nanox='wxUSE_NANOX=yes'
2890 else
2891 ac_cv_use_nanox='wxUSE_NANOX=no'
2892 fi
2893
2894else
2895
2896 LINE=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
2897 if test "x$LINE" != x ; then
2898 eval "DEFAULT_$LINE"
2899 else
2900 no_cache=1
2901 fi
2902
2903 ac_cv_use_nanox='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
2904
2905fi;
2906
2907 eval "$ac_cv_use_nanox"
2908 if test "$no_cache" != 1; then
2909 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
2910 fi
2911
2912 if test "$wxUSE_NANOX" = yes; then
2913 echo "$as_me:$LINENO: result: yes" >&5
2914echo "${ECHO_T}yes" >&6
2915 else
2916 echo "$as_me:$LINENO: result: no" >&5
2917echo "${ECHO_T}no" >&6
2918 fi
2919
2920
f34ca037
MW
2921# Check whether --enable-gtk2 or --disable-gtk2 was given.
2922if test "${enable_gtk2+set}" = set; then
2923 enableval="$enable_gtk2"
2924 wxUSE_GTK2="$enableval"
2925fi;
a848cd7e 2926
a848cd7e
SC
2927 enablestring=
2928 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gpe" >&5
2929echo $ECHO_N "checking for --${enablestring:-enable}-gpe... $ECHO_C" >&6
2930 no_cache=0
2931 # Check whether --enable-gpe or --disable-gpe was given.
2932if test "${enable_gpe+set}" = set; then
2933 enableval="$enable_gpe"
2934
2935 if test "$enableval" = yes; then
2936 ac_cv_use_gpe='wxUSE_GPE=yes'
2937 else
2938 ac_cv_use_gpe='wxUSE_GPE=no'
2939 fi
2940
2941else
2942
2943 LINE=`grep "wxUSE_GPE" ${wx_arg_cache_file}`
2944 if test "x$LINE" != x ; then
2945 eval "DEFAULT_$LINE"
2946 else
2947 no_cache=1
2948 fi
2949
2950 ac_cv_use_gpe='wxUSE_GPE='$DEFAULT_wxUSE_GPE
2951
2952fi;
2953
2954 eval "$ac_cv_use_gpe"
2955 if test "$no_cache" != 1; then
2956 echo $ac_cv_use_gpe >> ${wx_arg_cache_file}.tmp
2957 fi
2958
2959 if test "$wxUSE_GPE" = yes; then
2960 echo "$as_me:$LINENO: result: yes" >&5
2961echo "${ECHO_T}yes" >&6
2962 else
2963 echo "$as_me:$LINENO: result: no" >&5
2964echo "${ECHO_T}no" >&6
2965 fi
2966
2967
2968
2969 echo "$as_me:$LINENO: checking for --with-libpng" >&5
2970echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6
2971 no_cache=0
2972
2973# Check whether --with-libpng or --without-libpng was given.
2974if test "${with_libpng+set}" = set; then
2975 withval="$with_libpng"
2976
2977 if test "$withval" = yes; then
2978 ac_cv_use_libpng='wxUSE_LIBPNG=yes'
2979 elif test "$withval" = no; then
2980 ac_cv_use_libpng='wxUSE_LIBPNG=no'
2981 elif test "$withval" = sys; then
2982 ac_cv_use_libpng='wxUSE_LIBPNG=sys'
2983 elif test "$withval" = builtin; then
2984 ac_cv_use_libpng='wxUSE_LIBPNG=builtin'
2985 else
2986 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2987echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2988 { (exit 1); exit 1; }; }
2989 fi
2990
2991else
2992
2993 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
2994 if test "x$LINE" != x ; then
2995 eval "DEFAULT_$LINE"
2996 else
2997 no_cache=1
2998 fi
2999
3000 ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
3001
3002fi;
3003
3004 eval "$ac_cv_use_libpng"
3005 if test "$no_cache" != 1; then
3006 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
3007 fi
3008
3009 if test "$wxUSE_LIBPNG" = yes; then
3010 echo "$as_me:$LINENO: result: yes" >&5
3011echo "${ECHO_T}yes" >&6
3012 elif test "$wxUSE_LIBPNG" = no; then
3013 echo "$as_me:$LINENO: result: no" >&5
3014echo "${ECHO_T}no" >&6
3015 elif test "$wxUSE_LIBPNG" = sys; then
3016 echo "$as_me:$LINENO: result: system version" >&5
3017echo "${ECHO_T}system version" >&6
3018 elif test "$wxUSE_LIBPNG" = builtin; then
3019 echo "$as_me:$LINENO: result: builtin version" >&5
3020echo "${ECHO_T}builtin version" >&6
3021 else
3022 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
3023echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
3024 { (exit 1); exit 1; }; }
3025 fi
3026
3027
3028 echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
3029echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6
3030 no_cache=0
3031
3032# Check whether --with-libjpeg or --without-libjpeg was given.
3033if test "${with_libjpeg+set}" = set; then
3034 withval="$with_libjpeg"
3035
3036 if test "$withval" = yes; then
3037 ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
3038 elif test "$withval" = no; then
3039 ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
3040 elif test "$withval" = sys; then
3041 ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
3042 elif test "$withval" = builtin; then
3043 ac_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
3044 else
3045 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
3046echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
3047 { (exit 1); exit 1; }; }
3048 fi
3049
3050else
3051
3052 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
3053 if test "x$LINE" != x ; then
3054 eval "DEFAULT_$LINE"
3055 else
3056 no_cache=1
3057 fi
3058
3059 ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
3060
3061fi;
3062
3063 eval "$ac_cv_use_libjpeg"
3064 if test "$no_cache" != 1; then
3065 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
3066 fi
3067
3068 if test "$wxUSE_LIBJPEG" = yes; then
3069 echo "$as_me:$LINENO: result: yes" >&5
3070echo "${ECHO_T}yes" >&6
3071 elif test "$wxUSE_LIBJPEG" = no; then
3072 echo "$as_me:$LINENO: result: no" >&5
3073echo "${ECHO_T}no" >&6
3074 elif test "$wxUSE_LIBJPEG" = sys; then
3075 echo "$as_me:$LINENO: result: system version" >&5
3076echo "${ECHO_T}system version" >&6
3077 elif test "$wxUSE_LIBJPEG" = builtin; then
3078 echo "$as_me:$LINENO: result: builtin version" >&5
3079echo "${ECHO_T}builtin version" >&6
3080 else
3081 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
3082echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
3083 { (exit 1); exit 1; }; }
3084 fi
3085
3086
3087 echo "$as_me:$LINENO: checking for --with-libtiff" >&5
3088echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6
3089 no_cache=0
3090
3091# Check whether --with-libtiff or --without-libtiff was given.
3092if test "${with_libtiff+set}" = set; then
3093 withval="$with_libtiff"
3094
3095 if test "$withval" = yes; then
3096 ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
3097 elif test "$withval" = no; then
3098 ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
3099 elif test "$withval" = sys; then
3100 ac_cv_use_libtiff='wxUSE_LIBTIFF=sys'
3101 elif test "$withval" = builtin; then
3102 ac_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
3103 else
3104 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
3105echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
3106 { (exit 1); exit 1; }; }
3107 fi
3108
3109else
3110
3111 LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
3112 if test "x$LINE" != x ; then
3113 eval "DEFAULT_$LINE"
3114 else
3115 no_cache=1
3116 fi
3117
3118 ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
3119
3120fi;
3121
3122 eval "$ac_cv_use_libtiff"
3123 if test "$no_cache" != 1; then
3124 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
3125 fi
3126
3127 if test "$wxUSE_LIBTIFF" = yes; then
3128 echo "$as_me:$LINENO: result: yes" >&5
3129echo "${ECHO_T}yes" >&6
3130 elif test "$wxUSE_LIBTIFF" = no; then
3131 echo "$as_me:$LINENO: result: no" >&5
3132echo "${ECHO_T}no" >&6
3133 elif test "$wxUSE_LIBTIFF" = sys; then
3134 echo "$as_me:$LINENO: result: system version" >&5
3135echo "${ECHO_T}system version" >&6
3136 elif test "$wxUSE_LIBTIFF" = builtin; then
3137 echo "$as_me:$LINENO: result: builtin version" >&5
3138echo "${ECHO_T}builtin version" >&6
3139 else
3140 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
3141echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
3142 { (exit 1); exit 1; }; }
3143 fi
3144
3145
3146 echo "$as_me:$LINENO: checking for --with-libxpm" >&5
3147echo $ECHO_N "checking for --with-libxpm... $ECHO_C" >&6
3148 no_cache=0
3149
3150# Check whether --with-libxpm or --without-libxpm was given.
3151if test "${with_libxpm+set}" = set; then
3152 withval="$with_libxpm"
3153
3154 if test "$withval" = yes; then
3155 ac_cv_use_libxpm='wxUSE_LIBXPM=yes'
3156 elif test "$withval" = no; then
3157 ac_cv_use_libxpm='wxUSE_LIBXPM=no'
3158 elif test "$withval" = sys; then
3159 ac_cv_use_libxpm='wxUSE_LIBXPM=sys'
3160 elif test "$withval" = builtin; then
3161 ac_cv_use_libxpm='wxUSE_LIBXPM=builtin'
3162 else
3163 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3164echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3165 { (exit 1); exit 1; }; }
3166 fi
3167
3168else
3169
3170 LINE=`grep "wxUSE_LIBXPM" ${wx_arg_cache_file}`
3171 if test "x$LINE" != x ; then
3172 eval "DEFAULT_$LINE"
3173 else
3174 no_cache=1
3175 fi
3176
3177 ac_cv_use_libxpm='wxUSE_LIBXPM='$DEFAULT_wxUSE_LIBXPM
3178
3179fi;
3180
3181 eval "$ac_cv_use_libxpm"
3182 if test "$no_cache" != 1; then
3183 echo $ac_cv_use_libxpm >> ${wx_arg_cache_file}.tmp
3184 fi
3185
3186 if test "$wxUSE_LIBXPM" = yes; then
3187 echo "$as_me:$LINENO: result: yes" >&5
3188echo "${ECHO_T}yes" >&6
3189 elif test "$wxUSE_LIBXPM" = no; then
3190 echo "$as_me:$LINENO: result: no" >&5
3191echo "${ECHO_T}no" >&6
3192 elif test "$wxUSE_LIBXPM" = sys; then
3193 echo "$as_me:$LINENO: result: system version" >&5
3194echo "${ECHO_T}system version" >&6
3195 elif test "$wxUSE_LIBXPM" = builtin; then
3196 echo "$as_me:$LINENO: result: builtin version" >&5
3197echo "${ECHO_T}builtin version" >&6
3198 else
3199 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3200echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3201 { (exit 1); exit 1; }; }
3202 fi
3203
3204
1c14217d
VZ
3205 withstring=
3206 echo "$as_me:$LINENO: checking for --${withstring:-with}-libmspack" >&5
3207echo $ECHO_N "checking for --${withstring:-with}-libmspack... $ECHO_C" >&6
a848cd7e
SC
3208 no_cache=0
3209
3210# Check whether --with-libmspack or --without-libmspack was given.
3211if test "${with_libmspack+set}" = set; then
3212 withval="$with_libmspack"
3213
3214 if test "$withval" = yes; then
3215 ac_cv_use_libmspack='wxUSE_LIBMSPACK=yes'
3216 else
3217 ac_cv_use_libmspack='wxUSE_LIBMSPACK=no'
3218 fi
3219
3220else
3221
3222 LINE=`grep "wxUSE_LIBMSPACK" ${wx_arg_cache_file}`
3223 if test "x$LINE" != x ; then
3224 eval "DEFAULT_$LINE"
3225 else
3226 no_cache=1
3227 fi
3228
3229 ac_cv_use_libmspack='wxUSE_LIBMSPACK='$DEFAULT_wxUSE_LIBMSPACK
3230
3231fi;
3232
3233 eval "$ac_cv_use_libmspack"
3234 if test "$no_cache" != 1; then
3235 echo $ac_cv_use_libmspack >> ${wx_arg_cache_file}.tmp
3236 fi
3237
3238 if test "$wxUSE_LIBMSPACK" = yes; then
3239 echo "$as_me:$LINENO: result: yes" >&5
3240echo "${ECHO_T}yes" >&6
3241 else
3242 echo "$as_me:$LINENO: result: no" >&5
3243echo "${ECHO_T}no" >&6
3244 fi
3245
3246
1c14217d
VZ
3247 withstring=
3248 echo "$as_me:$LINENO: checking for --${withstring:-with}-sdl" >&5
3249echo $ECHO_N "checking for --${withstring:-with}-sdl... $ECHO_C" >&6
a848cd7e
SC
3250 no_cache=0
3251
3252# Check whether --with-sdl or --without-sdl was given.
3253if test "${with_sdl+set}" = set; then
3254 withval="$with_sdl"
3255
3256 if test "$withval" = yes; then
3257 ac_cv_use_sdl='wxUSE_LIBSDL=yes'
3258 else
3259 ac_cv_use_sdl='wxUSE_LIBSDL=no'
3260 fi
3261
3262else
3263
3264 LINE=`grep "wxUSE_LIBSDL" ${wx_arg_cache_file}`
3265 if test "x$LINE" != x ; then
3266 eval "DEFAULT_$LINE"
3267 else
3268 no_cache=1
3269 fi
3270
3271 ac_cv_use_sdl='wxUSE_LIBSDL='$DEFAULT_wxUSE_LIBSDL
3272
3273fi;
3274
3275 eval "$ac_cv_use_sdl"
3276 if test "$no_cache" != 1; then
3277 echo $ac_cv_use_sdl >> ${wx_arg_cache_file}.tmp
3278 fi
3279
3280 if test "$wxUSE_LIBSDL" = yes; then
3281 echo "$as_me:$LINENO: result: yes" >&5
3282echo "${ECHO_T}yes" >&6
3283 else
3284 echo "$as_me:$LINENO: result: no" >&5
3285echo "${ECHO_T}no" >&6
3286 fi
3287
3288
1c14217d
VZ
3289 withstring=
3290 echo "$as_me:$LINENO: checking for --${withstring:-with}-gnomeprint" >&5
3291echo $ECHO_N "checking for --${withstring:-with}-gnomeprint... $ECHO_C" >&6
d1c38808
VZ
3292 no_cache=0
3293
3294# Check whether --with-gnomeprint or --without-gnomeprint was given.
3295if test "${with_gnomeprint+set}" = set; then
3296 withval="$with_gnomeprint"
3297
3298 if test "$withval" = yes; then
3299 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=yes'
3300 else
3301 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=no'
3302 fi
3303
3304else
3305
3306 LINE=`grep "wxUSE_LIBGNOMEPRINT" ${wx_arg_cache_file}`
3307 if test "x$LINE" != x ; then
3308 eval "DEFAULT_$LINE"
3309 else
3310 no_cache=1
3311 fi
3312
3313 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT='$DEFAULT_wxUSE_LIBGNOMEPRINT
3314
3315fi;
3316
3317 eval "$ac_cv_use_gnomeprint"
3318 if test "$no_cache" != 1; then
3319 echo $ac_cv_use_gnomeprint >> ${wx_arg_cache_file}.tmp
3320 fi
3321
3322 if test "$wxUSE_LIBGNOMEPRINT" = yes; then
3323 echo "$as_me:$LINENO: result: yes" >&5
3324echo "${ECHO_T}yes" >&6
3325 else
3326 echo "$as_me:$LINENO: result: no" >&5
3327echo "${ECHO_T}no" >&6
3328 fi
3329
3330
2b850ae1
RR
3331 withstring=
3332 echo "$as_me:$LINENO: checking for --${withstring:-with}-gnomevfs" >&5
3333echo $ECHO_N "checking for --${withstring:-with}-gnomevfs... $ECHO_C" >&6
3334 no_cache=0
3335
3336# Check whether --with-gnomevfs or --without-gnomevfs was given.
3337if test "${with_gnomevfs+set}" = set; then
3338 withval="$with_gnomevfs"
3339
3340 if test "$withval" = yes; then
3341 ac_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=yes'
3342 else
3343 ac_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=no'
3344 fi
3345
3346else
3347
3348 LINE=`grep "wxUSE_LIBGNOMEVFS" ${wx_arg_cache_file}`
3349 if test "x$LINE" != x ; then
3350 eval "DEFAULT_$LINE"
3351 else
3352 no_cache=1
3353 fi
3354
3355 ac_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS='$DEFAULT_wxUSE_LIBGNOMEVFS
3356
3357fi;
3358
3359 eval "$ac_cv_use_gnomevfs"
3360 if test "$no_cache" != 1; then
3361 echo $ac_cv_use_gnomevfs >> ${wx_arg_cache_file}.tmp
3362 fi
3363
3364 if test "$wxUSE_LIBGNOMEVFS" = yes; then
3365 echo "$as_me:$LINENO: result: yes" >&5
3366echo "${ECHO_T}yes" >&6
3367 else
3368 echo "$as_me:$LINENO: result: no" >&5
3369echo "${ECHO_T}no" >&6
3370 fi
3371
3372
3565d135
RR
3373 withstring=
3374 echo "$as_me:$LINENO: checking for --${withstring:-with}-hildon" >&5
3375echo $ECHO_N "checking for --${withstring:-with}-hildon... $ECHO_C" >&6
3376 no_cache=0
3377
3378# Check whether --with-hildon or --without-hildon was given.
3379if test "${with_hildon+set}" = set; then
3380 withval="$with_hildon"
3381
3382 if test "$withval" = yes; then
3383 ac_cv_use_hildon='wxUSE_LIBHILDON=yes'
3384 else
3385 ac_cv_use_hildon='wxUSE_LIBHILDON=no'
3386 fi
3387
3388else
3389
3390 LINE=`grep "wxUSE_LIBHILDON" ${wx_arg_cache_file}`
3391 if test "x$LINE" != x ; then
3392 eval "DEFAULT_$LINE"
3393 else
3394 no_cache=1
3395 fi
3396
3397 ac_cv_use_hildon='wxUSE_LIBHILDON='$DEFAULT_wxUSE_LIBHILDON
3398
3399fi;
3400
3401 eval "$ac_cv_use_hildon"
3402 if test "$no_cache" != 1; then
3403 echo $ac_cv_use_hildon >> ${wx_arg_cache_file}.tmp
3404 fi
3405
3406 if test "$wxUSE_LIBHILDON" = yes; then
3407 echo "$as_me:$LINENO: result: yes" >&5
3408echo "${ECHO_T}yes" >&6
3409 else
3410 echo "$as_me:$LINENO: result: no" >&5
3411echo "${ECHO_T}no" >&6
3412 fi
3413
3414
1c14217d
VZ
3415 withstring=
3416 echo "$as_me:$LINENO: checking for --${withstring:-with}-opengl" >&5
3417echo $ECHO_N "checking for --${withstring:-with}-opengl... $ECHO_C" >&6
a848cd7e
SC
3418 no_cache=0
3419
3420# Check whether --with-opengl or --without-opengl was given.
3421if test "${with_opengl+set}" = set; then
3422 withval="$with_opengl"
3423
3424 if test "$withval" = yes; then
3425 ac_cv_use_opengl='wxUSE_OPENGL=yes'
3426 else
3427 ac_cv_use_opengl='wxUSE_OPENGL=no'
3428 fi
3429
3430else
3431
3432 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
3433 if test "x$LINE" != x ; then
3434 eval "DEFAULT_$LINE"
3435 else
3436 no_cache=1
3437 fi
3438
3439 ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
3440
3441fi;
3442
3443 eval "$ac_cv_use_opengl"
3444 if test "$no_cache" != 1; then
3445 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
3446 fi
3447
3448 if test "$wxUSE_OPENGL" = yes; then
3449 echo "$as_me:$LINENO: result: yes" >&5
3450echo "${ECHO_T}yes" >&6
3451 else
3452 echo "$as_me:$LINENO: result: no" >&5
3453echo "${ECHO_T}no" >&6
3454 fi
3455
3456
3457fi
3458
3459
1c14217d
VZ
3460 withstring=
3461 echo "$as_me:$LINENO: checking for --${withstring:-with}-dmalloc" >&5
3462echo $ECHO_N "checking for --${withstring:-with}-dmalloc... $ECHO_C" >&6
a848cd7e
SC
3463 no_cache=0
3464
3465# Check whether --with-dmalloc or --without-dmalloc was given.
3466if test "${with_dmalloc+set}" = set; then
3467 withval="$with_dmalloc"
3468
3469 if test "$withval" = yes; then
3470 ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
3471 else
3472 ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
3473 fi
3474
3475else
3476
3477 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
3478 if test "x$LINE" != x ; then
3479 eval "DEFAULT_$LINE"
3480 else
3481 no_cache=1
3482 fi
3483
3484 ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
3485
3486fi;
3487
3488 eval "$ac_cv_use_dmalloc"
3489 if test "$no_cache" != 1; then
3490 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
3491 fi
3492
3493 if test "$wxUSE_DMALLOC" = yes; then
3494 echo "$as_me:$LINENO: result: yes" >&5
3495echo "${ECHO_T}yes" >&6
3496 else
3497 echo "$as_me:$LINENO: result: no" >&5
3498echo "${ECHO_T}no" >&6
3499 fi
3500
3501
3502 echo "$as_me:$LINENO: checking for --with-regex" >&5
3503echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6
3504 no_cache=0
3505
3506# Check whether --with-regex or --without-regex was given.
3507if test "${with_regex+set}" = set; then
3508 withval="$with_regex"
3509
3510 if test "$withval" = yes; then
3511 ac_cv_use_regex='wxUSE_REGEX=yes'
3512 elif test "$withval" = no; then
3513 ac_cv_use_regex='wxUSE_REGEX=no'
3514 elif test "$withval" = sys; then
3515 ac_cv_use_regex='wxUSE_REGEX=sys'
3516 elif test "$withval" = builtin; then
3517 ac_cv_use_regex='wxUSE_REGEX=builtin'
3518 else
3519 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3520echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3521 { (exit 1); exit 1; }; }
3522 fi
3523
3524else
3525
3526 LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
3527 if test "x$LINE" != x ; then
3528 eval "DEFAULT_$LINE"
3529 else
3530 no_cache=1
3531 fi
3532
3533 ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
3534
3535fi;
3536
3537 eval "$ac_cv_use_regex"
3538 if test "$no_cache" != 1; then
3539 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
3540 fi
3541
3542 if test "$wxUSE_REGEX" = yes; then
3543 echo "$as_me:$LINENO: result: yes" >&5
3544echo "${ECHO_T}yes" >&6
3545 elif test "$wxUSE_REGEX" = no; then
3546 echo "$as_me:$LINENO: result: no" >&5
3547echo "${ECHO_T}no" >&6
3548 elif test "$wxUSE_REGEX" = sys; then
3549 echo "$as_me:$LINENO: result: system version" >&5
3550echo "${ECHO_T}system version" >&6
3551 elif test "$wxUSE_REGEX" = builtin; then
3552 echo "$as_me:$LINENO: result: builtin version" >&5
3553echo "${ECHO_T}builtin version" >&6
3554 else
3555 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3556echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3557 { (exit 1); exit 1; }; }
3558 fi
3559
3560
3561 echo "$as_me:$LINENO: checking for --with-zlib" >&5
3562echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6
3563 no_cache=0
3564
3565# Check whether --with-zlib or --without-zlib was given.
3566if test "${with_zlib+set}" = set; then
3567 withval="$with_zlib"
3568
3569 if test "$withval" = yes; then
3570 ac_cv_use_zlib='wxUSE_ZLIB=yes'
3571 elif test "$withval" = no; then
3572 ac_cv_use_zlib='wxUSE_ZLIB=no'
3573 elif test "$withval" = sys; then
3574 ac_cv_use_zlib='wxUSE_ZLIB=sys'
3575 elif test "$withval" = builtin; then
3576 ac_cv_use_zlib='wxUSE_ZLIB=builtin'
3577 else
3578 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3579echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3580 { (exit 1); exit 1; }; }
3581 fi
3582
3583else
3584
3585 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
3586 if test "x$LINE" != x ; then
3587 eval "DEFAULT_$LINE"
3588 else
3589 no_cache=1
3590 fi
3591
3592 ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
3593
3594fi;
3595
3596 eval "$ac_cv_use_zlib"
3597 if test "$no_cache" != 1; then
3598 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
3599 fi
3600
3601 if test "$wxUSE_ZLIB" = yes; then
3602 echo "$as_me:$LINENO: result: yes" >&5
3603echo "${ECHO_T}yes" >&6
3604 elif test "$wxUSE_ZLIB" = no; then
3605 echo "$as_me:$LINENO: result: no" >&5
3606echo "${ECHO_T}no" >&6
3607 elif test "$wxUSE_ZLIB" = sys; then
3608 echo "$as_me:$LINENO: result: system version" >&5
3609echo "${ECHO_T}system version" >&6
3610 elif test "$wxUSE_ZLIB" = builtin; then
3611 echo "$as_me:$LINENO: result: builtin version" >&5
3612echo "${ECHO_T}builtin version" >&6
3613 else
3614 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3615echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3616 { (exit 1); exit 1; }; }
3617 fi
3618
3619
3620 echo "$as_me:$LINENO: checking for --with-odbc" >&5
3621echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6
3622 no_cache=0
3623
3624# Check whether --with-odbc or --without-odbc was given.
3625if test "${with_odbc+set}" = set; then
3626 withval="$with_odbc"
3627
3628 if test "$withval" = yes; then
3629 ac_cv_use_odbc='wxUSE_ODBC=yes'
3630 elif test "$withval" = no; then
3631 ac_cv_use_odbc='wxUSE_ODBC=no'
3632 elif test "$withval" = sys; then
3633 ac_cv_use_odbc='wxUSE_ODBC=sys'
3634 elif test "$withval" = builtin; then
3635 ac_cv_use_odbc='wxUSE_ODBC=builtin'
3636 else
3637 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3638echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3639 { (exit 1); exit 1; }; }
3640 fi
3641
3642else
3643
3644 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
3645 if test "x$LINE" != x ; then
3646 eval "DEFAULT_$LINE"
3647 else
3648 no_cache=1
3649 fi
3650
3651 ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
3652
3653fi;
3654
3655 eval "$ac_cv_use_odbc"
3656 if test "$no_cache" != 1; then
3657 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
3658 fi
3659
3660 if test "$wxUSE_ODBC" = yes; then
3661 echo "$as_me:$LINENO: result: yes" >&5
3662echo "${ECHO_T}yes" >&6
3663 elif test "$wxUSE_ODBC" = no; then
3664 echo "$as_me:$LINENO: result: no" >&5
3665echo "${ECHO_T}no" >&6
3666 elif test "$wxUSE_ODBC" = sys; then
3667 echo "$as_me:$LINENO: result: system version" >&5
3668echo "${ECHO_T}system version" >&6
3669 elif test "$wxUSE_ODBC" = builtin; then
3670 echo "$as_me:$LINENO: result: builtin version" >&5
3671echo "${ECHO_T}builtin version" >&6
3672 else
3673 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3674echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3675 { (exit 1); exit 1; }; }
3676 fi
3677
3678
3679 echo "$as_me:$LINENO: checking for --with-expat" >&5
3680echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6
3681 no_cache=0
3682
3683# Check whether --with-expat or --without-expat was given.
3684if test "${with_expat+set}" = set; then
3685 withval="$with_expat"
3686
3687 if test "$withval" = yes; then
3688 ac_cv_use_expat='wxUSE_EXPAT=yes'
3689 elif test "$withval" = no; then
3690 ac_cv_use_expat='wxUSE_EXPAT=no'
3691 elif test "$withval" = sys; then
3692 ac_cv_use_expat='wxUSE_EXPAT=sys'
3693 elif test "$withval" = builtin; then
3694 ac_cv_use_expat='wxUSE_EXPAT=builtin'
3695 else
3696 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3697echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3698 { (exit 1); exit 1; }; }
3699 fi
3700
3701else
3702
3703 LINE=`grep "wxUSE_EXPAT" ${wx_arg_cache_file}`
3704 if test "x$LINE" != x ; then
3705 eval "DEFAULT_$LINE"
3706 else
3707 no_cache=1
3708 fi
3709
3710 ac_cv_use_expat='wxUSE_EXPAT='$DEFAULT_wxUSE_EXPAT
3711
3712fi;
3713
3714 eval "$ac_cv_use_expat"
3715 if test "$no_cache" != 1; then
3716 echo $ac_cv_use_expat >> ${wx_arg_cache_file}.tmp
3717 fi
3718
3719 if test "$wxUSE_EXPAT" = yes; then
3720 echo "$as_me:$LINENO: result: yes" >&5
3721echo "${ECHO_T}yes" >&6
3722 elif test "$wxUSE_EXPAT" = no; then
3723 echo "$as_me:$LINENO: result: no" >&5
3724echo "${ECHO_T}no" >&6
3725 elif test "$wxUSE_EXPAT" = sys; then
3726 echo "$as_me:$LINENO: result: system version" >&5
3727echo "${ECHO_T}system version" >&6
3728 elif test "$wxUSE_EXPAT" = builtin; then
3729 echo "$as_me:$LINENO: result: builtin version" >&5
3730echo "${ECHO_T}builtin version" >&6
3731 else
3732 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3733echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3734 { (exit 1); exit 1; }; }
3735 fi
3736
3737
3738
3739
3740 enablestring=
3741 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
3742echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6
3743 no_cache=0
3744 # Check whether --enable-shared or --disable-shared was given.
3745if test "${enable_shared+set}" = set; then
3746 enableval="$enable_shared"
3747
3748 if test "$enableval" = yes; then
3749 ac_cv_use_shared='wxUSE_SHARED=yes'
3750 else
3751 ac_cv_use_shared='wxUSE_SHARED=no'
3752 fi
3753
3754else
3755
3756 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
3757 if test "x$LINE" != x ; then
3758 eval "DEFAULT_$LINE"
3759 else
3760 no_cache=1
3761 fi
3762
3763 ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
3764
3765fi;
3766
3767 eval "$ac_cv_use_shared"
3768 if test "$no_cache" != 1; then
3769 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
3770 fi
3771
3772 if test "$wxUSE_SHARED" = yes; then
3773 echo "$as_me:$LINENO: result: yes" >&5
3774echo "${ECHO_T}yes" >&6
3775 else
3776 echo "$as_me:$LINENO: result: no" >&5
3777echo "${ECHO_T}no" >&6
3778 fi
3779
3780
3781 enablestring=
3782 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
3783echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6
3784 no_cache=0
3785 # Check whether --enable-optimise or --disable-optimise was given.
3786if test "${enable_optimise+set}" = set; then
3787 enableval="$enable_optimise"
3788
3789 if test "$enableval" = yes; then
3790 ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
3791 else
3792 ac_cv_use_optimise='wxUSE_OPTIMISE=no'
3793 fi
3794
3795else
3796
3797 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
3798 if test "x$LINE" != x ; then
3799 eval "DEFAULT_$LINE"
3800 else
3801 no_cache=1
3802 fi
3803
3804 ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
3805
3806fi;
3807
3808 eval "$ac_cv_use_optimise"
3809 if test "$no_cache" != 1; then
3810 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
3811 fi
3812
3813 if test "$wxUSE_OPTIMISE" = yes; then
3814 echo "$as_me:$LINENO: result: yes" >&5
3815echo "${ECHO_T}yes" >&6
3816 else
3817 echo "$as_me:$LINENO: result: no" >&5
3818echo "${ECHO_T}no" >&6
3819 fi
3820
3821
3822 enablestring=
3823 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5
3824echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6
3825 no_cache=0
3826 # Check whether --enable-debug or --disable-debug was given.
3827if test "${enable_debug+set}" = set; then
3828 enableval="$enable_debug"
3829
3830 if test "$enableval" = yes; then
3831 ac_cv_use_debug='wxUSE_DEBUG=yes'
3832 else
3833 ac_cv_use_debug='wxUSE_DEBUG=no'
3834 fi
3835
3836else
3837
3838 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
3839 if test "x$LINE" != x ; then
3840 eval "DEFAULT_$LINE"
3841 else
3842 no_cache=1
3843 fi
3844
3845 ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
3846
3847fi;
3848
3849 eval "$ac_cv_use_debug"
3850 if test "$no_cache" != 1; then
3851 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
3852 fi
3853
3854 if test "$wxUSE_DEBUG" = yes; then
3855 echo "$as_me:$LINENO: result: yes" >&5
3856echo "${ECHO_T}yes" >&6
3857 else
3858 echo "$as_me:$LINENO: result: no" >&5
3859echo "${ECHO_T}no" >&6
3860 fi
3861
3862
3863 enablestring=
3864 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
3865echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6
3866 no_cache=0
3867 # Check whether --enable-stl or --disable-stl was given.
3868if test "${enable_stl+set}" = set; then
3869 enableval="$enable_stl"
3870
3871 if test "$enableval" = yes; then
3872 ac_cv_use_stl='wxUSE_STL=yes'
3873 else
3874 ac_cv_use_stl='wxUSE_STL=no'
3875 fi
3876
3877else
3878
3879 LINE=`grep "wxUSE_STL" ${wx_arg_cache_file}`
3880 if test "x$LINE" != x ; then
3881 eval "DEFAULT_$LINE"
3882 else
3883 no_cache=1
3884 fi
3885
3886 ac_cv_use_stl='wxUSE_STL='$DEFAULT_wxUSE_STL
3887
3888fi;
3889
3890 eval "$ac_cv_use_stl"
3891 if test "$no_cache" != 1; then
3892 echo $ac_cv_use_stl >> ${wx_arg_cache_file}.tmp
3893 fi
3894
3895 if test "$wxUSE_STL" = yes; then
3896 echo "$as_me:$LINENO: result: yes" >&5
3897echo "${ECHO_T}yes" >&6
3898 else
3899 echo "$as_me:$LINENO: result: no" >&5
3900echo "${ECHO_T}no" >&6
3901 fi
3902
3903if test "$USE_OS2" = "1"; then
69120ee4 3904 DEFAULT_wxUSE_OMF=no
a848cd7e
SC
3905
3906 enablestring=
3907 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-omf" >&5
3908echo $ECHO_N "checking for --${enablestring:-enable}-omf... $ECHO_C" >&6
3909 no_cache=0
3910 # Check whether --enable-omf or --disable-omf was given.
3911if test "${enable_omf+set}" = set; then
3912 enableval="$enable_omf"
3913
3914 if test "$enableval" = yes; then
3915 ac_cv_use_omf='wxUSE_OMF=yes'
3916 else
3917 ac_cv_use_omf='wxUSE_OMF=no'
3918 fi
3919
3920else
3921
3922 LINE=`grep "wxUSE_OMF" ${wx_arg_cache_file}`
3923 if test "x$LINE" != x ; then
3924 eval "DEFAULT_$LINE"
3925 else
3926 no_cache=1
3927 fi
3928
3929 ac_cv_use_omf='wxUSE_OMF='$DEFAULT_wxUSE_OMF
3930
3931fi;
3932
3933 eval "$ac_cv_use_omf"
3934 if test "$no_cache" != 1; then
3935 echo $ac_cv_use_omf >> ${wx_arg_cache_file}.tmp
3936 fi
3937
3938 if test "$wxUSE_OMF" = yes; then
3939 echo "$as_me:$LINENO: result: yes" >&5
3940echo "${ECHO_T}yes" >&6
3941 else
3942 echo "$as_me:$LINENO: result: no" >&5
3943echo "${ECHO_T}no" >&6
3944 fi
3945
3946fi
3947
3948if test "$wxUSE_DEBUG" = "yes"; then
3949 DEFAULT_wxUSE_DEBUG_FLAG=yes
3950 DEFAULT_wxUSE_DEBUG_INFO=yes
3951 BUILD=debug
3952elif test "$wxUSE_DEBUG" = "no"; then
3953 DEFAULT_wxUSE_DEBUG_FLAG=no
3954 DEFAULT_wxUSE_DEBUG_INFO=no
3955 BUILD=release
3956fi
3957
3958
3959 enablestring=
3960 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
3961echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6
3962 no_cache=0
3963 # Check whether --enable-debug_flag or --disable-debug_flag was given.
3964if test "${enable_debug_flag+set}" = set; then
3965 enableval="$enable_debug_flag"
3966
3967 if test "$enableval" = yes; then
3968 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
3969 else
3970 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
3971 fi
3972
3973else
3974
3975 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
3976 if test "x$LINE" != x ; then
3977 eval "DEFAULT_$LINE"
3978 else
3979 no_cache=1
3980 fi
3981
3982 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
3983
3984fi;
3985
3986 eval "$ac_cv_use_debug_flag"
3987 if test "$no_cache" != 1; then
3988 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
3989 fi
3990
3991 if test "$wxUSE_DEBUG_FLAG" = yes; then
3992 echo "$as_me:$LINENO: result: yes" >&5
3993echo "${ECHO_T}yes" >&6
3994 else
3995 echo "$as_me:$LINENO: result: no" >&5
3996echo "${ECHO_T}no" >&6
3997 fi
3998
3999
4000 enablestring=
4001 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
4002echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6
4003 no_cache=0
4004 # Check whether --enable-debug_info or --disable-debug_info was given.
4005if test "${enable_debug_info+set}" = set; then
4006 enableval="$enable_debug_info"
4007
4008 if test "$enableval" = yes; then
4009 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
4010 else
4011 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
4012 fi
4013
4014else
4015
4016 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
4017 if test "x$LINE" != x ; then
4018 eval "DEFAULT_$LINE"
4019 else
4020 no_cache=1
4021 fi
4022
4023 ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
4024
4025fi;
4026
4027 eval "$ac_cv_use_debug_info"
4028 if test "$no_cache" != 1; then
4029 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
4030 fi
4031
4032 if test "$wxUSE_DEBUG_INFO" = yes; then
4033 echo "$as_me:$LINENO: result: yes" >&5
4034echo "${ECHO_T}yes" >&6
4035 else
4036 echo "$as_me:$LINENO: result: no" >&5
4037echo "${ECHO_T}no" >&6
4038 fi
4039
4040
4041 enablestring=
4042 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
4043echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6
4044 no_cache=0
4045 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
4046if test "${enable_debug_gdb+set}" = set; then
4047 enableval="$enable_debug_gdb"
4048
4049 if test "$enableval" = yes; then
4050 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
4051 else
4052 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
4053 fi
4054
4055else
4056
4057 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
4058 if test "x$LINE" != x ; then
4059 eval "DEFAULT_$LINE"
4060 else
4061 no_cache=1
4062 fi
4063
4064 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
4065
4066fi;
4067
4068 eval "$ac_cv_use_debug_gdb"
4069 if test "$no_cache" != 1; then
4070 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
4071 fi
4072
4073 if test "$wxUSE_DEBUG_GDB" = yes; then
4074 echo "$as_me:$LINENO: result: yes" >&5
4075echo "${ECHO_T}yes" >&6
4076 else
4077 echo "$as_me:$LINENO: result: no" >&5
4078echo "${ECHO_T}no" >&6
4079 fi
4080
4081
4082 enablestring=
4083 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
4084echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6
4085 no_cache=0
4086 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
4087if test "${enable_debug_cntxt+set}" = set; then
4088 enableval="$enable_debug_cntxt"
4089
4090 if test "$enableval" = yes; then
4091 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
4092 else
4093 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
4094 fi
4095
4096else
4097
4098 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
4099 if test "x$LINE" != x ; then
4100 eval "DEFAULT_$LINE"
4101 else
4102 no_cache=1
4103 fi
4104
4105 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
4106
4107fi;
4108
4109 eval "$ac_cv_use_debug_cntxt"
4110 if test "$no_cache" != 1; then
4111 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
4112 fi
4113
4114 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
4115 echo "$as_me:$LINENO: result: yes" >&5
4116echo "${ECHO_T}yes" >&6
4117 else
4118 echo "$as_me:$LINENO: result: no" >&5
4119echo "${ECHO_T}no" >&6
4120 fi
4121
4122
4123 enablestring=
4124 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
4125echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6
4126 no_cache=0
4127 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
4128if test "${enable_mem_tracing+set}" = set; then
4129 enableval="$enable_mem_tracing"
4130
4131 if test "$enableval" = yes; then
4132 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
4133 else
4134 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
4135 fi
4136
4137else
4138
4139 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
4140 if test "x$LINE" != x ; then
4141 eval "DEFAULT_$LINE"
4142 else
4143 no_cache=1
4144 fi
4145
4146 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
4147
4148fi;
4149
4150 eval "$ac_cv_use_mem_tracing"
4151 if test "$no_cache" != 1; then
4152 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
4153 fi
4154
4155 if test "$wxUSE_MEM_TRACING" = yes; then
4156 echo "$as_me:$LINENO: result: yes" >&5
4157echo "${ECHO_T}yes" >&6
4158 else
4159 echo "$as_me:$LINENO: result: no" >&5
4160echo "${ECHO_T}no" >&6
4161 fi
4162
4163
4164 enablestring=
4165 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
4166echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6
4167 no_cache=0
4168 # Check whether --enable-profile or --disable-profile was given.
4169if test "${enable_profile+set}" = set; then
4170 enableval="$enable_profile"
4171
4172 if test "$enableval" = yes; then
4173 ac_cv_use_profile='wxUSE_PROFILE=yes'
4174 else
4175 ac_cv_use_profile='wxUSE_PROFILE=no'
4176 fi
4177
4178else
4179
4180 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
4181 if test "x$LINE" != x ; then
4182 eval "DEFAULT_$LINE"
4183 else
4184 no_cache=1
4185 fi
4186
4187 ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
4188
4189fi;
4190
4191 eval "$ac_cv_use_profile"
4192 if test "$no_cache" != 1; then
4193 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
4194 fi
4195
4196 if test "$wxUSE_PROFILE" = yes; then
4197 echo "$as_me:$LINENO: result: yes" >&5
4198echo "${ECHO_T}yes" >&6
4199 else
4200 echo "$as_me:$LINENO: result: no" >&5
4201echo "${ECHO_T}no" >&6
4202 fi
4203
4204
4205 enablestring=
4206 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
4207echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6
4208 no_cache=0
4209 # Check whether --enable-no_rtti or --disable-no_rtti was given.
4210if test "${enable_no_rtti+set}" = set; then
4211 enableval="$enable_no_rtti"
4212
4213 if test "$enableval" = yes; then
4214 ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
4215 else
4216 ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
4217 fi
4218
4219else
4220
4221 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
4222 if test "x$LINE" != x ; then
4223 eval "DEFAULT_$LINE"
4224 else
4225 no_cache=1
4226 fi
4227
4228 ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
4229
4230fi;
4231
4232 eval "$ac_cv_use_no_rtti"
4233 if test "$no_cache" != 1; then
4234 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
4235 fi
4236
4237 if test "$wxUSE_NO_RTTI" = yes; then
4238 echo "$as_me:$LINENO: result: yes" >&5
4239echo "${ECHO_T}yes" >&6
4240 else
4241 echo "$as_me:$LINENO: result: no" >&5
4242echo "${ECHO_T}no" >&6
4243 fi
4244
4245
4246 enablestring=
4247 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
4248echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6
4249 no_cache=0
4250 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
4251if test "${enable_no_exceptions+set}" = set; then
4252 enableval="$enable_no_exceptions"
4253
4254 if test "$enableval" = yes; then
4255 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
4256 else
4257 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
4258 fi
4259
4260else
4261
4262 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
4263 if test "x$LINE" != x ; then
4264 eval "DEFAULT_$LINE"
4265 else
4266 no_cache=1
4267 fi
4268
4269 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
4270
4271fi;
4272
4273 eval "$ac_cv_use_no_exceptions"
4274 if test "$no_cache" != 1; then
4275 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
4276 fi
4277
4278 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
4279 echo "$as_me:$LINENO: result: yes" >&5
4280echo "${ECHO_T}yes" >&6
4281 else
4282 echo "$as_me:$LINENO: result: no" >&5
4283echo "${ECHO_T}no" >&6
4284 fi
4285
4286
4287 enablestring=
4288 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
4289echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6
4290 no_cache=0
4291 # Check whether --enable-permissive or --disable-permissive was given.
4292if test "${enable_permissive+set}" = set; then
4293 enableval="$enable_permissive"
4294
4295 if test "$enableval" = yes; then
4296 ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
4297 else
4298 ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
4299 fi
4300
4301else
4302
4303 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
4304 if test "x$LINE" != x ; then
4305 eval "DEFAULT_$LINE"
4306 else
4307 no_cache=1
4308 fi
4309
4310 ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
4311
4312fi;
4313
4314 eval "$ac_cv_use_permissive"
4315 if test "$no_cache" != 1; then
4316 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
4317 fi
4318
4319 if test "$wxUSE_PERMISSIVE" = yes; then
4320 echo "$as_me:$LINENO: result: yes" >&5
4321echo "${ECHO_T}yes" >&6
4322 else
4323 echo "$as_me:$LINENO: result: no" >&5
4324echo "${ECHO_T}no" >&6
4325 fi
4326
4327
4328 enablestring=
4329 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
4330echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6
4331 no_cache=0
4332 # Check whether --enable-no_deps or --disable-no_deps was given.
4333if test "${enable_no_deps+set}" = set; then
4334 enableval="$enable_no_deps"
4335
4336 if test "$enableval" = yes; then
4337 ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
4338 else
4339 ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
4340 fi
4341
4342else
4343
4344 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
4345 if test "x$LINE" != x ; then
4346 eval "DEFAULT_$LINE"
4347 else
4348 no_cache=1
4349 fi
4350
4351 ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
4352
4353fi;
4354
4355 eval "$ac_cv_use_no_deps"
4356 if test "$no_cache" != 1; then
4357 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
4358 fi
4359
4360 if test "$wxUSE_NO_DEPS" = yes; then
4361 echo "$as_me:$LINENO: result: yes" >&5
4362echo "${ECHO_T}yes" >&6
4363 else
4364 echo "$as_me:$LINENO: result: no" >&5
4365echo "${ECHO_T}no" >&6
4366 fi
4367
4368
95768535 4369 enablestring=
7afc46ab
KO
4370 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal_binary" >&5
4371echo $ECHO_N "checking for --${enablestring:-enable}-universal_binary... $ECHO_C" >&6
4372 no_cache=0
4373 # Check whether --enable-universal_binary or --disable-universal_binary was given.
4374if test "${enable_universal_binary+set}" = set; then
4375 enableval="$enable_universal_binary"
4376
95768535 4377 wx_cv_use_universal_binary="wxUSE_UNIVERSAL_BINARY='$enableval'"
7afc46ab
KO
4378
4379else
4380
4381 LINE=`grep "wxUSE_UNIVERSAL_BINARY" ${wx_arg_cache_file}`
4382 if test "x$LINE" != x ; then
4383 eval "DEFAULT_$LINE"
95768535 4384 wx_cv_use_universal_binary='wxUSE_UNIVERSAL_BINARY='$DEFAULT_wxUSE_UNIVERSAL_BINARY
7afc46ab
KO
4385 else
4386 no_cache=1
95768535 4387 wx_cv_use_universal_binary="wxUSE_UNIVERSAL_BINARY=no"
7afc46ab
KO
4388 fi
4389
7afc46ab
KO
4390fi;
4391
95768535 4392 eval "$wx_cv_use_universal_binary"
7afc46ab 4393 if test "$no_cache" != 1; then
95768535 4394 echo $wx_cv_use_universal_binary >> ${wx_arg_cache_file}.tmp
7afc46ab
KO
4395 fi
4396
95768535
MW
4397 echo "$as_me:$LINENO: result: $wxUSE_UNIVERSAL_BINARY" >&5
4398echo "${ECHO_T}$wxUSE_UNIVERSAL_BINARY" >&6
7afc46ab
KO
4399
4400
a848cd7e 4401
dee1a63f
MB
4402 enablestring=enable
4403 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat24" >&5
4404echo $ECHO_N "checking for --${enablestring:-enable}-compat24... $ECHO_C" >&6
a848cd7e 4405 no_cache=0
dee1a63f
MB
4406 # Check whether --enable-compat24 or --disable-compat24 was given.
4407if test "${enable_compat24+set}" = set; then
4408 enableval="$enable_compat24"
a848cd7e
SC
4409
4410 if test "$enableval" = yes; then
dee1a63f 4411 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=yes'
a848cd7e 4412 else
dee1a63f 4413 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=no'
a848cd7e
SC
4414 fi
4415
4416else
4417
dee1a63f 4418 LINE=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}`
a848cd7e
SC
4419 if test "x$LINE" != x ; then
4420 eval "DEFAULT_$LINE"
4421 else
4422 no_cache=1
4423 fi
4424
dee1a63f 4425 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4='$DEFAULT_WXWIN_COMPATIBILITY_2_4
a848cd7e
SC
4426
4427fi;
4428
dee1a63f 4429 eval "$ac_cv_use_compat24"
a848cd7e 4430 if test "$no_cache" != 1; then
dee1a63f 4431 echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp
a848cd7e
SC
4432 fi
4433
dee1a63f 4434 if test "$WXWIN_COMPATIBILITY_2_4" = yes; then
a848cd7e
SC
4435 echo "$as_me:$LINENO: result: yes" >&5
4436echo "${ECHO_T}yes" >&6
4437 else
4438 echo "$as_me:$LINENO: result: no" >&5
4439echo "${ECHO_T}no" >&6
4440 fi
4441
4442
4443 enablestring=disable
dee1a63f
MB
4444 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat26" >&5
4445echo $ECHO_N "checking for --${enablestring:-enable}-compat26... $ECHO_C" >&6
a848cd7e 4446 no_cache=0
dee1a63f
MB
4447 # Check whether --enable-compat26 or --disable-compat26 was given.
4448if test "${enable_compat26+set}" = set; then
4449 enableval="$enable_compat26"
a848cd7e
SC
4450
4451 if test "$enableval" = yes; then
dee1a63f 4452 ac_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=yes'
a848cd7e 4453 else
dee1a63f 4454 ac_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=no'
a848cd7e
SC
4455 fi
4456
4457else
4458
dee1a63f 4459 LINE=`grep "WXWIN_COMPATIBILITY_2_6" ${wx_arg_cache_file}`
a848cd7e
SC
4460 if test "x$LINE" != x ; then
4461 eval "DEFAULT_$LINE"
4462 else
4463 no_cache=1
4464 fi
4465
dee1a63f 4466 ac_cv_use_compat26='WXWIN_COMPATIBILITY_2_6='$DEFAULT_WXWIN_COMPATIBILITY_2_6
a848cd7e
SC
4467
4468fi;
4469
dee1a63f 4470 eval "$ac_cv_use_compat26"
a848cd7e 4471 if test "$no_cache" != 1; then
dee1a63f 4472 echo $ac_cv_use_compat26 >> ${wx_arg_cache_file}.tmp
a848cd7e
SC
4473 fi
4474
dee1a63f 4475 if test "$WXWIN_COMPATIBILITY_2_6" = yes; then
a848cd7e
SC
4476 echo "$as_me:$LINENO: result: yes" >&5
4477echo "${ECHO_T}yes" >&6
4478 else
4479 echo "$as_me:$LINENO: result: no" >&5
4480echo "${ECHO_T}no" >&6
4481 fi
4482
4483
ffa0583f
RL
4484
4485 enablestring=
4486 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rpath" >&5
4487echo $ECHO_N "checking for --${enablestring:-enable}-rpath... $ECHO_C" >&6
4488 no_cache=0
4489 # Check whether --enable-rpath or --disable-rpath was given.
a848cd7e
SC
4490if test "${enable_rpath+set}" = set; then
4491 enableval="$enable_rpath"
ffa0583f
RL
4492
4493 if test "$enableval" = yes; then
4494 ac_cv_use_rpath='wxUSE_RPATH=yes'
4495 else
4496 ac_cv_use_rpath='wxUSE_RPATH=no'
4497 fi
4498
4499else
4500
4501 LINE=`grep "wxUSE_RPATH" ${wx_arg_cache_file}`
4502 if test "x$LINE" != x ; then
4503 eval "DEFAULT_$LINE"
4504 else
4505 no_cache=1
4506 fi
4507
4508 ac_cv_use_rpath='wxUSE_RPATH='$DEFAULT_wxUSE_RPATH
4509
a848cd7e
SC
4510fi;
4511
ffa0583f
RL
4512 eval "$ac_cv_use_rpath"
4513 if test "$no_cache" != 1; then
4514 echo $ac_cv_use_rpath >> ${wx_arg_cache_file}.tmp
4515 fi
4516
4517 if test "$wxUSE_RPATH" = yes; then
4518 echo "$as_me:$LINENO: result: yes" >&5
4519echo "${ECHO_T}yes" >&6
4520 else
4521 echo "$as_me:$LINENO: result: no" >&5
4522echo "${ECHO_T}no" >&6
4523 fi
4524
a848cd7e
SC
4525
4526
4527
4528
4529 enablestring=
4530 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
4531echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6
4532 no_cache=0
4533 # Check whether --enable-intl or --disable-intl was given.
4534if test "${enable_intl+set}" = set; then
4535 enableval="$enable_intl"
4536
4537 if test "$enableval" = yes; then
4538 ac_cv_use_intl='wxUSE_INTL=yes'
4539 else
4540 ac_cv_use_intl='wxUSE_INTL=no'
4541 fi
4542
4543else
4544
4545 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
4546 if test "x$LINE" != x ; then
4547 eval "DEFAULT_$LINE"
4548 else
4549 no_cache=1
4550 fi
4551
4552 ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
4553
4554fi;
4555
4556 eval "$ac_cv_use_intl"
4557 if test "$no_cache" != 1; then
4558 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
4559 fi
4560
4561 if test "$wxUSE_INTL" = yes; then
4562 echo "$as_me:$LINENO: result: yes" >&5
4563echo "${ECHO_T}yes" >&6
4564 else
4565 echo "$as_me:$LINENO: result: no" >&5
4566echo "${ECHO_T}no" >&6
4567 fi
4568
4569
4570 enablestring=
4571 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
4572echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6
4573 no_cache=0
4574 # Check whether --enable-config or --disable-config was given.
4575if test "${enable_config+set}" = set; then
4576 enableval="$enable_config"
4577
4578 if test "$enableval" = yes; then
4579 ac_cv_use_config='wxUSE_CONFIG=yes'
4580 else
4581 ac_cv_use_config='wxUSE_CONFIG=no'
4582 fi
4583
4584else
4585
4586 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
4587 if test "x$LINE" != x ; then
4588 eval "DEFAULT_$LINE"
4589 else
4590 no_cache=1
4591 fi
4592
4593 ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
4594
4595fi;
4596
4597 eval "$ac_cv_use_config"
4598 if test "$no_cache" != 1; then
4599 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
4600 fi
4601
4602 if test "$wxUSE_CONFIG" = yes; then
4603 echo "$as_me:$LINENO: result: yes" >&5
4604echo "${ECHO_T}yes" >&6
4605 else
4606 echo "$as_me:$LINENO: result: no" >&5
4607echo "${ECHO_T}no" >&6
4608 fi
4609
4610
4611
4612 enablestring=
4613 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
4614echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6
4615 no_cache=0
4616 # Check whether --enable-protocols or --disable-protocols was given.
4617if test "${enable_protocols+set}" = set; then
4618 enableval="$enable_protocols"
4619
4620 if test "$enableval" = yes; then
4621 ac_cv_use_protocols='wxUSE_PROTOCOL=yes'
4622 else
4623 ac_cv_use_protocols='wxUSE_PROTOCOL=no'
4624 fi
4625
4626else
4627
4628 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
4629 if test "x$LINE" != x ; then
4630 eval "DEFAULT_$LINE"
4631 else
4632 no_cache=1
4633 fi
4634
4635 ac_cv_use_protocols='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
4636
4637fi;
4638
4639 eval "$ac_cv_use_protocols"
4640 if test "$no_cache" != 1; then
4641 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
4642 fi
4643
4644 if test "$wxUSE_PROTOCOL" = yes; then
4645 echo "$as_me:$LINENO: result: yes" >&5
4646echo "${ECHO_T}yes" >&6
4647 else
4648 echo "$as_me:$LINENO: result: no" >&5
4649echo "${ECHO_T}no" >&6
4650 fi
4651
4652
4653 enablestring=
4654 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
4655echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6
4656 no_cache=0
4657 # Check whether --enable-ftp or --disable-ftp was given.
4658if test "${enable_ftp+set}" = set; then
4659 enableval="$enable_ftp"
4660
4661 if test "$enableval" = yes; then
4662 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes'
4663 else
4664 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=no'
4665 fi
4666
4667else
4668
4669 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
4670 if test "x$LINE" != x ; then
4671 eval "DEFAULT_$LINE"
4672 else
4673 no_cache=1
4674 fi
4675
4676 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
4677
4678fi;
4679
4680 eval "$ac_cv_use_ftp"
4681 if test "$no_cache" != 1; then
4682 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
4683 fi
4684
4685 if test "$wxUSE_PROTOCOL_FTP" = yes; then
4686 echo "$as_me:$LINENO: result: yes" >&5
4687echo "${ECHO_T}yes" >&6
4688 else
4689 echo "$as_me:$LINENO: result: no" >&5
4690echo "${ECHO_T}no" >&6
4691 fi
4692
4693
4694 enablestring=
4695 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
4696echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6
4697 no_cache=0
4698 # Check whether --enable-http or --disable-http was given.
4699if test "${enable_http+set}" = set; then
4700 enableval="$enable_http"
4701
4702 if test "$enableval" = yes; then
4703 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
4704 else
4705 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
4706 fi
4707
4708else
4709
4710 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
4711 if test "x$LINE" != x ; then
4712 eval "DEFAULT_$LINE"
4713 else
4714 no_cache=1
4715 fi
4716
4717 ac_cv_use_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
4718
4719fi;
4720
4721 eval "$ac_cv_use_http"
4722 if test "$no_cache" != 1; then
4723 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
4724 fi
4725
4726 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
4727 echo "$as_me:$LINENO: result: yes" >&5
4728echo "${ECHO_T}yes" >&6
4729 else
4730 echo "$as_me:$LINENO: result: no" >&5
4731echo "${ECHO_T}no" >&6
4732 fi
4733
4734
4735 enablestring=
4736 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
4737echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6
4738 no_cache=0
4739 # Check whether --enable-fileproto or --disable-fileproto was given.
4740if test "${enable_fileproto+set}" = set; then
4741 enableval="$enable_fileproto"
4742
4743 if test "$enableval" = yes; then
4744 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes'
4745 else
4746 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no'
4747 fi
4748
4749else
4750
4751 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4752 if test "x$LINE" != x ; then
4753 eval "DEFAULT_$LINE"
4754 else
4755 no_cache=1
4756 fi
4757
4758 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
4759
4760fi;
4761
4762 eval "$ac_cv_use_fileproto"
4763 if test "$no_cache" != 1; then
4764 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
4765 fi
4766
4767 if test "$wxUSE_PROTOCOL_FILE" = yes; then
4768 echo "$as_me:$LINENO: result: yes" >&5
4769echo "${ECHO_T}yes" >&6
4770 else
4771 echo "$as_me:$LINENO: result: no" >&5
4772echo "${ECHO_T}no" >&6
4773 fi
4774
4775
4776 enablestring=
4777 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
4778echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6
4779 no_cache=0
4780 # Check whether --enable-sockets or --disable-sockets was given.
4781if test "${enable_sockets+set}" = set; then
4782 enableval="$enable_sockets"
4783
4784 if test "$enableval" = yes; then
4785 ac_cv_use_sockets='wxUSE_SOCKETS=yes'
4786 else
4787 ac_cv_use_sockets='wxUSE_SOCKETS=no'
4788 fi
4789
4790else
4791
4792 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
4793 if test "x$LINE" != x ; then
4794 eval "DEFAULT_$LINE"
4795 else
4796 no_cache=1
4797 fi
4798
4799 ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
4800
4801fi;
4802
4803 eval "$ac_cv_use_sockets"
4804 if test "$no_cache" != 1; then
4805 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
4806 fi
4807
4808 if test "$wxUSE_SOCKETS" = yes; then
4809 echo "$as_me:$LINENO: result: yes" >&5
4810echo "${ECHO_T}yes" >&6
4811 else
4812 echo "$as_me:$LINENO: result: no" >&5
4813echo "${ECHO_T}no" >&6
4814 fi
4815
4816
4817 enablestring=
4818 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
4819echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6
4820 no_cache=0
4821 # Check whether --enable-ole or --disable-ole was given.
4822if test "${enable_ole+set}" = set; then
4823 enableval="$enable_ole"
4824
4825 if test "$enableval" = yes; then
4826 ac_cv_use_ole='wxUSE_OLE=yes'
4827 else
4828 ac_cv_use_ole='wxUSE_OLE=no'
4829 fi
4830
4831else
4832
4833 LINE=`grep "wxUSE_OLE" ${wx_arg_cache_file}`
4834 if test "x$LINE" != x ; then
4835 eval "DEFAULT_$LINE"
4836 else
4837 no_cache=1
4838 fi
4839
4840 ac_cv_use_ole='wxUSE_OLE='$DEFAULT_wxUSE_OLE
4841
4842fi;
4843
4844 eval "$ac_cv_use_ole"
4845 if test "$no_cache" != 1; then
4846 echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp
4847 fi
4848
4849 if test "$wxUSE_OLE" = yes; then
4850 echo "$as_me:$LINENO: result: yes" >&5
4851echo "${ECHO_T}yes" >&6
4852 else
4853 echo "$as_me:$LINENO: result: no" >&5
4854echo "${ECHO_T}no" >&6
4855 fi
4856
4857
4858 enablestring=
4859 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
4860echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6
4861 no_cache=0
4862 # Check whether --enable-dataobj or --disable-dataobj was given.
4863if test "${enable_dataobj+set}" = set; then
4864 enableval="$enable_dataobj"
4865
4866 if test "$enableval" = yes; then
4867 ac_cv_use_dataobj='wxUSE_DATAOBJ=yes'
4868 else
4869 ac_cv_use_dataobj='wxUSE_DATAOBJ=no'
4870 fi
4871
4872else
4873
4874 LINE=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}`
4875 if test "x$LINE" != x ; then
4876 eval "DEFAULT_$LINE"
4877 else
4878 no_cache=1
4879 fi
4880
4881 ac_cv_use_dataobj='wxUSE_DATAOBJ='$DEFAULT_wxUSE_DATAOBJ
4882
4883fi;
4884
4885 eval "$ac_cv_use_dataobj"
4886 if test "$no_cache" != 1; then
4887 echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp
4888 fi
4889
4890 if test "$wxUSE_DATAOBJ" = yes; then
4891 echo "$as_me:$LINENO: result: yes" >&5
4892echo "${ECHO_T}yes" >&6
4893 else
4894 echo "$as_me:$LINENO: result: no" >&5
4895echo "${ECHO_T}no" >&6
4896 fi
4897
4898
4899
4900 enablestring=
4901 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
4902echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6
4903 no_cache=0
4904 # Check whether --enable-ipc or --disable-ipc was given.
4905if test "${enable_ipc+set}" = set; then
4906 enableval="$enable_ipc"
4907
4908 if test "$enableval" = yes; then
4909 ac_cv_use_ipc='wxUSE_IPC=yes'
4910 else
4911 ac_cv_use_ipc='wxUSE_IPC=no'
4912 fi
4913
4914else
4915
4916 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
4917 if test "x$LINE" != x ; then
4918 eval "DEFAULT_$LINE"
4919 else
4920 no_cache=1
4921 fi
4922
4923 ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
4924
4925fi;
4926
4927 eval "$ac_cv_use_ipc"
4928 if test "$no_cache" != 1; then
4929 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
4930 fi
4931
4932 if test "$wxUSE_IPC" = yes; then
4933 echo "$as_me:$LINENO: result: yes" >&5
4934echo "${ECHO_T}yes" >&6
4935 else
4936 echo "$as_me:$LINENO: result: no" >&5
4937echo "${ECHO_T}no" >&6
4938 fi
4939
4940
4941
4942 enablestring=
4943 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
4944echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6
4945 no_cache=0
4946 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
4947if test "${enable_apple_ieee+set}" = set; then
4948 enableval="$enable_apple_ieee"
4949
4950 if test "$enableval" = yes; then
4951 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
4952 else
4953 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
4954 fi
4955
4956else
4957
4958 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
4959 if test "x$LINE" != x ; then
4960 eval "DEFAULT_$LINE"
4961 else
4962 no_cache=1
4963 fi
4964
4965 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
4966
4967fi;
4968
4969 eval "$ac_cv_use_apple_ieee"
4970 if test "$no_cache" != 1; then
4971 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
4972 fi
4973
4974 if test "$wxUSE_APPLE_IEEE" = yes; then
4975 echo "$as_me:$LINENO: result: yes" >&5
4976echo "${ECHO_T}yes" >&6
4977 else
4978 echo "$as_me:$LINENO: result: no" >&5
4979echo "${ECHO_T}no" >&6
4980 fi
4981
4982
81f90336
MW
4983 enablestring=
4984 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-arcstream" >&5
4985echo $ECHO_N "checking for --${enablestring:-enable}-arcstream... $ECHO_C" >&6
4986 no_cache=0
4987 # Check whether --enable-arcstream or --disable-arcstream was given.
4988if test "${enable_arcstream+set}" = set; then
4989 enableval="$enable_arcstream"
4990
4991 if test "$enableval" = yes; then
9e8e867f 4992 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=yes'
81f90336 4993 else
9e8e867f 4994 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=no'
81f90336
MW
4995 fi
4996
4997else
4998
9e8e867f 4999 LINE=`grep "wxUSE_ARCHIVE_STREAMS" ${wx_arg_cache_file}`
81f90336
MW
5000 if test "x$LINE" != x ; then
5001 eval "DEFAULT_$LINE"
5002 else
5003 no_cache=1
5004 fi
5005
9e8e867f 5006 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS='$DEFAULT_wxUSE_ARCHIVE_STREAMS
81f90336
MW
5007
5008fi;
5009
5010 eval "$ac_cv_use_arcstream"
5011 if test "$no_cache" != 1; then
5012 echo $ac_cv_use_arcstream >> ${wx_arg_cache_file}.tmp
5013 fi
5014
9e8e867f 5015 if test "$wxUSE_ARCHIVE_STREAMS" = yes; then
81f90336
MW
5016 echo "$as_me:$LINENO: result: yes" >&5
5017echo "${ECHO_T}yes" >&6
5018 else
5019 echo "$as_me:$LINENO: result: no" >&5
5020echo "${ECHO_T}no" >&6
5021 fi
5022
5023
a848cd7e 5024 enablestring=
36b6448c
VZ
5025 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-backtrace" >&5
5026echo $ECHO_N "checking for --${enablestring:-enable}-backtrace... $ECHO_C" >&6
a848cd7e 5027 no_cache=0
36b6448c
VZ
5028 # Check whether --enable-backtrace or --disable-backtrace was given.
5029if test "${enable_backtrace+set}" = set; then
5030 enableval="$enable_backtrace"
a848cd7e
SC
5031
5032 if test "$enableval" = yes; then
36b6448c 5033 ac_cv_use_backtrace='wxUSE_STACKWALKER=yes'
a848cd7e 5034 else
36b6448c 5035 ac_cv_use_backtrace='wxUSE_STACKWALKER=no'
a848cd7e
SC
5036 fi
5037
5038else
5039
36b6448c 5040 LINE=`grep "wxUSE_STACKWALKER" ${wx_arg_cache_file}`
a848cd7e
SC
5041 if test "x$LINE" != x ; then
5042 eval "DEFAULT_$LINE"
5043 else
5044 no_cache=1
5045 fi
5046
36b6448c 5047 ac_cv_use_backtrace='wxUSE_STACKWALKER='$DEFAULT_wxUSE_STACKWALKER
a848cd7e
SC
5048
5049fi;
5050
36b6448c 5051 eval "$ac_cv_use_backtrace"
a848cd7e 5052 if test "$no_cache" != 1; then
36b6448c 5053 echo $ac_cv_use_backtrace >> ${wx_arg_cache_file}.tmp
a848cd7e
SC
5054 fi
5055
36b6448c 5056 if test "$wxUSE_STACKWALKER" = yes; then
a848cd7e
SC
5057 echo "$as_me:$LINENO: result: yes" >&5
5058echo "${ECHO_T}yes" >&6
5059 else
5060 echo "$as_me:$LINENO: result: no" >&5
5061echo "${ECHO_T}no" >&6
5062 fi
5063
5064
eaff0f0d 5065 enablestring=
36b6448c
VZ
5066 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
5067echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6
eaff0f0d 5068 no_cache=0
36b6448c
VZ
5069 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
5070if test "${enable_catch_segvs+set}" = set; then
5071 enableval="$enable_catch_segvs"
eaff0f0d
VZ
5072
5073 if test "$enableval" = yes; then
36b6448c 5074 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
eaff0f0d 5075 else
36b6448c 5076 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
eaff0f0d
VZ
5077 fi
5078
5079else
5080
36b6448c 5081 LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
eaff0f0d
VZ
5082 if test "x$LINE" != x ; then
5083 eval "DEFAULT_$LINE"
5084 else
5085 no_cache=1
5086 fi
5087
36b6448c 5088 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
eaff0f0d
VZ
5089
5090fi;
5091
36b6448c 5092 eval "$ac_cv_use_catch_segvs"
eaff0f0d 5093 if test "$no_cache" != 1; then
36b6448c 5094 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
eaff0f0d
VZ
5095 fi
5096
36b6448c 5097 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
eaff0f0d
VZ
5098 echo "$as_me:$LINENO: result: yes" >&5
5099echo "${ECHO_T}yes" >&6
5100 else
5101 echo "$as_me:$LINENO: result: no" >&5
5102echo "${ECHO_T}no" >&6
5103 fi
5104
5105
a848cd7e
SC
5106 enablestring=
5107 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
5108echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6
5109 no_cache=0
5110 # Check whether --enable-cmdline or --disable-cmdline was given.
5111if test "${enable_cmdline+set}" = set; then
5112 enableval="$enable_cmdline"
5113
5114 if test "$enableval" = yes; then
5115 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
5116 else
5117 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
5118 fi
5119
5120else
5121
5122 LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
5123 if test "x$LINE" != x ; then
5124 eval "DEFAULT_$LINE"
5125 else
5126 no_cache=1
5127 fi
5128
5129 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
5130
5131fi;
5132
5133 eval "$ac_cv_use_cmdline"
5134 if test "$no_cache" != 1; then
5135 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
5136 fi
5137
5138 if test "$wxUSE_CMDLINE_PARSER" = yes; then
5139 echo "$as_me:$LINENO: result: yes" >&5
5140echo "${ECHO_T}yes" >&6
5141 else
5142 echo "$as_me:$LINENO: result: no" >&5
5143echo "${ECHO_T}no" >&6
5144 fi
5145
5146
5147 enablestring=
5148 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
5149echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6
5150 no_cache=0
5151 # Check whether --enable-datetime or --disable-datetime was given.
5152if test "${enable_datetime+set}" = set; then
5153 enableval="$enable_datetime"
5154
5155 if test "$enableval" = yes; then
5156 ac_cv_use_datetime='wxUSE_DATETIME=yes'
5157 else
5158 ac_cv_use_datetime='wxUSE_DATETIME=no'
5159 fi
5160
5161else
5162
5163 LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
5164 if test "x$LINE" != x ; then
5165 eval "DEFAULT_$LINE"
5166 else
5167 no_cache=1
5168 fi
5169
5170 ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
5171
5172fi;
5173
5174 eval "$ac_cv_use_datetime"
5175 if test "$no_cache" != 1; then
5176 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
5177 fi
5178
5179 if test "$wxUSE_DATETIME" = yes; then
5180 echo "$as_me:$LINENO: result: yes" >&5
5181echo "${ECHO_T}yes" >&6
5182 else
5183 echo "$as_me:$LINENO: result: no" >&5
5184echo "${ECHO_T}no" >&6
5185 fi
5186
5187
36b6448c
VZ
5188 enablestring=
5189 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debugreport" >&5
5190echo $ECHO_N "checking for --${enablestring:-enable}-debugreport... $ECHO_C" >&6
5191 no_cache=0
5192 # Check whether --enable-debugreport or --disable-debugreport was given.
5193if test "${enable_debugreport+set}" = set; then
5194 enableval="$enable_debugreport"
5195
5196 if test "$enableval" = yes; then
5197 ac_cv_use_debugreport='wxUSE_DEBUGREPORT=yes'
5198 else
5199 ac_cv_use_debugreport='wxUSE_DEBUGREPORT=no'
5200 fi
5201
5202else
5203
5204 LINE=`grep "wxUSE_DEBUGREPORT" ${wx_arg_cache_file}`
5205 if test "x$LINE" != x ; then
5206 eval "DEFAULT_$LINE"
5207 else
5208 no_cache=1
5209 fi
5210
5211 ac_cv_use_debugreport='wxUSE_DEBUGREPORT='$DEFAULT_wxUSE_DEBUGREPORT
5212
5213fi;
5214
5215 eval "$ac_cv_use_debugreport"
5216 if test "$no_cache" != 1; then
5217 echo $ac_cv_use_debugreport >> ${wx_arg_cache_file}.tmp
5218 fi
5219
5220 if test "$wxUSE_DEBUGREPORT" = yes; then
5221 echo "$as_me:$LINENO: result: yes" >&5
5222echo "${ECHO_T}yes" >&6
5223 else
5224 echo "$as_me:$LINENO: result: no" >&5
5225echo "${ECHO_T}no" >&6
5226 fi
5227
5228
a848cd7e
SC
5229 enablestring=
5230 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
5231echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6
5232 no_cache=0
5233 # Check whether --enable-dialupman or --disable-dialupman was given.
5234if test "${enable_dialupman+set}" = set; then
5235 enableval="$enable_dialupman"
5236
5237 if test "$enableval" = yes; then
5238 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
5239 else
5240 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
5241 fi
5242
5243else
5244
5245 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
5246 if test "x$LINE" != x ; then
5247 eval "DEFAULT_$LINE"
5248 else
5249 no_cache=1
5250 fi
5251
5252 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
5253
5254fi;
5255
5256 eval "$ac_cv_use_dialupman"
5257 if test "$no_cache" != 1; then
5258 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
5259 fi
5260
5261 if test "$wxUSE_DIALUP_MANAGER" = yes; then
5262 echo "$as_me:$LINENO: result: yes" >&5
5263echo "${ECHO_T}yes" >&6
5264 else
5265 echo "$as_me:$LINENO: result: no" >&5
5266echo "${ECHO_T}no" >&6
5267 fi
5268
5269
5270 enablestring=
5271 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
5272echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6
5273 no_cache=0
5274 # Check whether --enable-dynlib or --disable-dynlib was given.
5275if test "${enable_dynlib+set}" = set; then
5276 enableval="$enable_dynlib"
5277
5278 if test "$enableval" = yes; then
5279 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
5280 else
5281 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
5282 fi
5283
5284else
5285
5286 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
5287 if test "x$LINE" != x ; then
5288 eval "DEFAULT_$LINE"
5289 else
5290 no_cache=1
5291 fi
5292
5293 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
5294
5295fi;
5296
5297 eval "$ac_cv_use_dynlib"
5298 if test "$no_cache" != 1; then
5299 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
5300 fi
5301
5302 if test "$wxUSE_DYNLIB_CLASS" = yes; then
5303 echo "$as_me:$LINENO: result: yes" >&5
5304echo "${ECHO_T}yes" >&6
5305 else
5306 echo "$as_me:$LINENO: result: no" >&5
5307echo "${ECHO_T}no" >&6
5308 fi
5309
5310
5311 enablestring=
5312 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
5313echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6
5314 no_cache=0
5315 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
5316if test "${enable_dynamicloader+set}" = set; then
5317 enableval="$enable_dynamicloader"
5318
5319 if test "$enableval" = yes; then
5320 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
5321 else
5322 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
5323 fi
5324
5325else
5326
5327 LINE=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
5328 if test "x$LINE" != x ; then
5329 eval "DEFAULT_$LINE"
5330 else
5331 no_cache=1
5332 fi
5333
5334 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
5335
5336fi;
5337
5338 eval "$ac_cv_use_dynamicloader"
5339 if test "$no_cache" != 1; then
5340 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
5341 fi
5342
5343 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
5344 echo "$as_me:$LINENO: result: yes" >&5
5345echo "${ECHO_T}yes" >&6
5346 else
5347 echo "$as_me:$LINENO: result: no" >&5
5348echo "${ECHO_T}no" >&6
5349 fi
5350
5351
5352 enablestring=
5353 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5
5354echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6
5355 no_cache=0
5356 # Check whether --enable-exceptions or --disable-exceptions was given.
5357if test "${enable_exceptions+set}" = set; then
5358 enableval="$enable_exceptions"
5359
5360 if test "$enableval" = yes; then
5361 ac_cv_use_exceptions='wxUSE_EXCEPTIONS=yes'
5362 else
5363 ac_cv_use_exceptions='wxUSE_EXCEPTIONS=no'
5364 fi
5365
5366else
5367
5368 LINE=`grep "wxUSE_EXCEPTIONS" ${wx_arg_cache_file}`
5369 if test "x$LINE" != x ; then
5370 eval "DEFAULT_$LINE"
5371 else
5372 no_cache=1
5373 fi
5374
5375 ac_cv_use_exceptions='wxUSE_EXCEPTIONS='$DEFAULT_wxUSE_EXCEPTIONS
5376
5377fi;
5378
5379 eval "$ac_cv_use_exceptions"
5380 if test "$no_cache" != 1; then
5381 echo $ac_cv_use_exceptions >> ${wx_arg_cache_file}.tmp
5382 fi
5383
5384 if test "$wxUSE_EXCEPTIONS" = yes; then
5385 echo "$as_me:$LINENO: result: yes" >&5
5386echo "${ECHO_T}yes" >&6
5387 else
5388 echo "$as_me:$LINENO: result: no" >&5
5389echo "${ECHO_T}no" >&6
5390 fi
5391
5392
5393 enablestring=
5394 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
5395echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6
5396 no_cache=0
5397 # Check whether --enable-ffile or --disable-ffile was given.
5398if test "${enable_ffile+set}" = set; then
5399 enableval="$enable_ffile"
5400
5401 if test "$enableval" = yes; then
5402 ac_cv_use_ffile='wxUSE_FFILE=yes'
5403 else
5404 ac_cv_use_ffile='wxUSE_FFILE=no'
5405 fi
5406
5407else
5408
5409 LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
5410 if test "x$LINE" != x ; then
5411 eval "DEFAULT_$LINE"
5412 else
5413 no_cache=1
5414 fi
5415
5416 ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
5417
5418fi;
5419
5420 eval "$ac_cv_use_ffile"
5421 if test "$no_cache" != 1; then
5422 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
5423 fi
5424
5425 if test "$wxUSE_FFILE" = yes; then
5426 echo "$as_me:$LINENO: result: yes" >&5
5427echo "${ECHO_T}yes" >&6
5428 else
5429 echo "$as_me:$LINENO: result: no" >&5
5430echo "${ECHO_T}no" >&6
5431 fi
5432
5433
5434 enablestring=
5435 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
5436echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6
5437 no_cache=0
5438 # Check whether --enable-file or --disable-file was given.
5439if test "${enable_file+set}" = set; then
5440 enableval="$enable_file"
5441
5442 if test "$enableval" = yes; then
5443 ac_cv_use_file='wxUSE_FILE=yes'
5444 else
5445 ac_cv_use_file='wxUSE_FILE=no'
5446 fi
5447
5448else
5449
5450 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
5451 if test "x$LINE" != x ; then
5452 eval "DEFAULT_$LINE"
5453 else
5454 no_cache=1
5455 fi
5456
5457 ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
5458
5459fi;
5460
5461 eval "$ac_cv_use_file"
5462 if test "$no_cache" != 1; then
5463 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
5464 fi
5465
5466 if test "$wxUSE_FILE" = yes; then
5467 echo "$as_me:$LINENO: result: yes" >&5
5468echo "${ECHO_T}yes" >&6
5469 else
5470 echo "$as_me:$LINENO: result: no" >&5
5471echo "${ECHO_T}no" >&6
5472 fi
5473
5474
5475 enablestring=
5476 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
5477echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6
5478 no_cache=0
5479 # Check whether --enable-filesystem or --disable-filesystem was given.
5480if test "${enable_filesystem+set}" = set; then
5481 enableval="$enable_filesystem"
5482
5483 if test "$enableval" = yes; then
5484 ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
5485 else
5486 ac_cv_use_filesystem='wxUSE_FILESYSTEM=no'
5487 fi
5488
5489else
5490
5491 LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
5492 if test "x$LINE" != x ; then
5493 eval "DEFAULT_$LINE"
5494 else
5495 no_cache=1
5496 fi
5497
5498 ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
5499
5500fi;
5501
5502 eval "$ac_cv_use_filesystem"
5503 if test "$no_cache" != 1; then
5504 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
5505 fi
5506
5507 if test "$wxUSE_FILESYSTEM" = yes; then
5508 echo "$as_me:$LINENO: result: yes" >&5
5509echo "${ECHO_T}yes" >&6
5510 else
5511 echo "$as_me:$LINENO: result: no" >&5
5512echo "${ECHO_T}no" >&6
5513 fi
5514
5515
5516 enablestring=
5517 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
5518echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6
5519 no_cache=0
5520 # Check whether --enable-fontmap or --disable-fontmap was given.
5521if test "${enable_fontmap+set}" = set; then
5522 enableval="$enable_fontmap"
5523
5524 if test "$enableval" = yes; then
5525 ac_cv_use_fontmap='wxUSE_FONTMAP=yes'
5526 else
5527 ac_cv_use_fontmap='wxUSE_FONTMAP=no'
5528 fi
5529
5530else
5531
5532 LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
5533 if test "x$LINE" != x ; then
5534 eval "DEFAULT_$LINE"
5535 else
5536 no_cache=1
5537 fi
5538
5539 ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
5540
5541fi;
5542
5543 eval "$ac_cv_use_fontmap"
5544 if test "$no_cache" != 1; then
5545 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
5546 fi
5547
5548 if test "$wxUSE_FONTMAP" = yes; then
5549 echo "$as_me:$LINENO: result: yes" >&5
5550echo "${ECHO_T}yes" >&6
5551 else
5552 echo "$as_me:$LINENO: result: no" >&5
5553echo "${ECHO_T}no" >&6
5554 fi
5555
5556
5557 enablestring=
5558 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
5559echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6
5560 no_cache=0
5561 # Check whether --enable-fs_inet or --disable-fs_inet was given.
5562if test "${enable_fs_inet+set}" = set; then
5563 enableval="$enable_fs_inet"
5564
5565 if test "$enableval" = yes; then
5566 ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
5567 else
5568 ac_cv_use_fs_inet='wxUSE_FS_INET=no'
5569 fi
5570
5571else
5572
5573 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
5574 if test "x$LINE" != x ; then
5575 eval "DEFAULT_$LINE"
5576 else
5577 no_cache=1
5578 fi
5579
5580 ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
5581
5582fi;
5583
5584 eval "$ac_cv_use_fs_inet"
5585 if test "$no_cache" != 1; then
5586 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
5587 fi
5588
5589 if test "$wxUSE_FS_INET" = yes; then
5590 echo "$as_me:$LINENO: result: yes" >&5
5591echo "${ECHO_T}yes" >&6
5592 else
5593 echo "$as_me:$LINENO: result: no" >&5
5594echo "${ECHO_T}no" >&6
5595 fi
5596
5597
5598 enablestring=
5599 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
5600echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6
5601 no_cache=0
5602 # Check whether --enable-fs_zip or --disable-fs_zip was given.
5603if test "${enable_fs_zip+set}" = set; then
5604 enableval="$enable_fs_zip"
5605
5606 if test "$enableval" = yes; then
5607 ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
5608 else
5609 ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
5610 fi
5611
5612else
5613
5614 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
5615 if test "x$LINE" != x ; then
5616 eval "DEFAULT_$LINE"
5617 else
5618 no_cache=1
5619 fi
5620
5621 ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
5622
5623fi;
5624
5625 eval "$ac_cv_use_fs_zip"
5626 if test "$no_cache" != 1; then
5627 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
5628 fi
5629
5630 if test "$wxUSE_FS_ZIP" = yes; then
5631 echo "$as_me:$LINENO: result: yes" >&5
5632echo "${ECHO_T}yes" >&6
5633 else
5634 echo "$as_me:$LINENO: result: no" >&5
5635echo "${ECHO_T}no" >&6
5636 fi
5637
5638
5639 enablestring=
5640 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
5641echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6
5642 no_cache=0
5643 # Check whether --enable-geometry or --disable-geometry was given.
5644if test "${enable_geometry+set}" = set; then
5645 enableval="$enable_geometry"
5646
5647 if test "$enableval" = yes; then
5648 ac_cv_use_geometry='wxUSE_GEOMETRY=yes'
5649 else
5650 ac_cv_use_geometry='wxUSE_GEOMETRY=no'
5651 fi
5652
5653else
5654
5655 LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
5656 if test "x$LINE" != x ; then
5657 eval "DEFAULT_$LINE"
5658 else
5659 no_cache=1
5660 fi
5661
5662 ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
5663
5664fi;
5665
5666 eval "$ac_cv_use_geometry"
5667 if test "$no_cache" != 1; then
5668 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
5669 fi
5670
5671 if test "$wxUSE_GEOMETRY" = yes; then
5672 echo "$as_me:$LINENO: result: yes" >&5
5673echo "${ECHO_T}yes" >&6
5674 else
5675 echo "$as_me:$LINENO: result: no" >&5
5676echo "${ECHO_T}no" >&6
5677 fi
5678
5679
5680 enablestring=
5681 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
5682echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6
5683 no_cache=0
5684 # Check whether --enable-log or --disable-log was given.
5685if test "${enable_log+set}" = set; then
5686 enableval="$enable_log"
5687
5688 if test "$enableval" = yes; then
5689 ac_cv_use_log='wxUSE_LOG=yes'
5690 else
5691 ac_cv_use_log='wxUSE_LOG=no'
5692 fi
5693
5694else
5695
5696 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
5697 if test "x$LINE" != x ; then
5698 eval "DEFAULT_$LINE"
5699 else
5700 no_cache=1
5701 fi
5702
5703 ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
5704
5705fi;
5706
5707 eval "$ac_cv_use_log"
5708 if test "$no_cache" != 1; then
5709 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
5710 fi
5711
5712 if test "$wxUSE_LOG" = yes; then
5713 echo "$as_me:$LINENO: result: yes" >&5
5714echo "${ECHO_T}yes" >&6
5715 else
5716 echo "$as_me:$LINENO: result: no" >&5
5717echo "${ECHO_T}no" >&6
5718 fi
5719
5720
5721 enablestring=
5722 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
5723echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6
5724 no_cache=0
5725 # Check whether --enable-longlong or --disable-longlong was given.
5726if test "${enable_longlong+set}" = set; then
5727 enableval="$enable_longlong"
5728
5729 if test "$enableval" = yes; then
5730 ac_cv_use_longlong='wxUSE_LONGLONG=yes'
5731 else
5732 ac_cv_use_longlong='wxUSE_LONGLONG=no'
5733 fi
5734
5735else
5736
5737 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
5738 if test "x$LINE" != x ; then
5739 eval "DEFAULT_$LINE"
5740 else
5741 no_cache=1
5742 fi
5743
5744 ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
5745
5746fi;
5747
5748 eval "$ac_cv_use_longlong"
5749 if test "$no_cache" != 1; then
5750 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
5751 fi
5752
5753 if test "$wxUSE_LONGLONG" = yes; then
5754 echo "$as_me:$LINENO: result: yes" >&5
5755echo "${ECHO_T}yes" >&6
5756 else
5757 echo "$as_me:$LINENO: result: no" >&5
5758echo "${ECHO_T}no" >&6
5759 fi
5760
5761
5762 enablestring=
5763 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
5764echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6
5765 no_cache=0
5766 # Check whether --enable-mimetype or --disable-mimetype was given.
5767if test "${enable_mimetype+set}" = set; then
5768 enableval="$enable_mimetype"
5769
5770 if test "$enableval" = yes; then
5771 ac_cv_use_mimetype='wxUSE_MIMETYPE=yes'
5772 else
5773 ac_cv_use_mimetype='wxUSE_MIMETYPE=no'
5774 fi
5775
5776else
5777
5778 LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
5779 if test "x$LINE" != x ; then
5780 eval "DEFAULT_$LINE"
5781 else
5782 no_cache=1
5783 fi
5784
5785 ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
5786
5787fi;
5788
5789 eval "$ac_cv_use_mimetype"
5790 if test "$no_cache" != 1; then
5791 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
5792 fi
5793
5794 if test "$wxUSE_MIMETYPE" = yes; then
5795 echo "$as_me:$LINENO: result: yes" >&5
5796echo "${ECHO_T}yes" >&6
5797 else
5798 echo "$as_me:$LINENO: result: no" >&5
5799echo "${ECHO_T}no" >&6
5800 fi
5801
5802
5803 enablestring=
5804 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
5805echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6
5806 no_cache=0
5807 # Check whether --enable-mslu or --disable-mslu was given.
5808if test "${enable_mslu+set}" = set; then
5809 enableval="$enable_mslu"
5810
5811 if test "$enableval" = yes; then
5812 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=yes'
5813 else
5814 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=no'
5815 fi
5816
5817else
5818
5819 LINE=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
5820 if test "x$LINE" != x ; then
5821 eval "DEFAULT_$LINE"
5822 else
5823 no_cache=1
5824 fi
5825
5826 ac_cv_use_mslu='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
5827
5828fi;
5829
5830 eval "$ac_cv_use_mslu"
5831 if test "$no_cache" != 1; then
5832 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
5833 fi
5834
5835 if test "$wxUSE_UNICODE_MSLU" = yes; then
5836 echo "$as_me:$LINENO: result: yes" >&5
5837echo "${ECHO_T}yes" >&6
5838 else
5839 echo "$as_me:$LINENO: result: no" >&5
5840echo "${ECHO_T}no" >&6
5841 fi
5842
5843
5844 enablestring=
5845 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
5846echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6
5847 no_cache=0
5848 # Check whether --enable-snglinst or --disable-snglinst was given.
5849if test "${enable_snglinst+set}" = set; then
5850 enableval="$enable_snglinst"
5851
5852 if test "$enableval" = yes; then
5853 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
5854 else
5855 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
5856 fi
5857
5858else
5859
5860 LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
5861 if test "x$LINE" != x ; then
5862 eval "DEFAULT_$LINE"
5863 else
5864 no_cache=1
5865 fi
5866
5867 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
5868
5869fi;
5870
5871 eval "$ac_cv_use_snglinst"
5872 if test "$no_cache" != 1; then
5873 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
5874 fi
5875
5876 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
5877 echo "$as_me:$LINENO: result: yes" >&5
5878echo "${ECHO_T}yes" >&6
5879 else
5880 echo "$as_me:$LINENO: result: no" >&5
5881echo "${ECHO_T}no" >&6
5882 fi
5883
5884
5885 enablestring=
07158944
VZ
5886 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
5887echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6
a848cd7e 5888 no_cache=0
07158944
VZ
5889 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
5890if test "${enable_std_iostreams+set}" = set; then
5891 enableval="$enable_std_iostreams"
a848cd7e
SC
5892
5893 if test "$enableval" = yes; then
07158944 5894 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
a848cd7e 5895 else
07158944 5896 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
a848cd7e
SC
5897 fi
5898
5899else
5900
07158944 5901 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
a848cd7e
SC
5902 if test "x$LINE" != x ; then
5903 eval "DEFAULT_$LINE"
5904 else
5905 no_cache=1
5906 fi
5907
07158944 5908 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
a848cd7e
SC
5909
5910fi;
5911
07158944 5912 eval "$ac_cv_use_std_iostreams"
a848cd7e 5913 if test "$no_cache" != 1; then
07158944 5914 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
a848cd7e
SC
5915 fi
5916
07158944 5917 if test "$wxUSE_STD_IOSTREAM" = yes; then
a848cd7e
SC
5918 echo "$as_me:$LINENO: result: yes" >&5
5919echo "${ECHO_T}yes" >&6
5920 else
5921 echo "$as_me:$LINENO: result: no" >&5
5922echo "${ECHO_T}no" >&6
5923 fi
5924
5925
59746b65
MW
5926 enablestring=
5927 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_string" >&5
5928echo $ECHO_N "checking for --${enablestring:-enable}-std_string... $ECHO_C" >&6
5929 no_cache=0
5930 # Check whether --enable-std_string or --disable-std_string was given.
5931if test "${enable_std_string+set}" = set; then
5932 enableval="$enable_std_string"
5933
5934 if test "$enableval" = yes; then
5935 ac_cv_use_std_string='wxUSE_STD_STRING=yes'
5936 else
5937 ac_cv_use_std_string='wxUSE_STD_STRING=no'
5938 fi
5939
5940else
5941
5942 LINE=`grep "wxUSE_STD_STRING" ${wx_arg_cache_file}`
5943 if test "x$LINE" != x ; then
5944 eval "DEFAULT_$LINE"
5945 else
5946 no_cache=1
5947 fi
5948
5949 ac_cv_use_std_string='wxUSE_STD_STRING='$DEFAULT_wxUSE_STD_STRING
5950
5951fi;
5952
5953 eval "$ac_cv_use_std_string"
5954 if test "$no_cache" != 1; then
5955 echo $ac_cv_use_std_string >> ${wx_arg_cache_file}.tmp
5956 fi
5957
5958 if test "$wxUSE_STD_STRING" = yes; then
5959 echo "$as_me:$LINENO: result: yes" >&5
5960echo "${ECHO_T}yes" >&6
5961 else
5962 echo "$as_me:$LINENO: result: no" >&5
5963echo "${ECHO_T}no" >&6
5964 fi
5965
5966
a848cd7e 5967 enablestring=
07158944
VZ
5968 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stdpaths" >&5
5969echo $ECHO_N "checking for --${enablestring:-enable}-stdpaths... $ECHO_C" >&6
a848cd7e 5970 no_cache=0
07158944
VZ
5971 # Check whether --enable-stdpaths or --disable-stdpaths was given.
5972if test "${enable_stdpaths+set}" = set; then
5973 enableval="$enable_stdpaths"
a848cd7e
SC
5974
5975 if test "$enableval" = yes; then
07158944 5976 ac_cv_use_stdpaths='wxUSE_STDPATHS=yes'
a848cd7e 5977 else
07158944 5978 ac_cv_use_stdpaths='wxUSE_STDPATHS=no'
a848cd7e
SC
5979 fi
5980
5981else
5982
07158944 5983 LINE=`grep "wxUSE_STDPATHS" ${wx_arg_cache_file}`
a848cd7e
SC
5984 if test "x$LINE" != x ; then
5985 eval "DEFAULT_$LINE"
5986 else
5987 no_cache=1
5988 fi
5989
07158944 5990 ac_cv_use_stdpaths='wxUSE_STDPATHS='$DEFAULT_wxUSE_STDPATHS
a848cd7e
SC
5991
5992fi;
5993
07158944 5994 eval "$ac_cv_use_stdpaths"
a848cd7e 5995 if test "$no_cache" != 1; then
07158944 5996 echo $ac_cv_use_stdpaths >> ${wx_arg_cache_file}.tmp
a848cd7e
SC
5997 fi
5998
07158944 5999 if test "$wxUSE_STDPATHS" = yes; then
a848cd7e
SC
6000 echo "$as_me:$LINENO: result: yes" >&5
6001echo "${ECHO_T}yes" >&6
6002 else
6003 echo "$as_me:$LINENO: result: no" >&5
6004echo "${ECHO_T}no" >&6
6005 fi
6006
6007
6008 enablestring=
6009 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
6010echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6
6011 no_cache=0
6012 # Check whether --enable-stopwatch or --disable-stopwatch was given.
6013if test "${enable_stopwatch+set}" = set; then
6014 enableval="$enable_stopwatch"
6015
6016 if test "$enableval" = yes; then
6017 ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
6018 else
6019 ac_cv_use_stopwatch='wxUSE_STOPWATCH=no'
6020 fi
6021
6022else
6023
6024 LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
6025 if test "x$LINE" != x ; then
6026 eval "DEFAULT_$LINE"
6027 else
6028 no_cache=1
6029 fi
6030
6031 ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
6032
6033fi;
6034
6035 eval "$ac_cv_use_stopwatch"
6036 if test "$no_cache" != 1; then
6037 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
6038 fi
6039
6040 if test "$wxUSE_STOPWATCH" = yes; then
6041 echo "$as_me:$LINENO: result: yes" >&5
6042echo "${ECHO_T}yes" >&6
6043 else
6044 echo "$as_me:$LINENO: result: no" >&5
6045echo "${ECHO_T}no" >&6
6046 fi
6047
6048
07158944
VZ
6049 enablestring=
6050 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
6051echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6
6052 no_cache=0
6053 # Check whether --enable-streams or --disable-streams was given.
6054if test "${enable_streams+set}" = set; then
6055 enableval="$enable_streams"
6056
6057 if test "$enableval" = yes; then
6058 ac_cv_use_streams='wxUSE_STREAMS=yes'
6059 else
6060 ac_cv_use_streams='wxUSE_STREAMS=no'
6061 fi
6062
6063else
6064
6065 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
6066 if test "x$LINE" != x ; then
6067 eval "DEFAULT_$LINE"
6068 else
6069 no_cache=1
6070 fi
6071
6072 ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
6073
6074fi;
6075
6076 eval "$ac_cv_use_streams"
6077 if test "$no_cache" != 1; then
6078 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
6079 fi
6080
6081 if test "$wxUSE_STREAMS" = yes; then
6082 echo "$as_me:$LINENO: result: yes" >&5
6083echo "${ECHO_T}yes" >&6
6084 else
6085 echo "$as_me:$LINENO: result: no" >&5
6086echo "${ECHO_T}no" >&6
6087 fi
6088
6089
a848cd7e
SC
6090 enablestring=
6091 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
6092echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6
6093 no_cache=0
6094 # Check whether --enable-system_options or --disable-system_options was given.
6095if test "${enable_system_options+set}" = set; then
6096 enableval="$enable_system_options"
6097
6098 if test "$enableval" = yes; then
6099 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes'
6100 else
6101 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
6102 fi
6103
6104else
6105
6106 LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
6107 if test "x$LINE" != x ; then
6108 eval "DEFAULT_$LINE"
6109 else
6110 no_cache=1
6111 fi
6112
6113 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
6114
6115fi;
6116
6117 eval "$ac_cv_use_system_options"
6118 if test "$no_cache" != 1; then
6119 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
6120 fi
6121
6122 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
6123 echo "$as_me:$LINENO: result: yes" >&5
6124echo "${ECHO_T}yes" >&6
6125 else
6126 echo "$as_me:$LINENO: result: no" >&5
6127echo "${ECHO_T}no" >&6
6128 fi
6129
6130
6131 enablestring=
6132 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
6133echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6
6134 no_cache=0
6135 # Check whether --enable-textbuf or --disable-textbuf was given.
6136if test "${enable_textbuf+set}" = set; then
6137 enableval="$enable_textbuf"
6138
6139 if test "$enableval" = yes; then
6140 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=yes'
6141 else
6142 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
6143 fi
6144
6145else
6146
6147 LINE=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
6148 if test "x$LINE" != x ; then
6149 eval "DEFAULT_$LINE"
6150 else
6151 no_cache=1
6152 fi
6153
6154 ac_cv_use_textbuf='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
6155
6156fi;
6157
6158 eval "$ac_cv_use_textbuf"
6159 if test "$no_cache" != 1; then
6160 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
6161 fi
6162
6163 if test "$wxUSE_TEXTBUFFER" = yes; then
6164 echo "$as_me:$LINENO: result: yes" >&5
6165echo "${ECHO_T}yes" >&6
6166 else
6167 echo "$as_me:$LINENO: result: no" >&5
6168echo "${ECHO_T}no" >&6
6169 fi
6170
6171
6172 enablestring=
6173 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
6174echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6
6175 no_cache=0
6176 # Check whether --enable-textfile or --disable-textfile was given.
6177if test "${enable_textfile+set}" = set; then
6178 enableval="$enable_textfile"
6179
6180 if test "$enableval" = yes; then
6181 ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
6182 else
6183 ac_cv_use_textfile='wxUSE_TEXTFILE=no'
6184 fi
6185
6186else
6187
6188 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
6189 if test "x$LINE" != x ; then
6190 eval "DEFAULT_$LINE"
6191 else
6192 no_cache=1
6193 fi
6194
6195 ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
6196
6197fi;
6198
6199 eval "$ac_cv_use_textfile"
6200 if test "$no_cache" != 1; then
6201 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
6202 fi
6203
6204 if test "$wxUSE_TEXTFILE" = yes; then
6205 echo "$as_me:$LINENO: result: yes" >&5
6206echo "${ECHO_T}yes" >&6
6207 else
6208 echo "$as_me:$LINENO: result: no" >&5
6209echo "${ECHO_T}no" >&6
6210 fi
6211
6212
6213 enablestring=
6214 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
6215echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6
6216 no_cache=0
6217 # Check whether --enable-timer or --disable-timer was given.
6218if test "${enable_timer+set}" = set; then
6219 enableval="$enable_timer"
6220
6221 if test "$enableval" = yes; then
6222 ac_cv_use_timer='wxUSE_TIMER=yes'
6223 else
6224 ac_cv_use_timer='wxUSE_TIMER=no'
6225 fi
6226
6227else
6228
6229 LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
6230 if test "x$LINE" != x ; then
6231 eval "DEFAULT_$LINE"
6232 else
6233 no_cache=1
6234 fi
6235
6236 ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
6237
6238fi;
6239
6240 eval "$ac_cv_use_timer"
6241 if test "$no_cache" != 1; then
6242 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
6243 fi
6244
6245 if test "$wxUSE_TIMER" = yes; then
6246 echo "$as_me:$LINENO: result: yes" >&5
6247echo "${ECHO_T}yes" >&6
6248 else
6249 echo "$as_me:$LINENO: result: no" >&5
6250echo "${ECHO_T}no" >&6
6251 fi
6252
6253
6254 enablestring=
6255 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
6256echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6
6257 no_cache=0
6258 # Check whether --enable-unicode or --disable-unicode was given.
6259if test "${enable_unicode+set}" = set; then
6260 enableval="$enable_unicode"
6261
6262 if test "$enableval" = yes; then
6263 ac_cv_use_unicode='wxUSE_UNICODE=yes'
6264 else
6265 ac_cv_use_unicode='wxUSE_UNICODE=no'
6266 fi
6267
6268else
6269
6270 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
6271 if test "x$LINE" != x ; then
6272 eval "DEFAULT_$LINE"
6273 else
6274 no_cache=1
6275 fi
6276
6277 ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
6278
6279fi;
6280
6281 eval "$ac_cv_use_unicode"
6282 if test "$no_cache" != 1; then
6283 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
6284 fi
6285
6286 if test "$wxUSE_UNICODE" = yes; then
6287 echo "$as_me:$LINENO: result: yes" >&5
6288echo "${ECHO_T}yes" >&6
6289 else
6290 echo "$as_me:$LINENO: result: no" >&5
6291echo "${ECHO_T}no" >&6
6292 fi
6293
6294
6295 enablestring=
6296 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sound" >&5
6297echo $ECHO_N "checking for --${enablestring:-enable}-sound... $ECHO_C" >&6
6298 no_cache=0
6299 # Check whether --enable-sound or --disable-sound was given.
6300if test "${enable_sound+set}" = set; then
6301 enableval="$enable_sound"
6302
6303 if test "$enableval" = yes; then
6304 ac_cv_use_sound='wxUSE_SOUND=yes'
6305 else
6306 ac_cv_use_sound='wxUSE_SOUND=no'
6307 fi
6308
6309else
6310
6311 LINE=`grep "wxUSE_SOUND" ${wx_arg_cache_file}`
6312 if test "x$LINE" != x ; then
6313 eval "DEFAULT_$LINE"
6314 else
6315 no_cache=1
6316 fi
6317
6318 ac_cv_use_sound='wxUSE_SOUND='$DEFAULT_wxUSE_SOUND
6319
6320fi;
6321
6322 eval "$ac_cv_use_sound"
6323 if test "$no_cache" != 1; then
6324 echo $ac_cv_use_sound >> ${wx_arg_cache_file}.tmp
6325 fi
6326
6327 if test "$wxUSE_SOUND" = yes; then
6328 echo "$as_me:$LINENO: result: yes" >&5
6329echo "${ECHO_T}yes" >&6
6330 else
6331 echo "$as_me:$LINENO: result: no" >&5
6332echo "${ECHO_T}no" >&6
6333 fi
6334
6335
3b57de8b
RL
6336 enablestring=
6337 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mediactrl" >&5
6338echo $ECHO_N "checking for --${enablestring:-enable}-mediactrl... $ECHO_C" >&6
6339 no_cache=0
6340 # Check whether --enable-mediactrl or --disable-mediactrl was given.
6341if test "${enable_mediactrl+set}" = set; then
6342 enableval="$enable_mediactrl"
6343
6344 if test "$enableval" = yes; then
6345 ac_cv_use_mediactrl='wxUSE_MEDIACTRL=yes'
6346 else
6347 ac_cv_use_mediactrl='wxUSE_MEDIACTRL=no'
6348 fi
6349
6350else
6351
6352 LINE=`grep "wxUSE_MEDIACTRL" ${wx_arg_cache_file}`
6353 if test "x$LINE" != x ; then
6354 eval "DEFAULT_$LINE"
6355 else
6356 no_cache=1
6357 fi
6358
6359 ac_cv_use_mediactrl='wxUSE_MEDIACTRL='$DEFAULT_wxUSE_MEDIACTRL
6360
6361fi;
6362
6363 eval "$ac_cv_use_mediactrl"
6364 if test "$no_cache" != 1; then
6365 echo $ac_cv_use_mediactrl >> ${wx_arg_cache_file}.tmp
6366 fi
6367
6368 if test "$wxUSE_MEDIACTRL" = yes; then
6369 echo "$as_me:$LINENO: result: yes" >&5
6370echo "${ECHO_T}yes" >&6
6371 else
6372 echo "$as_me:$LINENO: result: no" >&5
6373echo "${ECHO_T}no" >&6
6374 fi
6375
6376
f10e38c4
VZ
6377 enablestring=
6378 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gstreamer8" >&5
6379echo $ECHO_N "checking for --${enablestring:-enable}-gstreamer8... $ECHO_C" >&6
6380 no_cache=0
6381 # Check whether --enable-gstreamer8 or --disable-gstreamer8 was given.
6382if test "${enable_gstreamer8+set}" = set; then
6383 enableval="$enable_gstreamer8"
6384
6385 if test "$enableval" = yes; then
6386 ac_cv_use_gstreamer8='wxUSE_GSTREAMER8=yes'
6387 else
6388 ac_cv_use_gstreamer8='wxUSE_GSTREAMER8=no'
6389 fi
6390
6391else
6392
6393 LINE=`grep "wxUSE_GSTREAMER8" ${wx_arg_cache_file}`
6394 if test "x$LINE" != x ; then
6395 eval "DEFAULT_$LINE"
6396 else
6397 no_cache=1
6398 fi
6399
6400 ac_cv_use_gstreamer8='wxUSE_GSTREAMER8='$DEFAULT_wxUSE_GSTREAMER8
6401
6402fi;
6403
6404 eval "$ac_cv_use_gstreamer8"
6405 if test "$no_cache" != 1; then
6406 echo $ac_cv_use_gstreamer8 >> ${wx_arg_cache_file}.tmp
6407 fi
6408
6409 if test "$wxUSE_GSTREAMER8" = yes; then
6410 echo "$as_me:$LINENO: result: yes" >&5
6411echo "${ECHO_T}yes" >&6
6412 else
6413 echo "$as_me:$LINENO: result: no" >&5
6414echo "${ECHO_T}no" >&6
6415 fi
6416
6417
a848cd7e 6418 enablestring=
8b6682b9
JS
6419 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printfposparam" >&5
6420echo $ECHO_N "checking for --${enablestring:-enable}-printfposparam... $ECHO_C" >&6
a848cd7e 6421 no_cache=0
8b6682b9
JS
6422 # Check whether --enable-printfposparam or --disable-printfposparam was given.
6423if test "${enable_printfposparam+set}" = set; then
6424 enableval="$enable_printfposparam"
a848cd7e
SC
6425
6426 if test "$enableval" = yes; then
8b6682b9 6427 ac_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=yes'
a848cd7e 6428 else
8b6682b9 6429 ac_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=no'
a848cd7e
SC
6430 fi
6431
6432else
6433
8b6682b9 6434 LINE=`grep "wxUSE_PRINTF_POS_PARAMS" ${wx_arg_cache_file}`
a848cd7e
SC
6435 if test "x$LINE" != x ; then
6436 eval "DEFAULT_$LINE"
6437 else
6438 no_cache=1
6439 fi
6440
8b6682b9 6441 ac_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS='$DEFAULT_wxUSE_PRINTF_POS_PARAMS
a848cd7e
SC
6442
6443fi;
6444
8b6682b9 6445 eval "$ac_cv_use_printfposparam"
a848cd7e 6446 if test "$no_cache" != 1; then
8b6682b9 6447 echo $ac_cv_use_printfposparam >> ${wx_arg_cache_file}.tmp
a848cd7e
SC
6448 fi
6449
8b6682b9 6450 if test "$wxUSE_PRINTF_POS_PARAMS" = yes; then
a848cd7e
SC
6451 echo "$as_me:$LINENO: result: yes" >&5
6452echo "${ECHO_T}yes" >&6
6453 else
6454 echo "$as_me:$LINENO: result: no" >&5
6455echo "${ECHO_T}no" >&6
6456 fi
6457
6458
6459 enablestring=
6460 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
6461echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6
6462 no_cache=0
6463 # Check whether --enable-zipstream or --disable-zipstream was given.
6464if test "${enable_zipstream+set}" = set; then
6465 enableval="$enable_zipstream"
6466
6467 if test "$enableval" = yes; then
6468 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
6469 else
6470 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
6471 fi
6472
6473else
6474
6475 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
6476 if test "x$LINE" != x ; then
6477 eval "DEFAULT_$LINE"
6478 else
6479 no_cache=1
6480 fi
6481
6482 ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
6483
6484fi;
6485
6486 eval "$ac_cv_use_zipstream"
6487 if test "$no_cache" != 1; then
6488 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
6489 fi
6490
6491 if test "$wxUSE_ZIPSTREAM" = yes; then
6492 echo "$as_me:$LINENO: result: yes" >&5
6493echo "${ECHO_T}yes" >&6
6494 else
6495 echo "$as_me:$LINENO: result: no" >&5
6496echo "${ECHO_T}no" >&6
6497 fi
6498
6499
a848cd7e
SC
6500
6501 enablestring=
6502 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
6503echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6
6504 no_cache=0
6505 # Check whether --enable-url or --disable-url was given.
6506if test "${enable_url+set}" = set; then
6507 enableval="$enable_url"
6508
6509 if test "$enableval" = yes; then
6510 ac_cv_use_url='wxUSE_URL=yes'
6511 else
6512 ac_cv_use_url='wxUSE_URL=no'
6513 fi
6514
6515else
6516
6517 LINE=`grep "wxUSE_URL" ${wx_arg_cache_file}`
6518 if test "x$LINE" != x ; then
6519 eval "DEFAULT_$LINE"
6520 else
6521 no_cache=1
6522 fi
6523
6524 ac_cv_use_url='wxUSE_URL='$DEFAULT_wxUSE_URL
6525
6526fi;
6527
6528 eval "$ac_cv_use_url"
6529 if test "$no_cache" != 1; then
6530 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
6531 fi
6532
6533 if test "$wxUSE_URL" = yes; then
6534 echo "$as_me:$LINENO: result: yes" >&5
6535echo "${ECHO_T}yes" >&6
6536 else
6537 echo "$as_me:$LINENO: result: no" >&5
6538echo "${ECHO_T}no" >&6
6539 fi
6540
6541
6542 enablestring=
6543 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
6544echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6
6545 no_cache=0
6546 # Check whether --enable-protocol or --disable-protocol was given.
6547if test "${enable_protocol+set}" = set; then
6548 enableval="$enable_protocol"
6549
6550 if test "$enableval" = yes; then
6551 ac_cv_use_protocol='wxUSE_PROTOCOL=yes'
6552 else
6553 ac_cv_use_protocol='wxUSE_PROTOCOL=no'
6554 fi
6555
6556else
6557
6558 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
6559 if test "x$LINE" != x ; then
6560 eval "DEFAULT_$LINE"
6561 else
6562 no_cache=1
6563 fi
6564
6565 ac_cv_use_protocol='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
6566
6567fi;
6568
6569 eval "$ac_cv_use_protocol"
6570 if test "$no_cache" != 1; then
6571 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
6572 fi
6573
6574 if test "$wxUSE_PROTOCOL" = yes; then
6575 echo "$as_me:$LINENO: result: yes" >&5
6576echo "${ECHO_T}yes" >&6
6577 else
6578 echo "$as_me:$LINENO: result: no" >&5
6579echo "${ECHO_T}no" >&6
6580 fi
6581
6582
6583 enablestring=
6584 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
6585echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6
6586 no_cache=0
6587 # Check whether --enable-protocol_http or --disable-protocol_http was given.
6588if test "${enable_protocol_http+set}" = set; then
6589 enableval="$enable_protocol_http"
6590
6591 if test "$enableval" = yes; then
6592 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes'
6593 else
6594 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no'
6595 fi
6596
6597else
6598
6599 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
6600 if test "x$LINE" != x ; then
6601 eval "DEFAULT_$LINE"
6602 else
6603 no_cache=1
6604 fi
6605
6606 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
6607
6608fi;
6609
6610 eval "$ac_cv_use_protocol_http"
6611 if test "$no_cache" != 1; then
6612 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
6613 fi
6614
6615 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
6616 echo "$as_me:$LINENO: result: yes" >&5
6617echo "${ECHO_T}yes" >&6
6618 else
6619 echo "$as_me:$LINENO: result: no" >&5
6620echo "${ECHO_T}no" >&6
6621 fi
6622
6623
6624 enablestring=
6625 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
6626echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6
6627 no_cache=0
6628 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
6629if test "${enable_protocol_ftp+set}" = set; then
6630 enableval="$enable_protocol_ftp"
6631
6632 if test "$enableval" = yes; then
6633 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
6634 else
6635 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
6636 fi
6637
6638else
6639
6640 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
6641 if test "x$LINE" != x ; then
6642 eval "DEFAULT_$LINE"
6643 else
6644 no_cache=1
6645 fi
6646
6647 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
6648
6649fi;
6650
6651 eval "$ac_cv_use_protocol_ftp"
6652 if test "$no_cache" != 1; then
6653 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
6654 fi
6655
6656 if test "$wxUSE_PROTOCOL_FTP" = yes; then
6657 echo "$as_me:$LINENO: result: yes" >&5
6658echo "${ECHO_T}yes" >&6
6659 else
6660 echo "$as_me:$LINENO: result: no" >&5
6661echo "${ECHO_T}no" >&6
6662 fi
6663
6664
6665 enablestring=
6666 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
6667echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6
6668 no_cache=0
6669 # Check whether --enable-protocol_file or --disable-protocol_file was given.
6670if test "${enable_protocol_file+set}" = set; then
6671 enableval="$enable_protocol_file"
6672
6673 if test "$enableval" = yes; then
6674 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes'
6675 else
6676 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no'
6677 fi
6678
6679else
6680
6681 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
6682 if test "x$LINE" != x ; then
6683 eval "DEFAULT_$LINE"
6684 else
6685 no_cache=1
6686 fi
6687
6688 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
6689
6690fi;
6691
6692 eval "$ac_cv_use_protocol_file"
6693 if test "$no_cache" != 1; then
6694 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
6695 fi
6696
6697 if test "$wxUSE_PROTOCOL_FILE" = yes; then
6698 echo "$as_me:$LINENO: result: yes" >&5
6699echo "${ECHO_T}yes" >&6
6700 else
6701 echo "$as_me:$LINENO: result: no" >&5
6702echo "${ECHO_T}no" >&6
6703 fi
6704
6705
6706
6707
6708
6709 enablestring=
6710 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
6711echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6
6712 no_cache=0
6713 # Check whether --enable-threads or --disable-threads was given.
6714if test "${enable_threads+set}" = set; then
6715 enableval="$enable_threads"
6716
6717 if test "$enableval" = yes; then
6718 ac_cv_use_threads='wxUSE_THREADS=yes'
6719 else
6720 ac_cv_use_threads='wxUSE_THREADS=no'
6721 fi
6722
6723else
6724
6725 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
6726 if test "x$LINE" != x ; then
6727 eval "DEFAULT_$LINE"
6728 else
6729 no_cache=1
6730 fi
6731
6732 ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
6733
6734fi;
6735
6736 eval "$ac_cv_use_threads"
6737 if test "$no_cache" != 1; then
6738 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
6739 fi
6740
6741 if test "$wxUSE_THREADS" = yes; then
6742 echo "$as_me:$LINENO: result: yes" >&5
6743echo "${ECHO_T}yes" >&6
6744 else
6745 echo "$as_me:$LINENO: result: no" >&5
6746echo "${ECHO_T}no" >&6
6747 fi
6748
6749
6750if test "$wxUSE_GUI" = "yes"; then
6751
6752
6753
6754 enablestring=
6755 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
6756echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6
6757 no_cache=0
6758 # Check whether --enable-docview or --disable-docview was given.
6759if test "${enable_docview+set}" = set; then
6760 enableval="$enable_docview"
6761
6762 if test "$enableval" = yes; then
6763 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
6764 else
6765 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
6766 fi
6767
6768else
6769
6770 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
6771 if test "x$LINE" != x ; then
6772 eval "DEFAULT_$LINE"
6773 else
6774 no_cache=1
6775 fi
6776
6777 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
6778
6779fi;
6780
6781 eval "$ac_cv_use_docview"
6782 if test "$no_cache" != 1; then
6783 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
6784 fi
6785
6786 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
6787 echo "$as_me:$LINENO: result: yes" >&5
6788echo "${ECHO_T}yes" >&6
6789 else
6790 echo "$as_me:$LINENO: result: no" >&5
6791echo "${ECHO_T}no" >&6
6792 fi
6793
6794
6795 enablestring=
6796 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
6797echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6
6798 no_cache=0
6799 # Check whether --enable-help or --disable-help was given.
6800if test "${enable_help+set}" = set; then
6801 enableval="$enable_help"
6802
6803 if test "$enableval" = yes; then
6804 ac_cv_use_help='wxUSE_HELP=yes'
6805 else
6806 ac_cv_use_help='wxUSE_HELP=no'
6807 fi
6808
6809else
6810
6811 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
6812 if test "x$LINE" != x ; then
6813 eval "DEFAULT_$LINE"
6814 else
6815 no_cache=1
6816 fi
6817
6818 ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
6819
6820fi;
6821
6822 eval "$ac_cv_use_help"
6823 if test "$no_cache" != 1; then
6824 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
6825 fi
6826
6827 if test "$wxUSE_HELP" = yes; then
6828 echo "$as_me:$LINENO: result: yes" >&5
6829echo "${ECHO_T}yes" >&6
6830 else
6831 echo "$as_me:$LINENO: result: no" >&5
6832echo "${ECHO_T}no" >&6
6833 fi
6834
6835
6836 enablestring=
6837 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
6838echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6
6839 no_cache=0
6840 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
6841if test "${enable_mshtmlhelp+set}" = set; then
6842 enableval="$enable_mshtmlhelp"
6843
6844 if test "$enableval" = yes; then
6845 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
6846 else
6847 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
6848 fi
6849
6850else
6851
6852 LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
6853 if test "x$LINE" != x ; then
6854 eval "DEFAULT_$LINE"
6855 else
6856 no_cache=1
6857 fi
6858
6859 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
6860
6861fi;
6862
6863 eval "$ac_cv_use_mshtmlhelp"
6864 if test "$no_cache" != 1; then
6865 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
6866 fi
6867
6868 if test "$wxUSE_MS_HTML_HELP" = yes; then
6869 echo "$as_me:$LINENO: result: yes" >&5
6870echo "${ECHO_T}yes" >&6
6871 else
6872 echo "$as_me:$LINENO: result: no" >&5
6873echo "${ECHO_T}no" >&6
6874 fi
6875
6876
6877 enablestring=
6878 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
6879echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
6880 no_cache=0
6881 # Check whether --enable-html or --disable-html was given.
6882if test "${enable_html+set}" = set; then
6883 enableval="$enable_html"
6884
6885 if test "$enableval" = yes; then
6886 ac_cv_use_html='wxUSE_HTML=yes'
6887 else
6888 ac_cv_use_html='wxUSE_HTML=no'
6889 fi
6890
6891else
6892
6893 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
6894 if test "x$LINE" != x ; then
6895 eval "DEFAULT_$LINE"
6896 else
6897 no_cache=1
6898 fi
6899
6900 ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
6901
6902fi;
6903
6904 eval "$ac_cv_use_html"
6905 if test "$no_cache" != 1; then
6906 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
6907 fi
6908
6909 if test "$wxUSE_HTML" = yes; then
6910 echo "$as_me:$LINENO: result: yes" >&5
6911echo "${ECHO_T}yes" >&6
6912 else
6913 echo "$as_me:$LINENO: result: no" >&5
6914echo "${ECHO_T}no" >&6
6915 fi
6916
6917
6918 enablestring=
6919 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
6920echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6
6921 no_cache=0
6922 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
6923if test "${enable_htmlhelp+set}" = set; then
6924 enableval="$enable_htmlhelp"
6925
6926 if test "$enableval" = yes; then
6927 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
6928 else
6929 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
6930 fi
6931
6932else
6933
6934 LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
6935 if test "x$LINE" != x ; then
6936 eval "DEFAULT_$LINE"
6937 else
6938 no_cache=1
6939 fi
6940
6941 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
6942
6943fi;
6944
6945 eval "$ac_cv_use_htmlhelp"
6946 if test "$no_cache" != 1; then
6947 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
6948 fi
6949
6950 if test "$wxUSE_WXHTML_HELP" = yes; then
6951 echo "$as_me:$LINENO: result: yes" >&5
6952echo "${ECHO_T}yes" >&6
6953 else
6954 echo "$as_me:$LINENO: result: no" >&5
6955echo "${ECHO_T}no" >&6
6956 fi
6957
6958
9a8f0513
VS
6959 enablestring=
6960 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xrc" >&5
6961echo $ECHO_N "checking for --${enablestring:-enable}-xrc... $ECHO_C" >&6
6962 no_cache=0
6963 # Check whether --enable-xrc or --disable-xrc was given.
6964if test "${enable_xrc+set}" = set; then
6965 enableval="$enable_xrc"
6966
6967 if test "$enableval" = yes; then
6968 ac_cv_use_xrc='wxUSE_XRC=yes'
6969 else
6970 ac_cv_use_xrc='wxUSE_XRC=no'
6971 fi
6972
6973else
6974
6975 LINE=`grep "wxUSE_XRC" ${wx_arg_cache_file}`
6976 if test "x$LINE" != x ; then
6977 eval "DEFAULT_$LINE"
6978 else
6979 no_cache=1
6980 fi
6981
6982 ac_cv_use_xrc='wxUSE_XRC='$DEFAULT_wxUSE_XRC
6983
6984fi;
6985
6986 eval "$ac_cv_use_xrc"
6987 if test "$no_cache" != 1; then
6988 echo $ac_cv_use_xrc >> ${wx_arg_cache_file}.tmp
6989 fi
6990
6991 if test "$wxUSE_XRC" = yes; then
6992 echo "$as_me:$LINENO: result: yes" >&5
6993echo "${ECHO_T}yes" >&6
6994 else
6995 echo "$as_me:$LINENO: result: no" >&5
6996echo "${ECHO_T}no" >&6
6997 fi
6998
6999
3f60522a
JS
7000 enablestring=
7001 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-aui" >&5
7002echo $ECHO_N "checking for --${enablestring:-enable}-aui... $ECHO_C" >&6
7003 no_cache=0
7004 # Check whether --enable-aui or --disable-aui was given.
7005if test "${enable_aui+set}" = set; then
7006 enableval="$enable_aui"
7007
7008 if test "$enableval" = yes; then
7009 ac_cv_use_aui='wxUSE_AUI=yes'
7010 else
7011 ac_cv_use_aui='wxUSE_AUI=no'
7012 fi
7013
7014else
7015
7016 LINE=`grep "wxUSE_AUI" ${wx_arg_cache_file}`
7017 if test "x$LINE" != x ; then
7018 eval "DEFAULT_$LINE"
7019 else
7020 no_cache=1
7021 fi
7022
7023 ac_cv_use_aui='wxUSE_AUI='$DEFAULT_wxUSE_AUI
7024
7025fi;
7026
7027 eval "$ac_cv_use_aui"
7028 if test "$no_cache" != 1; then
7029 echo $ac_cv_use_aui >> ${wx_arg_cache_file}.tmp
7030 fi
7031
7032 if test "$wxUSE_AUI" = yes; then
7033 echo "$as_me:$LINENO: result: yes" >&5
7034echo "${ECHO_T}yes" >&6
7035 else
7036 echo "$as_me:$LINENO: result: no" >&5
7037echo "${ECHO_T}no" >&6
7038 fi
7039
7040
a848cd7e
SC
7041 enablestring=
7042 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
7043echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6
7044 no_cache=0
7045 # Check whether --enable-constraints or --disable-constraints was given.
7046if test "${enable_constraints+set}" = set; then
7047 enableval="$enable_constraints"
7048
7049 if test "$enableval" = yes; then
7050 ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
7051 else
7052 ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
7053 fi
7054
7055else
7056
7057 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
7058 if test "x$LINE" != x ; then
7059 eval "DEFAULT_$LINE"
7060 else
7061 no_cache=1
7062 fi
7063
7064 ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
7065
7066fi;
7067
7068 eval "$ac_cv_use_constraints"
7069 if test "$no_cache" != 1; then
7070 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
7071 fi
7072
7073 if test "$wxUSE_CONSTRAINTS" = yes; then
7074 echo "$as_me:$LINENO: result: yes" >&5
7075echo "${ECHO_T}yes" >&6
7076 else
7077 echo "$as_me:$LINENO: result: no" >&5
7078echo "${ECHO_T}no" >&6
7079 fi
7080
7081
7082 enablestring=
7083 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
7084echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6
7085 no_cache=0
7086 # Check whether --enable-printarch or --disable-printarch was given.
7087if test "${enable_printarch+set}" = set; then
7088 enableval="$enable_printarch"
7089
7090 if test "$enableval" = yes; then
7091 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
7092 else
7093 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
7094 fi
7095
7096else
7097
7098 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
7099 if test "x$LINE" != x ; then
7100 eval "DEFAULT_$LINE"
7101 else
7102 no_cache=1
7103 fi
7104
7105 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
7106
7107fi;
7108
7109 eval "$ac_cv_use_printarch"
7110 if test "$no_cache" != 1; then
7111 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
7112 fi
7113
7114 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
7115 echo "$as_me:$LINENO: result: yes" >&5
7116echo "${ECHO_T}yes" >&6
7117 else
7118 echo "$as_me:$LINENO: result: no" >&5
7119echo "${ECHO_T}no" >&6
7120 fi
7121
7122
7123 enablestring=
7124 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
7125echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6
7126 no_cache=0
7127 # Check whether --enable-mdi or --disable-mdi was given.
7128if test "${enable_mdi+set}" = set; then
7129 enableval="$enable_mdi"
7130
7131 if test "$enableval" = yes; then
8a7b1113 7132 ac_cv_use_mdi='wxUSE_MDI=yes'
a848cd7e 7133 else
8a7b1113 7134 ac_cv_use_mdi='wxUSE_MDI=no'
a848cd7e
SC
7135 fi
7136
7137else
7138
8a7b1113 7139 LINE=`grep "wxUSE_MDI" ${wx_arg_cache_file}`
a848cd7e
SC
7140 if test "x$LINE" != x ; then
7141 eval "DEFAULT_$LINE"
7142 else
7143 no_cache=1
7144 fi
7145
8a7b1113 7146 ac_cv_use_mdi='wxUSE_MDI='$DEFAULT_wxUSE_MDI
a848cd7e
SC
7147
7148fi;
7149
7150 eval "$ac_cv_use_mdi"
7151 if test "$no_cache" != 1; then
7152 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
7153 fi
7154
8a7b1113
VZ
7155 if test "$wxUSE_MDI" = yes; then
7156 echo "$as_me:$LINENO: result: yes" >&5
7157echo "${ECHO_T}yes" >&6
7158 else
7159 echo "$as_me:$LINENO: result: no" >&5
7160echo "${ECHO_T}no" >&6
7161 fi
7162
7163
7164 enablestring=
7165 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdidoc" >&5
7166echo $ECHO_N "checking for --${enablestring:-enable}-mdidoc... $ECHO_C" >&6
7167 no_cache=0
7168 # Check whether --enable-mdidoc or --disable-mdidoc was given.
7169if test "${enable_mdidoc+set}" = set; then
7170 enableval="$enable_mdidoc"
7171
7172 if test "$enableval" = yes; then
7173 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=yes'
7174 else
7175 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=no'
7176 fi
7177
7178else
7179
7180 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
7181 if test "x$LINE" != x ; then
7182 eval "DEFAULT_$LINE"
7183 else
7184 no_cache=1
7185 fi
7186
7187 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
7188
7189fi;
7190
7191 eval "$ac_cv_use_mdidoc"
7192 if test "$no_cache" != 1; then
7193 echo $ac_cv_use_mdidoc >> ${wx_arg_cache_file}.tmp
7194 fi
7195
a848cd7e
SC
7196 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
7197 echo "$as_me:$LINENO: result: yes" >&5
7198echo "${ECHO_T}yes" >&6
7199 else
7200 echo "$as_me:$LINENO: result: no" >&5
7201echo "${ECHO_T}no" >&6
7202 fi
7203
7204
7205 enablestring=
7206 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
7207echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6
7208 no_cache=0
7209 # Check whether --enable-loggui or --disable-loggui was given.
7210if test "${enable_loggui+set}" = set; then
7211 enableval="$enable_loggui"
7212
7213 if test "$enableval" = yes; then
7214 ac_cv_use_loggui='wxUSE_LOGGUI=yes'
7215 else
7216 ac_cv_use_loggui='wxUSE_LOGGUI=no'
7217 fi
7218
7219else
7220
7221 LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
7222 if test "x$LINE" != x ; then
7223 eval "DEFAULT_$LINE"
7224 else
7225 no_cache=1
7226 fi
7227
7228 ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
7229
7230fi;
7231
7232 eval "$ac_cv_use_loggui"
7233 if test "$no_cache" != 1; then
7234 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
7235 fi
7236
7237 if test "$wxUSE_LOGGUI" = yes; then
7238 echo "$as_me:$LINENO: result: yes" >&5
7239echo "${ECHO_T}yes" >&6
7240 else
7241 echo "$as_me:$LINENO: result: no" >&5
7242echo "${ECHO_T}no" >&6
7243 fi
7244
7245
7246 enablestring=
7247 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
7248echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6
7249 no_cache=0
7250 # Check whether --enable-logwin or --disable-logwin was given.
7251if test "${enable_logwin+set}" = set; then
7252 enableval="$enable_logwin"
7253
7254 if test "$enableval" = yes; then
7255 ac_cv_use_logwin='wxUSE_LOGWINDOW=yes'
7256 else
7257 ac_cv_use_logwin='wxUSE_LOGWINDOW=no'
7258 fi
7259
7260else
7261
7262 LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
7263 if test "x$LINE" != x ; then
7264 eval "DEFAULT_$LINE"
7265 else
7266 no_cache=1
7267 fi
7268
7269 ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
7270
7271fi;
7272
7273 eval "$ac_cv_use_logwin"
7274 if test "$no_cache" != 1; then
7275 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
7276 fi
7277
7278 if test "$wxUSE_LOGWINDOW" = yes; then
7279 echo "$as_me:$LINENO: result: yes" >&5
7280echo "${ECHO_T}yes" >&6
7281 else
7282 echo "$as_me:$LINENO: result: no" >&5
7283echo "${ECHO_T}no" >&6
7284 fi
7285
7286
7287 enablestring=
7288 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
7289echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6
7290 no_cache=0
7291 # Check whether --enable-logdialog or --disable-logdialog was given.
7292if test "${enable_logdialog+set}" = set; then
7293 enableval="$enable_logdialog"
7294
7295 if test "$enableval" = yes; then
7296 ac_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
7297 else
7298 ac_cv_use_logdialog='wxUSE_LOGDIALOG=no'
7299 fi
7300
7301else
7302
7303 LINE=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
7304 if test "x$LINE" != x ; then
7305 eval "DEFAULT_$LINE"
7306 else
7307 no_cache=1
7308 fi
7309
7310 ac_cv_use_logdialog='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
7311
7312fi;
7313
7314 eval "$ac_cv_use_logdialog"
7315 if test "$no_cache" != 1; then
7316 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
7317 fi
7318
7319 if test "$wxUSE_LOGDIALOG" = yes; then
7320 echo "$as_me:$LINENO: result: yes" >&5
7321echo "${ECHO_T}yes" >&6
7322 else
7323 echo "$as_me:$LINENO: result: no" >&5
7324echo "${ECHO_T}no" >&6
7325 fi
7326
7327
646b6ec1
VS
7328 enablestring=
7329 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webkit" >&5
7330echo $ECHO_N "checking for --${enablestring:-enable}-webkit... $ECHO_C" >&6
7331 no_cache=0
7332 # Check whether --enable-webkit or --disable-webkit was given.
7333if test "${enable_webkit+set}" = set; then
7334 enableval="$enable_webkit"
7335
7336 if test "$enableval" = yes; then
7337 ac_cv_use_webkit='wxUSE_WEBKIT=yes'
7338 else
7339 ac_cv_use_webkit='wxUSE_WEBKIT=no'
7340 fi
7341
7342else
7343
7344 LINE=`grep "wxUSE_WEBKIT" ${wx_arg_cache_file}`
7345 if test "x$LINE" != x ; then
7346 eval "DEFAULT_$LINE"
7347 else
7348 no_cache=1
7349 fi
7350
7351 ac_cv_use_webkit='wxUSE_WEBKIT='$DEFAULT_wxUSE_WEBKIT
7352
7353fi;
7354
7355 eval "$ac_cv_use_webkit"
7356 if test "$no_cache" != 1; then
7357 echo $ac_cv_use_webkit >> ${wx_arg_cache_file}.tmp
7358 fi
7359
7360 if test "$wxUSE_WEBKIT" = yes; then
7361 echo "$as_me:$LINENO: result: yes" >&5
7362echo "${ECHO_T}yes" >&6
7363 else
7364 echo "$as_me:$LINENO: result: no" >&5
7365echo "${ECHO_T}no" >&6
7366 fi
7367
7368
91dea314
MW
7369 enablestring=
7370 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
7371echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
7372 no_cache=0
7373 # Check whether --enable-html or --disable-html was given.
7374if test "${enable_html+set}" = set; then
7375 enableval="$enable_html"
7376
7377 if test "$enableval" = yes; then
7378 ac_cv_use_html='wxUSE_RICHTEXT=yes'
7379 else
7380 ac_cv_use_html='wxUSE_RICHTEXT=no'
7381 fi
7382
7383else
7384
7385 LINE=`grep "wxUSE_RICHTEXT" ${wx_arg_cache_file}`
7386 if test "x$LINE" != x ; then
7387 eval "DEFAULT_$LINE"
7388 else
7389 no_cache=1
7390 fi
7391
7392 ac_cv_use_html='wxUSE_RICHTEXT='$DEFAULT_wxUSE_RICHTEXT
7393
7394fi;
7395
7396 eval "$ac_cv_use_html"
7397 if test "$no_cache" != 1; then
7398 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
7399 fi
7400
7401 if test "$wxUSE_RICHTEXT" = yes; then
7402 echo "$as_me:$LINENO: result: yes" >&5
7403echo "${ECHO_T}yes" >&6
7404 else
7405 echo "$as_me:$LINENO: result: no" >&5
7406echo "${ECHO_T}no" >&6
7407 fi
7408
7409
a848cd7e
SC
7410
7411 enablestring=
7412 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
7413echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6
7414 no_cache=0
7415 # Check whether --enable-postscript or --disable-postscript was given.
7416if test "${enable_postscript+set}" = set; then
7417 enableval="$enable_postscript"
7418
7419 if test "$enableval" = yes; then
7420 ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
7421 else
7422 ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
7423 fi
7424
7425else
7426
7427 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
7428 if test "x$LINE" != x ; then
7429 eval "DEFAULT_$LINE"
7430 else
7431 no_cache=1
7432 fi
7433
7434 ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
7435
7436fi;
7437
7438 eval "$ac_cv_use_postscript"
7439 if test "$no_cache" != 1; then
7440 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
7441 fi
7442
7443 if test "$wxUSE_POSTSCRIPT" = yes; then
7444 echo "$as_me:$LINENO: result: yes" >&5
7445echo "${ECHO_T}yes" >&6
7446 else
7447 echo "$as_me:$LINENO: result: no" >&5
7448echo "${ECHO_T}no" >&6
7449 fi
7450
7451
7452
7453
7454
7455 enablestring=
7456 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-prologio" >&5
7457echo $ECHO_N "checking for --${enablestring:-enable}-prologio... $ECHO_C" >&6
7458 no_cache=0
7459 # Check whether --enable-prologio or --disable-prologio was given.
7460if test "${enable_prologio+set}" = set; then
7461 enableval="$enable_prologio"
7462
7463 if test "$enableval" = yes; then
7464 ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
7465 else
7466 ac_cv_use_prologio='wxUSE_PROLOGIO=no'
7467 fi
7468
7469else
7470
7471 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
7472 if test "x$LINE" != x ; then
7473 eval "DEFAULT_$LINE"
7474 else
7475 no_cache=1
7476 fi
7477
7478 ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
7479
7480fi;
7481
7482 eval "$ac_cv_use_prologio"
7483 if test "$no_cache" != 1; then
7484 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
7485 fi
7486
7487 if test "$wxUSE_PROLOGIO" = yes; then
7488 echo "$as_me:$LINENO: result: yes" >&5
7489echo "${ECHO_T}yes" >&6
7490 else
7491 echo "$as_me:$LINENO: result: no" >&5
7492echo "${ECHO_T}no" >&6
7493 fi
7494
7495
7496 enablestring=
7497 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-resources" >&5
7498echo $ECHO_N "checking for --${enablestring:-enable}-resources... $ECHO_C" >&6
7499 no_cache=0
7500 # Check whether --enable-resources or --disable-resources was given.
7501if test "${enable_resources+set}" = set; then
7502 enableval="$enable_resources"
7503
7504 if test "$enableval" = yes; then
7505 ac_cv_use_resources='wxUSE_RESOURCES=yes'
7506 else
7507 ac_cv_use_resources='wxUSE_RESOURCES=no'
7508 fi
7509
7510else
7511
7512 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
7513 if test "x$LINE" != x ; then
7514 eval "DEFAULT_$LINE"
7515 else
7516 no_cache=1
7517 fi
7518
7519 ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
7520
7521fi;
7522
7523 eval "$ac_cv_use_resources"
7524 if test "$no_cache" != 1; then
7525 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
7526 fi
7527
7528 if test "$wxUSE_RESOURCES" = yes; then
7529 echo "$as_me:$LINENO: result: yes" >&5
7530echo "${ECHO_T}yes" >&6
7531 else
7532 echo "$as_me:$LINENO: result: no" >&5
7533echo "${ECHO_T}no" >&6
7534 fi
7535
7536
7537
7538
7539 enablestring=
7540 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
7541echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6
7542 no_cache=0
7543 # Check whether --enable-clipboard or --disable-clipboard was given.
7544if test "${enable_clipboard+set}" = set; then
7545 enableval="$enable_clipboard"
7546
7547 if test "$enableval" = yes; then
7548 ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
7549 else
7550 ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
7551 fi
7552
7553else
7554
7555 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
7556 if test "x$LINE" != x ; then
7557 eval "DEFAULT_$LINE"
7558 else
7559 no_cache=1
7560 fi
7561
7562 ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
7563
7564fi;
7565
7566 eval "$ac_cv_use_clipboard"
7567 if test "$no_cache" != 1; then
7568 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
7569 fi
7570
7571 if test "$wxUSE_CLIPBOARD" = yes; then
7572 echo "$as_me:$LINENO: result: yes" >&5
7573echo "${ECHO_T}yes" >&6
7574 else
7575 echo "$as_me:$LINENO: result: no" >&5
7576echo "${ECHO_T}no" >&6
7577 fi
7578
7579
7580 enablestring=
7581 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
7582echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6
7583 no_cache=0
7584 # Check whether --enable-dnd or --disable-dnd was given.
7585if test "${enable_dnd+set}" = set; then
7586 enableval="$enable_dnd"
7587
7588 if test "$enableval" = yes; then
7589 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
7590 else
7591 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
7592 fi
7593
7594else
7595
7596 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
7597 if test "x$LINE" != x ; then
7598 eval "DEFAULT_$LINE"
7599 else
7600 no_cache=1
7601 fi
7602
7603 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
7604
7605fi;
7606
7607 eval "$ac_cv_use_dnd"
7608 if test "$no_cache" != 1; then
7609 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
7610 fi
7611
7612 if test "$wxUSE_DRAG_AND_DROP" = yes; then
7613 echo "$as_me:$LINENO: result: yes" >&5
7614echo "${ECHO_T}yes" >&6
7615 else
7616 echo "$as_me:$LINENO: result: no" >&5
7617echo "${ECHO_T}no" >&6
7618 fi
7619
7620
7621 enablestring=
7622 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
7623echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
7624 no_cache=0
7625 # Check whether --enable-metafile or --disable-metafile was given.
7626if test "${enable_metafile+set}" = set; then
7627 enableval="$enable_metafile"
7628
7629 if test "$enableval" = yes; then
7630 ac_cv_use_metafile='wxUSE_METAFILE=yes'
7631 else
7632 ac_cv_use_metafile='wxUSE_METAFILE=no'
7633 fi
7634
7635else
7636
7637 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
7638 if test "x$LINE" != x ; then
7639 eval "DEFAULT_$LINE"
7640 else
7641 no_cache=1
7642 fi
7643
7644 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
7645
7646fi;
7647
7648 eval "$ac_cv_use_metafile"
7649 if test "$no_cache" != 1; then
7650 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
7651 fi
7652
7653 if test "$wxUSE_METAFILE" = yes; then
7654 echo "$as_me:$LINENO: result: yes" >&5
7655echo "${ECHO_T}yes" >&6
7656 else
7657 echo "$as_me:$LINENO: result: no" >&5
7658echo "${ECHO_T}no" >&6
7659 fi
7660
7661
7662
7663
7664
7665 enablestring=
7666 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
7667echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6
7668 no_cache=0
7669 # Check whether --enable-controls or --disable-controls was given.
7670if test "${enable_controls+set}" = set; then
7671 enableval="$enable_controls"
7672
7673 if test "$enableval" = yes; then
7674 ac_cv_use_controls='wxUSE_CONTROLS=yes'
7675 else
7676 ac_cv_use_controls='wxUSE_CONTROLS=no'
7677 fi
7678
7679else
7680
7681 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
7682 if test "x$LINE" != x ; then
7683 eval "DEFAULT_$LINE"
7684 else
7685 no_cache=1
7686 fi
7687
7688 ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
7689
7690fi;
7691
7692 eval "$ac_cv_use_controls"
7693 if test "$no_cache" != 1; then
7694 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
7695 fi
7696
7697 if test "$wxUSE_CONTROLS" = yes; then
7698 echo "$as_me:$LINENO: result: yes" >&5
7699echo "${ECHO_T}yes" >&6
7700 else
7701 echo "$as_me:$LINENO: result: no" >&5
7702echo "${ECHO_T}no" >&6
7703 fi
7704
7705
7706if test "$wxUSE_CONTROLS" = "yes"; then
7707 DEFAULT_wxUSE_ACCEL=yes
7708 DEFAULT_wxUSE_BMPBUTTON=yes
7709 DEFAULT_wxUSE_BUTTON=yes
da98e9be 7710 DEFAULT_wxUSE_CALCTRL=yes
a848cd7e
SC
7711 DEFAULT_wxUSE_CARET=yes
7712 DEFAULT_wxUSE_COMBOBOX=yes
7713 DEFAULT_wxUSE_CHECKBOX=yes
7714 DEFAULT_wxUSE_CHECKLISTBOX=yes
7715 DEFAULT_wxUSE_CHOICE=yes
92bbdbcd 7716 DEFAULT_wxUSE_CHOICEBOOK=yes
e9263684
VZ
7717 DEFAULT_wxUSE_COLOURPICKERCTRL=yes
7718 DEFAULT_wxUSE_COMBOBOX=yes
da98e9be 7719 DEFAULT_wxUSE_DATEPICKCTRL=yes
e9263684
VZ
7720 DEFAULT_wxUSE_DISPLAY=yes
7721 DEFAULT_wxUSE_DIRPICKERCTRL=yes
7722 DEFAULT_wxUSE_FILEPICKERCTRL=yes
7723 DEFAULT_wxUSE_FONTPICKERCTRL=yes
a848cd7e
SC
7724 DEFAULT_wxUSE_GAUGE=yes
7725 DEFAULT_wxUSE_GRID=yes
6954625c 7726 DEFAULT_wxUSE_HYPERLINKCTRL=yes
20e34ecc 7727 DEFAULT_wxUSE_DATAVIEWCTRL=no
a848cd7e
SC
7728 DEFAULT_wxUSE_IMAGLIST=yes
7729 DEFAULT_wxUSE_LISTBOOK=yes
7730 DEFAULT_wxUSE_LISTBOX=yes
7731 DEFAULT_wxUSE_LISTCTRL=yes
7732 DEFAULT_wxUSE_NOTEBOOK=yes
7733 DEFAULT_wxUSE_RADIOBOX=yes
7734 DEFAULT_wxUSE_RADIOBTN=yes
7735 DEFAULT_wxUSE_SASH=yes
7736 DEFAULT_wxUSE_SCROLLBAR=yes
7737 DEFAULT_wxUSE_SLIDER=yes
7738 DEFAULT_wxUSE_SPINBTN=yes
7739 DEFAULT_wxUSE_SPINCTRL=yes
7740 DEFAULT_wxUSE_SPLITTER=yes
7741 DEFAULT_wxUSE_STATBMP=yes
7742 DEFAULT_wxUSE_STATBOX=yes
7743 DEFAULT_wxUSE_STATLINE=yes
7744 DEFAULT_wxUSE_STATUSBAR=yes
7745 DEFAULT_wxUSE_TAB_DIALOG=yes
7746 DEFAULT_wxUSE_TOGGLEBTN=yes
7747 DEFAULT_wxUSE_TOOLBAR=yes
7748 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
a848cd7e 7749 DEFAULT_wxUSE_TOOLTIPS=yes
0093c2fc 7750 DEFAULT_wxUSE_TREEBOOK=yes
5ec3bc43 7751 DEFAULT_wxUSE_TOOLBOOK=yes
a848cd7e
SC
7752 DEFAULT_wxUSE_TREECTRL=yes
7753 DEFAULT_wxUSE_POPUPWIN=yes
7754 DEFAULT_wxUSE_TIPWINDOW=yes
7755elif test "$wxUSE_CONTROLS" = "no"; then
7756 DEFAULT_wxUSE_ACCEL=no
7757 DEFAULT_wxUSE_BMPBUTTON=no
7758 DEFAULT_wxUSE_BUTTON=no
7759 DEFAULT_wxUSE_CALCTRL=no
7760 DEFAULT_wxUSE_CARET=no
7761 DEFAULT_wxUSE_COMBOBOX=no
7762 DEFAULT_wxUSE_CHECKBOX=no
7763 DEFAULT_wxUSE_CHECKLISTBOX=no
7764 DEFAULT_wxUSE_CHOICE=no
92bbdbcd 7765 DEFAULT_wxUSE_CHOICEBOOK=no
e9263684
VZ
7766 DEFAULT_wxUSE_COLOURPICKERCTRL=no
7767 DEFAULT_wxUSE_COMBOBOX=no
da98e9be 7768 DEFAULT_wxUSE_DATEPICKCTRL=no
e9263684
VZ
7769 DEFAULT_wxUSE_DISPLAY=no
7770 DEFAULT_wxUSE_DIRPICKERCTRL=no
7771 DEFAULT_wxUSE_FILEPICKERCTRL=no
7772 DEFAULT_wxUSE_FONTPICKERCTRL=no
a848cd7e
SC
7773 DEFAULT_wxUSE_GAUGE=no
7774 DEFAULT_wxUSE_GRID=no
6954625c 7775 DEFAULT_wxUSE_HYPERLINKCTRL=no
20e34ecc 7776 DEFAULT_wxUSE_DATAVIEWCTRL=no
a848cd7e
SC
7777 DEFAULT_wxUSE_IMAGLIST=no
7778 DEFAULT_wxUSE_LISTBOOK=no
7779 DEFAULT_wxUSE_LISTBOX=no
7780 DEFAULT_wxUSE_LISTCTRL=no
7781 DEFAULT_wxUSE_NOTEBOOK=no
7782 DEFAULT_wxUSE_RADIOBOX=no
7783 DEFAULT_wxUSE_RADIOBTN=no
7784 DEFAULT_wxUSE_SASH=no
7785 DEFAULT_wxUSE_SCROLLBAR=no
7786 DEFAULT_wxUSE_SLIDER=no
7787 DEFAULT_wxUSE_SPINBTN=no
7788 DEFAULT_wxUSE_SPINCTRL=no
7789 DEFAULT_wxUSE_SPLITTER=no
7790 DEFAULT_wxUSE_STATBMP=no
7791 DEFAULT_wxUSE_STATBOX=no
7792 DEFAULT_wxUSE_STATLINE=no
7793 DEFAULT_wxUSE_STATUSBAR=no
7794 DEFAULT_wxUSE_TAB_DIALOG=no
7795 DEFAULT_wxUSE_TOGGLEBTN=no
7796 DEFAULT_wxUSE_TOOLBAR=no
7797 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
a848cd7e 7798 DEFAULT_wxUSE_TOOLTIPS=no
0093c2fc 7799 DEFAULT_wxUSE_TREEBOOK=no
5ec3bc43 7800 DEFAULT_wxUSE_TOOLBOOK=no
a848cd7e
SC
7801 DEFAULT_wxUSE_TREECTRL=no
7802 DEFAULT_wxUSE_POPUPWIN=no
7803 DEFAULT_wxUSE_TIPWINDOW=no
7804fi
7805
a848cd7e
SC
7806
7807 enablestring=
7808 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
7809echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6
7810 no_cache=0
7811 # Check whether --enable-accel or --disable-accel was given.
7812if test "${enable_accel+set}" = set; then
7813 enableval="$enable_accel"
7814
7815 if test "$enableval" = yes; then
7816 ac_cv_use_accel='wxUSE_ACCEL=yes'
7817 else
7818 ac_cv_use_accel='wxUSE_ACCEL=no'
7819 fi
7820
7821else
7822
7823 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
7824 if test "x$LINE" != x ; then
7825 eval "DEFAULT_$LINE"
7826 else
7827 no_cache=1
7828 fi
7829
7830 ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
7831
7832fi;
7833
7834 eval "$ac_cv_use_accel"
7835 if test "$no_cache" != 1; then
7836 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
7837 fi
7838
7839 if test "$wxUSE_ACCEL" = yes; then
7840 echo "$as_me:$LINENO: result: yes" >&5
7841echo "${ECHO_T}yes" >&6
7842 else
7843 echo "$as_me:$LINENO: result: no" >&5
7844echo "${ECHO_T}no" >&6
7845 fi
7846
7847
7848 enablestring=
7849 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
7850echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6
7851 no_cache=0
7852 # Check whether --enable-button or --disable-button was given.
7853if test "${enable_button+set}" = set; then
7854 enableval="$enable_button"
7855
7856 if test "$enableval" = yes; then
7857 ac_cv_use_button='wxUSE_BUTTON=yes'
7858 else
7859 ac_cv_use_button='wxUSE_BUTTON=no'
7860 fi
7861
7862else
7863
7864 LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
7865 if test "x$LINE" != x ; then
7866 eval "DEFAULT_$LINE"
7867 else
7868 no_cache=1
7869 fi
7870
7871 ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
7872
7873fi;
7874
7875 eval "$ac_cv_use_button"
7876 if test "$no_cache" != 1; then
7877 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
7878 fi
7879
7880 if test "$wxUSE_BUTTON" = yes; then
7881 echo "$as_me:$LINENO: result: yes" >&5
7882echo "${ECHO_T}yes" >&6
7883 else
7884 echo "$as_me:$LINENO: result: no" >&5
7885echo "${ECHO_T}no" >&6
7886 fi
7887
7888
7889 enablestring=
7890 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
7891echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6
7892 no_cache=0
7893 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
7894if test "${enable_bmpbutton+set}" = set; then
7895 enableval="$enable_bmpbutton"
7896
7897 if test "$enableval" = yes; then
7898 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
7899 else
7900 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
7901 fi
7902
7903else
7904
7905 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
7906 if test "x$LINE" != x ; then
7907 eval "DEFAULT_$LINE"
7908 else
7909 no_cache=1
7910 fi
7911
7912 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
7913
7914fi;
7915
7916 eval "$ac_cv_use_bmpbutton"
7917 if test "$no_cache" != 1; then
7918 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
7919 fi
7920
7921 if test "$wxUSE_BMPBUTTON" = yes; then
7922 echo "$as_me:$LINENO: result: yes" >&5
7923echo "${ECHO_T}yes" >&6
7924 else
7925 echo "$as_me:$LINENO: result: no" >&5
7926echo "${ECHO_T}no" >&6
7927 fi
7928
7929
7930 enablestring=
7931 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
7932echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6
7933 no_cache=0
7934 # Check whether --enable-calendar or --disable-calendar was given.
7935if test "${enable_calendar+set}" = set; then
7936 enableval="$enable_calendar"
7937
7938 if test "$enableval" = yes; then
7939 ac_cv_use_calendar='wxUSE_CALCTRL=yes'
7940 else
7941 ac_cv_use_calendar='wxUSE_CALCTRL=no'
7942 fi
7943
7944else
7945
7946 LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
7947 if test "x$LINE" != x ; then
7948 eval "DEFAULT_$LINE"
7949 else
7950 no_cache=1
7951 fi
7952
7953 ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
7954
7955fi;
7956
7957 eval "$ac_cv_use_calendar"
7958 if test "$no_cache" != 1; then
7959 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
7960 fi
7961
7962 if test "$wxUSE_CALCTRL" = yes; then
7963 echo "$as_me:$LINENO: result: yes" >&5
7964echo "${ECHO_T}yes" >&6
7965 else
7966 echo "$as_me:$LINENO: result: no" >&5
7967echo "${ECHO_T}no" >&6
7968 fi
7969
7970
7971 enablestring=
7972 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
7973echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6
7974 no_cache=0
7975 # Check whether --enable-caret or --disable-caret was given.
7976if test "${enable_caret+set}" = set; then
7977 enableval="$enable_caret"
7978
7979 if test "$enableval" = yes; then
7980 ac_cv_use_caret='wxUSE_CARET=yes'
7981 else
7982 ac_cv_use_caret='wxUSE_CARET=no'
7983 fi
7984
7985else
7986
7987 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
7988 if test "x$LINE" != x ; then
7989 eval "DEFAULT_$LINE"
7990 else
7991 no_cache=1
7992 fi
7993
7994 ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
7995
7996fi;
7997
7998 eval "$ac_cv_use_caret"
7999 if test "$no_cache" != 1; then
8000 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
8001 fi
8002
8003 if test "$wxUSE_CARET" = yes; then
8004 echo "$as_me:$LINENO: result: yes" >&5
8005echo "${ECHO_T}yes" >&6
8006 else
8007 echo "$as_me:$LINENO: result: no" >&5
8008echo "${ECHO_T}no" >&6
8009 fi
8010
8011
8012 enablestring=
8013 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
8014echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6
8015 no_cache=0
8016 # Check whether --enable-checkbox or --disable-checkbox was given.
8017if test "${enable_checkbox+set}" = set; then
8018 enableval="$enable_checkbox"
8019
8020 if test "$enableval" = yes; then
8021 ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
8022 else
8023 ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
8024 fi
8025
8026else
8027
8028 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
8029 if test "x$LINE" != x ; then
8030 eval "DEFAULT_$LINE"
8031 else
8032 no_cache=1
8033 fi
8034
8035 ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
8036
8037fi;
8038
8039 eval "$ac_cv_use_checkbox"
8040 if test "$no_cache" != 1; then
8041 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
8042 fi
8043
8044 if test "$wxUSE_CHECKBOX" = yes; then
8045 echo "$as_me:$LINENO: result: yes" >&5
8046echo "${ECHO_T}yes" >&6
8047 else
8048 echo "$as_me:$LINENO: result: no" >&5
8049echo "${ECHO_T}no" >&6
8050 fi
8051
8052
8053 enablestring=
8054 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
8055echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6
8056 no_cache=0
8057 # Check whether --enable-checklst or --disable-checklst was given.
8058if test "${enable_checklst+set}" = set; then
8059 enableval="$enable_checklst"
8060
8061 if test "$enableval" = yes; then
8062 ac_cv_use_checklst='wxUSE_CHECKLST=yes'
8063 else
8064 ac_cv_use_checklst='wxUSE_CHECKLST=no'
8065 fi
8066
8067else
8068
8069 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
8070 if test "x$LINE" != x ; then
8071 eval "DEFAULT_$LINE"
8072 else
8073 no_cache=1
8074 fi
8075
8076 ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
8077
8078fi;
8079
8080 eval "$ac_cv_use_checklst"
8081 if test "$no_cache" != 1; then
8082 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
8083 fi
8084
8085 if test "$wxUSE_CHECKLST" = yes; then
8086 echo "$as_me:$LINENO: result: yes" >&5
8087echo "${ECHO_T}yes" >&6
8088 else
8089 echo "$as_me:$LINENO: result: no" >&5
8090echo "${ECHO_T}no" >&6
8091 fi
8092
8093
8094 enablestring=
8095 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
8096echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6
8097 no_cache=0
8098 # Check whether --enable-choice or --disable-choice was given.
8099if test "${enable_choice+set}" = set; then
8100 enableval="$enable_choice"
8101
8102 if test "$enableval" = yes; then
8103 ac_cv_use_choice='wxUSE_CHOICE=yes'
8104 else
8105 ac_cv_use_choice='wxUSE_CHOICE=no'
8106 fi
8107
8108else
8109
8110 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
8111 if test "x$LINE" != x ; then
8112 eval "DEFAULT_$LINE"
8113 else
8114 no_cache=1
8115 fi
8116
8117 ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
8118
8119fi;
8120
8121 eval "$ac_cv_use_choice"
8122 if test "$no_cache" != 1; then
8123 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
8124 fi
8125
8126 if test "$wxUSE_CHOICE" = yes; then
8127 echo "$as_me:$LINENO: result: yes" >&5
8128echo "${ECHO_T}yes" >&6
8129 else
8130 echo "$as_me:$LINENO: result: no" >&5
8131echo "${ECHO_T}no" >&6
8132 fi
8133
8134
92bbdbcd
WS
8135 enablestring=
8136 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicebook" >&5
8137echo $ECHO_N "checking for --${enablestring:-enable}-choicebook... $ECHO_C" >&6
8138 no_cache=0
8139 # Check whether --enable-choicebook or --disable-choicebook was given.
8140if test "${enable_choicebook+set}" = set; then
8141 enableval="$enable_choicebook"
8142
8143 if test "$enableval" = yes; then
8144 ac_cv_use_choicebook='wxUSE_CHOICEBOOK=yes'
8145 else
8146 ac_cv_use_choicebook='wxUSE_CHOICEBOOK=no'
8147 fi
8148
8149else
8150
8151 LINE=`grep "wxUSE_CHOICEBOOK" ${wx_arg_cache_file}`
8152 if test "x$LINE" != x ; then
8153 eval "DEFAULT_$LINE"
8154 else
8155 no_cache=1
8156 fi
8157
8158 ac_cv_use_choicebook='wxUSE_CHOICEBOOK='$DEFAULT_wxUSE_CHOICEBOOK
8159
8160fi;
8161
8162 eval "$ac_cv_use_choicebook"
8163 if test "$no_cache" != 1; then
8164 echo $ac_cv_use_choicebook >> ${wx_arg_cache_file}.tmp
8165 fi
8166
8167 if test "$wxUSE_CHOICEBOOK" = yes; then
8168 echo "$as_me:$LINENO: result: yes" >&5
8169echo "${ECHO_T}yes" >&6
8170 else
8171 echo "$as_me:$LINENO: result: no" >&5
8172echo "${ECHO_T}no" >&6
8173 fi
8174
8175
e9263684
VZ
8176 enablestring=
8177 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-colourpicker" >&5
8178echo $ECHO_N "checking for --${enablestring:-enable}-colourpicker... $ECHO_C" >&6
8179 no_cache=0
8180 # Check whether --enable-colourpicker or --disable-colourpicker was given.
8181if test "${enable_colourpicker+set}" = set; then
8182 enableval="$enable_colourpicker"
8183
8184 if test "$enableval" = yes; then
8185 ac_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=yes'
8186 else
8187 ac_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=no'
8188 fi
8189
8190else
8191
8192 LINE=`grep "wxUSE_COLOURPICKERCTRL" ${wx_arg_cache_file}`
8193 if test "x$LINE" != x ; then
8194 eval "DEFAULT_$LINE"
8195 else
8196 no_cache=1
8197 fi
8198
8199 ac_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL='$DEFAULT_wxUSE_COLOURPICKERCTRL
8200
8201fi;
8202
8203 eval "$ac_cv_use_colourpicker"
8204 if test "$no_cache" != 1; then
8205 echo $ac_cv_use_colourpicker >> ${wx_arg_cache_file}.tmp
8206 fi
8207
8208 if test "$wxUSE_COLOURPICKERCTRL" = yes; then
8209 echo "$as_me:$LINENO: result: yes" >&5
8210echo "${ECHO_T}yes" >&6
8211 else
8212 echo "$as_me:$LINENO: result: no" >&5
8213echo "${ECHO_T}no" >&6
8214 fi
8215
8216
a848cd7e
SC
8217 enablestring=
8218 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
8219echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6
8220 no_cache=0
8221 # Check whether --enable-combobox or --disable-combobox was given.
8222if test "${enable_combobox+set}" = set; then
8223 enableval="$enable_combobox"
8224
8225 if test "$enableval" = yes; then
8226 ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
8227 else
8228 ac_cv_use_combobox='wxUSE_COMBOBOX=no'
8229 fi
8230
8231else
8232
8233 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
8234 if test "x$LINE" != x ; then
8235 eval "DEFAULT_$LINE"
8236 else
8237 no_cache=1
8238 fi
8239
8240 ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
8241
8242fi;
8243
8244 eval "$ac_cv_use_combobox"
8245 if test "$no_cache" != 1; then
8246 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
8247 fi
8248
8249 if test "$wxUSE_COMBOBOX" = yes; then
8250 echo "$as_me:$LINENO: result: yes" >&5
8251echo "${ECHO_T}yes" >&6
8252 else
8253 echo "$as_me:$LINENO: result: no" >&5
8254echo "${ECHO_T}no" >&6
8255 fi
8256
8257
642bcba9 8258 enablestring=
a57d600f
VZ
8259 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-comboctrl" >&5
8260echo $ECHO_N "checking for --${enablestring:-enable}-comboctrl... $ECHO_C" >&6
642bcba9 8261 no_cache=0
a57d600f
VZ
8262 # Check whether --enable-comboctrl or --disable-comboctrl was given.
8263if test "${enable_comboctrl+set}" = set; then
8264 enableval="$enable_comboctrl"
642bcba9
VZ
8265
8266 if test "$enableval" = yes; then
a57d600f 8267 ac_cv_use_comboctrl='wxUSE_COMBOCTRL=yes'
642bcba9 8268 else
a57d600f 8269 ac_cv_use_comboctrl='wxUSE_COMBOCTRL=no'
642bcba9
VZ
8270 fi
8271
8272else
8273
a57d600f 8274 LINE=`grep "wxUSE_COMBOCTRL" ${wx_arg_cache_file}`
642bcba9
VZ
8275 if test "x$LINE" != x ; then
8276 eval "DEFAULT_$LINE"
8277 else
8278 no_cache=1
8279 fi
8280
a57d600f 8281 ac_cv_use_comboctrl='wxUSE_COMBOCTRL='$DEFAULT_wxUSE_COMBOCTRL
642bcba9
VZ
8282
8283fi;
8284
a57d600f 8285 eval "$ac_cv_use_comboctrl"
642bcba9 8286 if test "$no_cache" != 1; then
a57d600f 8287 echo $ac_cv_use_comboctrl >> ${wx_arg_cache_file}.tmp
642bcba9
VZ
8288 fi
8289
a57d600f 8290 if test "$wxUSE_COMBOCTRL" = yes; then
642bcba9
VZ
8291 echo "$as_me:$LINENO: result: yes" >&5
8292echo "${ECHO_T}yes" >&6
8293 else
8294 echo "$as_me:$LINENO: result: no" >&5
8295echo "${ECHO_T}no" >&6
8296 fi
8297
8298
da98e9be
VZ
8299 enablestring=
8300 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datepick" >&5
8301echo $ECHO_N "checking for --${enablestring:-enable}-datepick... $ECHO_C" >&6
8302 no_cache=0
8303 # Check whether --enable-datepick or --disable-datepick was given.
8304if test "${enable_datepick+set}" = set; then
8305 enableval="$enable_datepick"
8306
8307 if test "$enableval" = yes; then
8308 ac_cv_use_datepick='wxUSE_DATEPICKCTRL=yes'
8309 else
8310 ac_cv_use_datepick='wxUSE_DATEPICKCTRL=no'
8311 fi
8312
8313else
8314
8315 LINE=`grep "wxUSE_DATEPICKCTRL" ${wx_arg_cache_file}`
8316 if test "x$LINE" != x ; then
8317 eval "DEFAULT_$LINE"
8318 else
8319 no_cache=1
8320 fi
8321
8322 ac_cv_use_datepick='wxUSE_DATEPICKCTRL='$DEFAULT_wxUSE_DATEPICKCTRL
8323
8324fi;
8325
8326 eval "$ac_cv_use_datepick"
8327 if test "$no_cache" != 1; then
8328 echo $ac_cv_use_datepick >> ${wx_arg_cache_file}.tmp
8329 fi
8330
8331 if test "$wxUSE_DATEPICKCTRL" = yes; then
8332 echo "$as_me:$LINENO: result: yes" >&5
8333echo "${ECHO_T}yes" >&6
8334 else
8335 echo "$as_me:$LINENO: result: no" >&5
8336echo "${ECHO_T}no" >&6
8337 fi
8338
8339
e9263684
VZ
8340 enablestring=
8341 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirpicker" >&5
8342echo $ECHO_N "checking for --${enablestring:-enable}-dirpicker... $ECHO_C" >&6
8343 no_cache=0
8344 # Check whether --enable-dirpicker or --disable-dirpicker was given.
8345if test "${enable_dirpicker+set}" = set; then
8346 enableval="$enable_dirpicker"
8347
8348 if test "$enableval" = yes; then
8349 ac_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=yes'
8350 else
8351 ac_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=no'
8352 fi
8353
8354else
8355
8356 LINE=`grep "wxUSE_DIRPICKERCTRL" ${wx_arg_cache_file}`
8357 if test "x$LINE" != x ; then
8358 eval "DEFAULT_$LINE"
8359 else
8360 no_cache=1
8361 fi
8362
8363 ac_cv_use_dirpicker='wxUSE_DIRPICKERCTRL='$DEFAULT_wxUSE_DIRPICKERCTRL
8364
8365fi;
8366
8367 eval "$ac_cv_use_dirpicker"
8368 if test "$no_cache" != 1; then
8369 echo $ac_cv_use_dirpicker >> ${wx_arg_cache_file}.tmp
8370 fi
8371
8372 if test "$wxUSE_DIRPICKERCTRL" = yes; then
8373 echo "$as_me:$LINENO: result: yes" >&5
8374echo "${ECHO_T}yes" >&6
8375 else
8376 echo "$as_me:$LINENO: result: no" >&5
8377echo "${ECHO_T}no" >&6
8378 fi
8379
8380
a848cd7e
SC
8381 enablestring=
8382 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
8383echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6
8384 no_cache=0
8385 # Check whether --enable-display or --disable-display was given.
8386if test "${enable_display+set}" = set; then
8387 enableval="$enable_display"
8388
8389 if test "$enableval" = yes; then
8390 ac_cv_use_display='wxUSE_DISPLAY=yes'
8391 else
8392 ac_cv_use_display='wxUSE_DISPLAY=no'
8393 fi
8394
8395else
8396
8397 LINE=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}`
8398 if test "x$LINE" != x ; then
8399 eval "DEFAULT_$LINE"
8400 else
8401 no_cache=1
8402 fi
8403
8404 ac_cv_use_display='wxUSE_DISPLAY='$DEFAULT_wxUSE_DISPLAY
8405
8406fi;
8407
8408 eval "$ac_cv_use_display"
8409 if test "$no_cache" != 1; then
8410 echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp
8411 fi
8412
8413 if test "$wxUSE_DISPLAY" = yes; then
8414 echo "$as_me:$LINENO: result: yes" >&5
8415echo "${ECHO_T}yes" >&6
8416 else
8417 echo "$as_me:$LINENO: result: no" >&5
8418echo "${ECHO_T}no" >&6
8419 fi
8420
8421
e9263684
VZ
8422 enablestring=
8423 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filepicker" >&5
8424echo $ECHO_N "checking for --${enablestring:-enable}-filepicker... $ECHO_C" >&6
8425 no_cache=0
8426 # Check whether --enable-filepicker or --disable-filepicker was given.
8427if test "${enable_filepicker+set}" = set; then
8428 enableval="$enable_filepicker"
8429
8430 if test "$enableval" = yes; then
8431 ac_cv_use_filepicker='wxUSE_FILEPICKERCTRL=yes'
8432 else
8433 ac_cv_use_filepicker='wxUSE_FILEPICKERCTRL=no'
8434 fi
8435
8436else
8437
8438 LINE=`grep "wxUSE_FILEPICKERCTRL" ${wx_arg_cache_file}`
8439 if test "x$LINE" != x ; then
8440 eval "DEFAULT_$LINE"
8441 else
8442 no_cache=1
8443 fi
8444
8445 ac_cv_use_filepicker='wxUSE_FILEPICKERCTRL='$DEFAULT_wxUSE_FILEPICKERCTRL
8446
8447fi;
8448
8449 eval "$ac_cv_use_filepicker"
8450 if test "$no_cache" != 1; then
8451 echo $ac_cv_use_filepicker >> ${wx_arg_cache_file}.tmp
8452 fi
8453
8454 if test "$wxUSE_FILEPICKERCTRL" = yes; then
8455 echo "$as_me:$LINENO: result: yes" >&5
8456echo "${ECHO_T}yes" >&6
8457 else
8458 echo "$as_me:$LINENO: result: no" >&5
8459echo "${ECHO_T}no" >&6
8460 fi
8461
8462
8463 enablestring=
8464 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontpicker" >&5
8465echo $ECHO_N "checking for --${enablestring:-enable}-fontpicker... $ECHO_C" >&6
8466 no_cache=0
8467 # Check whether --enable-fontpicker or --disable-fontpicker was given.
8468if test "${enable_fontpicker+set}" = set; then
8469 enableval="$enable_fontpicker"
8470
8471 if test "$enableval" = yes; then
8472 ac_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=yes'
8473 else
8474 ac_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=no'
8475 fi
8476
8477else
8478
8479 LINE=`grep "wxUSE_FONTPICKERCTRL" ${wx_arg_cache_file}`
8480 if test "x$LINE" != x ; then
8481 eval "DEFAULT_$LINE"
8482 else
8483 no_cache=1
8484 fi
8485
8486 ac_cv_use_fontpicker='wxUSE_FONTPICKERCTRL='$DEFAULT_wxUSE_FONTPICKERCTRL
8487
8488fi;
8489
8490 eval "$ac_cv_use_fontpicker"
8491 if test "$no_cache" != 1; then
8492 echo $ac_cv_use_fontpicker >> ${wx_arg_cache_file}.tmp
8493 fi
8494
8495 if test "$wxUSE_FONTPICKERCTRL" = yes; then
8496 echo "$as_me:$LINENO: result: yes" >&5
8497echo "${ECHO_T}yes" >&6
8498 else
8499 echo "$as_me:$LINENO: result: no" >&5
8500echo "${ECHO_T}no" >&6
8501 fi
8502
8503
a848cd7e
SC
8504 enablestring=
8505 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
8506echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6
8507 no_cache=0
8508 # Check whether --enable-gauge or --disable-gauge was given.
8509if test "${enable_gauge+set}" = set; then
8510 enableval="$enable_gauge"
8511
8512 if test "$enableval" = yes; then
8513 ac_cv_use_gauge='wxUSE_GAUGE=yes'
8514 else
8515 ac_cv_use_gauge='wxUSE_GAUGE=no'
8516 fi
8517
8518else
8519
8520 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
8521 if test "x$LINE" != x ; then
8522 eval "DEFAULT_$LINE"
8523 else
8524 no_cache=1
8525 fi
8526
8527 ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
8528
8529fi;
8530
8531 eval "$ac_cv_use_gauge"
8532 if test "$no_cache" != 1; then
8533 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
8534 fi
8535
8536 if test "$wxUSE_GAUGE" = yes; then
8537 echo "$as_me:$LINENO: result: yes" >&5
8538echo "${ECHO_T}yes" >&6
8539 else
8540 echo "$as_me:$LINENO: result: no" >&5
8541echo "${ECHO_T}no" >&6
8542 fi
8543
8544
8545 enablestring=
8546 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
8547echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6
8548 no_cache=0
8549 # Check whether --enable-grid or --disable-grid was given.
8550if test "${enable_grid+set}" = set; then
8551 enableval="$enable_grid"
8552
8553 if test "$enableval" = yes; then
8554 ac_cv_use_grid='wxUSE_GRID=yes'
8555 else
8556 ac_cv_use_grid='wxUSE_GRID=no'
8557 fi
8558
8559else
8560
8561 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
8562 if test "x$LINE" != x ; then
8563 eval "DEFAULT_$LINE"
8564 else
8565 no_cache=1
8566 fi
8567
8568 ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
8569
8570fi;
8571
8572 eval "$ac_cv_use_grid"
8573 if test "$no_cache" != 1; then
8574 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
8575 fi
8576
8577 if test "$wxUSE_GRID" = yes; then
8578 echo "$as_me:$LINENO: result: yes" >&5
8579echo "${ECHO_T}yes" >&6
8580 else
8581 echo "$as_me:$LINENO: result: no" >&5
8582echo "${ECHO_T}no" >&6
8583 fi
8584
8585
20e34ecc
RR
8586 enablestring=
8587 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataviewctrl" >&5
8588echo $ECHO_N "checking for --${enablestring:-enable}-dataviewctrl... $ECHO_C" >&6
8589 no_cache=0
8590 # Check whether --enable-dataviewctrl or --disable-dataviewctrl was given.
8591if test "${enable_dataviewctrl+set}" = set; then
8592 enableval="$enable_dataviewctrl"
8593
8594 if test "$enableval" = yes; then
8595 ac_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=yes'
8596 else
8597 ac_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=no'
8598 fi
8599
8600else
8601
8602 LINE=`grep "wxUSE_DATAVIEWCTRL" ${wx_arg_cache_file}`
8603 if test "x$LINE" != x ; then
8604 eval "DEFAULT_$LINE"
8605 else
8606 no_cache=1
8607 fi
8608
8609 ac_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL='$DEFAULT_wxUSE_DATAVIEWCTRL
8610
8611fi;
8612
8613 eval "$ac_cv_use_dataviewctrl"
8614 if test "$no_cache" != 1; then
8615 echo $ac_cv_use_dataviewctrl >> ${wx_arg_cache_file}.tmp
8616 fi
8617
8618 if test "$wxUSE_DATAVIEWCTRL" = yes; then
8619 echo "$as_me:$LINENO: result: yes" >&5
8620echo "${ECHO_T}yes" >&6
8621 else
8622 echo "$as_me:$LINENO: result: no" >&5
8623echo "${ECHO_T}no" >&6
8624 fi
8625
8626
6954625c
VZ
8627 enablestring=
8628 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-hyperlink" >&5
8629echo $ECHO_N "checking for --${enablestring:-enable}-hyperlink... $ECHO_C" >&6
8630 no_cache=0
8631 # Check whether --enable-hyperlink or --disable-hyperlink was given.
8632if test "${enable_hyperlink+set}" = set; then
8633 enableval="$enable_hyperlink"
8634
8635 if test "$enableval" = yes; then
8636 ac_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=yes'
8637 else
8638 ac_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=no'
8639 fi
8640
8641else
8642
8643 LINE=`grep "wxUSE_HYPERLINKCTRL" ${wx_arg_cache_file}`
8644 if test "x$LINE" != x ; then
8645 eval "DEFAULT_$LINE"
8646 else
8647 no_cache=1
8648 fi
8649
8650 ac_cv_use_hyperlink='wxUSE_HYPERLINKCTRL='$DEFAULT_wxUSE_HYPERLINKCTRL
8651
8652fi;
8653
8654 eval "$ac_cv_use_hyperlink"
8655 if test "$no_cache" != 1; then
8656 echo $ac_cv_use_hyperlink >> ${wx_arg_cache_file}.tmp
8657 fi
8658
8659 if test "$wxUSE_HYPERLINKCTRL" = yes; then
8660 echo "$as_me:$LINENO: result: yes" >&5
8661echo "${ECHO_T}yes" >&6
8662 else
8663 echo "$as_me:$LINENO: result: no" >&5
8664echo "${ECHO_T}no" >&6
8665 fi
8666
8667
a848cd7e
SC
8668 enablestring=
8669 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
8670echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6
8671 no_cache=0
8672 # Check whether --enable-imaglist or --disable-imaglist was given.
8673if test "${enable_imaglist+set}" = set; then
8674 enableval="$enable_imaglist"
8675
8676 if test "$enableval" = yes; then
8677 ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
8678 else
8679 ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
8680 fi
8681
8682else
8683
8684 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
8685 if test "x$LINE" != x ; then
8686 eval "DEFAULT_$LINE"
8687 else
8688 no_cache=1
8689 fi
8690
8691 ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
8692
8693fi;
8694
8695 eval "$ac_cv_use_imaglist"
8696 if test "$no_cache" != 1; then
8697 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
8698 fi
8699
8700 if test "$wxUSE_IMAGLIST" = yes; then
8701 echo "$as_me:$LINENO: result: yes" >&5
8702echo "${ECHO_T}yes" >&6
8703 else
8704 echo "$as_me:$LINENO: result: no" >&5
8705echo "${ECHO_T}no" >&6
8706 fi
8707
8708
8709 enablestring=
8710 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5
8711echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6
8712 no_cache=0
8713 # Check whether --enable-listbook or --disable-listbook was given.
8714if test "${enable_listbook+set}" = set; then
8715 enableval="$enable_listbook"
8716
8717 if test "$enableval" = yes; then
8718 ac_cv_use_listbook='wxUSE_LISTBOOK=yes'
8719 else
8720 ac_cv_use_listbook='wxUSE_LISTBOOK=no'
8721 fi
8722
8723else
8724
8725 LINE=`grep "wxUSE_LISTBOOK" ${wx_arg_cache_file}`
8726 if test "x$LINE" != x ; then
8727 eval "DEFAULT_$LINE"
8728 else
8729 no_cache=1
8730 fi
8731
8732 ac_cv_use_listbook='wxUSE_LISTBOOK='$DEFAULT_wxUSE_LISTBOOK
8733
8734fi;
8735
8736 eval "$ac_cv_use_listbook"
8737 if test "$no_cache" != 1; then
8738 echo $ac_cv_use_listbook >> ${wx_arg_cache_file}.tmp
8739 fi
8740
8741 if test "$wxUSE_LISTBOOK" = yes; then
8742 echo "$as_me:$LINENO: result: yes" >&5
8743echo "${ECHO_T}yes" >&6
8744 else
8745 echo "$as_me:$LINENO: result: no" >&5
8746echo "${ECHO_T}no" >&6
8747 fi
8748
8749
8750 enablestring=
8751 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
8752echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6
8753 no_cache=0
8754 # Check whether --enable-listbox or --disable-listbox was given.
8755if test "${enable_listbox+set}" = set; then
8756 enableval="$enable_listbox"
8757
8758 if test "$enableval" = yes; then
8759 ac_cv_use_listbox='wxUSE_LISTBOX=yes'
8760 else
8761 ac_cv_use_listbox='wxUSE_LISTBOX=no'
8762 fi
8763
8764else
8765
8766 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
8767 if test "x$LINE" != x ; then
8768 eval "DEFAULT_$LINE"
8769 else
8770 no_cache=1
8771 fi
8772
8773 ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
8774
8775fi;
8776
8777 eval "$ac_cv_use_listbox"
8778 if test "$no_cache" != 1; then
8779 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
8780 fi
8781
8782 if test "$wxUSE_LISTBOX" = yes; then
8783 echo "$as_me:$LINENO: result: yes" >&5
8784echo "${ECHO_T}yes" >&6
8785 else
8786 echo "$as_me:$LINENO: result: no" >&5
8787echo "${ECHO_T}no" >&6
8788 fi
8789
8790
8791 enablestring=
8792 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
8793echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6
8794 no_cache=0
8795 # Check whether --enable-listctrl or --disable-listctrl was given.
8796if test "${enable_listctrl+set}" = set; then
8797 enableval="$enable_listctrl"
8798
8799 if test "$enableval" = yes; then
8800 ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
8801 else
8802 ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
8803 fi
8804
8805else
8806
8807 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
8808 if test "x$LINE" != x ; then
8809 eval "DEFAULT_$LINE"
8810 else
8811 no_cache=1
8812 fi
8813
8814 ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
8815
8816fi;
8817
8818 eval "$ac_cv_use_listctrl"
8819 if test "$no_cache" != 1; then
8820 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
8821 fi
8822
8823 if test "$wxUSE_LISTCTRL" = yes; then
8824 echo "$as_me:$LINENO: result: yes" >&5
8825echo "${ECHO_T}yes" >&6
8826 else
8827 echo "$as_me:$LINENO: result: no" >&5
8828echo "${ECHO_T}no" >&6
8829 fi
8830
8831
8832 enablestring=
8833 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
8834echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6
8835 no_cache=0
8836 # Check whether --enable-notebook or --disable-notebook was given.
8837if test "${enable_notebook+set}" = set; then
8838 enableval="$enable_notebook"
8839
8840 if test "$enableval" = yes; then
8841 ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
8842 else
8843 ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
8844 fi
8845
8846else
8847
8848 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
8849 if test "x$LINE" != x ; then
8850 eval "DEFAULT_$LINE"
8851 else
8852 no_cache=1
8853 fi
8854
8855 ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
8856
8857fi;
8858
8859 eval "$ac_cv_use_notebook"
8860 if test "$no_cache" != 1; then
8861 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
8862 fi
8863
8864 if test "$wxUSE_NOTEBOOK" = yes; then
8865 echo "$as_me:$LINENO: result: yes" >&5
8866echo "${ECHO_T}yes" >&6
8867 else
8868 echo "$as_me:$LINENO: result: no" >&5
8869echo "${ECHO_T}no" >&6
8870 fi
8871
8872
642bcba9 8873 enablestring=
a57d600f
VZ
8874 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-odcombobox" >&5
8875echo $ECHO_N "checking for --${enablestring:-enable}-odcombobox... $ECHO_C" >&6
642bcba9 8876 no_cache=0
a57d600f
VZ
8877 # Check whether --enable-odcombobox or --disable-odcombobox was given.
8878if test "${enable_odcombobox+set}" = set; then
8879 enableval="$enable_odcombobox"
642bcba9
VZ
8880
8881 if test "$enableval" = yes; then
a57d600f 8882 ac_cv_use_odcombobox='wxUSE_ODCOMBOBOX=yes'
642bcba9 8883 else
a57d600f 8884 ac_cv_use_odcombobox='wxUSE_ODCOMBOBOX=no'
642bcba9
VZ
8885 fi
8886
8887else
8888
a57d600f 8889 LINE=`grep "wxUSE_ODCOMBOBOX" ${wx_arg_cache_file}`
642bcba9
VZ
8890 if test "x$LINE" != x ; then
8891 eval "DEFAULT_$LINE"
8892 else
8893 no_cache=1
8894 fi
8895
a57d600f 8896 ac_cv_use_odcombobox='wxUSE_ODCOMBOBOX='$DEFAULT_wxUSE_ODCOMBOBOX
642bcba9
VZ
8897
8898fi;
8899
a57d600f 8900 eval "$ac_cv_use_odcombobox"
642bcba9 8901 if test "$no_cache" != 1; then
a57d600f 8902 echo $ac_cv_use_odcombobox >> ${wx_arg_cache_file}.tmp
642bcba9
VZ
8903 fi
8904
a57d600f 8905 if test "$wxUSE_ODCOMBOBOX" = yes; then
642bcba9
VZ
8906 echo "$as_me:$LINENO: result: yes" >&5
8907echo "${ECHO_T}yes" >&6
8908 else
8909 echo "$as_me:$LINENO: result: no" >&5
8910echo "${ECHO_T}no" >&6
8911 fi
8912
8913
a848cd7e
SC
8914 enablestring=
8915 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
8916echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6
8917 no_cache=0
8918 # Check whether --enable-radiobox or --disable-radiobox was given.
8919if test "${enable_radiobox+set}" = set; then
8920 enableval="$enable_radiobox"
8921
8922 if test "$enableval" = yes; then
8923 ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
8924 else
8925 ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
8926 fi
8927
8928else
8929
8930 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
8931 if test "x$LINE" != x ; then
8932 eval "DEFAULT_$LINE"
8933 else
8934 no_cache=1
8935 fi
8936
8937 ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
8938
8939fi;
8940
8941 eval "$ac_cv_use_radiobox"
8942 if test "$no_cache" != 1; then
8943 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
8944 fi
8945
8946 if test "$wxUSE_RADIOBOX" = yes; then
8947 echo "$as_me:$LINENO: result: yes" >&5
8948echo "${ECHO_T}yes" >&6
8949 else
8950 echo "$as_me:$LINENO: result: no" >&5
8951echo "${ECHO_T}no" >&6
8952 fi
8953
8954
8955 enablestring=
8956 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
8957echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6
8958 no_cache=0
8959 # Check whether --enable-radiobtn or --disable-radiobtn was given.
8960if test "${enable_radiobtn+set}" = set; then
8961 enableval="$enable_radiobtn"
8962
8963 if test "$enableval" = yes; then
8964 ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
8965 else
8966 ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
8967 fi
8968
8969else
8970
8971 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
8972 if test "x$LINE" != x ; then
8973 eval "DEFAULT_$LINE"
8974 else
8975 no_cache=1
8976 fi
8977
8978 ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
8979
8980fi;
8981
8982 eval "$ac_cv_use_radiobtn"
8983 if test "$no_cache" != 1; then
8984 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
8985 fi
8986
8987 if test "$wxUSE_RADIOBTN" = yes; then
8988 echo "$as_me:$LINENO: result: yes" >&5
8989echo "${ECHO_T}yes" >&6
8990 else
8991 echo "$as_me:$LINENO: result: no" >&5
8992echo "${ECHO_T}no" >&6
8993 fi
8994
8995
8996 enablestring=
8997 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
8998echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6
8999 no_cache=0
9000 # Check whether --enable-sash or --disable-sash was given.
9001if test "${enable_sash+set}" = set; then
9002 enableval="$enable_sash"
9003
9004 if test "$enableval" = yes; then
9005 ac_cv_use_sash='wxUSE_SASH=yes'
9006 else
9007 ac_cv_use_sash='wxUSE_SASH=no'
9008 fi
9009
9010else
9011
9012 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
9013 if test "x$LINE" != x ; then
9014 eval "DEFAULT_$LINE"
9015 else
9016 no_cache=1
9017 fi
9018
9019 ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
9020
9021fi;
9022
9023 eval "$ac_cv_use_sash"
9024 if test "$no_cache" != 1; then
9025 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
9026 fi
9027
9028 if test "$wxUSE_SASH" = yes; then
9029 echo "$as_me:$LINENO: result: yes" >&5
9030echo "${ECHO_T}yes" >&6
9031 else
9032 echo "$as_me:$LINENO: result: no" >&5
9033echo "${ECHO_T}no" >&6
9034 fi
9035
9036
9037 enablestring=
9038 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
9039echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6
9040 no_cache=0
9041 # Check whether --enable-scrollbar or --disable-scrollbar was given.
9042if test "${enable_scrollbar+set}" = set; then
9043 enableval="$enable_scrollbar"
9044
9045 if test "$enableval" = yes; then
9046 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
9047 else
9048 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
9049 fi
9050
9051else
9052
9053 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
9054 if test "x$LINE" != x ; then
9055 eval "DEFAULT_$LINE"
9056 else
9057 no_cache=1
9058 fi
9059
9060 ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
9061
9062fi;
9063
9064 eval "$ac_cv_use_scrollbar"
9065 if test "$no_cache" != 1; then
9066 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
9067 fi
9068
9069 if test "$wxUSE_SCROLLBAR" = yes; then
9070 echo "$as_me:$LINENO: result: yes" >&5
9071echo "${ECHO_T}yes" >&6
9072 else
9073 echo "$as_me:$LINENO: result: no" >&5
9074echo "${ECHO_T}no" >&6
9075 fi
9076
9077
9078 enablestring=
9079 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
9080echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6
9081 no_cache=0
9082 # Check whether --enable-slider or --disable-slider was given.
9083if test "${enable_slider+set}" = set; then
9084 enableval="$enable_slider"
9085
9086 if test "$enableval" = yes; then
9087 ac_cv_use_slider='wxUSE_SLIDER=yes'
9088 else
9089 ac_cv_use_slider='wxUSE_SLIDER=no'
9090 fi
9091
9092else
9093
9094 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
9095 if test "x$LINE" != x ; then
9096 eval "DEFAULT_$LINE"
9097 else
9098 no_cache=1
9099 fi
9100
9101 ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
9102
9103fi;
9104
9105 eval "$ac_cv_use_slider"
9106 if test "$no_cache" != 1; then
9107 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
9108 fi
9109
9110 if test "$wxUSE_SLIDER" = yes; then
9111 echo "$as_me:$LINENO: result: yes" >&5
9112echo "${ECHO_T}yes" >&6
9113 else
9114 echo "$as_me:$LINENO: result: no" >&5
9115echo "${ECHO_T}no" >&6
9116 fi
9117
9118
9119 enablestring=
9120 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
9121echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6
9122 no_cache=0
9123 # Check whether --enable-spinbtn or --disable-spinbtn was given.
9124if test "${enable_spinbtn+set}" = set; then
9125 enableval="$enable_spinbtn"
9126
9127 if test "$enableval" = yes; then
9128 ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
9129 else
9130 ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
9131 fi
9132
9133else
9134
9135 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
9136 if test "x$LINE" != x ; then
9137 eval "DEFAULT_$LINE"
9138 else
9139 no_cache=1
9140 fi
9141
9142 ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
9143
9144fi;
9145
9146 eval "$ac_cv_use_spinbtn"
9147 if test "$no_cache" != 1; then
9148 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
9149 fi
9150
9151 if test "$wxUSE_SPINBTN" = yes; then
9152 echo "$as_me:$LINENO: result: yes" >&5
9153echo "${ECHO_T}yes" >&6
9154 else
9155 echo "$as_me:$LINENO: result: no" >&5
9156echo "${ECHO_T}no" >&6
9157 fi
9158
9159
9160 enablestring=
9161 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
9162echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6
9163 no_cache=0
9164 # Check whether --enable-spinctrl or --disable-spinctrl was given.
9165if test "${enable_spinctrl+set}" = set; then
9166 enableval="$enable_spinctrl"
9167
9168 if test "$enableval" = yes; then
9169 ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
9170 else
9171 ac_cv_use_spinctrl='wxUSE_SPINCTRL=no'
9172 fi
9173
9174else
9175
9176 LINE=`grep "wxUSE_SPINCTRL" ${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_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
9184
9185fi;
9186
9187 eval "$ac_cv_use_spinctrl"
9188 if test "$no_cache" != 1; then
9189 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
9190 fi
9191
9192 if test "$wxUSE_SPINCTRL" = 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}-splitter" >&5
9203echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6
9204 no_cache=0
9205 # Check whether --enable-splitter or --disable-splitter was given.
9206if test "${enable_splitter+set}" = set; then
9207 enableval="$enable_splitter"
9208
9209 if test "$enableval" = yes; then
9210 ac_cv_use_splitter='wxUSE_SPLITTER=yes'
9211 else
9212 ac_cv_use_splitter='wxUSE_SPLITTER=no'
9213 fi
9214
9215else
9216
9217 LINE=`grep "wxUSE_SPLITTER" ${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_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
9225
9226fi;
9227
9228 eval "$ac_cv_use_splitter"
9229 if test "$no_cache" != 1; then
9230 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
9231 fi
9232
9233 if test "$wxUSE_SPLITTER" = 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}-statbmp" >&5
9244echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6
9245 no_cache=0
9246 # Check whether --enable-statbmp or --disable-statbmp was given.
9247if test "${enable_statbmp+set}" = set; then
9248 enableval="$enable_statbmp"
9249
9250 if test "$enableval" = yes; then
9251 ac_cv_use_statbmp='wxUSE_STATBMP=yes'
9252 else
9253 ac_cv_use_statbmp='wxUSE_STATBMP=no'
9254 fi
9255
9256else
9257
9258 LINE=`grep "wxUSE_STATBMP" ${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_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
9266
9267fi;
9268
9269 eval "$ac_cv_use_statbmp"
9270 if test "$no_cache" != 1; then
9271 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
9272 fi
9273
9274 if test "$wxUSE_STATBMP" = 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}-statbox" >&5
9285echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6
9286 no_cache=0
9287 # Check whether --enable-statbox or --disable-statbox was given.
9288if test "${enable_statbox+set}" = set; then
9289 enableval="$enable_statbox"
9290
9291 if test "$enableval" = yes; then
9292 ac_cv_use_statbox='wxUSE_STATBOX=yes'
9293 else
9294 ac_cv_use_statbox='wxUSE_STATBOX=no'
9295 fi
9296
9297else
9298
9299 LINE=`grep "wxUSE_STATBOX" ${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_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
9307
9308fi;
9309
9310 eval "$ac_cv_use_statbox"
9311 if test "$no_cache" != 1; then
9312 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
9313 fi
9314
9315 if test "$wxUSE_STATBOX" = 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}-statline" >&5
9326echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6
9327 no_cache=0
9328 # Check whether --enable-statline or --disable-statline was given.
9329if test "${enable_statline+set}" = set; then
9330 enableval="$enable_statline"
9331
9332 if test "$enableval" = yes; then
9333 ac_cv_use_statline='wxUSE_STATLINE=yes'
9334 else
9335 ac_cv_use_statline='wxUSE_STATLINE=no'
9336 fi
9337
9338else
9339
9340 LINE=`grep "wxUSE_STATLINE" ${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_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
9348
9349fi;
9350
9351 eval "$ac_cv_use_statline"
9352 if test "$no_cache" != 1; then
9353 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
9354 fi
9355
9356 if test "$wxUSE_STATLINE" = 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}-stattext" >&5
9367echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6
9368 no_cache=0
9369 # Check whether --enable-stattext or --disable-stattext was given.
9370if test "${enable_stattext+set}" = set; then
9371 enableval="$enable_stattext"
9372
9373 if test "$enableval" = yes; then
9374 ac_cv_use_stattext='wxUSE_STATTEXT=yes'
9375 else
9376 ac_cv_use_stattext='wxUSE_STATTEXT=no'
9377 fi
9378
9379else
9380
9381 LINE=`grep "wxUSE_STATTEXT" ${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_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
9389
9390fi;
9391
9392 eval "$ac_cv_use_stattext"
9393 if test "$no_cache" != 1; then
9394 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
9395 fi
9396
9397 if test "$wxUSE_STATTEXT" = 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}-statusbar" >&5
9408echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6
9409 no_cache=0
9410 # Check whether --enable-statusbar or --disable-statusbar was given.
9411if test "${enable_statusbar+set}" = set; then
9412 enableval="$enable_statusbar"
9413
9414 if test "$enableval" = yes; then
9415 ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
9416 else
9417 ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
9418 fi
9419
9420else
9421
9422 LINE=`grep "wxUSE_STATUSBAR" ${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_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
9430
9431fi;
9432
9433 eval "$ac_cv_use_statusbar"
9434 if test "$no_cache" != 1; then
9435 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
9436 fi
9437
9438 if test "$wxUSE_STATUSBAR" = 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}-tabdialog" >&5
9449echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6
9450 no_cache=0
9451 # Check whether --enable-tabdialog or --disable-tabdialog was given.
9452if test "${enable_tabdialog+set}" = set; then
9453 enableval="$enable_tabdialog"
9454
9455 if test "$enableval" = yes; then
f10e38c4 9456 ac_cv_use_tabdialog='wxUSE_TAB_DIALOG=yes'
a848cd7e 9457 else
f10e38c4 9458 ac_cv_use_tabdialog='wxUSE_TAB_DIALOG=no'
a848cd7e
SC
9459 fi
9460
9461else
9462
f10e38c4 9463 LINE=`grep "wxUSE_TAB_DIALOG" ${wx_arg_cache_file}`
a848cd7e
SC
9464 if test "x$LINE" != x ; then
9465 eval "DEFAULT_$LINE"
9466 else
9467 no_cache=1
9468 fi
9469
f10e38c4 9470 ac_cv_use_tabdialog='wxUSE_TAB_DIALOG='$DEFAULT_wxUSE_TAB_DIALOG
a848cd7e
SC
9471
9472fi;
9473
9474 eval "$ac_cv_use_tabdialog"
9475 if test "$no_cache" != 1; then
9476 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
9477 fi
9478
f10e38c4 9479 if test "$wxUSE_TAB_DIALOG" = yes; then
a848cd7e
SC
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}-textctrl" >&5
9490echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6
9491 no_cache=0
9492 # Check whether --enable-textctrl or --disable-textctrl was given.
9493if test "${enable_textctrl+set}" = set; then
9494 enableval="$enable_textctrl"
9495
9496 if test "$enableval" = yes; then
9497 ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
9498 else
9499 ac_cv_use_textctrl='wxUSE_TEXTCTRL=no'
9500 fi
9501
9502else
9503
9504 LINE=`grep "wxUSE_TEXTCTRL" ${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_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
9512
9513fi;
9514
9515 eval "$ac_cv_use_textctrl"
9516 if test "$no_cache" != 1; then
9517 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
9518 fi
9519
9520 if test "$wxUSE_TEXTCTRL" = 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}-togglebtn" >&5
9531echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6
9532 no_cache=0
9533 # Check whether --enable-togglebtn or --disable-togglebtn was given.
9534if test "${enable_togglebtn+set}" = set; then
9535 enableval="$enable_togglebtn"
9536
9537 if test "$enableval" = yes; then
9538 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
9539 else
9540 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
9541 fi
9542
9543else
9544
9545 LINE=`grep "wxUSE_TOGGLEBTN" ${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_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
9553
9554fi;
9555
9556 eval "$ac_cv_use_togglebtn"
9557 if test "$no_cache" != 1; then
9558 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
9559 fi
9560
9561 if test "$wxUSE_TOGGLEBTN" = 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}-toolbar" >&5
9572echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6
9573 no_cache=0
9574 # Check whether --enable-toolbar or --disable-toolbar was given.
9575if test "${enable_toolbar+set}" = set; then
9576 enableval="$enable_toolbar"
9577
9578 if test "$enableval" = yes; then
9579 ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
9580 else
9581 ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
9582 fi
9583
9584else
9585
9586 LINE=`grep "wxUSE_TOOLBAR" ${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_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
9594
9595fi;
9596
9597 eval "$ac_cv_use_toolbar"
9598 if test "$no_cache" != 1; then
9599 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
9600 fi
9601
9602 if test "$wxUSE_TOOLBAR" = 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}-tbarnative" >&5
9613echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6
9614 no_cache=0
9615 # Check whether --enable-tbarnative or --disable-tbarnative was given.
9616if test "${enable_tbarnative+set}" = set; then
9617 enableval="$enable_tbarnative"
9618
9619 if test "$enableval" = yes; then
9620 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
9621 else
9622 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
9623 fi
9624
9625else
9626
9627 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${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_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
9635
9636fi;
9637
9638 eval "$ac_cv_use_tbarnative"
9639 if test "$no_cache" != 1; then
9640 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
9641 fi
9642
9643 if test "$wxUSE_TOOLBAR_NATIVE" = 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
0093c2fc
VZ
9652 enablestring=
9653 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treebook" >&5
9654echo $ECHO_N "checking for --${enablestring:-enable}-treebook... $ECHO_C" >&6
9655 no_cache=0
9656 # Check whether --enable-treebook or --disable-treebook was given.
9657if test "${enable_treebook+set}" = set; then
9658 enableval="$enable_treebook"
9659
9660 if test "$enableval" = yes; then
9661 ac_cv_use_treebook='wxUSE_TREEBOOK=yes'
9662 else
9663 ac_cv_use_treebook='wxUSE_TREEBOOK=no'
9664 fi
9665
9666else
9667
9668 LINE=`grep "wxUSE_TREEBOOK" ${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_treebook='wxUSE_TREEBOOK='$DEFAULT_wxUSE_TREEBOOK
9676
9677fi;
9678
9679 eval "$ac_cv_use_treebook"
9680 if test "$no_cache" != 1; then
9681 echo $ac_cv_use_treebook >> ${wx_arg_cache_file}.tmp
9682 fi
9683
9684 if test "$wxUSE_TREEBOOK" = 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
5ec3bc43
JS
9693 enablestring=
9694 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbook" >&5
9695echo $ECHO_N "checking for --${enablestring:-enable}-toolbook... $ECHO_C" >&6
9696 no_cache=0
9697 # Check whether --enable-toolbook or --disable-toolbook was given.
9698if test "${enable_toolbook+set}" = set; then
9699 enableval="$enable_toolbook"
9700
9701 if test "$enableval" = yes; then
9702 ac_cv_use_toolbook='wxUSE_TOOLBOOK=yes'
9703 else
9704 ac_cv_use_toolbook='wxUSE_TOOLBOOK=no'
9705 fi
9706
9707else
9708
9709 LINE=`grep "wxUSE_TOOLBOOK" ${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_toolbook='wxUSE_TOOLBOOK='$DEFAULT_wxUSE_TOOLBOOK
9717
9718fi;
9719
9720 eval "$ac_cv_use_toolbook"
9721 if test "$no_cache" != 1; then
9722 echo $ac_cv_use_toolbook >> ${wx_arg_cache_file}.tmp
9723 fi
9724
9725 if test "$wxUSE_TOOLBOOK" = 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
a848cd7e
SC
9734 enablestring=
9735 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
9736echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6
9737 no_cache=0
9738 # Check whether --enable-treectrl or --disable-treectrl was given.
9739if test "${enable_treectrl+set}" = set; then
9740 enableval="$enable_treectrl"
9741
9742 if test "$enableval" = yes; then
9743 ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
9744 else
9745 ac_cv_use_treectrl='wxUSE_TREECTRL=no'
9746 fi
9747
9748else
9749
9750 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
9751 if test "x$LINE" != x ; then
9752 eval "DEFAULT_$LINE"
9753 else
9754 no_cache=1
9755 fi
9756
9757 ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
9758
9759fi;
9760
9761 eval "$ac_cv_use_treectrl"
9762 if test "$no_cache" != 1; then
9763 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
9764 fi
9765
9766 if test "$wxUSE_TREECTRL" = yes; then
9767 echo "$as_me:$LINENO: result: yes" >&5
9768echo "${ECHO_T}yes" >&6
9769 else
9770 echo "$as_me:$LINENO: result: no" >&5
9771echo "${ECHO_T}no" >&6
9772 fi
9773
9774
9775 enablestring=
9776 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
9777echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6
9778 no_cache=0
9779 # Check whether --enable-tipwindow or --disable-tipwindow was given.
9780if test "${enable_tipwindow+set}" = set; then
9781 enableval="$enable_tipwindow"
9782
9783 if test "$enableval" = yes; then
9784 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
9785 else
9786 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
9787 fi
9788
9789else
9790
9791 LINE=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
9792 if test "x$LINE" != x ; then
9793 eval "DEFAULT_$LINE"
9794 else
9795 no_cache=1
9796 fi
9797
9798 ac_cv_use_tipwindow='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
9799
9800fi;
9801
9802 eval "$ac_cv_use_tipwindow"
9803 if test "$no_cache" != 1; then
9804 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
9805 fi
9806
9807 if test "$wxUSE_TIPWINDOW" = yes; then
9808 echo "$as_me:$LINENO: result: yes" >&5
9809echo "${ECHO_T}yes" >&6
9810 else
9811 echo "$as_me:$LINENO: result: no" >&5
9812echo "${ECHO_T}no" >&6
9813 fi
9814
9815
9816 enablestring=
9817 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
9818echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6
9819 no_cache=0
9820 # Check whether --enable-popupwin or --disable-popupwin was given.
9821if test "${enable_popupwin+set}" = set; then
9822 enableval="$enable_popupwin"
9823
9824 if test "$enableval" = yes; then
9825 ac_cv_use_popupwin='wxUSE_POPUPWIN=yes'
9826 else
9827 ac_cv_use_popupwin='wxUSE_POPUPWIN=no'
9828 fi
9829
9830else
9831
9832 LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
9833 if test "x$LINE" != x ; then
9834 eval "DEFAULT_$LINE"
9835 else
9836 no_cache=1
9837 fi
9838
9839 ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
9840
9841fi;
9842
9843 eval "$ac_cv_use_popupwin"
9844 if test "$no_cache" != 1; then
9845 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
9846 fi
9847
9848 if test "$wxUSE_POPUPWIN" = yes; then
9849 echo "$as_me:$LINENO: result: yes" >&5
9850echo "${ECHO_T}yes" >&6
9851 else
9852 echo "$as_me:$LINENO: result: no" >&5
9853echo "${ECHO_T}no" >&6
9854 fi
9855
9856
9857
9858
9859 enablestring=
9860 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
9861echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6
9862 no_cache=0
9863 # Check whether --enable-commondlg or --disable-commondlg was given.
9864if test "${enable_commondlg+set}" = set; then
9865 enableval="$enable_commondlg"
9866
9867 if test "$enableval" = yes; then
9868 ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
9869 else
9870 ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
9871 fi
9872
9873else
9874
9875 LINE=`grep "wxUSE_COMMONDLGS" ${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_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
9883
9884fi;
9885
9886 eval "$ac_cv_use_commondlg"
9887 if test "$no_cache" != 1; then
9888 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
9889 fi
9890
9891 if test "$wxUSE_COMMONDLGS" = 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
9900 enablestring=
9901 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
9902echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6
9903 no_cache=0
9904 # Check whether --enable-choicedlg or --disable-choicedlg was given.
9905if test "${enable_choicedlg+set}" = set; then
9906 enableval="$enable_choicedlg"
9907
9908 if test "$enableval" = yes; then
9909 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
9910 else
9911 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
9912 fi
9913
9914else
9915
9916 LINE=`grep "wxUSE_CHOICEDLG" ${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_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
9924
9925fi;
9926
9927 eval "$ac_cv_use_choicedlg"
9928 if test "$no_cache" != 1; then
9929 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
9930 fi
9931
9932 if test "$wxUSE_CHOICEDLG" = 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
9941 enablestring=
9942 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
9943echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6
9944 no_cache=0
9945 # Check whether --enable-coldlg or --disable-coldlg was given.
9946if test "${enable_coldlg+set}" = set; then
9947 enableval="$enable_coldlg"
9948
9949 if test "$enableval" = yes; then
9950 ac_cv_use_coldlg='wxUSE_COLOURDLG=yes'
9951 else
9952 ac_cv_use_coldlg='wxUSE_COLOURDLG=no'
9953 fi
9954
9955else
9956
9957 LINE=`grep "wxUSE_COLOURDLG" ${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_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
9965
9966fi;
9967
9968 eval "$ac_cv_use_coldlg"
9969 if test "$no_cache" != 1; then
9970 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
9971 fi
9972
9973 if test "$wxUSE_COLOURDLG" = 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}-filedlg" >&5
9984echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6
9985 no_cache=0
9986 # Check whether --enable-filedlg or --disable-filedlg was given.
9987if test "${enable_filedlg+set}" = set; then
9988 enableval="$enable_filedlg"
9989
9990 if test "$enableval" = yes; then
9991 ac_cv_use_filedlg='wxUSE_FILEDLG=yes'
9992 else
9993 ac_cv_use_filedlg='wxUSE_FILEDLG=no'
9994 fi
9995
9996else
9997
9998 LINE=`grep "wxUSE_FILEDLG" ${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_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
10006
10007fi;
10008
10009 eval "$ac_cv_use_filedlg"
10010 if test "$no_cache" != 1; then
10011 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
10012 fi
10013
10014 if test "$wxUSE_FILEDLG" = 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}-finddlg" >&5
10025echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6
10026 no_cache=0
10027 # Check whether --enable-finddlg or --disable-finddlg was given.
10028if test "${enable_finddlg+set}" = set; then
10029 enableval="$enable_finddlg"
10030
10031 if test "$enableval" = yes; then
10032 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
10033 else
10034 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
10035 fi
10036
10037else
10038
10039 LINE=`grep "wxUSE_FINDREPLDLG" ${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_finddlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
10047
10048fi;
10049
10050 eval "$ac_cv_use_finddlg"
10051 if test "$no_cache" != 1; then
10052 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
10053 fi
10054
10055 if test "$wxUSE_FINDREPLDLG" = 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}-fontdlg" >&5
10066echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6
10067 no_cache=0
10068 # Check whether --enable-fontdlg or --disable-fontdlg was given.
10069if test "${enable_fontdlg+set}" = set; then
10070 enableval="$enable_fontdlg"
10071
10072 if test "$enableval" = yes; then
10073 ac_cv_use_fontdlg='wxUSE_FONTDLG=yes'
10074 else
10075 ac_cv_use_fontdlg='wxUSE_FONTDLG=no'
10076 fi
10077
10078else
10079
10080 LINE=`grep "wxUSE_FONTDLG" ${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_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
10088
10089fi;
10090
10091 eval "$ac_cv_use_fontdlg"
10092 if test "$no_cache" != 1; then
10093 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
10094 fi
10095
10096 if test "$wxUSE_FONTDLG" = 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}-dirdlg" >&5
10107echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6
10108 no_cache=0
10109 # Check whether --enable-dirdlg or --disable-dirdlg was given.
10110if test "${enable_dirdlg+set}" = set; then
10111 enableval="$enable_dirdlg"
10112
10113 if test "$enableval" = yes; then
10114 ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
10115 else
10116 ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
10117 fi
10118
10119else
10120
10121 LINE=`grep "wxUSE_DIRDLG" ${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_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
10129
10130fi;
10131
10132 eval "$ac_cv_use_dirdlg"
10133 if test "$no_cache" != 1; then
10134 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
10135 fi
10136
10137 if test "$wxUSE_DIRDLG" = 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}-msgdlg" >&5
10148echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6
10149 no_cache=0
10150 # Check whether --enable-msgdlg or --disable-msgdlg was given.
10151if test "${enable_msgdlg+set}" = set; then
10152 enableval="$enable_msgdlg"
10153
10154 if test "$enableval" = yes; then
10155 ac_cv_use_msgdlg='wxUSE_MSGDLG=yes'
10156 else
10157 ac_cv_use_msgdlg='wxUSE_MSGDLG=no'
10158 fi
10159
10160else
10161
10162 LINE=`grep "wxUSE_MSGDLG" ${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_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
10170
10171fi;
10172
10173 eval "$ac_cv_use_msgdlg"
10174 if test "$no_cache" != 1; then
10175 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
10176 fi
10177
10178 if test "$wxUSE_MSGDLG" = 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
10187 enablestring=
10188 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
10189echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6
10190 no_cache=0
10191 # Check whether --enable-numberdlg or --disable-numberdlg was given.
10192if test "${enable_numberdlg+set}" = set; then
10193 enableval="$enable_numberdlg"
10194
10195 if test "$enableval" = yes; then
10196 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
10197 else
10198 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
10199 fi
10200
10201else
10202
10203 LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
10204 if test "x$LINE" != x ; then
10205 eval "DEFAULT_$LINE"
10206 else
10207 no_cache=1
10208 fi
10209
10210 ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
10211
10212fi;
10213
10214 eval "$ac_cv_use_numberdlg"
10215 if test "$no_cache" != 1; then
10216 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
10217 fi
10218
10219 if test "$wxUSE_NUMBERDLG" = yes; then
10220 echo "$as_me:$LINENO: result: yes" >&5
10221echo "${ECHO_T}yes" >&6
10222 else
10223 echo "$as_me:$LINENO: result: no" >&5
10224echo "${ECHO_T}no" >&6
10225 fi
10226
10227
10228 enablestring=
10229 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
10230echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6
10231 no_cache=0
10232 # Check whether --enable-splash or --disable-splash was given.
10233if test "${enable_splash+set}" = set; then
10234 enableval="$enable_splash"
10235
10236 if test "$enableval" = yes; then
10237 ac_cv_use_splash='wxUSE_SPLASH=yes'
10238 else
10239 ac_cv_use_splash='wxUSE_SPLASH=no'
10240 fi
10241
10242else
10243
10244 LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
10245 if test "x$LINE" != x ; then
10246 eval "DEFAULT_$LINE"
10247 else
10248 no_cache=1
10249 fi
10250
10251 ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
10252
10253fi;
10254
10255 eval "$ac_cv_use_splash"
10256 if test "$no_cache" != 1; then
10257 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
10258 fi
10259
10260 if test "$wxUSE_SPLASH" = yes; then
10261 echo "$as_me:$LINENO: result: yes" >&5
10262echo "${ECHO_T}yes" >&6
10263 else
10264 echo "$as_me:$LINENO: result: no" >&5
10265echo "${ECHO_T}no" >&6
10266 fi
10267
10268
10269 enablestring=
10270 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
10271echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6
10272 no_cache=0
10273 # Check whether --enable-textdlg or --disable-textdlg was given.
10274if test "${enable_textdlg+set}" = set; then
10275 enableval="$enable_textdlg"
10276
10277 if test "$enableval" = yes; then
10278 ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
10279 else
10280 ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
10281 fi
10282
10283else
10284
10285 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
10286 if test "x$LINE" != x ; then
10287 eval "DEFAULT_$LINE"
10288 else
10289 no_cache=1
10290 fi
10291
10292 ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
10293
10294fi;
10295
10296 eval "$ac_cv_use_textdlg"
10297 if test "$no_cache" != 1; then
10298 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
10299 fi
10300
10301 if test "$wxUSE_TEXTDLG" = yes; then
10302 echo "$as_me:$LINENO: result: yes" >&5
10303echo "${ECHO_T}yes" >&6
10304 else
10305 echo "$as_me:$LINENO: result: no" >&5
10306echo "${ECHO_T}no" >&6
10307 fi
10308
10309
10310 enablestring=
10311 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
10312echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6
10313 no_cache=0
10314 # Check whether --enable-tipdlg or --disable-tipdlg was given.
10315if test "${enable_tipdlg+set}" = set; then
10316 enableval="$enable_tipdlg"
10317
10318 if test "$enableval" = yes; then
10319 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
10320 else
10321 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
10322 fi
10323
10324else
10325
10326 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
10327 if test "x$LINE" != x ; then
10328 eval "DEFAULT_$LINE"
10329 else
10330 no_cache=1
10331 fi
10332
10333 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
10334
10335fi;
10336
10337 eval "$ac_cv_use_tipdlg"
10338 if test "$no_cache" != 1; then
10339 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
10340 fi
10341
10342 if test "$wxUSE_STARTUP_TIPS" = yes; then
10343 echo "$as_me:$LINENO: result: yes" >&5
10344echo "${ECHO_T}yes" >&6
10345 else
10346 echo "$as_me:$LINENO: result: no" >&5
10347echo "${ECHO_T}no" >&6
10348 fi
10349
10350
10351 enablestring=
10352 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
10353echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6
10354 no_cache=0
10355 # Check whether --enable-progressdlg or --disable-progressdlg was given.
10356if test "${enable_progressdlg+set}" = set; then
10357 enableval="$enable_progressdlg"
10358
10359 if test "$enableval" = yes; then
10360 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
10361 else
10362 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
10363 fi
10364
10365else
10366
10367 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
10368 if test "x$LINE" != x ; then
10369 eval "DEFAULT_$LINE"
10370 else
10371 no_cache=1
10372 fi
10373
10374 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
10375
10376fi;
10377
10378 eval "$ac_cv_use_progressdlg"
10379 if test "$no_cache" != 1; then
10380 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
10381 fi
10382
10383 if test "$wxUSE_PROGRESSDLG" = yes; then
10384 echo "$as_me:$LINENO: result: yes" >&5
10385echo "${ECHO_T}yes" >&6
10386 else
10387 echo "$as_me:$LINENO: result: no" >&5
10388echo "${ECHO_T}no" >&6
10389 fi
10390
10391
10392 enablestring=
10393 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
10394echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6
10395 no_cache=0
10396 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
10397if test "${enable_wizarddlg+set}" = set; then
10398 enableval="$enable_wizarddlg"
10399
10400 if test "$enableval" = yes; then
10401 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
10402 else
10403 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
10404 fi
10405
10406else
10407
10408 LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
10409 if test "x$LINE" != x ; then
10410 eval "DEFAULT_$LINE"
10411 else
10412 no_cache=1
10413 fi
10414
10415 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
10416
10417fi;
10418
10419 eval "$ac_cv_use_wizarddlg"
10420 if test "$no_cache" != 1; then
10421 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
10422 fi
10423
10424 if test "$wxUSE_WIZARDDLG" = yes; then
10425 echo "$as_me:$LINENO: result: yes" >&5
10426echo "${ECHO_T}yes" >&6
10427 else
10428 echo "$as_me:$LINENO: result: no" >&5
10429echo "${ECHO_T}no" >&6
10430 fi
10431
10432
10433
10434
10435 enablestring=
10436 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
10437echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6
10438 no_cache=0
10439 # Check whether --enable-menus or --disable-menus was given.
10440if test "${enable_menus+set}" = set; then
10441 enableval="$enable_menus"
10442
10443 if test "$enableval" = yes; then
10444 ac_cv_use_menus='wxUSE_MENUS=yes'
10445 else
10446 ac_cv_use_menus='wxUSE_MENUS=no'
10447 fi
10448
10449else
10450
10451 LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
10452 if test "x$LINE" != x ; then
10453 eval "DEFAULT_$LINE"
10454 else
10455 no_cache=1
10456 fi
10457
10458 ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
10459
10460fi;
10461
10462 eval "$ac_cv_use_menus"
10463 if test "$no_cache" != 1; then
10464 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
10465 fi
10466
10467 if test "$wxUSE_MENUS" = yes; then
10468 echo "$as_me:$LINENO: result: yes" >&5
10469echo "${ECHO_T}yes" >&6
10470 else
10471 echo "$as_me:$LINENO: result: no" >&5
10472echo "${ECHO_T}no" >&6
10473 fi
10474
10475
10476 enablestring=
10477 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
10478echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6
10479 no_cache=0
10480 # Check whether --enable-miniframe or --disable-miniframe was given.
10481if test "${enable_miniframe+set}" = set; then
10482 enableval="$enable_miniframe"
10483
10484 if test "$enableval" = yes; then
10485 ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
10486 else
10487 ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
10488 fi
10489
10490else
10491
10492 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
10493 if test "x$LINE" != x ; then
10494 eval "DEFAULT_$LINE"
10495 else
10496 no_cache=1
10497 fi
10498
10499 ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
10500
10501fi;
10502
10503 eval "$ac_cv_use_miniframe"
10504 if test "$no_cache" != 1; then
10505 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
10506 fi
10507
10508 if test "$wxUSE_MINIFRAME" = yes; then
10509 echo "$as_me:$LINENO: result: yes" >&5
10510echo "${ECHO_T}yes" >&6
10511 else
10512 echo "$as_me:$LINENO: result: no" >&5
10513echo "${ECHO_T}no" >&6
10514 fi
10515
10516
10517 enablestring=
10518 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
10519echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6
10520 no_cache=0
10521 # Check whether --enable-tooltips or --disable-tooltips was given.
10522if test "${enable_tooltips+set}" = set; then
10523 enableval="$enable_tooltips"
10524
10525 if test "$enableval" = yes; then
10526 ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
10527 else
10528 ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
10529 fi
10530
10531else
10532
10533 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
10534 if test "x$LINE" != x ; then
10535 eval "DEFAULT_$LINE"
10536 else
10537 no_cache=1
10538 fi
10539
10540 ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
10541
10542fi;
10543
10544 eval "$ac_cv_use_tooltips"
10545 if test "$no_cache" != 1; then
10546 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
10547 fi
10548
10549 if test "$wxUSE_TOOLTIPS" = yes; then
10550 echo "$as_me:$LINENO: result: yes" >&5
10551echo "${ECHO_T}yes" >&6
10552 else
10553 echo "$as_me:$LINENO: result: no" >&5
10554echo "${ECHO_T}no" >&6
10555 fi
10556
10557
10558 enablestring=
10559 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
10560echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6
10561 no_cache=0
10562 # Check whether --enable-splines or --disable-splines was given.
10563if test "${enable_splines+set}" = set; then
10564 enableval="$enable_splines"
10565
10566 if test "$enableval" = yes; then
10567 ac_cv_use_splines='wxUSE_SPLINES=yes'
10568 else
10569 ac_cv_use_splines='wxUSE_SPLINES=no'
10570 fi
10571
10572else
10573
10574 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
10575 if test "x$LINE" != x ; then
10576 eval "DEFAULT_$LINE"
10577 else
10578 no_cache=1
10579 fi
10580
10581 ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
10582
10583fi;
10584
10585 eval "$ac_cv_use_splines"
10586 if test "$no_cache" != 1; then
10587 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
10588 fi
10589
10590 if test "$wxUSE_SPLINES" = yes; then
10591 echo "$as_me:$LINENO: result: yes" >&5
10592echo "${ECHO_T}yes" >&6
10593 else
10594 echo "$as_me:$LINENO: result: no" >&5
10595echo "${ECHO_T}no" >&6
10596 fi
10597
10598
fbe2ca43
SN
10599 enablestring=
10600 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mousewheel" >&5
10601echo $ECHO_N "checking for --${enablestring:-enable}-mousewheel... $ECHO_C" >&6
10602 no_cache=0
10603 # Check whether --enable-mousewheel or --disable-mousewheel was given.
10604if test "${enable_mousewheel+set}" = set; then
10605 enableval="$enable_mousewheel"
10606
10607 if test "$enableval" = yes; then
10608 ac_cv_use_mousewheel='wxUSE_MOUSEWHEEL=yes'
10609 else
10610 ac_cv_use_mousewheel='wxUSE_MOUSEWHEEL=no'
10611 fi
10612
10613else
10614
10615 LINE=`grep "wxUSE_MOUSEWHEEL" ${wx_arg_cache_file}`
10616 if test "x$LINE" != x ; then
10617 eval "DEFAULT_$LINE"
10618 else
10619 no_cache=1
10620 fi
10621
10622 ac_cv_use_mousewheel='wxUSE_MOUSEWHEEL='$DEFAULT_wxUSE_MOUSEWHEEL
10623
10624fi;
10625
10626 eval "$ac_cv_use_mousewheel"
10627 if test "$no_cache" != 1; then
10628 echo $ac_cv_use_mousewheel >> ${wx_arg_cache_file}.tmp
10629 fi
10630
10631 if test "$wxUSE_MOUSEWHEEL" = yes; then
10632 echo "$as_me:$LINENO: result: yes" >&5
10633echo "${ECHO_T}yes" >&6
10634 else
10635 echo "$as_me:$LINENO: result: no" >&5
10636echo "${ECHO_T}no" >&6
10637 fi
10638
10639
a848cd7e
SC
10640 enablestring=
10641 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
10642echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6
10643 no_cache=0
10644 # Check whether --enable-validators or --disable-validators was given.
10645if test "${enable_validators+set}" = set; then
10646 enableval="$enable_validators"
10647
10648 if test "$enableval" = yes; then
10649 ac_cv_use_validators='wxUSE_VALIDATORS=yes'
10650 else
10651 ac_cv_use_validators='wxUSE_VALIDATORS=no'
10652 fi
10653
10654else
10655
10656 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
10657 if test "x$LINE" != x ; then
10658 eval "DEFAULT_$LINE"
10659 else
10660 no_cache=1
10661 fi
10662
10663 ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
10664
10665fi;
10666
10667 eval "$ac_cv_use_validators"
10668 if test "$no_cache" != 1; then
10669 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
10670 fi
10671
10672 if test "$wxUSE_VALIDATORS" = yes; then
10673 echo "$as_me:$LINENO: result: yes" >&5
10674echo "${ECHO_T}yes" >&6
10675 else
10676 echo "$as_me:$LINENO: result: no" >&5
10677echo "${ECHO_T}no" >&6
10678 fi
10679
10680
10681 enablestring=
10682 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
10683echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6
10684 no_cache=0
10685 # Check whether --enable-busyinfo or --disable-busyinfo was given.
10686if test "${enable_busyinfo+set}" = set; then
10687 enableval="$enable_busyinfo"
10688
10689 if test "$enableval" = yes; then
10690 ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
10691 else
10692 ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
10693 fi
10694
10695else
10696
10697 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
10698 if test "x$LINE" != x ; then
10699 eval "DEFAULT_$LINE"
10700 else
10701 no_cache=1
10702 fi
10703
10704 ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
10705
10706fi;
10707
10708 eval "$ac_cv_use_busyinfo"
10709 if test "$no_cache" != 1; then
10710 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
10711 fi
10712
10713 if test "$wxUSE_BUSYINFO" = yes; then
10714 echo "$as_me:$LINENO: result: yes" >&5
10715echo "${ECHO_T}yes" >&6
10716 else
10717 echo "$as_me:$LINENO: result: no" >&5
10718echo "${ECHO_T}no" >&6
10719 fi
10720
10721
10722 enablestring=
10723 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
10724echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6
10725 no_cache=0
10726 # Check whether --enable-joystick or --disable-joystick was given.
10727if test "${enable_joystick+set}" = set; then
10728 enableval="$enable_joystick"
10729
10730 if test "$enableval" = yes; then
10731 ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
10732 else
10733 ac_cv_use_joystick='wxUSE_JOYSTICK=no'
10734 fi
10735
10736else
10737
10738 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
10739 if test "x$LINE" != x ; then
10740 eval "DEFAULT_$LINE"
10741 else
10742 no_cache=1
10743 fi
10744
10745 ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
10746
10747fi;
10748
10749 eval "$ac_cv_use_joystick"
10750 if test "$no_cache" != 1; then
10751 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
10752 fi
10753
10754 if test "$wxUSE_JOYSTICK" = yes; then
10755 echo "$as_me:$LINENO: result: yes" >&5
10756echo "${ECHO_T}yes" >&6
10757 else
10758 echo "$as_me:$LINENO: result: no" >&5
10759echo "${ECHO_T}no" >&6
10760 fi
10761
10762
10763 enablestring=
10764 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
10765echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
10766 no_cache=0
10767 # Check whether --enable-metafile or --disable-metafile was given.
10768if test "${enable_metafile+set}" = set; then
10769 enableval="$enable_metafile"
10770
10771 if test "$enableval" = yes; then
10772 ac_cv_use_metafile='wxUSE_METAFILE=yes'
10773 else
10774 ac_cv_use_metafile='wxUSE_METAFILE=no'
10775 fi
10776
10777else
10778
10779 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
10780 if test "x$LINE" != x ; then
10781 eval "DEFAULT_$LINE"
10782 else
10783 no_cache=1
10784 fi
10785
10786 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
10787
10788fi;
10789
10790 eval "$ac_cv_use_metafile"
10791 if test "$no_cache" != 1; then
10792 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
10793 fi
10794
10795 if test "$wxUSE_METAFILE" = yes; then
10796 echo "$as_me:$LINENO: result: yes" >&5
10797echo "${ECHO_T}yes" >&6
10798 else
10799 echo "$as_me:$LINENO: result: no" >&5
10800echo "${ECHO_T}no" >&6
10801 fi
10802
10803
10804 enablestring=
10805 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
10806echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6
10807 no_cache=0
10808 # Check whether --enable-dragimage or --disable-dragimage was given.
10809if test "${enable_dragimage+set}" = set; then
10810 enableval="$enable_dragimage"
10811
10812 if test "$enableval" = yes; then
10813 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
10814 else
10815 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
10816 fi
10817
10818else
10819
10820 LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
10821 if test "x$LINE" != x ; then
10822 eval "DEFAULT_$LINE"
10823 else
10824 no_cache=1
10825 fi
10826
10827 ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
10828
10829fi;
10830
10831 eval "$ac_cv_use_dragimage"
10832 if test "$no_cache" != 1; then
10833 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
10834 fi
10835
10836 if test "$wxUSE_DRAGIMAGE" = yes; then
10837 echo "$as_me:$LINENO: result: yes" >&5
10838echo "${ECHO_T}yes" >&6
10839 else
10840 echo "$as_me:$LINENO: result: no" >&5
10841echo "${ECHO_T}no" >&6
10842 fi
10843
10844
10845 enablestring=
10846 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
10847echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6
10848 no_cache=0
10849 # Check whether --enable-accessibility or --disable-accessibility was given.
10850if test "${enable_accessibility+set}" = set; then
10851 enableval="$enable_accessibility"
10852
10853 if test "$enableval" = yes; then
10854 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=yes'
10855 else
10856 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=no'
10857 fi
10858
10859else
10860
10861 LINE=`grep "wxUSE_ACCESSIBILITY" ${wx_arg_cache_file}`
10862 if test "x$LINE" != x ; then
10863 eval "DEFAULT_$LINE"
10864 else
10865 no_cache=1
10866 fi
10867
10868 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY='$DEFAULT_wxUSE_ACCESSIBILITY
10869
10870fi;
10871
10872 eval "$ac_cv_use_accessibility"
10873 if test "$no_cache" != 1; then
10874 echo $ac_cv_use_accessibility >> ${wx_arg_cache_file}.tmp
10875 fi
10876
10877 if test "$wxUSE_ACCESSIBILITY" = yes; then
10878 echo "$as_me:$LINENO: result: yes" >&5
10879echo "${ECHO_T}yes" >&6
10880 else
10881 echo "$as_me:$LINENO: result: no" >&5
10882echo "${ECHO_T}no" >&6
10883 fi
10884
10885
38b4a946
VZ
10886if test "$wxUSE_MSW" = "1"; then
10887
10888 enablestring=
10889 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dccache" >&5
10890echo $ECHO_N "checking for --${enablestring:-enable}-dccache... $ECHO_C" >&6
10891 no_cache=0
10892 # Check whether --enable-dccache or --disable-dccache was given.
10893if test "${enable_dccache+set}" = set; then
10894 enableval="$enable_dccache"
10895
10896 if test "$enableval" = yes; then
10897 ac_cv_use_dccache='wxUSE_DC_CACHEING=yes'
10898 else
10899 ac_cv_use_dccache='wxUSE_DC_CACHEING=no'
10900 fi
10901
10902else
10903
10904 LINE=`grep "wxUSE_DC_CACHEING" ${wx_arg_cache_file}`
10905 if test "x$LINE" != x ; then
10906 eval "DEFAULT_$LINE"
10907 else
10908 no_cache=1
10909 fi
10910
10911 ac_cv_use_dccache='wxUSE_DC_CACHEING='$DEFAULT_wxUSE_DC_CACHEING
10912
10913fi;
10914
10915 eval "$ac_cv_use_dccache"
10916 if test "$no_cache" != 1; then
10917 echo $ac_cv_use_dccache >> ${wx_arg_cache_file}.tmp
10918 fi
10919
10920 if test "$wxUSE_DC_CACHEING" = yes; then
10921 echo "$as_me:$LINENO: result: yes" >&5
10922echo "${ECHO_T}yes" >&6
10923 else
10924 echo "$as_me:$LINENO: result: no" >&5
10925echo "${ECHO_T}no" >&6
10926 fi
10927
10928fi
10929
a848cd7e
SC
10930
10931
10932 enablestring=
10933 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
10934echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6
10935 no_cache=0
10936 # Check whether --enable-palette or --disable-palette was given.
10937if test "${enable_palette+set}" = set; then
10938 enableval="$enable_palette"
10939
10940 if test "$enableval" = yes; then
10941 ac_cv_use_palette='wxUSE_PALETTE=yes'
10942 else
10943 ac_cv_use_palette='wxUSE_PALETTE=no'
10944 fi
10945
10946else
10947
10948 LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
10949 if test "x$LINE" != x ; then
10950 eval "DEFAULT_$LINE"
10951 else
10952 no_cache=1
10953 fi
10954
10955 ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
10956
10957fi;
10958
10959 eval "$ac_cv_use_palette"
10960 if test "$no_cache" != 1; then
10961 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
10962 fi
10963
10964 if test "$wxUSE_PALETTE" = yes; then
10965 echo "$as_me:$LINENO: result: yes" >&5
10966echo "${ECHO_T}yes" >&6
10967 else
10968 echo "$as_me:$LINENO: result: no" >&5
10969echo "${ECHO_T}no" >&6
10970 fi
10971
10972
10973 enablestring=
10974 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
10975echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6
10976 no_cache=0
10977 # Check whether --enable-image or --disable-image was given.
10978if test "${enable_image+set}" = set; then
10979 enableval="$enable_image"
10980
10981 if test "$enableval" = yes; then
10982 ac_cv_use_image='wxUSE_IMAGE=yes'
10983 else
10984 ac_cv_use_image='wxUSE_IMAGE=no'
10985 fi
10986
10987else
10988
10989 LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
10990 if test "x$LINE" != x ; then
10991 eval "DEFAULT_$LINE"
10992 else
10993 no_cache=1
10994 fi
10995
10996 ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
10997
10998fi;
10999
11000 eval "$ac_cv_use_image"
11001 if test "$no_cache" != 1; then
11002 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
11003 fi
11004
11005 if test "$wxUSE_IMAGE" = yes; then
11006 echo "$as_me:$LINENO: result: yes" >&5
11007echo "${ECHO_T}yes" >&6
11008 else
11009 echo "$as_me:$LINENO: result: no" >&5
11010echo "${ECHO_T}no" >&6
11011 fi
11012
11013
11014 enablestring=
11015 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
11016echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6
11017 no_cache=0
11018 # Check whether --enable-gif or --disable-gif was given.
11019if test "${enable_gif+set}" = set; then
11020 enableval="$enable_gif"
11021
11022 if test "$enableval" = yes; then
11023 ac_cv_use_gif='wxUSE_GIF=yes'
11024 else
11025 ac_cv_use_gif='wxUSE_GIF=no'
11026 fi
11027
11028else
11029
11030 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
11031 if test "x$LINE" != x ; then
11032 eval "DEFAULT_$LINE"
11033 else
11034 no_cache=1
11035 fi
11036
11037 ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
11038
11039fi;
11040
11041 eval "$ac_cv_use_gif"
11042 if test "$no_cache" != 1; then
11043 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
11044 fi
11045
11046 if test "$wxUSE_GIF" = yes; then
11047 echo "$as_me:$LINENO: result: yes" >&5
11048echo "${ECHO_T}yes" >&6
11049 else
11050 echo "$as_me:$LINENO: result: no" >&5
11051echo "${ECHO_T}no" >&6
11052 fi
11053
11054
11055 enablestring=
11056 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
11057echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6
11058 no_cache=0
11059 # Check whether --enable-pcx or --disable-pcx was given.
11060if test "${enable_pcx+set}" = set; then
11061 enableval="$enable_pcx"
11062
11063 if test "$enableval" = yes; then
11064 ac_cv_use_pcx='wxUSE_PCX=yes'
11065 else
11066 ac_cv_use_pcx='wxUSE_PCX=no'
11067 fi
11068
11069else
11070
11071 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
11072 if test "x$LINE" != x ; then
11073 eval "DEFAULT_$LINE"
11074 else
11075 no_cache=1
11076 fi
11077
11078 ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
11079
11080fi;
11081
11082 eval "$ac_cv_use_pcx"
11083 if test "$no_cache" != 1; then
11084 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
11085 fi
11086
11087 if test "$wxUSE_PCX" = yes; then
11088 echo "$as_me:$LINENO: result: yes" >&5
11089echo "${ECHO_T}yes" >&6
11090 else
11091 echo "$as_me:$LINENO: result: no" >&5
11092echo "${ECHO_T}no" >&6
11093 fi
11094
11095
11096 enablestring=
11097 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
11098echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6
11099 no_cache=0
11100 # Check whether --enable-iff or --disable-iff was given.
11101if test "${enable_iff+set}" = set; then
11102 enableval="$enable_iff"
11103
11104 if test "$enableval" = yes; then
11105 ac_cv_use_iff='wxUSE_IFF=yes'
11106 else
11107 ac_cv_use_iff='wxUSE_IFF=no'
11108 fi
11109
11110else
11111
11112 LINE=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
11113 if test "x$LINE" != x ; then
11114 eval "DEFAULT_$LINE"
11115 else
11116 no_cache=1
11117 fi
11118
11119 ac_cv_use_iff='wxUSE_IFF='$DEFAULT_wxUSE_IFF
11120
11121fi;
11122
11123 eval "$ac_cv_use_iff"
11124 if test "$no_cache" != 1; then
11125 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
11126 fi
11127
11128 if test "$wxUSE_IFF" = yes; then
11129 echo "$as_me:$LINENO: result: yes" >&5
11130echo "${ECHO_T}yes" >&6
11131 else
11132 echo "$as_me:$LINENO: result: no" >&5
11133echo "${ECHO_T}no" >&6
11134 fi
11135
11136
11137 enablestring=
11138 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
11139echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6
11140 no_cache=0
11141 # Check whether --enable-pnm or --disable-pnm was given.
11142if test "${enable_pnm+set}" = set; then
11143 enableval="$enable_pnm"
11144
11145 if test "$enableval" = yes; then
11146 ac_cv_use_pnm='wxUSE_PNM=yes'
11147 else
11148 ac_cv_use_pnm='wxUSE_PNM=no'
11149 fi
11150
11151else
11152
11153 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
11154 if test "x$LINE" != x ; then
11155 eval "DEFAULT_$LINE"
11156 else
11157 no_cache=1
11158 fi
11159
11160 ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
11161
11162fi;
11163
11164 eval "$ac_cv_use_pnm"
11165 if test "$no_cache" != 1; then
11166 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
11167 fi
11168
11169 if test "$wxUSE_PNM" = yes; then
11170 echo "$as_me:$LINENO: result: yes" >&5
11171echo "${ECHO_T}yes" >&6
11172 else
11173 echo "$as_me:$LINENO: result: no" >&5
11174echo "${ECHO_T}no" >&6
11175 fi
11176
11177
11178 enablestring=
11179 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
11180echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6
11181 no_cache=0
11182 # Check whether --enable-xpm or --disable-xpm was given.
11183if test "${enable_xpm+set}" = set; then
11184 enableval="$enable_xpm"
11185
11186 if test "$enableval" = yes; then
11187 ac_cv_use_xpm='wxUSE_XPM=yes'
11188 else
11189 ac_cv_use_xpm='wxUSE_XPM=no'
11190 fi
11191
11192else
11193
11194 LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
11195 if test "x$LINE" != x ; then
11196 eval "DEFAULT_$LINE"
11197 else
11198 no_cache=1
11199 fi
11200
11201 ac_cv_use_xpm='wxUSE_XPM='$DEFAULT_wxUSE_XPM
11202
11203fi;
11204
11205 eval "$ac_cv_use_xpm"
11206 if test "$no_cache" != 1; then
11207 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
11208 fi
11209
11210 if test "$wxUSE_XPM" = yes; then
11211 echo "$as_me:$LINENO: result: yes" >&5
11212echo "${ECHO_T}yes" >&6
11213 else
11214 echo "$as_me:$LINENO: result: no" >&5
11215echo "${ECHO_T}no" >&6
11216 fi
11217
11218
11219 enablestring=
11220 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
11221echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6
11222 no_cache=0
11223 # Check whether --enable-ico_cur or --disable-ico_cur was given.
11224if test "${enable_ico_cur+set}" = set; then
11225 enableval="$enable_ico_cur"
11226
11227 if test "$enableval" = yes; then
11228 ac_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
11229 else
11230 ac_cv_use_ico_cur='wxUSE_ICO_CUR=no'
11231 fi
11232
11233else
11234
11235 LINE=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
11236 if test "x$LINE" != x ; then
11237 eval "DEFAULT_$LINE"
11238 else
11239 no_cache=1
11240 fi
11241
11242 ac_cv_use_ico_cur='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
11243
11244fi;
11245
11246 eval "$ac_cv_use_ico_cur"
11247 if test "$no_cache" != 1; then
11248 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
11249 fi
11250
11251 if test "$wxUSE_ICO_CUR" = yes; then
11252 echo "$as_me:$LINENO: result: yes" >&5
11253echo "${ECHO_T}yes" >&6
11254 else
11255 echo "$as_me:$LINENO: result: no" >&5
11256echo "${ECHO_T}no" >&6
11257 fi
11258
11259
11260fi
11261
11262
11263
ceec2216
RL
11264# Check whether --with-flavour or --without-flavour was given.
11265if test "${with_flavour+set}" = set; then
11266 withval="$with_flavour"
11267 WX_FLAVOUR="$withval"
11268fi;
11269
11270
11271
a848cd7e
SC
11272 enablestring=
11273 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
11274echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6
11275 no_cache=0
11276 # Check whether --enable-official_build or --disable-official_build was given.
11277if test "${enable_official_build+set}" = set; then
11278 enableval="$enable_official_build"
11279
11280 if test "$enableval" = yes; then
11281 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=yes'
11282 else
11283 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=no'
11284 fi
11285
11286else
11287
11288 LINE=`grep "wxUSE_OFFICIAL_BUILD" ${wx_arg_cache_file}`
11289 if test "x$LINE" != x ; then
11290 eval "DEFAULT_$LINE"
11291 else
11292 no_cache=1
11293 fi
11294
11295 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD='$DEFAULT_wxUSE_OFFICIAL_BUILD
11296
11297fi;
11298
11299 eval "$ac_cv_use_official_build"
11300 if test "$no_cache" != 1; then
11301 echo $ac_cv_use_official_build >> ${wx_arg_cache_file}.tmp
11302 fi
11303
11304 if test "$wxUSE_OFFICIAL_BUILD" = yes; then
11305 echo "$as_me:$LINENO: result: yes" >&5
11306echo "${ECHO_T}yes" >&6
11307 else
11308 echo "$as_me:$LINENO: result: no" >&5
11309echo "${ECHO_T}no" >&6
11310 fi
11311
11312# Check whether --enable-vendor or --disable-vendor was given.
11313if test "${enable_vendor+set}" = set; then
11314 enableval="$enable_vendor"
11315 VENDOR="$enableval"
11316fi;
11317if test "x$VENDOR" = "x"; then
11318 VENDOR="custom"
11319fi
11320
a848cd7e
SC
11321
11322
11323
11324 echo "saving argument cache $wx_arg_cache_file"
11325 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
11326
11327
11328
11329echo "$as_me:$LINENO: checking for toolkit" >&5
11330echo $ECHO_N "checking for toolkit... $ECHO_C" >&6
11331
11332# In Wine, we need to default to MSW, not GTK or MOTIF
11333if test "$wxUSE_WINE" = "yes"; then
11334 DEFAULT_DEFAULT_wxUSE_GTK=0
11335 DEFAULT_DEFAULT_wxUSE_MOTIF=0
11336 DEFAULT_DEFAULT_wxUSE_MSW=1
11337 wxUSE_SHARED=no
11338fi
11339
f597b41c 11340
a848cd7e
SC
11341if test "$wxUSE_GUI" = "yes"; then
11342
11343 if test "$USE_BEOS" = 1; then
11344 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
11345echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
11346 { (exit 1); exit 1; }; }
11347 fi
11348
11349 if test "$TOOLKIT_GIVEN" = 1; then
11350 for toolkit in `echo $ALL_TOOLKITS`; do
11351 var=wxUSE_$toolkit
11352 eval "value=\$${var}"
f34ca037
MW
11353 if test "x$value" = "xno"; then
11354 eval "$var=0"
11355 elif test "x$value" != "x"; then
11356 eval "$var=1"
11357 fi
11358
11359 if test "x$value" != "x" -a "x$value" != "xyes" -a "x$value" != "xno"; then
11360 eval "wx${toolkit}_VERSION=$value"
11361 fi
a848cd7e
SC
11362 done
11363 else
11364 for toolkit in `echo $ALL_TOOLKITS`; do
11365 if test "$has_toolkit_in_cache" != 1; then
11366 var=DEFAULT_DEFAULT_wxUSE_$toolkit
11367 else
11368 var=DEFAULT_wxUSE_$toolkit
f34ca037
MW
11369
11370 eval "version=\$DEFAULT_wx${toolkit}_VERSION"
11371 if test "x$version" != "x"; then
11372 eval "wx${toolkit}_VERSION=$version"
11373 fi
a848cd7e
SC
11374 fi
11375 eval "wxUSE_$toolkit=\$${var}"
11376 done
11377 fi
11378
11379 NUM_TOOLKITS=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
b3c86150 11380 + ${wxUSE_MGL:-0} + ${wxUSE_DFB:-0} + ${wxUSE_MICROWIN:-0} \
a848cd7e
SC
11381 + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
11382
11383 case "${host}" in
11384 *-pc-os2_emx | *-pc-os2-emx )
11385 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
11386 esac
11387
11388 case "$NUM_TOOLKITS" in
11389 1)
11390 ;;
11391 0)
11392 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
11393echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
11394 { (exit 1); exit 1; }; }
11395 ;;
11396 *)
11397 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
11398echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
11399 { (exit 1); exit 1; }; }
11400 esac
11401
f34ca037
MW
11402 # to be removed when --disable-gtk2 isn't needed
11403 if test "x$wxUSE_GTK2" = "xyes"; then
11404 wxGTK_VERSION=2
11405 elif test "x$wxUSE_GTK2" = "xno"; then
11406 wxGTK_VERSION=1
11407 fi
11408
a848cd7e
SC
11409 for toolkit in `echo $ALL_TOOLKITS`; do
11410 var=wxUSE_$toolkit
11411 eval "value=\$${var}"
11412 if test "x$value" != x; then
11413 cache_var=CACHE_$toolkit
11414 eval "cache=\$${cache_var}"
11415 if test "$cache" = 1; then
11416 echo "$var=$value" >> ${wx_arg_cache_file}
f34ca037
MW
11417 eval "version=\$wx${toolkit}_VERSION"
11418 if test "x$version" != "x"; then
11419 echo "wx${toolkit}_VERSION=$version" >> ${wx_arg_cache_file}
11420 fi
a848cd7e
SC
11421 fi
11422 if test "$value" = 1; then
11423 toolkit_echo=`echo $toolkit | tr "[A-Z]" "[a-z]"`
11424 echo "$as_me:$LINENO: result: $toolkit_echo" >&5
11425echo "${ECHO_T}$toolkit_echo" >&6
11426 fi
11427 fi
11428 done
11429else
11430 if test "x$host_alias" != "x"; then
11431 echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
11432echo "${ECHO_T}base ($host_alias hosted) only" >&6
11433 else
11434 echo "$as_me:$LINENO: result: base only" >&5
11435echo "${ECHO_T}base only" >&6
11436 fi
11437fi
11438
11439wants_win32=0
11440doesnt_want_win32=0
11441case "${host}" in
11442 *-*-cygwin*)
11443 if test "$wxUSE_MSW" = 1 ; then
11444 wants_win32=1
7275146d 11445 BAKEFILE_FORCE_PLATFORM=win32
a848cd7e
SC
11446 else
11447 doesnt_want_win32=1
11448 fi
11449 ;;
11450 *-*-mingw*)
11451 wants_win32=1
11452 ;;
11453esac
11454
11455if test "$wxUSE_WINE" = "yes"; then
11456 wants_win32=1
11457 CC=winegcc
11458 CXX=wineg++
a848cd7e
SC
11459 LDFLAGS_GUI="-mwindows"
11460fi
11461
11462if test "$wants_win32" = 1 ; then
11463 USE_UNIX=0
11464 USE_WIN32=1
11465 cat >>confdefs.h <<\_ACEOF
11466#define __WIN32__ 1
11467_ACEOF
11468
11469 cat >>confdefs.h <<\_ACEOF
11470#define __WIN95__ 1
11471_ACEOF
11472
11473 cat >>confdefs.h <<\_ACEOF
11474#define __WINDOWS__ 1
11475_ACEOF
11476
11477 cat >>confdefs.h <<\_ACEOF
11478#define __GNUWIN32__ 1
11479_ACEOF
11480
11481 cat >>confdefs.h <<\_ACEOF
11482#define STRICT 1
11483_ACEOF
11484
11485 cat >>confdefs.h <<\_ACEOF
11486#define WINVER 0x0400
11487_ACEOF
11488
11489fi
11490if test "$doesnt_want_win32" = 1 ; then
11491 USE_UNIX=1
11492 USE_WIN32=0
11493fi
11494
11495if test "$USE_UNIX" = 1 ; then
11496 wxUSE_UNIX=yes
11497 cat >>confdefs.h <<\_ACEOF
11498#define __UNIX__ 1
11499_ACEOF
11500
11501fi
11502
11503
11504cat >confcache <<\_ACEOF
11505# This file is a shell script that caches the results of configure
11506# tests run on this system so they can be shared between configure
11507# scripts and configure runs, see configure's option --config-cache.
11508# It is not useful on other systems. If it contains results you don't
11509# want to keep, you may remove or edit it.
11510#
11511# config.status only pays attention to the cache file if you give it
11512# the --recheck option to rerun configure.
11513#
11514# `ac_cv_env_foo' variables (set or unset) will be overridden when
11515# loading this file, other *unset* `ac_cv_foo' will be assigned the
11516# following values.
11517
11518_ACEOF
11519
11520# The following way of writing the cache mishandles newlines in values,
11521# but we know of no workaround that is simple, portable, and efficient.
11522# So, don't put newlines in cache variables' values.
11523# Ultrix sh set writes to stderr and can't be redirected directly,
11524# and sets the high bit in the cache file unless we assign to the vars.
11525{
11526 (set) 2>&1 |
11527 case `(ac_space=' '; set | grep ac_space) 2>&1` in
11528 *ac_space=\ *)
11529 # `set' does not quote correctly, so add quotes (double-quote
11530 # substitution turns \\\\ into \\, and sed turns \\ into \).
11531 sed -n \
ac1cb8d3
VS
11532 "s/'/'\\\\''/g;
11533 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
a848cd7e
SC
11534 ;;
11535 *)
11536 # `set' quotes correctly as required by POSIX, so do not add quotes.
11537 sed -n \
ac1cb8d3 11538 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
a848cd7e
SC
11539 ;;
11540 esac;
11541} |
11542 sed '
11543 t clear
11544 : clear
11545 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11546 t end
11547 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11548 : end' >>confcache
11549if diff $cache_file confcache >/dev/null 2>&1; then :; else
11550 if test -w $cache_file; then
11551 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
11552 cat confcache >$cache_file
11553 else
11554 echo "not updating unwritable cache $cache_file"
11555 fi
11556fi
11557rm -f confcache
11558
a848cd7e 11559CFLAGS=${CFLAGS:=}
6dcfc289
DE
11560
11561
3006edc0 11562
6dcfc289 11563 ac_ext=c
a848cd7e
SC
11564ac_cpp='$CPP $CPPFLAGS'
11565ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11566ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11567ac_compiler_gnu=$ac_cv_c_compiler_gnu
11568if test -n "$ac_tool_prefix"; then
11569 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
11570set dummy ${ac_tool_prefix}gcc; ac_word=$2
11571echo "$as_me:$LINENO: checking for $ac_word" >&5
11572echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11573if test "${ac_cv_prog_CC+set}" = set; then
11574 echo $ECHO_N "(cached) $ECHO_C" >&6
11575else
11576 if test -n "$CC"; then
11577 ac_cv_prog_CC="$CC" # Let the user override the test.
11578else
11579as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11580for as_dir in $PATH
11581do
11582 IFS=$as_save_IFS
11583 test -z "$as_dir" && as_dir=.
11584 for ac_exec_ext in '' $ac_executable_extensions; do
11585 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11586 ac_cv_prog_CC="${ac_tool_prefix}gcc"
11587 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11588 break 2
11589 fi
11590done
11591done
11592
11593fi
11594fi
11595CC=$ac_cv_prog_CC
11596if test -n "$CC"; then
11597 echo "$as_me:$LINENO: result: $CC" >&5
11598echo "${ECHO_T}$CC" >&6
11599else
11600 echo "$as_me:$LINENO: result: no" >&5
11601echo "${ECHO_T}no" >&6
11602fi
11603
11604fi
11605if test -z "$ac_cv_prog_CC"; then
11606 ac_ct_CC=$CC
11607 # Extract the first word of "gcc", so it can be a program name with args.
11608set dummy gcc; ac_word=$2
11609echo "$as_me:$LINENO: checking for $ac_word" >&5
11610echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11611if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
11612 echo $ECHO_N "(cached) $ECHO_C" >&6
11613else
11614 if test -n "$ac_ct_CC"; then
11615 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
11616else
11617as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11618for as_dir in $PATH
11619do
11620 IFS=$as_save_IFS
11621 test -z "$as_dir" && as_dir=.
11622 for ac_exec_ext in '' $ac_executable_extensions; do
11623 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11624 ac_cv_prog_ac_ct_CC="gcc"
11625 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11626 break 2
11627 fi
11628done
11629done
11630
11631fi
11632fi
11633ac_ct_CC=$ac_cv_prog_ac_ct_CC
11634if test -n "$ac_ct_CC"; then
11635 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
11636echo "${ECHO_T}$ac_ct_CC" >&6
11637else
11638 echo "$as_me:$LINENO: result: no" >&5
11639echo "${ECHO_T}no" >&6
11640fi
11641
11642 CC=$ac_ct_CC
11643else
11644 CC="$ac_cv_prog_CC"
11645fi
11646
11647if test -z "$CC"; then
11648 if test -n "$ac_tool_prefix"; then
11649 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
11650set dummy ${ac_tool_prefix}cc; ac_word=$2
11651echo "$as_me:$LINENO: checking for $ac_word" >&5
11652echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11653if test "${ac_cv_prog_CC+set}" = set; then
11654 echo $ECHO_N "(cached) $ECHO_C" >&6
11655else
11656 if test -n "$CC"; then
11657 ac_cv_prog_CC="$CC" # Let the user override the test.
11658else
11659as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11660for as_dir in $PATH
11661do
11662 IFS=$as_save_IFS
11663 test -z "$as_dir" && as_dir=.
11664 for ac_exec_ext in '' $ac_executable_extensions; do
11665 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11666 ac_cv_prog_CC="${ac_tool_prefix}cc"
11667 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11668 break 2
11669 fi
11670done
11671done
11672
11673fi
11674fi
11675CC=$ac_cv_prog_CC
11676if test -n "$CC"; then
11677 echo "$as_me:$LINENO: result: $CC" >&5
11678echo "${ECHO_T}$CC" >&6
11679else
11680 echo "$as_me:$LINENO: result: no" >&5
11681echo "${ECHO_T}no" >&6
11682fi
11683
11684fi
11685if test -z "$ac_cv_prog_CC"; then
11686 ac_ct_CC=$CC
11687 # Extract the first word of "cc", so it can be a program name with args.
11688set dummy cc; ac_word=$2
11689echo "$as_me:$LINENO: checking for $ac_word" >&5
11690echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11691if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
11692 echo $ECHO_N "(cached) $ECHO_C" >&6
11693else
11694 if test -n "$ac_ct_CC"; then
11695 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
11696else
11697as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11698for as_dir in $PATH
11699do
11700 IFS=$as_save_IFS
11701 test -z "$as_dir" && as_dir=.
11702 for ac_exec_ext in '' $ac_executable_extensions; do
11703 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11704 ac_cv_prog_ac_ct_CC="cc"
11705 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11706 break 2
11707 fi
11708done
11709done
11710
11711fi
11712fi
11713ac_ct_CC=$ac_cv_prog_ac_ct_CC
11714if test -n "$ac_ct_CC"; then
11715 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
11716echo "${ECHO_T}$ac_ct_CC" >&6
11717else
11718 echo "$as_me:$LINENO: result: no" >&5
11719echo "${ECHO_T}no" >&6
11720fi
11721
11722 CC=$ac_ct_CC
11723else
11724 CC="$ac_cv_prog_CC"
11725fi
11726
11727fi
11728if test -z "$CC"; then
11729 # Extract the first word of "cc", so it can be a program name with args.
11730set dummy cc; ac_word=$2
11731echo "$as_me:$LINENO: checking for $ac_word" >&5
11732echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11733if test "${ac_cv_prog_CC+set}" = set; then
11734 echo $ECHO_N "(cached) $ECHO_C" >&6
11735else
11736 if test -n "$CC"; then
11737 ac_cv_prog_CC="$CC" # Let the user override the test.
11738else
11739 ac_prog_rejected=no
11740as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11741for as_dir in $PATH
11742do
11743 IFS=$as_save_IFS
11744 test -z "$as_dir" && as_dir=.
11745 for ac_exec_ext in '' $ac_executable_extensions; do
11746 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11747 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
11748 ac_prog_rejected=yes
11749 continue
11750 fi
11751 ac_cv_prog_CC="cc"
11752 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11753 break 2
11754 fi
11755done
11756done
11757
11758if test $ac_prog_rejected = yes; then
11759 # We found a bogon in the path, so make sure we never use it.
11760 set dummy $ac_cv_prog_CC
11761 shift
11762 if test $# != 0; then
11763 # We chose a different compiler from the bogus one.
11764 # However, it has the same basename, so the bogon will be chosen
11765 # first if we set CC to just the basename; use the full file name.
11766 shift
11767 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
11768 fi
11769fi
11770fi
11771fi
11772CC=$ac_cv_prog_CC
11773if test -n "$CC"; then
11774 echo "$as_me:$LINENO: result: $CC" >&5
11775echo "${ECHO_T}$CC" >&6
11776else
11777 echo "$as_me:$LINENO: result: no" >&5
11778echo "${ECHO_T}no" >&6
11779fi
11780
11781fi
11782if test -z "$CC"; then
11783 if test -n "$ac_tool_prefix"; then
11784 for ac_prog in cl
11785 do
11786 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
11787set dummy $ac_tool_prefix$ac_prog; ac_word=$2
11788echo "$as_me:$LINENO: checking for $ac_word" >&5
11789echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11790if test "${ac_cv_prog_CC+set}" = set; then
11791 echo $ECHO_N "(cached) $ECHO_C" >&6
11792else
11793 if test -n "$CC"; then
11794 ac_cv_prog_CC="$CC" # Let the user override the test.
11795else
11796as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11797for as_dir in $PATH
11798do
11799 IFS=$as_save_IFS
11800 test -z "$as_dir" && as_dir=.
11801 for ac_exec_ext in '' $ac_executable_extensions; do
11802 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11803 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
11804 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11805 break 2
11806 fi
11807done
11808done
11809
11810fi
11811fi
11812CC=$ac_cv_prog_CC
11813if test -n "$CC"; then
11814 echo "$as_me:$LINENO: result: $CC" >&5
11815echo "${ECHO_T}$CC" >&6
11816else
11817 echo "$as_me:$LINENO: result: no" >&5
11818echo "${ECHO_T}no" >&6
11819fi
11820
11821 test -n "$CC" && break
11822 done
11823fi
11824if test -z "$CC"; then
11825 ac_ct_CC=$CC
11826 for ac_prog in cl
11827do
11828 # Extract the first word of "$ac_prog", so it can be a program name with args.
11829set dummy $ac_prog; ac_word=$2
11830echo "$as_me:$LINENO: checking for $ac_word" >&5
11831echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11832if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
11833 echo $ECHO_N "(cached) $ECHO_C" >&6
11834else
11835 if test -n "$ac_ct_CC"; then
11836 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
11837else
11838as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11839for as_dir in $PATH
11840do
11841 IFS=$as_save_IFS
11842 test -z "$as_dir" && as_dir=.
11843 for ac_exec_ext in '' $ac_executable_extensions; do
11844 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11845 ac_cv_prog_ac_ct_CC="$ac_prog"
11846 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11847 break 2
11848 fi
11849done
11850done
11851
11852fi
11853fi
11854ac_ct_CC=$ac_cv_prog_ac_ct_CC
11855if test -n "$ac_ct_CC"; then
11856 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
11857echo "${ECHO_T}$ac_ct_CC" >&6
11858else
11859 echo "$as_me:$LINENO: result: no" >&5
11860echo "${ECHO_T}no" >&6
11861fi
11862
11863 test -n "$ac_ct_CC" && break
11864done
11865
11866 CC=$ac_ct_CC
11867fi
11868
11869fi
11870
11871
11872test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
11873See \`config.log' for more details." >&5
11874echo "$as_me: error: no acceptable C compiler found in \$PATH
11875See \`config.log' for more details." >&2;}
11876 { (exit 1); exit 1; }; }
11877
11878# Provide some information about the compiler.
11879echo "$as_me:$LINENO:" \
11880 "checking for C compiler version" >&5
11881ac_compiler=`set X $ac_compile; echo $2`
11882{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
11883 (eval $ac_compiler --version </dev/null >&5) 2>&5
11884 ac_status=$?
11885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11886 (exit $ac_status); }
11887{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
11888 (eval $ac_compiler -v </dev/null >&5) 2>&5
11889 ac_status=$?
11890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11891 (exit $ac_status); }
11892{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
11893 (eval $ac_compiler -V </dev/null >&5) 2>&5
11894 ac_status=$?
11895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11896 (exit $ac_status); }
11897
11898cat >conftest.$ac_ext <<_ACEOF
11899/* confdefs.h. */
11900_ACEOF
11901cat confdefs.h >>conftest.$ac_ext
11902cat >>conftest.$ac_ext <<_ACEOF
11903/* end confdefs.h. */
11904
11905int
11906main ()
11907{
11908
11909 ;
11910 return 0;
11911}
11912_ACEOF
11913ac_clean_files_save=$ac_clean_files
11914ac_clean_files="$ac_clean_files a.out a.exe b.out"
11915# Try to create an executable without -o first, disregard a.out.
11916# It will help us diagnose broken compilers, and finding out an intuition
11917# of exeext.
ac1cb8d3
VS
11918echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
11919echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
a848cd7e
SC
11920ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
11921if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
11922 (eval $ac_link_default) 2>&5
11923 ac_status=$?
11924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11925 (exit $ac_status); }; then
11926 # Find the output, starting from the most likely. This scheme is
11927# not robust to junk in `.', hence go to wildcards (a.*) only as a last
11928# resort.
11929
11930# Be careful to initialize this variable, since it used to be cached.
11931# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
11932ac_cv_exeext=
11933# b.out is created by i960 compilers.
11934for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
11935do
11936 test -f "$ac_file" || continue
11937 case $ac_file in
11938 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
ac1cb8d3 11939 ;;
a848cd7e 11940 conftest.$ac_ext )
ac1cb8d3
VS
11941 # This is the source file.
11942 ;;
a848cd7e 11943 [ab].out )
ac1cb8d3
VS
11944 # We found the default executable, but exeext='' is most
11945 # certainly right.
11946 break;;
a848cd7e 11947 *.* )
ac1cb8d3
VS
11948 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
11949 # FIXME: I believe we export ac_cv_exeext for Libtool,
11950 # but it would be cool to find out if it's true. Does anybody
11951 # maintain Libtool? --akim.
11952 export ac_cv_exeext
11953 break;;
a848cd7e 11954 * )
ac1cb8d3 11955 break;;
a848cd7e
SC
11956 esac
11957done
11958else
11959 echo "$as_me: failed program was:" >&5
11960sed 's/^/| /' conftest.$ac_ext >&5
11961
11962{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
11963See \`config.log' for more details." >&5
11964echo "$as_me: error: C compiler cannot create executables
11965See \`config.log' for more details." >&2;}
11966 { (exit 77); exit 77; }; }
11967fi
11968
11969ac_exeext=$ac_cv_exeext
11970echo "$as_me:$LINENO: result: $ac_file" >&5
11971echo "${ECHO_T}$ac_file" >&6
11972
11973# Check the compiler produces executables we can run. If not, either
11974# the compiler is broken, or we cross compile.
11975echo "$as_me:$LINENO: checking whether the C compiler works" >&5
11976echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
11977# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
11978# If not cross compiling, check that we can run a simple program.
11979if test "$cross_compiling" != yes; then
11980 if { ac_try='./$ac_file'
11981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11982 (eval $ac_try) 2>&5
11983 ac_status=$?
11984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11985 (exit $ac_status); }; }; then
11986 cross_compiling=no
11987 else
11988 if test "$cross_compiling" = maybe; then
11989 cross_compiling=yes
11990 else
11991 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
11992If you meant to cross compile, use \`--host'.
11993See \`config.log' for more details." >&5
11994echo "$as_me: error: cannot run C compiled programs.
11995If you meant to cross compile, use \`--host'.
11996See \`config.log' for more details." >&2;}
11997 { (exit 1); exit 1; }; }
11998 fi
11999 fi
12000fi
12001echo "$as_me:$LINENO: result: yes" >&5
12002echo "${ECHO_T}yes" >&6
12003
12004rm -f a.out a.exe conftest$ac_cv_exeext b.out
12005ac_clean_files=$ac_clean_files_save
12006# Check the compiler produces executables we can run. If not, either
12007# the compiler is broken, or we cross compile.
12008echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
12009echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
12010echo "$as_me:$LINENO: result: $cross_compiling" >&5
12011echo "${ECHO_T}$cross_compiling" >&6
12012
12013echo "$as_me:$LINENO: checking for suffix of executables" >&5
12014echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
12015if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12016 (eval $ac_link) 2>&5
12017 ac_status=$?
12018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12019 (exit $ac_status); }; then
12020 # If both `conftest.exe' and `conftest' are `present' (well, observable)
12021# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
12022# work properly (i.e., refer to `conftest.exe'), while it won't with
12023# `rm'.
12024for ac_file in conftest.exe conftest conftest.*; do
12025 test -f "$ac_file" || continue
12026 case $ac_file in
12027 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
12028 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ac1cb8d3
VS
12029 export ac_cv_exeext
12030 break;;
a848cd7e
SC
12031 * ) break;;
12032 esac
12033done
12034else
12035 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
12036See \`config.log' for more details." >&5
12037echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
12038See \`config.log' for more details." >&2;}
12039 { (exit 1); exit 1; }; }
12040fi
12041
12042rm -f conftest$ac_cv_exeext
12043echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
12044echo "${ECHO_T}$ac_cv_exeext" >&6
12045
12046rm -f conftest.$ac_ext
12047EXEEXT=$ac_cv_exeext
12048ac_exeext=$EXEEXT
12049echo "$as_me:$LINENO: checking for suffix of object files" >&5
12050echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
12051if test "${ac_cv_objext+set}" = set; then
12052 echo $ECHO_N "(cached) $ECHO_C" >&6
12053else
12054 cat >conftest.$ac_ext <<_ACEOF
12055/* confdefs.h. */
12056_ACEOF
12057cat confdefs.h >>conftest.$ac_ext
12058cat >>conftest.$ac_ext <<_ACEOF
12059/* end confdefs.h. */
12060
12061int
12062main ()
12063{
12064
12065 ;
12066 return 0;
12067}
12068_ACEOF
12069rm -f conftest.o conftest.obj
12070if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12071 (eval $ac_compile) 2>&5
12072 ac_status=$?
12073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12074 (exit $ac_status); }; then
12075 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
12076 case $ac_file in
12077 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
12078 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
12079 break;;
12080 esac
12081done
12082else
12083 echo "$as_me: failed program was:" >&5
12084sed 's/^/| /' conftest.$ac_ext >&5
12085
12086{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
12087See \`config.log' for more details." >&5
12088echo "$as_me: error: cannot compute suffix of object files: cannot compile
12089See \`config.log' for more details." >&2;}
12090 { (exit 1); exit 1; }; }
12091fi
12092
12093rm -f conftest.$ac_cv_objext conftest.$ac_ext
12094fi
12095echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
12096echo "${ECHO_T}$ac_cv_objext" >&6
12097OBJEXT=$ac_cv_objext
12098ac_objext=$OBJEXT
12099echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
12100echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
12101if test "${ac_cv_c_compiler_gnu+set}" = set; then
12102 echo $ECHO_N "(cached) $ECHO_C" >&6
12103else
12104 cat >conftest.$ac_ext <<_ACEOF
12105/* confdefs.h. */
12106_ACEOF
12107cat confdefs.h >>conftest.$ac_ext
12108cat >>conftest.$ac_ext <<_ACEOF
12109/* end confdefs.h. */
12110
12111int
12112main ()
12113{
12114#ifndef __GNUC__
12115 choke me
12116#endif
12117
12118 ;
12119 return 0;
12120}
12121_ACEOF
12122rm -f conftest.$ac_objext
12123if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 12124 (eval $ac_compile) 2>conftest.er1
a848cd7e 12125 ac_status=$?
ac1cb8d3
VS
12126 grep -v '^ *+' conftest.er1 >conftest.err
12127 rm -f conftest.er1
12128 cat conftest.err >&5
a848cd7e
SC
12129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12130 (exit $ac_status); } &&
6a5c9b3f
RR
12131 { ac_try='test -z "$ac_c_werror_flag"
12132 || test ! -s conftest.err'
ac1cb8d3
VS
12133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12134 (eval $ac_try) 2>&5
12135 ac_status=$?
12136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12137 (exit $ac_status); }; } &&
12138 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
12139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12140 (eval $ac_try) 2>&5
12141 ac_status=$?
12142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12143 (exit $ac_status); }; }; then
12144 ac_compiler_gnu=yes
12145else
12146 echo "$as_me: failed program was:" >&5
12147sed 's/^/| /' conftest.$ac_ext >&5
12148
12149ac_compiler_gnu=no
12150fi
ac1cb8d3 12151rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
12152ac_cv_c_compiler_gnu=$ac_compiler_gnu
12153
12154fi
12155echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
12156echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
12157GCC=`test $ac_compiler_gnu = yes && echo yes`
12158ac_test_CFLAGS=${CFLAGS+set}
12159ac_save_CFLAGS=$CFLAGS
15291213 12160CFLAGS="-g"
a848cd7e
SC
12161echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
12162echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
12163if test "${ac_cv_prog_cc_g+set}" = set; then
12164 echo $ECHO_N "(cached) $ECHO_C" >&6
12165else
12166 cat >conftest.$ac_ext <<_ACEOF
12167/* confdefs.h. */
12168_ACEOF
12169cat confdefs.h >>conftest.$ac_ext
12170cat >>conftest.$ac_ext <<_ACEOF
12171/* end confdefs.h. */
12172
12173int
12174main ()
12175{
12176
12177 ;
12178 return 0;
12179}
12180_ACEOF
12181rm -f conftest.$ac_objext
12182if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 12183 (eval $ac_compile) 2>conftest.er1
a848cd7e 12184 ac_status=$?
ac1cb8d3
VS
12185 grep -v '^ *+' conftest.er1 >conftest.err
12186 rm -f conftest.er1
12187 cat conftest.err >&5
a848cd7e
SC
12188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12189 (exit $ac_status); } &&
6a5c9b3f
RR
12190 { ac_try='test -z "$ac_c_werror_flag"
12191 || test ! -s conftest.err'
ac1cb8d3
VS
12192 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12193 (eval $ac_try) 2>&5
12194 ac_status=$?
12195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12196 (exit $ac_status); }; } &&
12197 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
12198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12199 (eval $ac_try) 2>&5
12200 ac_status=$?
12201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12202 (exit $ac_status); }; }; then
12203 ac_cv_prog_cc_g=yes
12204else
12205 echo "$as_me: failed program was:" >&5
12206sed 's/^/| /' conftest.$ac_ext >&5
12207
12208ac_cv_prog_cc_g=no
12209fi
ac1cb8d3 12210rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
12211fi
12212echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
12213echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
12214if test "$ac_test_CFLAGS" = set; then
12215 CFLAGS=$ac_save_CFLAGS
12216elif test $ac_cv_prog_cc_g = yes; then
12217 if test "$GCC" = yes; then
12218 CFLAGS="-g -O2"
12219 else
12220 CFLAGS="-g"
12221 fi
12222else
12223 if test "$GCC" = yes; then
12224 CFLAGS="-O2"
12225 else
12226 CFLAGS=
12227 fi
12228fi
12229echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
12230echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
12231if test "${ac_cv_prog_cc_stdc+set}" = set; then
12232 echo $ECHO_N "(cached) $ECHO_C" >&6
12233else
12234 ac_cv_prog_cc_stdc=no
12235ac_save_CC=$CC
12236cat >conftest.$ac_ext <<_ACEOF
12237/* confdefs.h. */
12238_ACEOF
12239cat confdefs.h >>conftest.$ac_ext
12240cat >>conftest.$ac_ext <<_ACEOF
12241/* end confdefs.h. */
12242#include <stdarg.h>
12243#include <stdio.h>
12244#include <sys/types.h>
12245#include <sys/stat.h>
12246/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
12247struct buf { int x; };
12248FILE * (*rcsopen) (struct buf *, struct stat *, int);
12249static char *e (p, i)
12250 char **p;
12251 int i;
12252{
12253 return p[i];
12254}
12255static char *f (char * (*g) (char **, int), char **p, ...)
12256{
12257 char *s;
12258 va_list v;
12259 va_start (v,p);
12260 s = g (p, va_arg (v,int));
12261 va_end (v);
12262 return s;
12263}
ac1cb8d3
VS
12264
12265/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
12266 function prototypes and stuff, but not '\xHH' hex character constants.
12267 These don't provoke an error unfortunately, instead are silently treated
12268 as 'x'. The following induces an error, until -std1 is added to get
12269 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
12270 array size at least. It's necessary to write '\x00'==0 to get something
12271 that's true only with -std1. */
12272int osf4_cc_array ['\x00' == 0 ? 1 : -1];
12273
a848cd7e
SC
12274int test (int i, double x);
12275struct s1 {int (*f) (int a);};
12276struct s2 {int (*f) (double a);};
12277int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
12278int argc;
12279char **argv;
12280int
12281main ()
12282{
12283return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
12284 ;
12285 return 0;
12286}
12287_ACEOF
12288# Don't try gcc -ansi; that turns off useful extensions and
12289# breaks some systems' header files.
12290# AIX -qlanglvl=ansi
12291# Ultrix and OSF/1 -std1
12292# HP-UX 10.20 and later -Ae
12293# HP-UX older versions -Aa -D_HPUX_SOURCE
12294# SVR4 -Xc -D__EXTENSIONS__
12295for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
12296do
12297 CC="$ac_save_CC $ac_arg"
12298 rm -f conftest.$ac_objext
12299if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 12300 (eval $ac_compile) 2>conftest.er1
a848cd7e 12301 ac_status=$?
ac1cb8d3
VS
12302 grep -v '^ *+' conftest.er1 >conftest.err
12303 rm -f conftest.er1
12304 cat conftest.err >&5
a848cd7e
SC
12305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12306 (exit $ac_status); } &&
6a5c9b3f
RR
12307 { ac_try='test -z "$ac_c_werror_flag"
12308 || test ! -s conftest.err'
ac1cb8d3
VS
12309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12310 (eval $ac_try) 2>&5
12311 ac_status=$?
12312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12313 (exit $ac_status); }; } &&
12314 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
12315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12316 (eval $ac_try) 2>&5
12317 ac_status=$?
12318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12319 (exit $ac_status); }; }; then
12320 ac_cv_prog_cc_stdc=$ac_arg
12321break
12322else
12323 echo "$as_me: failed program was:" >&5
12324sed 's/^/| /' conftest.$ac_ext >&5
12325
12326fi
ac1cb8d3 12327rm -f conftest.err conftest.$ac_objext
a848cd7e
SC
12328done
12329rm -f conftest.$ac_ext conftest.$ac_objext
12330CC=$ac_save_CC
12331
12332fi
12333
12334case "x$ac_cv_prog_cc_stdc" in
12335 x|xno)
12336 echo "$as_me:$LINENO: result: none needed" >&5
12337echo "${ECHO_T}none needed" >&6 ;;
12338 *)
12339 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
12340echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
12341 CC="$CC $ac_cv_prog_cc_stdc" ;;
12342esac
12343
12344# Some people use a C++ compiler to compile C. Since we use `exit',
12345# in C++ we need to declare it. In case someone uses the same compiler
12346# for both compiling C and C++ we need to have the C++ compiler decide
12347# the declaration of exit, since it's the most demanding environment.
12348cat >conftest.$ac_ext <<_ACEOF
12349#ifndef __cplusplus
12350 choke me
12351#endif
12352_ACEOF
12353rm -f conftest.$ac_objext
12354if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 12355 (eval $ac_compile) 2>conftest.er1
a848cd7e 12356 ac_status=$?
ac1cb8d3
VS
12357 grep -v '^ *+' conftest.er1 >conftest.err
12358 rm -f conftest.er1
12359 cat conftest.err >&5
a848cd7e
SC
12360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12361 (exit $ac_status); } &&
6a5c9b3f
RR
12362 { ac_try='test -z "$ac_c_werror_flag"
12363 || test ! -s conftest.err'
ac1cb8d3
VS
12364 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12365 (eval $ac_try) 2>&5
12366 ac_status=$?
12367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12368 (exit $ac_status); }; } &&
12369 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
12370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12371 (eval $ac_try) 2>&5
12372 ac_status=$?
12373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12374 (exit $ac_status); }; }; then
12375 for ac_declaration in \
ac1cb8d3 12376 '' \
a848cd7e
SC
12377 'extern "C" void std::exit (int) throw (); using std::exit;' \
12378 'extern "C" void std::exit (int); using std::exit;' \
12379 'extern "C" void exit (int) throw ();' \
12380 'extern "C" void exit (int);' \
12381 'void exit (int);'
12382do
12383 cat >conftest.$ac_ext <<_ACEOF
12384/* confdefs.h. */
12385_ACEOF
12386cat confdefs.h >>conftest.$ac_ext
12387cat >>conftest.$ac_ext <<_ACEOF
12388/* end confdefs.h. */
de59c161 12389$ac_declaration
ac1cb8d3 12390#include <stdlib.h>
a848cd7e
SC
12391int
12392main ()
12393{
12394exit (42);
12395 ;
12396 return 0;
12397}
12398_ACEOF
12399rm -f conftest.$ac_objext
12400if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 12401 (eval $ac_compile) 2>conftest.er1
a848cd7e 12402 ac_status=$?
ac1cb8d3
VS
12403 grep -v '^ *+' conftest.er1 >conftest.err
12404 rm -f conftest.er1
12405 cat conftest.err >&5
a848cd7e
SC
12406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12407 (exit $ac_status); } &&
6a5c9b3f
RR
12408 { ac_try='test -z "$ac_c_werror_flag"
12409 || test ! -s conftest.err'
ac1cb8d3
VS
12410 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12411 (eval $ac_try) 2>&5
12412 ac_status=$?
12413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12414 (exit $ac_status); }; } &&
12415 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
12416 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12417 (eval $ac_try) 2>&5
12418 ac_status=$?
12419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12420 (exit $ac_status); }; }; then
12421 :
12422else
12423 echo "$as_me: failed program was:" >&5
12424sed 's/^/| /' conftest.$ac_ext >&5
12425
12426continue
12427fi
ac1cb8d3 12428rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
12429 cat >conftest.$ac_ext <<_ACEOF
12430/* confdefs.h. */
12431_ACEOF
12432cat confdefs.h >>conftest.$ac_ext
12433cat >>conftest.$ac_ext <<_ACEOF
12434/* end confdefs.h. */
12435$ac_declaration
12436int
12437main ()
12438{
12439exit (42);
12440 ;
12441 return 0;
12442}
12443_ACEOF
12444rm -f conftest.$ac_objext
12445if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 12446 (eval $ac_compile) 2>conftest.er1
a848cd7e 12447 ac_status=$?
ac1cb8d3
VS
12448 grep -v '^ *+' conftest.er1 >conftest.err
12449 rm -f conftest.er1
12450 cat conftest.err >&5
a848cd7e
SC
12451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12452 (exit $ac_status); } &&
6a5c9b3f
RR
12453 { ac_try='test -z "$ac_c_werror_flag"
12454 || test ! -s conftest.err'
ac1cb8d3
VS
12455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12456 (eval $ac_try) 2>&5
12457 ac_status=$?
12458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12459 (exit $ac_status); }; } &&
12460 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
12461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12462 (eval $ac_try) 2>&5
12463 ac_status=$?
12464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12465 (exit $ac_status); }; }; then
12466 break
12467else
12468 echo "$as_me: failed program was:" >&5
12469sed 's/^/| /' conftest.$ac_ext >&5
12470
12471fi
ac1cb8d3 12472rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
12473done
12474rm -f conftest*
12475if test -n "$ac_declaration"; then
12476 echo '#ifdef __cplusplus' >>confdefs.h
12477 echo $ac_declaration >>confdefs.h
12478 echo '#endif' >>confdefs.h
12479fi
12480
12481else
12482 echo "$as_me: failed program was:" >&5
12483sed 's/^/| /' conftest.$ac_ext >&5
12484
12485fi
ac1cb8d3 12486rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
12487ac_ext=c
12488ac_cpp='$CPP $CPPFLAGS'
12489ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12490ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12491ac_compiler_gnu=$ac_cv_c_compiler_gnu
12492
ab0ad5f1
VZ
12493
12494
12495 ac_ext=c
12496ac_cpp='$CPP $CPPFLAGS'
12497ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12498ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12499ac_compiler_gnu=$ac_cv_c_compiler_gnu
12500
12501 echo "$as_me:$LINENO: checking whether we are using the Intel C compiler" >&5
12502echo $ECHO_N "checking whether we are using the Intel C compiler... $ECHO_C" >&6
12503if test "${bakefile_cv_c_compiler___INTEL_COMPILER+set}" = set; then
12504 echo $ECHO_N "(cached) $ECHO_C" >&6
12505else
12506 cat >conftest.$ac_ext <<_ACEOF
12507/* confdefs.h. */
12508_ACEOF
12509cat confdefs.h >>conftest.$ac_ext
12510cat >>conftest.$ac_ext <<_ACEOF
12511/* end confdefs.h. */
12512
12513int
12514main ()
12515{
12516
12517 #ifndef __INTEL_COMPILER
12518 choke me
12519 #endif
12520
12521 ;
12522 return 0;
12523}
12524_ACEOF
12525rm -f conftest.$ac_objext
12526if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12527 (eval $ac_compile) 2>conftest.er1
12528 ac_status=$?
12529 grep -v '^ *+' conftest.er1 >conftest.err
12530 rm -f conftest.er1
12531 cat conftest.err >&5
12532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12533 (exit $ac_status); } &&
6a5c9b3f
RR
12534 { ac_try='test -z "$ac_c_werror_flag"
12535 || test ! -s conftest.err'
ab0ad5f1
VZ
12536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12537 (eval $ac_try) 2>&5
12538 ac_status=$?
12539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12540 (exit $ac_status); }; } &&
12541 { ac_try='test -s conftest.$ac_objext'
12542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12543 (eval $ac_try) 2>&5
12544 ac_status=$?
12545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12546 (exit $ac_status); }; }; then
12547 bakefile_cv_c_compiler___INTEL_COMPILER=yes
12548else
12549 echo "$as_me: failed program was:" >&5
12550sed 's/^/| /' conftest.$ac_ext >&5
12551
12552bakefile_cv_c_compiler___INTEL_COMPILER=no
12553
12554fi
12555rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12556
12557
12558fi
12559echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___INTEL_COMPILER" >&5
12560echo "${ECHO_T}$bakefile_cv_c_compiler___INTEL_COMPILER" >&6
12561 ac_ext=c
12562ac_cpp='$CPP $CPPFLAGS'
12563ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12564ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12565ac_compiler_gnu=$ac_cv_c_compiler_gnu
12566
12567 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER" = "xyes"; then
12568 :; INTELCC=yes
12569 else
12570 :;
12571 fi
12572
12573
12574 if test "x$GCC" != "xyes"; then
3006edc0
VZ
12575 if test "xCC" = "xC"; then
12576 echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
480ccd21 12577echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6
0093c2fc 12578if test "${bakefile_cv_c_exto+set}" = set; then
480ccd21
DE
12579 echo $ECHO_N "(cached) $ECHO_C" >&6
12580else
12581 cat >conftest.$ac_ext <<_ACEOF
12582/* confdefs.h. */
12583_ACEOF
12584cat confdefs.h >>conftest.$ac_ext
12585cat >>conftest.$ac_ext <<_ACEOF
12586/* end confdefs.h. */
12587
12588int
12589main ()
12590{
12591
12592 ;
12593 return 0;
12594}
12595_ACEOF
12596rm -f conftest.$ac_objext conftest.$ac_ext.o
12597if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12598 (eval $ac_compile) 2>&5
12599 ac_status=$?
12600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12601 (exit $ac_status); }; then
12602 for ac_file in `(ls conftest.* 2>/dev/null)`; do
12603 case $ac_file in
12604 conftest.$ac_ext.o)
0093c2fc 12605 bakefile_cv_c_exto="-ext o"
480ccd21
DE
12606 ;;
12607 *)
12608 ;;
12609 esac
12610done
12611else
12612 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
12613See \`config.log' for more details." >&5
12614echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
12615See \`config.log' for more details." >&2;}
12616 { (exit 1); exit 1; }; }
12617
12618fi
12619
12620rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
12621
12622fi
0093c2fc
VZ
12623echo "$as_me:$LINENO: result: $bakefile_cv_c_exto" >&5
12624echo "${ECHO_T}$bakefile_cv_c_exto" >&6
12625if test "x$bakefile_cv_c_exto" '!=' "x"; then
480ccd21 12626 if test "c" = "c"; then
0093c2fc 12627 CFLAGS="$bakefile_cv_c_exto $CFLAGS"
480ccd21
DE
12628 fi
12629 if test "c" = "cxx"; then
0093c2fc 12630 CXXFLAGS="$bakefile_cv_c_exto $CXXFLAGS"
480ccd21
DE
12631 fi
12632fi
12633
0093c2fc 12634 if test "x$bakefile_cv_c_exto" '!=' "x"; then
3006edc0
VZ
12635 unset ac_cv_prog_cc_g
12636 ac_test_CFLAGS=${CFLAGS+set}
480ccd21 12637ac_save_CFLAGS=$CFLAGS
15291213 12638CFLAGS="-g"
480ccd21
DE
12639echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
12640echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
12641if test "${ac_cv_prog_cc_g+set}" = set; then
12642 echo $ECHO_N "(cached) $ECHO_C" >&6
12643else
12644 cat >conftest.$ac_ext <<_ACEOF
12645/* confdefs.h. */
12646_ACEOF
12647cat confdefs.h >>conftest.$ac_ext
12648cat >>conftest.$ac_ext <<_ACEOF
12649/* end confdefs.h. */
12650
12651int
12652main ()
12653{
12654
12655 ;
12656 return 0;
12657}
12658_ACEOF
12659rm -f conftest.$ac_objext
12660if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12661 (eval $ac_compile) 2>conftest.er1
12662 ac_status=$?
12663 grep -v '^ *+' conftest.er1 >conftest.err
12664 rm -f conftest.er1
12665 cat conftest.err >&5
12666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12667 (exit $ac_status); } &&
6a5c9b3f
RR
12668 { ac_try='test -z "$ac_c_werror_flag"
12669 || test ! -s conftest.err'
480ccd21
DE
12670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12671 (eval $ac_try) 2>&5
12672 ac_status=$?
12673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12674 (exit $ac_status); }; } &&
12675 { ac_try='test -s conftest.$ac_objext'
12676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12677 (eval $ac_try) 2>&5
12678 ac_status=$?
12679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12680 (exit $ac_status); }; }; then
12681 ac_cv_prog_cc_g=yes
12682else
12683 echo "$as_me: failed program was:" >&5
12684sed 's/^/| /' conftest.$ac_ext >&5
12685
12686ac_cv_prog_cc_g=no
12687fi
12688rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12689fi
12690echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
12691echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
12692if test "$ac_test_CFLAGS" = set; then
12693 CFLAGS=$ac_save_CFLAGS
12694elif test $ac_cv_prog_cc_g = yes; then
12695 if test "$GCC" = yes; then
12696 CFLAGS="-g -O2"
12697 else
12698 CFLAGS="-g"
12699 fi
12700else
12701 if test "$GCC" = yes; then
12702 CFLAGS="-O2"
12703 else
12704 CFLAGS=
12705 fi
12706fi
3006edc0 12707 fi
ab0ad5f1 12708 fi
3006edc0
VZ
12709
12710 case `uname -s` in
12711 AIX*)
12712 ac_ext=c
12713ac_cpp='$CPP $CPPFLAGS'
12714ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12715ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12716ac_compiler_gnu=$ac_cv_c_compiler_gnu
12717
12718echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
12719echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6
0093c2fc 12720if test "${bakefile_cv_c_compiler_xlc+set}" = set; then
3006edc0
VZ
12721 echo $ECHO_N "(cached) $ECHO_C" >&6
12722else
12723 cat >conftest.$ac_ext <<_ACEOF
12724/* confdefs.h. */
12725_ACEOF
12726cat confdefs.h >>conftest.$ac_ext
12727cat >>conftest.$ac_ext <<_ACEOF
12728/* end confdefs.h. */
12729
12730int
12731main ()
12732{
12733#ifndef __xlC__
12734 choke me
12735#endif
12736
12737 ;
12738 return 0;
12739}
12740_ACEOF
12741rm -f conftest.$ac_objext
12742if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12743 (eval $ac_compile) 2>conftest.er1
12744 ac_status=$?
12745 grep -v '^ *+' conftest.er1 >conftest.err
12746 rm -f conftest.er1
12747 cat conftest.err >&5
12748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12749 (exit $ac_status); } &&
6a5c9b3f
RR
12750 { ac_try='test -z "$ac_c_werror_flag"
12751 || test ! -s conftest.err'
3006edc0
VZ
12752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12753 (eval $ac_try) 2>&5
12754 ac_status=$?
12755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12756 (exit $ac_status); }; } &&
12757 { ac_try='test -s conftest.$ac_objext'
12758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12759 (eval $ac_try) 2>&5
12760 ac_status=$?
12761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12762 (exit $ac_status); }; }; then
0093c2fc 12763 bakefile_compiler_xlc=yes
3006edc0
VZ
12764else
12765 echo "$as_me: failed program was:" >&5
12766sed 's/^/| /' conftest.$ac_ext >&5
12767
0093c2fc 12768bakefile_compiler_xlc=no
3006edc0
VZ
12769fi
12770rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
0093c2fc 12771 bakefile_cv_c_compiler_xlc=$bakefile_compiler_xlc
3006edc0
VZ
12772
12773fi
0093c2fc
VZ
12774echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_xlc" >&5
12775echo "${ECHO_T}$bakefile_cv_c_compiler_xlc" >&6
3006edc0 12776
0093c2fc 12777XLCC=`test $bakefile_cv_c_compiler_xlc = yes && echo yes`
3006edc0
VZ
12778ac_ext=c
12779ac_cpp='$CPP $CPPFLAGS'
12780ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12781ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12782ac_compiler_gnu=$ac_cv_c_compiler_gnu
12783
12784
12785 ;;
12786
12787 Darwin)
12788 ac_ext=c
95986553
DE
12789ac_cpp='$CPP $CPPFLAGS'
12790ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12791ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12792ac_compiler_gnu=$ac_cv_c_compiler_gnu
12793
12794echo "$as_me:$LINENO: checking whether we are using the Metrowerks C compiler" >&5
12795echo $ECHO_N "checking whether we are using the Metrowerks C compiler... $ECHO_C" >&6
12796if test "${bakefile_cv_c_compiler_mwerks+set}" = set; then
12797 echo $ECHO_N "(cached) $ECHO_C" >&6
12798else
12799 cat >conftest.$ac_ext <<_ACEOF
12800/* confdefs.h. */
12801_ACEOF
12802cat confdefs.h >>conftest.$ac_ext
12803cat >>conftest.$ac_ext <<_ACEOF
12804/* end confdefs.h. */
12805
12806int
12807main ()
12808{
12809#ifndef __MWERKS__
12810 choke me
12811#endif
12812
12813 ;
12814 return 0;
12815}
12816_ACEOF
12817rm -f conftest.$ac_objext
12818if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12819 (eval $ac_compile) 2>conftest.er1
12820 ac_status=$?
12821 grep -v '^ *+' conftest.er1 >conftest.err
12822 rm -f conftest.er1
12823 cat conftest.err >&5
12824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12825 (exit $ac_status); } &&
6a5c9b3f
RR
12826 { ac_try='test -z "$ac_c_werror_flag"
12827 || test ! -s conftest.err'
95986553
DE
12828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12829 (eval $ac_try) 2>&5
12830 ac_status=$?
12831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12832 (exit $ac_status); }; } &&
12833 { ac_try='test -s conftest.$ac_objext'
12834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12835 (eval $ac_try) 2>&5
12836 ac_status=$?
12837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12838 (exit $ac_status); }; }; then
12839 bakefile_compiler_mwerks=yes
12840else
12841 echo "$as_me: failed program was:" >&5
12842sed 's/^/| /' conftest.$ac_ext >&5
12843
12844bakefile_compiler_mwerks=no
12845fi
12846rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12847 bakefile_cv_c_compiler_mwerks=$bakefile_compiler_mwerks
12848
12849fi
12850echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_mwerks" >&5
12851echo "${ECHO_T}$bakefile_cv_c_compiler_mwerks" >&6
12852
0e6fa1d9 12853MWCC=`test $bakefile_cv_c_compiler_mwerks = yes && echo yes`
95986553
DE
12854ac_ext=c
12855ac_cpp='$CPP $CPPFLAGS'
12856ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12857ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12858ac_compiler_gnu=$ac_cv_c_compiler_gnu
12859
12860
3006edc0 12861 ac_ext=c
9273ffba
DE
12862ac_cpp='$CPP $CPPFLAGS'
12863ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12864ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12865ac_compiler_gnu=$ac_cv_c_compiler_gnu
12866
12867echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
12868echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6
0093c2fc 12869if test "${bakefile_cv_c_compiler_xlc+set}" = set; then
9273ffba
DE
12870 echo $ECHO_N "(cached) $ECHO_C" >&6
12871else
12872 cat >conftest.$ac_ext <<_ACEOF
12873/* confdefs.h. */
12874_ACEOF
12875cat confdefs.h >>conftest.$ac_ext
12876cat >>conftest.$ac_ext <<_ACEOF
12877/* end confdefs.h. */
12878
12879int
12880main ()
12881{
12882#ifndef __xlC__
12883 choke me
12884#endif
12885
12886 ;
12887 return 0;
12888}
12889_ACEOF
12890rm -f conftest.$ac_objext
12891if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12892 (eval $ac_compile) 2>conftest.er1
12893 ac_status=$?
12894 grep -v '^ *+' conftest.er1 >conftest.err
12895 rm -f conftest.er1
12896 cat conftest.err >&5
12897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12898 (exit $ac_status); } &&
6a5c9b3f
RR
12899 { ac_try='test -z "$ac_c_werror_flag"
12900 || test ! -s conftest.err'
9273ffba
DE
12901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12902 (eval $ac_try) 2>&5
12903 ac_status=$?
12904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12905 (exit $ac_status); }; } &&
12906 { ac_try='test -s conftest.$ac_objext'
12907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12908 (eval $ac_try) 2>&5
12909 ac_status=$?
12910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12911 (exit $ac_status); }; }; then
0093c2fc 12912 bakefile_compiler_xlc=yes
9273ffba
DE
12913else
12914 echo "$as_me: failed program was:" >&5
12915sed 's/^/| /' conftest.$ac_ext >&5
12916
0093c2fc 12917bakefile_compiler_xlc=no
9273ffba
DE
12918fi
12919rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
0093c2fc 12920 bakefile_cv_c_compiler_xlc=$bakefile_compiler_xlc
9273ffba
DE
12921
12922fi
0093c2fc
VZ
12923echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_xlc" >&5
12924echo "${ECHO_T}$bakefile_cv_c_compiler_xlc" >&6
9273ffba 12925
0093c2fc 12926XLCC=`test $bakefile_cv_c_compiler_xlc = yes && echo yes`
9273ffba
DE
12927ac_ext=c
12928ac_cpp='$CPP $CPPFLAGS'
12929ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12930ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12931ac_compiler_gnu=$ac_cv_c_compiler_gnu
12932
12933
3006edc0
VZ
12934 ;;
12935
12936 IRIX*)
a848cd7e 12937
6dcfc289 12938
0ad5d837
VZ
12939 ac_ext=c
12940ac_cpp='$CPP $CPPFLAGS'
12941ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12942ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12943ac_compiler_gnu=$ac_cv_c_compiler_gnu
12944
12945 echo "$as_me:$LINENO: checking whether we are using the SGI C compiler" >&5
12946echo $ECHO_N "checking whether we are using the SGI C compiler... $ECHO_C" >&6
12947if test "${bakefile_cv_c_compiler__SGI_COMPILER_VERSION+set}" = set; then
12948 echo $ECHO_N "(cached) $ECHO_C" >&6
12949else
12950 cat >conftest.$ac_ext <<_ACEOF
12951/* confdefs.h. */
12952_ACEOF
12953cat confdefs.h >>conftest.$ac_ext
12954cat >>conftest.$ac_ext <<_ACEOF
12955/* end confdefs.h. */
12956
12957int
12958main ()
12959{
12960
12961 #ifndef _SGI_COMPILER_VERSION
12962 choke me
12963 #endif
12964
12965 ;
12966 return 0;
12967}
12968_ACEOF
12969rm -f conftest.$ac_objext
12970if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12971 (eval $ac_compile) 2>conftest.er1
12972 ac_status=$?
12973 grep -v '^ *+' conftest.er1 >conftest.err
12974 rm -f conftest.er1
12975 cat conftest.err >&5
12976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12977 (exit $ac_status); } &&
6a5c9b3f
RR
12978 { ac_try='test -z "$ac_c_werror_flag"
12979 || test ! -s conftest.err'
0ad5d837
VZ
12980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12981 (eval $ac_try) 2>&5
12982 ac_status=$?
12983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12984 (exit $ac_status); }; } &&
12985 { ac_try='test -s conftest.$ac_objext'
12986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12987 (eval $ac_try) 2>&5
12988 ac_status=$?
12989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12990 (exit $ac_status); }; }; then
12991 bakefile_cv_c_compiler__SGI_COMPILER_VERSION=yes
12992else
12993 echo "$as_me: failed program was:" >&5
12994sed 's/^/| /' conftest.$ac_ext >&5
12995
12996bakefile_cv_c_compiler__SGI_COMPILER_VERSION=no
12997
12998fi
12999rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13000
13001
13002fi
13003echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&5
13004echo "${ECHO_T}$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&6
13005 ac_ext=c
13006ac_cpp='$CPP $CPPFLAGS'
13007ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13008ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13009ac_compiler_gnu=$ac_cv_c_compiler_gnu
13010
13011 if test "x$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" = "xyes"; then
13012 :; SGICC=yes
13013 else
13014 :;
13015 fi
13016
13017
3006edc0
VZ
13018 ;;
13019
0093c2fc 13020 HP-UX*)
3006edc0
VZ
13021
13022
13023 ac_ext=c
13024ac_cpp='$CPP $CPPFLAGS'
13025ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13026ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13027ac_compiler_gnu=$ac_cv_c_compiler_gnu
13028
0093c2fc
VZ
13029 echo "$as_me:$LINENO: checking whether we are using the HP C compiler" >&5
13030echo $ECHO_N "checking whether we are using the HP C compiler... $ECHO_C" >&6
13031if test "${bakefile_cv_c_compiler___HP_cc+set}" = set; then
3006edc0
VZ
13032 echo $ECHO_N "(cached) $ECHO_C" >&6
13033else
13034 cat >conftest.$ac_ext <<_ACEOF
13035/* confdefs.h. */
13036_ACEOF
13037cat confdefs.h >>conftest.$ac_ext
13038cat >>conftest.$ac_ext <<_ACEOF
13039/* end confdefs.h. */
13040
13041int
13042main ()
13043{
13044
0093c2fc 13045 #ifndef __HP_cc
3006edc0
VZ
13046 choke me
13047 #endif
13048
13049 ;
13050 return 0;
13051}
13052_ACEOF
13053rm -f conftest.$ac_objext
13054if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13055 (eval $ac_compile) 2>conftest.er1
13056 ac_status=$?
13057 grep -v '^ *+' conftest.er1 >conftest.err
13058 rm -f conftest.er1
13059 cat conftest.err >&5
13060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13061 (exit $ac_status); } &&
6a5c9b3f
RR
13062 { ac_try='test -z "$ac_c_werror_flag"
13063 || test ! -s conftest.err'
3006edc0
VZ
13064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13065 (eval $ac_try) 2>&5
13066 ac_status=$?
13067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13068 (exit $ac_status); }; } &&
13069 { ac_try='test -s conftest.$ac_objext'
13070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13071 (eval $ac_try) 2>&5
13072 ac_status=$?
13073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13074 (exit $ac_status); }; }; then
0093c2fc 13075 bakefile_cv_c_compiler___HP_cc=yes
3006edc0
VZ
13076else
13077 echo "$as_me: failed program was:" >&5
13078sed 's/^/| /' conftest.$ac_ext >&5
13079
0093c2fc 13080bakefile_cv_c_compiler___HP_cc=no
3006edc0
VZ
13081
13082fi
13083rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13084
13085
13086fi
0093c2fc
VZ
13087echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___HP_cc" >&5
13088echo "${ECHO_T}$bakefile_cv_c_compiler___HP_cc" >&6
3006edc0
VZ
13089 ac_ext=c
13090ac_cpp='$CPP $CPPFLAGS'
13091ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13092ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13093ac_compiler_gnu=$ac_cv_c_compiler_gnu
13094
0093c2fc
VZ
13095 if test "x$bakefile_cv_c_compiler___HP_cc" = "xyes"; then
13096 :; HPCC=yes
a1aa0349
VZ
13097 else
13098 :;
13099 fi
13100
13101
13102 ;;
13103
0093c2fc 13104 OSF1)
a1aa0349
VZ
13105
13106
13107 ac_ext=c
13108ac_cpp='$CPP $CPPFLAGS'
13109ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13110ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13111ac_compiler_gnu=$ac_cv_c_compiler_gnu
13112
0093c2fc
VZ
13113 echo "$as_me:$LINENO: checking whether we are using the Compaq C compiler" >&5
13114echo $ECHO_N "checking whether we are using the Compaq C compiler... $ECHO_C" >&6
13115if test "${bakefile_cv_c_compiler___DECC+set}" = set; then
a1aa0349
VZ
13116 echo $ECHO_N "(cached) $ECHO_C" >&6
13117else
13118 cat >conftest.$ac_ext <<_ACEOF
13119/* confdefs.h. */
13120_ACEOF
13121cat confdefs.h >>conftest.$ac_ext
13122cat >>conftest.$ac_ext <<_ACEOF
13123/* end confdefs.h. */
13124
13125int
13126main ()
13127{
13128
0093c2fc 13129 #ifndef __DECC
a1aa0349
VZ
13130 choke me
13131 #endif
13132
13133 ;
13134 return 0;
13135}
13136_ACEOF
13137rm -f conftest.$ac_objext
13138if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13139 (eval $ac_compile) 2>conftest.er1
13140 ac_status=$?
13141 grep -v '^ *+' conftest.er1 >conftest.err
13142 rm -f conftest.er1
13143 cat conftest.err >&5
13144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13145 (exit $ac_status); } &&
6a5c9b3f
RR
13146 { ac_try='test -z "$ac_c_werror_flag"
13147 || test ! -s conftest.err'
a1aa0349
VZ
13148 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13149 (eval $ac_try) 2>&5
13150 ac_status=$?
13151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13152 (exit $ac_status); }; } &&
13153 { ac_try='test -s conftest.$ac_objext'
13154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13155 (eval $ac_try) 2>&5
13156 ac_status=$?
13157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13158 (exit $ac_status); }; }; then
0093c2fc 13159 bakefile_cv_c_compiler___DECC=yes
a1aa0349
VZ
13160else
13161 echo "$as_me: failed program was:" >&5
13162sed 's/^/| /' conftest.$ac_ext >&5
13163
0093c2fc 13164bakefile_cv_c_compiler___DECC=no
a1aa0349
VZ
13165
13166fi
13167rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13168
13169
13170fi
0093c2fc
VZ
13171echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___DECC" >&5
13172echo "${ECHO_T}$bakefile_cv_c_compiler___DECC" >&6
a1aa0349
VZ
13173 ac_ext=c
13174ac_cpp='$CPP $CPPFLAGS'
13175ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13176ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13177ac_compiler_gnu=$ac_cv_c_compiler_gnu
13178
0093c2fc
VZ
13179 if test "x$bakefile_cv_c_compiler___DECC" = "xyes"; then
13180 :; COMPAQCC=yes
13181 else
13182 :;
13183 fi
13184
13185
13186 ;;
13187
13188 SunOS)
13189
13190
13191 ac_ext=c
13192ac_cpp='$CPP $CPPFLAGS'
13193ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13194ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13195ac_compiler_gnu=$ac_cv_c_compiler_gnu
13196
13197 echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5
13198echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6
13199if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then
13200 echo $ECHO_N "(cached) $ECHO_C" >&6
13201else
13202 cat >conftest.$ac_ext <<_ACEOF
13203/* confdefs.h. */
13204_ACEOF
13205cat confdefs.h >>conftest.$ac_ext
13206cat >>conftest.$ac_ext <<_ACEOF
13207/* end confdefs.h. */
13208
13209int
13210main ()
13211{
13212
13213 #ifndef __SUNPRO_C
13214 choke me
13215 #endif
13216
13217 ;
13218 return 0;
13219}
13220_ACEOF
13221rm -f conftest.$ac_objext
13222if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13223 (eval $ac_compile) 2>conftest.er1
13224 ac_status=$?
13225 grep -v '^ *+' conftest.er1 >conftest.err
13226 rm -f conftest.er1
13227 cat conftest.err >&5
13228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13229 (exit $ac_status); } &&
6a5c9b3f
RR
13230 { ac_try='test -z "$ac_c_werror_flag"
13231 || test ! -s conftest.err'
0093c2fc
VZ
13232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13233 (eval $ac_try) 2>&5
13234 ac_status=$?
13235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13236 (exit $ac_status); }; } &&
13237 { ac_try='test -s conftest.$ac_objext'
13238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13239 (eval $ac_try) 2>&5
13240 ac_status=$?
13241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13242 (exit $ac_status); }; }; then
13243 bakefile_cv_c_compiler___SUNPRO_C=yes
13244else
13245 echo "$as_me: failed program was:" >&5
13246sed 's/^/| /' conftest.$ac_ext >&5
13247
13248bakefile_cv_c_compiler___SUNPRO_C=no
13249
13250fi
13251rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13252
13253
13254fi
13255echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
13256echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6
13257 ac_ext=c
13258ac_cpp='$CPP $CPPFLAGS'
13259ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13260ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13261ac_compiler_gnu=$ac_cv_c_compiler_gnu
13262
13263 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
13264 :; SUNCC=yes
3006edc0
VZ
13265 else
13266 :;
13267 fi
13268
13269
13270 ;;
13271 esac
ab0ad5f1 13272 fi
a9e5b1f0
MW
13273
13274
3006edc0 13275
a848cd7e
SC
13276ac_ext=c
13277ac_cpp='$CPP $CPPFLAGS'
13278ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13279ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13280ac_compiler_gnu=$ac_cv_c_compiler_gnu
13281echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
13282echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
13283# On Suns, sometimes $CPP names a directory.
13284if test -n "$CPP" && test -d "$CPP"; then
13285 CPP=
13286fi
13287if test -z "$CPP"; then
13288 if test "${ac_cv_prog_CPP+set}" = set; then
13289 echo $ECHO_N "(cached) $ECHO_C" >&6
13290else
13291 # Double quotes because CPP needs to be expanded
13292 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
13293 do
13294 ac_preproc_ok=false
13295for ac_c_preproc_warn_flag in '' yes
13296do
13297 # Use a header file that comes with gcc, so configuring glibc
13298 # with a fresh cross-compiler works.
13299 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13300 # <limits.h> exists even on freestanding compilers.
13301 # On the NeXT, cc -E runs the code through the compiler's parser,
13302 # not just through cpp. "Syntax error" is here to catch this case.
13303 cat >conftest.$ac_ext <<_ACEOF
13304/* confdefs.h. */
13305_ACEOF
13306cat confdefs.h >>conftest.$ac_ext
13307cat >>conftest.$ac_ext <<_ACEOF
13308/* end confdefs.h. */
13309#ifdef __STDC__
13310# include <limits.h>
13311#else
13312# include <assert.h>
13313#endif
ac1cb8d3 13314 Syntax error
a848cd7e
SC
13315_ACEOF
13316if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13317 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13318 ac_status=$?
13319 grep -v '^ *+' conftest.er1 >conftest.err
13320 rm -f conftest.er1
13321 cat conftest.err >&5
13322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13323 (exit $ac_status); } >/dev/null; then
13324 if test -s conftest.err; then
13325 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 13326 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
13327 else
13328 ac_cpp_err=
13329 fi
13330else
13331 ac_cpp_err=yes
13332fi
13333if test -z "$ac_cpp_err"; then
13334 :
13335else
13336 echo "$as_me: failed program was:" >&5
13337sed 's/^/| /' conftest.$ac_ext >&5
13338
13339 # Broken: fails on valid input.
13340continue
13341fi
13342rm -f conftest.err conftest.$ac_ext
13343
13344 # OK, works on sane cases. Now check whether non-existent headers
13345 # can be detected and how.
13346 cat >conftest.$ac_ext <<_ACEOF
13347/* confdefs.h. */
13348_ACEOF
13349cat confdefs.h >>conftest.$ac_ext
13350cat >>conftest.$ac_ext <<_ACEOF
13351/* end confdefs.h. */
13352#include <ac_nonexistent.h>
13353_ACEOF
13354if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13355 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13356 ac_status=$?
13357 grep -v '^ *+' conftest.er1 >conftest.err
13358 rm -f conftest.er1
13359 cat conftest.err >&5
13360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13361 (exit $ac_status); } >/dev/null; then
13362 if test -s conftest.err; then
13363 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 13364 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
13365 else
13366 ac_cpp_err=
13367 fi
13368else
13369 ac_cpp_err=yes
13370fi
13371if test -z "$ac_cpp_err"; then
13372 # Broken: success on invalid input.
13373continue
13374else
13375 echo "$as_me: failed program was:" >&5
13376sed 's/^/| /' conftest.$ac_ext >&5
13377
13378 # Passes both tests.
13379ac_preproc_ok=:
13380break
13381fi
13382rm -f conftest.err conftest.$ac_ext
13383
13384done
13385# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
13386rm -f conftest.err conftest.$ac_ext
13387if $ac_preproc_ok; then
13388 break
13389fi
13390
13391 done
13392 ac_cv_prog_CPP=$CPP
13393
13394fi
13395 CPP=$ac_cv_prog_CPP
13396else
13397 ac_cv_prog_CPP=$CPP
13398fi
13399echo "$as_me:$LINENO: result: $CPP" >&5
13400echo "${ECHO_T}$CPP" >&6
13401ac_preproc_ok=false
13402for ac_c_preproc_warn_flag in '' yes
13403do
13404 # Use a header file that comes with gcc, so configuring glibc
13405 # with a fresh cross-compiler works.
13406 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13407 # <limits.h> exists even on freestanding compilers.
13408 # On the NeXT, cc -E runs the code through the compiler's parser,
13409 # not just through cpp. "Syntax error" is here to catch this case.
13410 cat >conftest.$ac_ext <<_ACEOF
13411/* confdefs.h. */
13412_ACEOF
13413cat confdefs.h >>conftest.$ac_ext
13414cat >>conftest.$ac_ext <<_ACEOF
13415/* end confdefs.h. */
13416#ifdef __STDC__
13417# include <limits.h>
13418#else
13419# include <assert.h>
13420#endif
ac1cb8d3 13421 Syntax error
a848cd7e
SC
13422_ACEOF
13423if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13424 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13425 ac_status=$?
13426 grep -v '^ *+' conftest.er1 >conftest.err
13427 rm -f conftest.er1
13428 cat conftest.err >&5
13429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13430 (exit $ac_status); } >/dev/null; then
13431 if test -s conftest.err; then
13432 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 13433 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
13434 else
13435 ac_cpp_err=
13436 fi
13437else
13438 ac_cpp_err=yes
13439fi
13440if test -z "$ac_cpp_err"; then
13441 :
13442else
13443 echo "$as_me: failed program was:" >&5
13444sed 's/^/| /' conftest.$ac_ext >&5
13445
13446 # Broken: fails on valid input.
13447continue
13448fi
13449rm -f conftest.err conftest.$ac_ext
13450
13451 # OK, works on sane cases. Now check whether non-existent headers
13452 # can be detected and how.
13453 cat >conftest.$ac_ext <<_ACEOF
13454/* confdefs.h. */
13455_ACEOF
13456cat confdefs.h >>conftest.$ac_ext
13457cat >>conftest.$ac_ext <<_ACEOF
13458/* end confdefs.h. */
13459#include <ac_nonexistent.h>
13460_ACEOF
13461if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13462 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13463 ac_status=$?
13464 grep -v '^ *+' conftest.er1 >conftest.err
13465 rm -f conftest.er1
13466 cat conftest.err >&5
13467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13468 (exit $ac_status); } >/dev/null; then
13469 if test -s conftest.err; then
13470 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 13471 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
13472 else
13473 ac_cpp_err=
13474 fi
13475else
13476 ac_cpp_err=yes
13477fi
13478if test -z "$ac_cpp_err"; then
13479 # Broken: success on invalid input.
13480continue
13481else
13482 echo "$as_me: failed program was:" >&5
13483sed 's/^/| /' conftest.$ac_ext >&5
13484
13485 # Passes both tests.
13486ac_preproc_ok=:
13487break
13488fi
13489rm -f conftest.err conftest.$ac_ext
13490
13491done
13492# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
13493rm -f conftest.err conftest.$ac_ext
13494if $ac_preproc_ok; then
13495 :
13496else
13497 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
13498See \`config.log' for more details." >&5
13499echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
13500See \`config.log' for more details." >&2;}
13501 { (exit 1); exit 1; }; }
13502fi
13503
13504ac_ext=c
13505ac_cpp='$CPP $CPPFLAGS'
13506ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13507ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13508ac_compiler_gnu=$ac_cv_c_compiler_gnu
13509
13510
13511echo "$as_me:$LINENO: checking for egrep" >&5
13512echo $ECHO_N "checking for egrep... $ECHO_C" >&6
13513if test "${ac_cv_prog_egrep+set}" = set; then
13514 echo $ECHO_N "(cached) $ECHO_C" >&6
13515else
13516 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
13517 then ac_cv_prog_egrep='grep -E'
13518 else ac_cv_prog_egrep='egrep'
13519 fi
13520fi
13521echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
13522echo "${ECHO_T}$ac_cv_prog_egrep" >&6
13523 EGREP=$ac_cv_prog_egrep
13524
13525
13526if test $ac_cv_c_compiler_gnu = yes; then
13527 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
13528echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
13529if test "${ac_cv_prog_gcc_traditional+set}" = set; then
13530 echo $ECHO_N "(cached) $ECHO_C" >&6
13531else
13532 ac_pattern="Autoconf.*'x'"
13533 cat >conftest.$ac_ext <<_ACEOF
13534/* confdefs.h. */
13535_ACEOF
13536cat confdefs.h >>conftest.$ac_ext
13537cat >>conftest.$ac_ext <<_ACEOF
13538/* end confdefs.h. */
13539#include <sgtty.h>
13540Autoconf TIOCGETP
13541_ACEOF
13542if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13543 $EGREP "$ac_pattern" >/dev/null 2>&1; then
13544 ac_cv_prog_gcc_traditional=yes
13545else
13546 ac_cv_prog_gcc_traditional=no
13547fi
13548rm -f conftest*
13549
13550
13551 if test $ac_cv_prog_gcc_traditional = no; then
13552 cat >conftest.$ac_ext <<_ACEOF
13553/* confdefs.h. */
13554_ACEOF
13555cat confdefs.h >>conftest.$ac_ext
13556cat >>conftest.$ac_ext <<_ACEOF
13557/* end confdefs.h. */
13558#include <termio.h>
13559Autoconf TCGETA
13560_ACEOF
13561if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13562 $EGREP "$ac_pattern" >/dev/null 2>&1; then
13563 ac_cv_prog_gcc_traditional=yes
13564fi
13565rm -f conftest*
13566
13567 fi
13568fi
13569echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
13570echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
13571 if test $ac_cv_prog_gcc_traditional = yes; then
13572 CC="$CC -traditional"
13573 fi
13574fi
13575
13576
a848cd7e
SC
13577ac_ext=cc
13578ac_cpp='$CXXCPP $CPPFLAGS'
13579ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13580ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13581ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13582
13583
13584CXXFLAGS=${CXXFLAGS:=}
6dcfc289
DE
13585
13586
3006edc0 13587
6dcfc289 13588 ac_ext=cc
a848cd7e
SC
13589ac_cpp='$CXXCPP $CPPFLAGS'
13590ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13591ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13592ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13593if test -n "$ac_tool_prefix"; then
13594 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
13595 do
13596 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
13597set dummy $ac_tool_prefix$ac_prog; ac_word=$2
13598echo "$as_me:$LINENO: checking for $ac_word" >&5
13599echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13600if test "${ac_cv_prog_CXX+set}" = set; then
13601 echo $ECHO_N "(cached) $ECHO_C" >&6
13602else
13603 if test -n "$CXX"; then
13604 ac_cv_prog_CXX="$CXX" # Let the user override the test.
13605else
13606as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13607for as_dir in $PATH
13608do
13609 IFS=$as_save_IFS
13610 test -z "$as_dir" && as_dir=.
13611 for ac_exec_ext in '' $ac_executable_extensions; do
13612 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13613 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
13614 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13615 break 2
13616 fi
13617done
13618done
13619
13620fi
13621fi
13622CXX=$ac_cv_prog_CXX
13623if test -n "$CXX"; then
13624 echo "$as_me:$LINENO: result: $CXX" >&5
13625echo "${ECHO_T}$CXX" >&6
13626else
13627 echo "$as_me:$LINENO: result: no" >&5
13628echo "${ECHO_T}no" >&6
13629fi
13630
13631 test -n "$CXX" && break
13632 done
13633fi
13634if test -z "$CXX"; then
13635 ac_ct_CXX=$CXX
13636 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
13637do
13638 # Extract the first word of "$ac_prog", so it can be a program name with args.
13639set dummy $ac_prog; ac_word=$2
13640echo "$as_me:$LINENO: checking for $ac_word" >&5
13641echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13642if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
13643 echo $ECHO_N "(cached) $ECHO_C" >&6
13644else
13645 if test -n "$ac_ct_CXX"; then
13646 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
13647else
13648as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13649for as_dir in $PATH
13650do
13651 IFS=$as_save_IFS
13652 test -z "$as_dir" && as_dir=.
13653 for ac_exec_ext in '' $ac_executable_extensions; do
13654 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13655 ac_cv_prog_ac_ct_CXX="$ac_prog"
13656 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13657 break 2
13658 fi
13659done
13660done
13661
13662fi
13663fi
13664ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
13665if test -n "$ac_ct_CXX"; then
13666 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
13667echo "${ECHO_T}$ac_ct_CXX" >&6
13668else
13669 echo "$as_me:$LINENO: result: no" >&5
13670echo "${ECHO_T}no" >&6
13671fi
13672
13673 test -n "$ac_ct_CXX" && break
13674done
13675test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
13676
13677 CXX=$ac_ct_CXX
13678fi
13679
13680
13681# Provide some information about the compiler.
13682echo "$as_me:$LINENO:" \
13683 "checking for C++ compiler version" >&5
13684ac_compiler=`set X $ac_compile; echo $2`
13685{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
13686 (eval $ac_compiler --version </dev/null >&5) 2>&5
13687 ac_status=$?
13688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13689 (exit $ac_status); }
13690{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
13691 (eval $ac_compiler -v </dev/null >&5) 2>&5
13692 ac_status=$?
13693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13694 (exit $ac_status); }
13695{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
13696 (eval $ac_compiler -V </dev/null >&5) 2>&5
13697 ac_status=$?
13698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13699 (exit $ac_status); }
13700
13701echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
13702echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
13703if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
13704 echo $ECHO_N "(cached) $ECHO_C" >&6
13705else
13706 cat >conftest.$ac_ext <<_ACEOF
13707/* confdefs.h. */
13708_ACEOF
13709cat confdefs.h >>conftest.$ac_ext
13710cat >>conftest.$ac_ext <<_ACEOF
13711/* end confdefs.h. */
13712
13713int
13714main ()
13715{
13716#ifndef __GNUC__
13717 choke me
13718#endif
13719
13720 ;
13721 return 0;
13722}
13723_ACEOF
13724rm -f conftest.$ac_objext
13725if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 13726 (eval $ac_compile) 2>conftest.er1
a848cd7e 13727 ac_status=$?
ac1cb8d3
VS
13728 grep -v '^ *+' conftest.er1 >conftest.err
13729 rm -f conftest.er1
13730 cat conftest.err >&5
a848cd7e
SC
13731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13732 (exit $ac_status); } &&
6a5c9b3f
RR
13733 { ac_try='test -z "$ac_cxx_werror_flag"
13734 || test ! -s conftest.err'
ac1cb8d3
VS
13735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13736 (eval $ac_try) 2>&5
13737 ac_status=$?
13738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13739 (exit $ac_status); }; } &&
13740 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
13741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13742 (eval $ac_try) 2>&5
13743 ac_status=$?
13744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13745 (exit $ac_status); }; }; then
13746 ac_compiler_gnu=yes
13747else
13748 echo "$as_me: failed program was:" >&5
13749sed 's/^/| /' conftest.$ac_ext >&5
13750
13751ac_compiler_gnu=no
13752fi
ac1cb8d3 13753rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
13754ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
13755
13756fi
13757echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
13758echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
13759GXX=`test $ac_compiler_gnu = yes && echo yes`
13760ac_test_CXXFLAGS=${CXXFLAGS+set}
13761ac_save_CXXFLAGS=$CXXFLAGS
13762CXXFLAGS="-g"
13763echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
13764echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
13765if test "${ac_cv_prog_cxx_g+set}" = set; then
13766 echo $ECHO_N "(cached) $ECHO_C" >&6
13767else
13768 cat >conftest.$ac_ext <<_ACEOF
13769/* confdefs.h. */
13770_ACEOF
13771cat confdefs.h >>conftest.$ac_ext
13772cat >>conftest.$ac_ext <<_ACEOF
13773/* end confdefs.h. */
13774
13775int
13776main ()
13777{
13778
13779 ;
13780 return 0;
13781}
13782_ACEOF
13783rm -f conftest.$ac_objext
13784if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 13785 (eval $ac_compile) 2>conftest.er1
a848cd7e 13786 ac_status=$?
ac1cb8d3
VS
13787 grep -v '^ *+' conftest.er1 >conftest.err
13788 rm -f conftest.er1
13789 cat conftest.err >&5
a848cd7e
SC
13790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13791 (exit $ac_status); } &&
6a5c9b3f
RR
13792 { ac_try='test -z "$ac_cxx_werror_flag"
13793 || test ! -s conftest.err'
ac1cb8d3
VS
13794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13795 (eval $ac_try) 2>&5
13796 ac_status=$?
13797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13798 (exit $ac_status); }; } &&
13799 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
13800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13801 (eval $ac_try) 2>&5
13802 ac_status=$?
13803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13804 (exit $ac_status); }; }; then
13805 ac_cv_prog_cxx_g=yes
13806else
13807 echo "$as_me: failed program was:" >&5
13808sed 's/^/| /' conftest.$ac_ext >&5
13809
13810ac_cv_prog_cxx_g=no
13811fi
ac1cb8d3 13812rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
13813fi
13814echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
13815echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
13816if test "$ac_test_CXXFLAGS" = set; then
13817 CXXFLAGS=$ac_save_CXXFLAGS
13818elif test $ac_cv_prog_cxx_g = yes; then
13819 if test "$GXX" = yes; then
15291213 13820 CXXFLAGS="-g -O2"
a848cd7e 13821 else
15291213 13822 CXXFLAGS="-g"
a848cd7e
SC
13823 fi
13824else
13825 if test "$GXX" = yes; then
13826 CXXFLAGS="-O2"
13827 else
13828 CXXFLAGS=
13829 fi
13830fi
13831for ac_declaration in \
ac1cb8d3 13832 '' \
a848cd7e
SC
13833 'extern "C" void std::exit (int) throw (); using std::exit;' \
13834 'extern "C" void std::exit (int); using std::exit;' \
13835 'extern "C" void exit (int) throw ();' \
13836 'extern "C" void exit (int);' \
13837 'void exit (int);'
13838do
13839 cat >conftest.$ac_ext <<_ACEOF
13840/* confdefs.h. */
13841_ACEOF
13842cat confdefs.h >>conftest.$ac_ext
13843cat >>conftest.$ac_ext <<_ACEOF
13844/* end confdefs.h. */
de59c161 13845$ac_declaration
ac1cb8d3 13846#include <stdlib.h>
a848cd7e
SC
13847int
13848main ()
13849{
13850exit (42);
13851 ;
13852 return 0;
13853}
13854_ACEOF
13855rm -f conftest.$ac_objext
13856if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 13857 (eval $ac_compile) 2>conftest.er1
a848cd7e 13858 ac_status=$?
ac1cb8d3
VS
13859 grep -v '^ *+' conftest.er1 >conftest.err
13860 rm -f conftest.er1
13861 cat conftest.err >&5
a848cd7e
SC
13862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13863 (exit $ac_status); } &&
6a5c9b3f
RR
13864 { ac_try='test -z "$ac_cxx_werror_flag"
13865 || test ! -s conftest.err'
ac1cb8d3
VS
13866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13867 (eval $ac_try) 2>&5
13868 ac_status=$?
13869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13870 (exit $ac_status); }; } &&
13871 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
13872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13873 (eval $ac_try) 2>&5
13874 ac_status=$?
13875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13876 (exit $ac_status); }; }; then
13877 :
13878else
13879 echo "$as_me: failed program was:" >&5
13880sed 's/^/| /' conftest.$ac_ext >&5
13881
13882continue
13883fi
ac1cb8d3 13884rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
13885 cat >conftest.$ac_ext <<_ACEOF
13886/* confdefs.h. */
13887_ACEOF
13888cat confdefs.h >>conftest.$ac_ext
13889cat >>conftest.$ac_ext <<_ACEOF
13890/* end confdefs.h. */
13891$ac_declaration
13892int
13893main ()
13894{
13895exit (42);
13896 ;
13897 return 0;
13898}
13899_ACEOF
13900rm -f conftest.$ac_objext
13901if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 13902 (eval $ac_compile) 2>conftest.er1
a848cd7e 13903 ac_status=$?
ac1cb8d3
VS
13904 grep -v '^ *+' conftest.er1 >conftest.err
13905 rm -f conftest.er1
13906 cat conftest.err >&5
a848cd7e
SC
13907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13908 (exit $ac_status); } &&
6a5c9b3f
RR
13909 { ac_try='test -z "$ac_cxx_werror_flag"
13910 || test ! -s conftest.err'
ac1cb8d3
VS
13911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13912 (eval $ac_try) 2>&5
13913 ac_status=$?
13914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13915 (exit $ac_status); }; } &&
13916 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
13917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13918 (eval $ac_try) 2>&5
13919 ac_status=$?
13920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13921 (exit $ac_status); }; }; then
13922 break
13923else
13924 echo "$as_me: failed program was:" >&5
13925sed 's/^/| /' conftest.$ac_ext >&5
13926
13927fi
ac1cb8d3 13928rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
13929done
13930rm -f conftest*
13931if test -n "$ac_declaration"; then
13932 echo '#ifdef __cplusplus' >>confdefs.h
13933 echo $ac_declaration >>confdefs.h
13934 echo '#endif' >>confdefs.h
13935fi
13936
13937ac_ext=cc
13938ac_cpp='$CXXCPP $CPPFLAGS'
13939ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13940ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13941ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13942
ab0ad5f1
VZ
13943
13944
13945 ac_ext=cc
13946ac_cpp='$CXXCPP $CPPFLAGS'
13947ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13948ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13949ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13950
13951 echo "$as_me:$LINENO: checking whether we are using the Intel C++ compiler" >&5
13952echo $ECHO_N "checking whether we are using the Intel C++ compiler... $ECHO_C" >&6
13953if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER+set}" = set; then
13954 echo $ECHO_N "(cached) $ECHO_C" >&6
13955else
13956 cat >conftest.$ac_ext <<_ACEOF
13957/* confdefs.h. */
13958_ACEOF
13959cat confdefs.h >>conftest.$ac_ext
13960cat >>conftest.$ac_ext <<_ACEOF
13961/* end confdefs.h. */
13962
13963int
13964main ()
13965{
13966
13967 #ifndef __INTEL_COMPILER
13968 choke me
13969 #endif
13970
13971 ;
13972 return 0;
13973}
13974_ACEOF
13975rm -f conftest.$ac_objext
13976if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13977 (eval $ac_compile) 2>conftest.er1
13978 ac_status=$?
13979 grep -v '^ *+' conftest.er1 >conftest.err
13980 rm -f conftest.er1
13981 cat conftest.err >&5
13982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13983 (exit $ac_status); } &&
6a5c9b3f
RR
13984 { ac_try='test -z "$ac_cxx_werror_flag"
13985 || test ! -s conftest.err'
ab0ad5f1
VZ
13986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13987 (eval $ac_try) 2>&5
13988 ac_status=$?
13989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13990 (exit $ac_status); }; } &&
13991 { ac_try='test -s conftest.$ac_objext'
13992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13993 (eval $ac_try) 2>&5
13994 ac_status=$?
13995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13996 (exit $ac_status); }; }; then
13997 bakefile_cv_cxx_compiler___INTEL_COMPILER=yes
13998else
13999 echo "$as_me: failed program was:" >&5
14000sed 's/^/| /' conftest.$ac_ext >&5
14001
14002bakefile_cv_cxx_compiler___INTEL_COMPILER=no
14003
14004fi
14005rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14006
14007
14008fi
14009echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER" >&5
14010echo "${ECHO_T}$bakefile_cv_cxx_compiler___INTEL_COMPILER" >&6
14011 ac_ext=cc
14012ac_cpp='$CXXCPP $CPPFLAGS'
14013ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14014ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14015ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
14016
14017 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER" = "xyes"; then
14018 :; INTELCXX=yes
14019 else
14020 :;
14021 fi
14022
14023
3006edc0
VZ
14024 if test "x$GCXX" != "xyes"; then
14025 if test "xCXX" = "xC"; then
14026 echo "$as_me:$LINENO: checking if the C++ compiler requires -ext o" >&5
480ccd21 14027echo $ECHO_N "checking if the C++ compiler requires -ext o... $ECHO_C" >&6
0093c2fc 14028if test "${bakefile_cv_cxx_exto+set}" = set; then
480ccd21
DE
14029 echo $ECHO_N "(cached) $ECHO_C" >&6
14030else
14031 cat >conftest.$ac_ext <<_ACEOF
14032/* confdefs.h. */
14033_ACEOF
14034cat confdefs.h >>conftest.$ac_ext
14035cat >>conftest.$ac_ext <<_ACEOF
14036/* end confdefs.h. */
14037
14038int
14039main ()
14040{
14041
14042 ;
14043 return 0;
14044}
14045_ACEOF
14046rm -f conftest.$ac_objext conftest.$ac_ext.o
14047if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14048 (eval $ac_compile) 2>&5
14049 ac_status=$?
14050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14051 (exit $ac_status); }; then
14052 for ac_file in `(ls conftest.* 2>/dev/null)`; do
14053 case $ac_file in
14054 conftest.$ac_ext.o)
0093c2fc 14055 bakefile_cv_cxx_exto="-ext o"
480ccd21
DE
14056 ;;
14057 *)
14058 ;;
14059 esac
14060done
14061else
14062 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
14063See \`config.log' for more details." >&5
14064echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
14065See \`config.log' for more details." >&2;}
14066 { (exit 1); exit 1; }; }
14067
14068fi
14069
14070rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
14071
14072fi
0093c2fc
VZ
14073echo "$as_me:$LINENO: result: $bakefile_cv_cxx_exto" >&5
14074echo "${ECHO_T}$bakefile_cv_cxx_exto" >&6
14075if test "x$bakefile_cv_cxx_exto" '!=' "x"; then
480ccd21 14076 if test "cxx" = "c"; then
0093c2fc 14077 CFLAGS="$bakefile_cv_cxx_exto $CFLAGS"
480ccd21
DE
14078 fi
14079 if test "cxx" = "cxx"; then
0093c2fc 14080 CXXFLAGS="$bakefile_cv_cxx_exto $CXXFLAGS"
480ccd21
DE
14081 fi
14082fi
14083
0093c2fc 14084 if test "x$bakefile_cv_c_exto" '!=' "x"; then
3006edc0
VZ
14085 unset ac_cv_prog_cc_g
14086 ac_test_CFLAGS=${CFLAGS+set}
14087ac_save_CFLAGS=$CFLAGS
15291213 14088CFLAGS="-g"
3006edc0
VZ
14089echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
14090echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
14091if test "${ac_cv_prog_cc_g+set}" = set; then
480ccd21
DE
14092 echo $ECHO_N "(cached) $ECHO_C" >&6
14093else
14094 cat >conftest.$ac_ext <<_ACEOF
14095/* confdefs.h. */
14096_ACEOF
14097cat confdefs.h >>conftest.$ac_ext
14098cat >>conftest.$ac_ext <<_ACEOF
14099/* end confdefs.h. */
14100
14101int
14102main ()
14103{
14104
14105 ;
14106 return 0;
14107}
14108_ACEOF
14109rm -f conftest.$ac_objext
14110if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14111 (eval $ac_compile) 2>conftest.er1
14112 ac_status=$?
14113 grep -v '^ *+' conftest.er1 >conftest.err
14114 rm -f conftest.er1
14115 cat conftest.err >&5
14116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14117 (exit $ac_status); } &&
6a5c9b3f
RR
14118 { ac_try='test -z "$ac_cxx_werror_flag"
14119 || test ! -s conftest.err'
480ccd21
DE
14120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14121 (eval $ac_try) 2>&5
14122 ac_status=$?
14123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14124 (exit $ac_status); }; } &&
14125 { ac_try='test -s conftest.$ac_objext'
14126 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14127 (eval $ac_try) 2>&5
14128 ac_status=$?
14129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14130 (exit $ac_status); }; }; then
3006edc0 14131 ac_cv_prog_cc_g=yes
480ccd21
DE
14132else
14133 echo "$as_me: failed program was:" >&5
14134sed 's/^/| /' conftest.$ac_ext >&5
14135
3006edc0 14136ac_cv_prog_cc_g=no
480ccd21
DE
14137fi
14138rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14139fi
3006edc0
VZ
14140echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
14141echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
14142if test "$ac_test_CFLAGS" = set; then
14143 CFLAGS=$ac_save_CFLAGS
14144elif test $ac_cv_prog_cc_g = yes; then
14145 if test "$GCC" = yes; then
14146 CFLAGS="-g -O2"
480ccd21 14147 else
3006edc0 14148 CFLAGS="-g"
480ccd21
DE
14149 fi
14150else
3006edc0
VZ
14151 if test "$GCC" = yes; then
14152 CFLAGS="-O2"
480ccd21 14153 else
3006edc0 14154 CFLAGS=
480ccd21
DE
14155 fi
14156fi
3006edc0 14157 fi
ab0ad5f1 14158 fi
3006edc0
VZ
14159
14160 case `uname -s` in
14161 AIX*)
14162 ac_ext=cc
14163ac_cpp='$CXXCPP $CPPFLAGS'
14164ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14165ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14166ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
14167
14168echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
14169echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6
0093c2fc 14170if test "${bakefile_cv_cxx_compiler_xlc+set}" = set; then
3006edc0
VZ
14171 echo $ECHO_N "(cached) $ECHO_C" >&6
14172else
14173 cat >conftest.$ac_ext <<_ACEOF
14174/* confdefs.h. */
14175_ACEOF
14176cat confdefs.h >>conftest.$ac_ext
14177cat >>conftest.$ac_ext <<_ACEOF
14178/* end confdefs.h. */
14179
14180int
14181main ()
14182{
14183#ifndef __xlC__
14184 choke me
14185#endif
14186
14187 ;
14188 return 0;
14189}
14190_ACEOF
14191rm -f conftest.$ac_objext
14192if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14193 (eval $ac_compile) 2>conftest.er1
14194 ac_status=$?
14195 grep -v '^ *+' conftest.er1 >conftest.err
14196 rm -f conftest.er1
14197 cat conftest.err >&5
14198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14199 (exit $ac_status); } &&
6a5c9b3f
RR
14200 { ac_try='test -z "$ac_cxx_werror_flag"
14201 || test ! -s conftest.err'
3006edc0
VZ
14202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14203 (eval $ac_try) 2>&5
14204 ac_status=$?
14205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14206 (exit $ac_status); }; } &&
14207 { ac_try='test -s conftest.$ac_objext'
14208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14209 (eval $ac_try) 2>&5
14210 ac_status=$?
14211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14212 (exit $ac_status); }; }; then
0093c2fc 14213 bakefile_compiler_xlc=yes
3006edc0
VZ
14214else
14215 echo "$as_me: failed program was:" >&5
14216sed 's/^/| /' conftest.$ac_ext >&5
14217
0093c2fc 14218bakefile_compiler_xlc=no
3006edc0
VZ
14219fi
14220rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
0093c2fc 14221 bakefile_cv_cxx_compiler_xlc=$bakefile_compiler_xlc
3006edc0
VZ
14222
14223fi
0093c2fc
VZ
14224echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_xlc" >&5
14225echo "${ECHO_T}$bakefile_cv_cxx_compiler_xlc" >&6
3006edc0 14226
0093c2fc 14227XLCXX=`test $bakefile_cv_cxx_compiler_xlc = yes && echo yes`
3006edc0
VZ
14228ac_ext=cc
14229ac_cpp='$CXXCPP $CPPFLAGS'
14230ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14231ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14232ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
14233
14234
14235 ;;
14236
14237 Darwin)
14238 ac_ext=cc
95986553
DE
14239ac_cpp='$CXXCPP $CPPFLAGS'
14240ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14241ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14242ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
14243
14244echo "$as_me:$LINENO: checking whether we are using the Metrowerks C++ compiler" >&5
14245echo $ECHO_N "checking whether we are using the Metrowerks C++ compiler... $ECHO_C" >&6
14246if test "${bakefile_cv_cxx_compiler_mwerks+set}" = set; then
14247 echo $ECHO_N "(cached) $ECHO_C" >&6
14248else
14249 cat >conftest.$ac_ext <<_ACEOF
14250/* confdefs.h. */
14251_ACEOF
14252cat confdefs.h >>conftest.$ac_ext
14253cat >>conftest.$ac_ext <<_ACEOF
14254/* end confdefs.h. */
14255
14256int
14257main ()
14258{
14259#ifndef __MWERKS__
14260 choke me
14261#endif
14262
14263 ;
14264 return 0;
14265}
14266_ACEOF
14267rm -f conftest.$ac_objext
14268if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14269 (eval $ac_compile) 2>conftest.er1
14270 ac_status=$?
14271 grep -v '^ *+' conftest.er1 >conftest.err
14272 rm -f conftest.er1
14273 cat conftest.err >&5
14274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14275 (exit $ac_status); } &&
6a5c9b3f
RR
14276 { ac_try='test -z "$ac_cxx_werror_flag"
14277 || test ! -s conftest.err'
95986553
DE
14278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14279 (eval $ac_try) 2>&5
14280 ac_status=$?
14281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14282 (exit $ac_status); }; } &&
14283 { ac_try='test -s conftest.$ac_objext'
14284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14285 (eval $ac_try) 2>&5
14286 ac_status=$?
14287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14288 (exit $ac_status); }; }; then
14289 bakefile_compiler_mwerks=yes
14290else
14291 echo "$as_me: failed program was:" >&5
14292sed 's/^/| /' conftest.$ac_ext >&5
14293
14294bakefile_compiler_mwerks=no
14295fi
14296rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14297 bakefile_cv_cxx_compiler_mwerks=$bakefile_compiler_mwerks
14298
14299fi
14300echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_mwerks" >&5
14301echo "${ECHO_T}$bakefile_cv_cxx_compiler_mwerks" >&6
14302
0e6fa1d9 14303MWCXX=`test $bakefile_cv_cxx_compiler_mwerks = yes && echo yes`
95986553
DE
14304ac_ext=cc
14305ac_cpp='$CXXCPP $CPPFLAGS'
14306ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14307ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14308ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
14309
14310
3006edc0 14311 ac_ext=cc
9273ffba
DE
14312ac_cpp='$CXXCPP $CPPFLAGS'
14313ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14314ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14315ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
14316
14317echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
14318echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6
0093c2fc 14319if test "${bakefile_cv_cxx_compiler_xlc+set}" = set; then
9273ffba
DE
14320 echo $ECHO_N "(cached) $ECHO_C" >&6
14321else
14322 cat >conftest.$ac_ext <<_ACEOF
14323/* confdefs.h. */
14324_ACEOF
14325cat confdefs.h >>conftest.$ac_ext
14326cat >>conftest.$ac_ext <<_ACEOF
14327/* end confdefs.h. */
14328
14329int
14330main ()
14331{
14332#ifndef __xlC__
14333 choke me
14334#endif
14335
14336 ;
14337 return 0;
14338}
14339_ACEOF
14340rm -f conftest.$ac_objext
14341if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14342 (eval $ac_compile) 2>conftest.er1
14343 ac_status=$?
14344 grep -v '^ *+' conftest.er1 >conftest.err
14345 rm -f conftest.er1
14346 cat conftest.err >&5
14347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14348 (exit $ac_status); } &&
6a5c9b3f
RR
14349 { ac_try='test -z "$ac_cxx_werror_flag"
14350 || test ! -s conftest.err'
9273ffba
DE
14351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14352 (eval $ac_try) 2>&5
14353 ac_status=$?
14354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14355 (exit $ac_status); }; } &&
14356 { ac_try='test -s conftest.$ac_objext'
14357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14358 (eval $ac_try) 2>&5
14359 ac_status=$?
14360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14361 (exit $ac_status); }; }; then
0093c2fc 14362 bakefile_compiler_xlc=yes
9273ffba
DE
14363else
14364 echo "$as_me: failed program was:" >&5
14365sed 's/^/| /' conftest.$ac_ext >&5
14366
0093c2fc 14367bakefile_compiler_xlc=no
9273ffba
DE
14368fi
14369rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
0093c2fc 14370 bakefile_cv_cxx_compiler_xlc=$bakefile_compiler_xlc
9273ffba
DE
14371
14372fi
0093c2fc
VZ
14373echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_xlc" >&5
14374echo "${ECHO_T}$bakefile_cv_cxx_compiler_xlc" >&6
9273ffba 14375
0093c2fc 14376XLCXX=`test $bakefile_cv_cxx_compiler_xlc = yes && echo yes`
9273ffba
DE
14377ac_ext=cc
14378ac_cpp='$CXXCPP $CPPFLAGS'
14379ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14380ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14381ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
14382
14383
3006edc0
VZ
14384 ;;
14385
14386 IRIX*)
95986553 14387
6dcfc289 14388
0ad5d837
VZ
14389 ac_ext=cc
14390ac_cpp='$CXXCPP $CPPFLAGS'
14391ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14392ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14393ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
14394
14395 echo "$as_me:$LINENO: checking whether we are using the SGI C++ compiler" >&5
14396echo $ECHO_N "checking whether we are using the SGI C++ compiler... $ECHO_C" >&6
14397if test "${bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION+set}" = set; then
14398 echo $ECHO_N "(cached) $ECHO_C" >&6
14399else
14400 cat >conftest.$ac_ext <<_ACEOF
14401/* confdefs.h. */
14402_ACEOF
14403cat confdefs.h >>conftest.$ac_ext
14404cat >>conftest.$ac_ext <<_ACEOF
14405/* end confdefs.h. */
14406
14407int
14408main ()
14409{
14410
14411 #ifndef _SGI_COMPILER_VERSION
14412 choke me
14413 #endif
14414
14415 ;
14416 return 0;
14417}
14418_ACEOF
14419rm -f conftest.$ac_objext
14420if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14421 (eval $ac_compile) 2>conftest.er1
14422 ac_status=$?
14423 grep -v '^ *+' conftest.er1 >conftest.err
14424 rm -f conftest.er1
14425 cat conftest.err >&5
14426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14427 (exit $ac_status); } &&
6a5c9b3f
RR
14428 { ac_try='test -z "$ac_cxx_werror_flag"
14429 || test ! -s conftest.err'
0ad5d837
VZ
14430 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14431 (eval $ac_try) 2>&5
14432 ac_status=$?
14433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14434 (exit $ac_status); }; } &&
14435 { ac_try='test -s conftest.$ac_objext'
14436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14437 (eval $ac_try) 2>&5
14438 ac_status=$?
14439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14440 (exit $ac_status); }; }; then
14441 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=yes
14442else
14443 echo "$as_me: failed program was:" >&5
14444sed 's/^/| /' conftest.$ac_ext >&5
14445
14446bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=no
14447
14448fi
14449rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14450
14451
14452fi
14453echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&5
14454echo "${ECHO_T}$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&6
14455 ac_ext=cc
14456ac_cpp='$CXXCPP $CPPFLAGS'
14457ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14458ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14459ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
14460
14461 if test "x$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" = "xyes"; then
14462 :; SGICXX=yes
14463 else
14464 :;
14465 fi
14466
14467
3006edc0
VZ
14468 ;;
14469
0093c2fc 14470 HP-UX*)
3006edc0
VZ
14471
14472
14473 ac_ext=cc
14474ac_cpp='$CXXCPP $CPPFLAGS'
14475ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14476ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14477ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
14478
0093c2fc
VZ
14479 echo "$as_me:$LINENO: checking whether we are using the HP C++ compiler" >&5
14480echo $ECHO_N "checking whether we are using the HP C++ compiler... $ECHO_C" >&6
14481if test "${bakefile_cv_cxx_compiler___HP_aCC+set}" = set; then
3006edc0
VZ
14482 echo $ECHO_N "(cached) $ECHO_C" >&6
14483else
14484 cat >conftest.$ac_ext <<_ACEOF
14485/* confdefs.h. */
14486_ACEOF
14487cat confdefs.h >>conftest.$ac_ext
14488cat >>conftest.$ac_ext <<_ACEOF
14489/* end confdefs.h. */
14490
14491int
14492main ()
14493{
14494
0093c2fc 14495 #ifndef __HP_aCC
3006edc0
VZ
14496 choke me
14497 #endif
14498
14499 ;
14500 return 0;
14501}
14502_ACEOF
14503rm -f conftest.$ac_objext
14504if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14505 (eval $ac_compile) 2>conftest.er1
14506 ac_status=$?
14507 grep -v '^ *+' conftest.er1 >conftest.err
14508 rm -f conftest.er1
14509 cat conftest.err >&5
14510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14511 (exit $ac_status); } &&
6a5c9b3f
RR
14512 { ac_try='test -z "$ac_cxx_werror_flag"
14513 || test ! -s conftest.err'
3006edc0
VZ
14514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14515 (eval $ac_try) 2>&5
14516 ac_status=$?
14517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14518 (exit $ac_status); }; } &&
14519 { ac_try='test -s conftest.$ac_objext'
14520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14521 (eval $ac_try) 2>&5
14522 ac_status=$?
14523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14524 (exit $ac_status); }; }; then
0093c2fc 14525 bakefile_cv_cxx_compiler___HP_aCC=yes
3006edc0
VZ
14526else
14527 echo "$as_me: failed program was:" >&5
14528sed 's/^/| /' conftest.$ac_ext >&5
14529
0093c2fc 14530bakefile_cv_cxx_compiler___HP_aCC=no
3006edc0
VZ
14531
14532fi
14533rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14534
14535
14536fi
0093c2fc
VZ
14537echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___HP_aCC" >&5
14538echo "${ECHO_T}$bakefile_cv_cxx_compiler___HP_aCC" >&6
3006edc0
VZ
14539 ac_ext=cc
14540ac_cpp='$CXXCPP $CPPFLAGS'
14541ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14542ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14543ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
14544
0093c2fc
VZ
14545 if test "x$bakefile_cv_cxx_compiler___HP_aCC" = "xyes"; then
14546 :; HPCXX=yes
a1aa0349
VZ
14547 else
14548 :;
14549 fi
14550
14551
14552 ;;
14553
0093c2fc 14554 OSF1)
a1aa0349
VZ
14555
14556
14557 ac_ext=cc
14558ac_cpp='$CXXCPP $CPPFLAGS'
14559ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14560ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14561ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
14562
0093c2fc
VZ
14563 echo "$as_me:$LINENO: checking whether we are using the Compaq C++ compiler" >&5
14564echo $ECHO_N "checking whether we are using the Compaq C++ compiler... $ECHO_C" >&6
14565if test "${bakefile_cv_cxx_compiler___DECCXX+set}" = set; then
a1aa0349
VZ
14566 echo $ECHO_N "(cached) $ECHO_C" >&6
14567else
14568 cat >conftest.$ac_ext <<_ACEOF
14569/* confdefs.h. */
14570_ACEOF
14571cat confdefs.h >>conftest.$ac_ext
14572cat >>conftest.$ac_ext <<_ACEOF
14573/* end confdefs.h. */
14574
14575int
14576main ()
14577{
14578
0093c2fc 14579 #ifndef __DECCXX
a1aa0349
VZ
14580 choke me
14581 #endif
14582
14583 ;
14584 return 0;
14585}
14586_ACEOF
14587rm -f conftest.$ac_objext
14588if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14589 (eval $ac_compile) 2>conftest.er1
14590 ac_status=$?
14591 grep -v '^ *+' conftest.er1 >conftest.err
14592 rm -f conftest.er1
14593 cat conftest.err >&5
14594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14595 (exit $ac_status); } &&
6a5c9b3f
RR
14596 { ac_try='test -z "$ac_cxx_werror_flag"
14597 || test ! -s conftest.err'
a1aa0349
VZ
14598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14599 (eval $ac_try) 2>&5
14600 ac_status=$?
14601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14602 (exit $ac_status); }; } &&
14603 { ac_try='test -s conftest.$ac_objext'
14604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14605 (eval $ac_try) 2>&5
14606 ac_status=$?
14607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14608 (exit $ac_status); }; }; then
0093c2fc 14609 bakefile_cv_cxx_compiler___DECCXX=yes
a1aa0349
VZ
14610else
14611 echo "$as_me: failed program was:" >&5
14612sed 's/^/| /' conftest.$ac_ext >&5
14613
0093c2fc 14614bakefile_cv_cxx_compiler___DECCXX=no
a1aa0349
VZ
14615
14616fi
14617rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14618
14619
14620fi
0093c2fc
VZ
14621echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___DECCXX" >&5
14622echo "${ECHO_T}$bakefile_cv_cxx_compiler___DECCXX" >&6
a1aa0349
VZ
14623 ac_ext=cc
14624ac_cpp='$CXXCPP $CPPFLAGS'
14625ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14626ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14627ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
14628
0093c2fc
VZ
14629 if test "x$bakefile_cv_cxx_compiler___DECCXX" = "xyes"; then
14630 :; COMPAQCXX=yes
14631 else
14632 :;
14633 fi
14634
14635
14636 ;;
14637
14638 SunOS)
14639
14640
14641 ac_ext=cc
14642ac_cpp='$CXXCPP $CPPFLAGS'
14643ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14644ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14645ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
14646
14647 echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
14648echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6
14649if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
14650 echo $ECHO_N "(cached) $ECHO_C" >&6
14651else
14652 cat >conftest.$ac_ext <<_ACEOF
14653/* confdefs.h. */
14654_ACEOF
14655cat confdefs.h >>conftest.$ac_ext
14656cat >>conftest.$ac_ext <<_ACEOF
14657/* end confdefs.h. */
14658
14659int
14660main ()
14661{
14662
14663 #ifndef __SUNPRO_CC
14664 choke me
14665 #endif
14666
14667 ;
14668 return 0;
14669}
14670_ACEOF
14671rm -f conftest.$ac_objext
14672if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14673 (eval $ac_compile) 2>conftest.er1
14674 ac_status=$?
14675 grep -v '^ *+' conftest.er1 >conftest.err
14676 rm -f conftest.er1
14677 cat conftest.err >&5
14678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14679 (exit $ac_status); } &&
6a5c9b3f
RR
14680 { ac_try='test -z "$ac_cxx_werror_flag"
14681 || test ! -s conftest.err'
0093c2fc
VZ
14682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14683 (eval $ac_try) 2>&5
14684 ac_status=$?
14685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14686 (exit $ac_status); }; } &&
14687 { ac_try='test -s conftest.$ac_objext'
14688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14689 (eval $ac_try) 2>&5
14690 ac_status=$?
14691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14692 (exit $ac_status); }; }; then
14693 bakefile_cv_cxx_compiler___SUNPRO_CC=yes
14694else
14695 echo "$as_me: failed program was:" >&5
14696sed 's/^/| /' conftest.$ac_ext >&5
14697
14698bakefile_cv_cxx_compiler___SUNPRO_CC=no
14699
14700fi
14701rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14702
14703
14704fi
14705echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
14706echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6
14707 ac_ext=cc
14708ac_cpp='$CXXCPP $CPPFLAGS'
14709ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14710ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14711ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
14712
14713 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
14714 :; SUNCXX=yes
3006edc0
VZ
14715 else
14716 :;
ab0ad5f1 14717 fi
a9e5b1f0
MW
14718
14719
3006edc0
VZ
14720 ;;
14721 esac
14722 fi
14723
14724
14725
a848cd7e
SC
14726if test -n "$ac_tool_prefix"; then
14727 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
14728set dummy ${ac_tool_prefix}ranlib; ac_word=$2
14729echo "$as_me:$LINENO: checking for $ac_word" >&5
14730echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14731if test "${ac_cv_prog_RANLIB+set}" = set; then
14732 echo $ECHO_N "(cached) $ECHO_C" >&6
14733else
14734 if test -n "$RANLIB"; then
14735 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
14736else
14737as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14738for as_dir in $PATH
14739do
14740 IFS=$as_save_IFS
14741 test -z "$as_dir" && as_dir=.
14742 for ac_exec_ext in '' $ac_executable_extensions; do
14743 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14744 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
14745 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14746 break 2
14747 fi
14748done
14749done
14750
14751fi
14752fi
14753RANLIB=$ac_cv_prog_RANLIB
14754if test -n "$RANLIB"; then
14755 echo "$as_me:$LINENO: result: $RANLIB" >&5
14756echo "${ECHO_T}$RANLIB" >&6
14757else
14758 echo "$as_me:$LINENO: result: no" >&5
14759echo "${ECHO_T}no" >&6
14760fi
14761
14762fi
14763if test -z "$ac_cv_prog_RANLIB"; then
14764 ac_ct_RANLIB=$RANLIB
14765 # Extract the first word of "ranlib", so it can be a program name with args.
14766set dummy ranlib; ac_word=$2
14767echo "$as_me:$LINENO: checking for $ac_word" >&5
14768echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14769if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
14770 echo $ECHO_N "(cached) $ECHO_C" >&6
14771else
14772 if test -n "$ac_ct_RANLIB"; then
14773 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
14774else
14775as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14776for as_dir in $PATH
14777do
14778 IFS=$as_save_IFS
14779 test -z "$as_dir" && as_dir=.
14780 for ac_exec_ext in '' $ac_executable_extensions; do
14781 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14782 ac_cv_prog_ac_ct_RANLIB="ranlib"
14783 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14784 break 2
14785 fi
14786done
14787done
14788
14789 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
14790fi
14791fi
14792ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
14793if test -n "$ac_ct_RANLIB"; then
14794 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
14795echo "${ECHO_T}$ac_ct_RANLIB" >&6
14796else
14797 echo "$as_me:$LINENO: result: no" >&5
14798echo "${ECHO_T}no" >&6
14799fi
14800
14801 RANLIB=$ac_ct_RANLIB
14802else
14803 RANLIB="$ac_cv_prog_RANLIB"
14804fi
14805
14806
8c80d384
DE
14807if test -n "$ac_tool_prefix"; then
14808 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
14809set dummy ${ac_tool_prefix}ar; ac_word=$2
a848cd7e
SC
14810echo "$as_me:$LINENO: checking for $ac_word" >&5
14811echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14812if test "${ac_cv_prog_AR+set}" = set; then
14813 echo $ECHO_N "(cached) $ECHO_C" >&6
14814else
14815 if test -n "$AR"; then
14816 ac_cv_prog_AR="$AR" # Let the user override the test.
14817else
14818as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14819for as_dir in $PATH
14820do
14821 IFS=$as_save_IFS
14822 test -z "$as_dir" && as_dir=.
14823 for ac_exec_ext in '' $ac_executable_extensions; do
14824 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8c80d384 14825 ac_cv_prog_AR="${ac_tool_prefix}ar"
a848cd7e
SC
14826 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14827 break 2
14828 fi
14829done
14830done
14831
14832fi
14833fi
14834AR=$ac_cv_prog_AR
14835if test -n "$AR"; then
14836 echo "$as_me:$LINENO: result: $AR" >&5
14837echo "${ECHO_T}$AR" >&6
14838else
14839 echo "$as_me:$LINENO: result: no" >&5
14840echo "${ECHO_T}no" >&6
14841fi
14842
8c80d384
DE
14843fi
14844if test -z "$ac_cv_prog_AR"; then
14845 ac_ct_AR=$AR
14846 # Extract the first word of "ar", so it can be a program name with args.
14847set dummy ar; ac_word=$2
14848echo "$as_me:$LINENO: checking for $ac_word" >&5
14849echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14850if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
14851 echo $ECHO_N "(cached) $ECHO_C" >&6
14852else
14853 if test -n "$ac_ct_AR"; then
14854 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
14855else
14856as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14857for as_dir in $PATH
14858do
14859 IFS=$as_save_IFS
14860 test -z "$as_dir" && as_dir=.
14861 for ac_exec_ext in '' $ac_executable_extensions; do
14862 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14863 ac_cv_prog_ac_ct_AR="ar"
14864 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14865 break 2
14866 fi
14867done
14868done
14869
14870fi
14871fi
14872ac_ct_AR=$ac_cv_prog_ac_ct_AR
14873if test -n "$ac_ct_AR"; then
14874 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
14875echo "${ECHO_T}$ac_ct_AR" >&6
14876else
14877 echo "$as_me:$LINENO: result: no" >&5
14878echo "${ECHO_T}no" >&6
14879fi
14880
14881 AR=$ac_ct_AR
14882else
14883 AR="$ac_cv_prog_AR"
14884fi
14885
a848cd7e 14886if test "x$AR" = "x" ; then
77ffb593
JS
14887 { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5
14888echo "$as_me: error: ar is needed to build wxWidgets" >&2;}
a848cd7e
SC
14889 { (exit 1); exit 1; }; }
14890fi
14891
14892# Find a good install program. We prefer a C program (faster),
14893# so one script is as good as another. But avoid the broken or
14894# incompatible versions:
14895# SysV /etc/install, /usr/sbin/install
14896# SunOS /usr/etc/install
14897# IRIX /sbin/install
14898# AIX /bin/install
14899# AmigaOS /C/install, which installs bootblocks on floppy discs
14900# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
14901# AFS /usr/afsws/bin/install, which mishandles nonexistent args
14902# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
ac1cb8d3 14903# OS/2's system install, which has a completely different semantic
a848cd7e
SC
14904# ./install, which can be erroneously created by make from ./install.sh.
14905echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
14906echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
14907if test -z "$INSTALL"; then
14908if test "${ac_cv_path_install+set}" = set; then
14909 echo $ECHO_N "(cached) $ECHO_C" >&6
14910else
14911 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14912for as_dir in $PATH
14913do
14914 IFS=$as_save_IFS
14915 test -z "$as_dir" && as_dir=.
14916 # Account for people who put trailing slashes in PATH elements.
14917case $as_dir/ in
14918 ./ | .// | /cC/* | \
14919 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
ac1cb8d3 14920 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
a848cd7e
SC
14921 /usr/ucb/* ) ;;
14922 *)
14923 # OSF1 and SCO ODT 3.0 have their own names for install.
14924 # Don't use installbsd from OSF since it installs stuff as root
14925 # by default.
14926 for ac_prog in ginstall scoinst install; do
14927 for ac_exec_ext in '' $ac_executable_extensions; do
ac1cb8d3
VS
14928 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
14929 if test $ac_prog = install &&
14930 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
14931 # AIX install. It has an incompatible calling convention.
14932 :
14933 elif test $ac_prog = install &&
14934 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
14935 # program-specific install script used by HP pwplus--don't use.
14936 :
14937 else
14938 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
14939 break 3
14940 fi
14941 fi
a848cd7e
SC
14942 done
14943 done
14944 ;;
14945esac
14946done
14947
14948
14949fi
14950 if test "${ac_cv_path_install+set}" = set; then
14951 INSTALL=$ac_cv_path_install
14952 else
14953 # As a last resort, use the slow shell script. We don't cache a
14954 # path for INSTALL within a source directory, because that will
14955 # break other packages using the cache if that directory is
14956 # removed, or if the path is relative.
14957 INSTALL=$ac_install_sh
14958 fi
14959fi
14960echo "$as_me:$LINENO: result: $INSTALL" >&5
14961echo "${ECHO_T}$INSTALL" >&6
14962
14963# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
14964# It thinks the first close brace ends the variable substitution.
14965test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
14966
14967test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
14968
14969test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
14970
14971
14972case ${INSTALL} in
14973 /* ) # Absolute
14974 ;;
14975 ?:* ) # Drive letter, considered as absolute.
14976 ;;
14977 *)
14978 INSTALL=`pwd`/${INSTALL} ;;
14979esac
14980
a848cd7e
SC
14981
14982case "${host}" in
14983
cfda0ea8 14984 *-*-darwin* )
a848cd7e
SC
14985 INSTALL_PROGRAM="cp -fp"
14986 INSTALL_DATA="cp -fp"
14987 ;;
14988 *)
14989 ;;
14990esac
14991
8c80d384
DE
14992if test -n "$ac_tool_prefix"; then
14993 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
14994set dummy ${ac_tool_prefix}strip; ac_word=$2
a848cd7e
SC
14995echo "$as_me:$LINENO: checking for $ac_word" >&5
14996echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14997if test "${ac_cv_prog_STRIP+set}" = set; then
14998 echo $ECHO_N "(cached) $ECHO_C" >&6
14999else
15000 if test -n "$STRIP"; then
15001 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
15002else
15003as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15004for as_dir in $PATH
15005do
15006 IFS=$as_save_IFS
15007 test -z "$as_dir" && as_dir=.
15008 for ac_exec_ext in '' $ac_executable_extensions; do
15009 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8c80d384 15010 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
a848cd7e
SC
15011 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15012 break 2
15013 fi
15014done
15015done
15016
a848cd7e
SC
15017fi
15018fi
15019STRIP=$ac_cv_prog_STRIP
15020if test -n "$STRIP"; then
15021 echo "$as_me:$LINENO: result: $STRIP" >&5
15022echo "${ECHO_T}$STRIP" >&6
15023else
15024 echo "$as_me:$LINENO: result: no" >&5
15025echo "${ECHO_T}no" >&6
15026fi
15027
8c80d384
DE
15028fi
15029if test -z "$ac_cv_prog_STRIP"; then
15030 ac_ct_STRIP=$STRIP
15031 # Extract the first word of "strip", so it can be a program name with args.
15032set dummy strip; ac_word=$2
15033echo "$as_me:$LINENO: checking for $ac_word" >&5
15034echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15035if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
15036 echo $ECHO_N "(cached) $ECHO_C" >&6
15037else
15038 if test -n "$ac_ct_STRIP"; then
15039 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
15040else
15041as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15042for as_dir in $PATH
15043do
15044 IFS=$as_save_IFS
15045 test -z "$as_dir" && as_dir=.
15046 for ac_exec_ext in '' $ac_executable_extensions; do
15047 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15048 ac_cv_prog_ac_ct_STRIP="strip"
15049 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15050 break 2
15051 fi
15052done
15053done
15054
15055 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP="true"
15056fi
15057fi
15058ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
15059if test -n "$ac_ct_STRIP"; then
15060 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
15061echo "${ECHO_T}$ac_ct_STRIP" >&6
15062else
15063 echo "$as_me:$LINENO: result: no" >&5
15064echo "${ECHO_T}no" >&6
15065fi
15066
15067 STRIP=$ac_ct_STRIP
15068else
15069 STRIP="$ac_cv_prog_STRIP"
15070fi
15071
15072
15073if test "$wxUSE_WINE" = "yes"; then
15074 if test -n "$ac_tool_prefix"; then
15075 # Extract the first word of "${ac_tool_prefix}wrc", so it can be a program name with args.
15076set dummy ${ac_tool_prefix}wrc; ac_word=$2
15077echo "$as_me:$LINENO: checking for $ac_word" >&5
15078echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8ced02f6 15079if test "${ac_cv_prog_WINDRES+set}" = set; then
8c80d384
DE
15080 echo $ECHO_N "(cached) $ECHO_C" >&6
15081else
8ced02f6
DE
15082 if test -n "$WINDRES"; then
15083 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
8c80d384
DE
15084else
15085as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15086for as_dir in $PATH
15087do
15088 IFS=$as_save_IFS
15089 test -z "$as_dir" && as_dir=.
15090 for ac_exec_ext in '' $ac_executable_extensions; do
15091 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8ced02f6 15092 ac_cv_prog_WINDRES="${ac_tool_prefix}wrc"
8c80d384
DE
15093 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15094 break 2
15095 fi
15096done
15097done
15098
15099fi
15100fi
8ced02f6
DE
15101WINDRES=$ac_cv_prog_WINDRES
15102if test -n "$WINDRES"; then
15103 echo "$as_me:$LINENO: result: $WINDRES" >&5
15104echo "${ECHO_T}$WINDRES" >&6
8c80d384
DE
15105else
15106 echo "$as_me:$LINENO: result: no" >&5
15107echo "${ECHO_T}no" >&6
15108fi
15109
15110fi
8ced02f6
DE
15111if test -z "$ac_cv_prog_WINDRES"; then
15112 ac_ct_WINDRES=$WINDRES
8c80d384
DE
15113 # Extract the first word of "wrc", so it can be a program name with args.
15114set dummy wrc; ac_word=$2
15115echo "$as_me:$LINENO: checking for $ac_word" >&5
15116echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8ced02f6 15117if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
8c80d384
DE
15118 echo $ECHO_N "(cached) $ECHO_C" >&6
15119else
8ced02f6
DE
15120 if test -n "$ac_ct_WINDRES"; then
15121 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
8c80d384
DE
15122else
15123as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15124for as_dir in $PATH
15125do
15126 IFS=$as_save_IFS
15127 test -z "$as_dir" && as_dir=.
15128 for ac_exec_ext in '' $ac_executable_extensions; do
15129 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8ced02f6 15130 ac_cv_prog_ac_ct_WINDRES="wrc"
8c80d384
DE
15131 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15132 break 2
15133 fi
15134done
15135done
15136
15137fi
15138fi
8ced02f6
DE
15139ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
15140if test -n "$ac_ct_WINDRES"; then
15141 echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
15142echo "${ECHO_T}$ac_ct_WINDRES" >&6
8c80d384
DE
15143else
15144 echo "$as_me:$LINENO: result: no" >&5
15145echo "${ECHO_T}no" >&6
15146fi
15147
8ced02f6 15148 WINDRES=$ac_ct_WINDRES
8c80d384 15149else
8ced02f6 15150 WINDRES="$ac_cv_prog_WINDRES"
8c80d384
DE
15151fi
15152
004ee6da 15153 RESCOMP="$WINDRES"
8c80d384
DE
15154else
15155 case "${host}" in
15156 *-*-cygwin* | *-*-mingw32* )
004ee6da
RL
15157 if test -n "$ac_tool_prefix"; then
15158 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
15159set dummy ${ac_tool_prefix}windres; ac_word=$2
15160echo "$as_me:$LINENO: checking for $ac_word" >&5
15161echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15162if test "${ac_cv_prog_WINDRES+set}" = set; then
15163 echo $ECHO_N "(cached) $ECHO_C" >&6
15164else
15165 if test -n "$WINDRES"; then
15166 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
15167else
15168as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15169for as_dir in $PATH
15170do
15171 IFS=$as_save_IFS
15172 test -z "$as_dir" && as_dir=.
15173 for ac_exec_ext in '' $ac_executable_extensions; do
15174 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15175 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
15176 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15177 break 2
15178 fi
15179done
15180done
15181
15182fi
15183fi
15184WINDRES=$ac_cv_prog_WINDRES
15185if test -n "$WINDRES"; then
15186 echo "$as_me:$LINENO: result: $WINDRES" >&5
15187echo "${ECHO_T}$WINDRES" >&6
15188else
15189 echo "$as_me:$LINENO: result: no" >&5
15190echo "${ECHO_T}no" >&6
15191fi
15192
15193fi
15194if test -z "$ac_cv_prog_WINDRES"; then
15195 ac_ct_WINDRES=$WINDRES
15196 # Extract the first word of "windres", so it can be a program name with args.
15197set dummy windres; ac_word=$2
15198echo "$as_me:$LINENO: checking for $ac_word" >&5
15199echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15200if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
15201 echo $ECHO_N "(cached) $ECHO_C" >&6
15202else
15203 if test -n "$ac_ct_WINDRES"; then
15204 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
15205else
15206as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15207for as_dir in $PATH
15208do
15209 IFS=$as_save_IFS
15210 test -z "$as_dir" && as_dir=.
15211 for ac_exec_ext in '' $ac_executable_extensions; do
15212 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15213 ac_cv_prog_ac_ct_WINDRES="windres"
15214 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15215 break 2
15216 fi
15217done
15218done
15219
15220fi
15221fi
15222ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
15223if test -n "$ac_ct_WINDRES"; then
15224 echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
15225echo "${ECHO_T}$ac_ct_WINDRES" >&6
15226else
15227 echo "$as_me:$LINENO: result: no" >&5
15228echo "${ECHO_T}no" >&6
15229fi
15230
15231 WINDRES=$ac_ct_WINDRES
15232else
15233 WINDRES="$ac_cv_prog_WINDRES"
15234fi
15235
15236 RESCOMP="$WINDRES"
15237 if test -n "$ac_tool_prefix"; then
8c80d384
DE
15238 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
15239set dummy ${ac_tool_prefix}dlltool; ac_word=$2
15240echo "$as_me:$LINENO: checking for $ac_word" >&5
15241echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15242if test "${ac_cv_prog_DLLTOOL+set}" = set; then
15243 echo $ECHO_N "(cached) $ECHO_C" >&6
15244else
15245 if test -n "$DLLTOOL"; then
15246 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
15247else
15248as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15249for as_dir in $PATH
15250do
15251 IFS=$as_save_IFS
15252 test -z "$as_dir" && as_dir=.
15253 for ac_exec_ext in '' $ac_executable_extensions; do
15254 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15255 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
15256 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15257 break 2
15258 fi
15259done
15260done
15261
15262fi
15263fi
15264DLLTOOL=$ac_cv_prog_DLLTOOL
15265if test -n "$DLLTOOL"; then
15266 echo "$as_me:$LINENO: result: $DLLTOOL" >&5
15267echo "${ECHO_T}$DLLTOOL" >&6
15268else
15269 echo "$as_me:$LINENO: result: no" >&5
15270echo "${ECHO_T}no" >&6
15271fi
15272
15273fi
15274if test -z "$ac_cv_prog_DLLTOOL"; then
15275 ac_ct_DLLTOOL=$DLLTOOL
15276 # Extract the first word of "dlltool", so it can be a program name with args.
15277set dummy dlltool; ac_word=$2
15278echo "$as_me:$LINENO: checking for $ac_word" >&5
15279echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15280if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
15281 echo $ECHO_N "(cached) $ECHO_C" >&6
15282else
15283 if test -n "$ac_ct_DLLTOOL"; then
15284 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
15285else
15286as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15287for as_dir in $PATH
15288do
15289 IFS=$as_save_IFS
15290 test -z "$as_dir" && as_dir=.
15291 for ac_exec_ext in '' $ac_executable_extensions; do
15292 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15293 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
15294 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15295 break 2
15296 fi
15297done
15298done
15299
15300fi
15301fi
15302ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
15303if test -n "$ac_ct_DLLTOOL"; then
15304 echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
15305echo "${ECHO_T}$ac_ct_DLLTOOL" >&6
15306else
15307 echo "$as_me:$LINENO: result: no" >&5
15308echo "${ECHO_T}no" >&6
15309fi
15310
15311 DLLTOOL=$ac_ct_DLLTOOL
15312else
15313 DLLTOOL="$ac_cv_prog_DLLTOOL"
15314fi
15315
15316 ;;
15317 esac
15318fi
a848cd7e
SC
15319
15320echo "$as_me:$LINENO: checking if make is GNU make" >&5
15321echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
15322if test "${wx_cv_prog_makeisgnu+set}" = set; then
15323 echo $ECHO_N "(cached) $ECHO_C" >&6
15324else
15325
15326 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
15327 egrep -s GNU > /dev/null); then
15328 wx_cv_prog_makeisgnu="yes"
15329 else
15330 wx_cv_prog_makeisgnu="no"
15331 fi
15332
15333fi
15334echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
15335echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
15336
15337if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
15338 IF_GNU_MAKE=""
15339else
15340 IF_GNU_MAKE="#"
15341fi
15342
15343
15344
15345if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
15346echo "$as_me:$LINENO: checking if make supports VPATH" >&5
15347echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
15348if test "${wx_cv_prog_makevpath+set}" = set; then
15349 echo $ECHO_N "(cached) $ECHO_C" >&6
15350else
15351
15352cat - << EOF > confMake
15353check : file
15354 cp \$? \$@
15355 cp \$? final_file
15356EOF
15357
15358if test ! -d sub ; then
15359 mkdir sub
15360fi
15361echo dummy > sub/file
15362${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
15363RESULT=$?
15364rm -f sub/file check final_file confMake
15365rmdir sub
15366if test "$RESULT" = 0; then
15367 wx_cv_prog_makevpath="yes"
15368else
15369 wx_cv_prog_makevpath="no"
15370fi
15371
15372fi
15373echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
15374echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
15375
15376if test "x$wx_cv_prog_makevpath" != "xyes"; then
15377{ { echo "$as_me:$LINENO: error:
15378You need a make-utility that is able to use the variable
15379VPATH correctly.
15380If your version of make does not support VPATH correctly,
15381please install GNU-make (possibly as gmake), and start
15382configure with the following command:
15383export MAKE=gmake; ./configure for sh-type shells
15384setenv MAKE gmake; ./configure for csh-type shells
15385Also please do remember to use gmake in this case every time
15386you are trying to compile.
15387" >&5
15388echo "$as_me: error:
15389You need a make-utility that is able to use the variable
15390VPATH correctly.
15391If your version of make does not support VPATH correctly,
15392please install GNU-make (possibly as gmake), and start
15393configure with the following command:
15394export MAKE=gmake; ./configure for sh-type shells
15395setenv MAKE gmake; ./configure for csh-type shells
15396Also please do remember to use gmake in this case every time
15397you are trying to compile.
15398" >&2;}
15399 { (exit 1); exit 1; }; }
15400fi fi
15401echo "$as_me:$LINENO: checking whether ln -s works" >&5
15402echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
15403LN_S=$as_ln_s
15404if test "$LN_S" = "ln -s"; then
15405 echo "$as_me:$LINENO: result: yes" >&5
15406echo "${ECHO_T}yes" >&6
15407else
15408 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
15409echo "${ECHO_T}no, using $LN_S" >&6
15410fi
15411
15412
bcaab0f9 15413
a848cd7e 15414
2113bc77 15415if test "x$XLCXX" = "xyes" -a "x$USE_AIX" = "x1"; then
c92ad099 15416 CXXFLAGS="-qunique $CXXFLAGS"
9273ffba
DE
15417fi
15418
4d7ec9f1
DE
15419case "${host}" in
15420 powerpc-*-darwin* )
15421 echo "$as_me:$LINENO: checking if __POWERPC__ is already defined" >&5
15422echo $ECHO_N "checking if __POWERPC__ is already defined... $ECHO_C" >&6
15423 cat >conftest.$ac_ext <<_ACEOF
15424/* confdefs.h. */
15425_ACEOF
15426cat confdefs.h >>conftest.$ac_ext
15427cat >>conftest.$ac_ext <<_ACEOF
15428/* end confdefs.h. */
15429
15430int
15431main ()
15432{
15433#ifndef __POWERPC__
15434 choke me for lack of PowerPC
15435#endif
15436
15437 ;
15438 return 0;
15439}
15440_ACEOF
15441rm -f conftest.$ac_objext
15442if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15443 (eval $ac_compile) 2>conftest.er1
15444 ac_status=$?
15445 grep -v '^ *+' conftest.er1 >conftest.err
15446 rm -f conftest.er1
15447 cat conftest.err >&5
15448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15449 (exit $ac_status); } &&
6a5c9b3f
RR
15450 { ac_try='test -z "$ac_cxx_werror_flag"
15451 || test ! -s conftest.err'
4d7ec9f1
DE
15452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15453 (eval $ac_try) 2>&5
15454 ac_status=$?
15455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15456 (exit $ac_status); }; } &&
15457 { ac_try='test -s conftest.$ac_objext'
15458 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15459 (eval $ac_try) 2>&5
15460 ac_status=$?
15461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15462 (exit $ac_status); }; }; then
15463 echo "$as_me:$LINENO: result: yes" >&5
15464echo "${ECHO_T}yes" >&6
15465else
15466 echo "$as_me: failed program was:" >&5
15467sed 's/^/| /' conftest.$ac_ext >&5
15468
15469echo "$as_me:$LINENO: result: no" >&5
15470echo "${ECHO_T}no" >&6
15471 cat >>confdefs.h <<\_ACEOF
15472#define __POWERPC__ 1
15473_ACEOF
15474
15475
15476fi
15477rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
cfda0ea8
DE
15478 ;;
15479esac
15480
15481case "${host}" in
15482 *-*-darwin* )
4d7ec9f1
DE
15483 echo "$as_me:$LINENO: checking if CoreFoundation/CFBase.h is usable" >&5
15484echo $ECHO_N "checking if CoreFoundation/CFBase.h is usable... $ECHO_C" >&6
15485 cat >conftest.$ac_ext <<_ACEOF
15486/* confdefs.h. */
15487_ACEOF
15488cat confdefs.h >>conftest.$ac_ext
15489cat >>conftest.$ac_ext <<_ACEOF
15490/* end confdefs.h. */
15491#include <CoreFoundation/CFBase.h>
15492
15493int
15494main ()
15495{
15496
15497 ;
15498 return 0;
15499}
15500_ACEOF
15501rm -f conftest.$ac_objext
15502if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15503 (eval $ac_compile) 2>conftest.er1
15504 ac_status=$?
15505 grep -v '^ *+' conftest.er1 >conftest.err
15506 rm -f conftest.er1
15507 cat conftest.err >&5
15508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15509 (exit $ac_status); } &&
6a5c9b3f
RR
15510 { ac_try='test -z "$ac_cxx_werror_flag"
15511 || test ! -s conftest.err'
4d7ec9f1
DE
15512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15513 (eval $ac_try) 2>&5
15514 ac_status=$?
15515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15516 (exit $ac_status); }; } &&
15517 { ac_try='test -s conftest.$ac_objext'
15518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15519 (eval $ac_try) 2>&5
15520 ac_status=$?
15521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15522 (exit $ac_status); }; }; then
15523 echo "$as_me:$LINENO: result: yes" >&5
15524echo "${ECHO_T}yes" >&6
15525else
15526 echo "$as_me: failed program was:" >&5
15527sed 's/^/| /' conftest.$ac_ext >&5
15528
15529echo "$as_me:$LINENO: result: no" >&5
15530echo "${ECHO_T}no" >&6
15531 echo "$as_me:$LINENO: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
15532echo $ECHO_N "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... $ECHO_C" >&6
15533 cat >conftest.$ac_ext <<_ACEOF
15534/* confdefs.h. */
15535_ACEOF
15536cat confdefs.h >>conftest.$ac_ext
15537cat >>conftest.$ac_ext <<_ACEOF
15538/* end confdefs.h. */
15539#define __CF_USE_FRAMEWORK_INCLUDES__
15540#include <CoreFoundation/CFBase.h>
15541
15542int
15543main ()
15544{
15545
15546 ;
15547 return 0;
15548}
15549_ACEOF
15550rm -f conftest.$ac_objext
15551if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15552 (eval $ac_compile) 2>conftest.er1
15553 ac_status=$?
15554 grep -v '^ *+' conftest.er1 >conftest.err
15555 rm -f conftest.er1
15556 cat conftest.err >&5
15557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15558 (exit $ac_status); } &&
6a5c9b3f
RR
15559 { ac_try='test -z "$ac_cxx_werror_flag"
15560 || test ! -s conftest.err'
4d7ec9f1
DE
15561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15562 (eval $ac_try) 2>&5
15563 ac_status=$?
15564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15565 (exit $ac_status); }; } &&
15566 { ac_try='test -s conftest.$ac_objext'
15567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15568 (eval $ac_try) 2>&5
15569 ac_status=$?
15570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15571 (exit $ac_status); }; }; then
15572 echo "$as_me:$LINENO: result: yes" >&5
15573echo "${ECHO_T}yes" >&6
c92ad099 15574 CPPFLAGS="-D__CF_USE_FRAMEWORK_INCLUDES__ $CPPFLAGS"
4d7ec9f1
DE
15575else
15576 echo "$as_me: failed program was:" >&5
15577sed 's/^/| /' conftest.$ac_ext >&5
15578
15579{ { echo "$as_me:$LINENO: error: no. CoreFoundation not available.
15580See \`config.log' for more details." >&5
15581echo "$as_me: error: no. CoreFoundation not available.
15582See \`config.log' for more details." >&2;}
15583 { (exit 1); exit 1; }; }
15584
15585fi
15586rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15587
15588
15589fi
15590rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15591 ;;
15592esac
15593
a848cd7e
SC
15594case "${host}" in
15595 *-pc-os2_emx | *-pc-os2-emx )
6ba87b06
SN
15596 ac_ext=c
15597ac_cpp='$CPP $CPPFLAGS'
15598ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15599ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15600ac_compiler_gnu=$ac_cv_c_compiler_gnu
15601
15602 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
a848cd7e
SC
15603 echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
15604echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
15605if test "${ac_cv_lib_cExt_drand48+set}" = set; then
15606 echo $ECHO_N "(cached) $ECHO_C" >&6
15607else
15608 ac_check_lib_save_LIBS=$LIBS
15609LIBS="-lcExt $LIBS"
15610cat >conftest.$ac_ext <<_ACEOF
15611/* confdefs.h. */
15612_ACEOF
15613cat confdefs.h >>conftest.$ac_ext
15614cat >>conftest.$ac_ext <<_ACEOF
15615/* end confdefs.h. */
15616
15617/* Override any gcc2 internal prototype to avoid an error. */
15618#ifdef __cplusplus
15619extern "C"
15620#endif
15621/* We use char because int might match the return type of a gcc2
15622 builtin and then its argument prototype would still apply. */
15623char drand48 ();
15624int
15625main ()
15626{
15627drand48 ();
15628 ;
15629 return 0;
15630}
15631_ACEOF
15632rm -f conftest.$ac_objext conftest$ac_exeext
15633if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 15634 (eval $ac_link) 2>conftest.er1
a848cd7e 15635 ac_status=$?
ac1cb8d3
VS
15636 grep -v '^ *+' conftest.er1 >conftest.err
15637 rm -f conftest.er1
15638 cat conftest.err >&5
a848cd7e
SC
15639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15640 (exit $ac_status); } &&
6a5c9b3f
RR
15641 { ac_try='test -z "$ac_c_werror_flag"
15642 || test ! -s conftest.err'
ac1cb8d3
VS
15643 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15644 (eval $ac_try) 2>&5
15645 ac_status=$?
15646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15647 (exit $ac_status); }; } &&
15648 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
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); }; }; then
15654 ac_cv_lib_cExt_drand48=yes
15655else
15656 echo "$as_me: failed program was:" >&5
15657sed 's/^/| /' conftest.$ac_ext >&5
15658
15659ac_cv_lib_cExt_drand48=no
15660fi
ac1cb8d3
VS
15661rm -f conftest.err conftest.$ac_objext \
15662 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
15663LIBS=$ac_check_lib_save_LIBS
15664fi
15665echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
15666echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
15667if test $ac_cv_lib_cExt_drand48 = yes; then
15668 LIBS="$LIBS -lcExt"
15669fi
15670
15671 else
15672 RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
15673 fi
69120ee4
VZ
15674 echo "$as_me:$LINENO: checking for gcc/libc version" >&5
15675echo $ECHO_N "checking for gcc/libc version... $ECHO_C" >&6
a848cd7e
SC
15676if test "${wx_cv_gccversion+set}" = set; then
15677 echo $ECHO_N "(cached) $ECHO_C" >&6
15678else
15679
391a765e
VS
15680 if test "$cross_compiling" = yes; then
15681 wx_cv_gccversion="EMX2"
15682
15683else
15684 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
15685/* confdefs.h. */
15686_ACEOF
15687cat confdefs.h >>conftest.$ac_ext
15688cat >>conftest.$ac_ext <<_ACEOF
15689/* end confdefs.h. */
15690
391a765e 15691 #include <stdio.h>
a848cd7e 15692
391a765e
VS
15693 int main()
15694 {
15695 FILE *f=fopen("conftestval", "w");
15696 if (!f) exit(1);
15697 fprintf(f,
a848cd7e 15698 #if (__GNUC__ < 3)
391a765e
VS
15699 "EMX2"
15700 #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
15701 "EMX3"
15702 #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
15703 "Innotek5"
15704 #else
15705 "Innotek6"
a848cd7e 15706 #endif
5039a2df 15707 );
391a765e
VS
15708 exit(0);
15709 }
a848cd7e 15710
a848cd7e 15711_ACEOF
391a765e
VS
15712rm -f conftest$ac_exeext
15713if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15714 (eval $ac_link) 2>&5
ac1cb8d3
VS
15715 ac_status=$?
15716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
391a765e 15717 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
a848cd7e
SC
15718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15719 (eval $ac_try) 2>&5
15720 ac_status=$?
15721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15722 (exit $ac_status); }; }; then
391a765e 15723 wx_cv_gccversion=`cat conftestval`
a848cd7e 15724else
391a765e
VS
15725 echo "$as_me: program exited with status $ac_status" >&5
15726echo "$as_me: failed program was:" >&5
a848cd7e
SC
15727sed 's/^/| /' conftest.$ac_ext >&5
15728
391a765e
VS
15729( exit $ac_status )
15730wx_cv_gccversion="EMX2"
a848cd7e 15731fi
391a765e 15732rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e 15733fi
a848cd7e
SC
15734
15735fi
15736echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5
15737echo "${ECHO_T}$wx_cv_gccversion" >&6
6ba87b06
SN
15738 ac_ext=cc
15739ac_cpp='$CXXCPP $CPPFLAGS'
15740ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15741ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15742ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
15743
391a765e 15744 if test "$wx_cv_gccversion" = "EMX2"; then
a848cd7e
SC
15745 LIBS="$LIBS -lstdcpp"
15746 LDFLAGS="$LDFLAGS -Zsysv-signals"
15747 else
391a765e 15748 if test "$wx_cv_gccversion" = "EMX3"; then
ddd14b14 15749 LIBS="$LIBS -lstdcxx -lgcc"
a848cd7e
SC
15750 LDFLAGS="$LDFLAGS -Zsysv-signals"
15751 else
15752 LIBS="$LIBS -lstdc++"
15753 fi
15754 fi
94acd38e
DE
15755 if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
15756 { echo "$as_me:$LINENO: WARNING: Building DLLs requires OMF mode, enabled" >&5
15757echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
15758 wxUSE_OMF=yes
2da0c077 15759 enable_omf=yes
a848cd7e
SC
15760 fi
15761 ;;
15762 *)
15763
95986553 15764 echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5
a848cd7e
SC
15765echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6
15766if test "${ac_cv_string_strcasecmp+set}" = set; then
15767 echo $ECHO_N "(cached) $ECHO_C" >&6
15768else
15769
15770 cat >conftest.$ac_ext <<_ACEOF
15771/* confdefs.h. */
15772_ACEOF
15773cat confdefs.h >>conftest.$ac_ext
15774cat >>conftest.$ac_ext <<_ACEOF
15775/* end confdefs.h. */
15776
15777 #include <string.h>
15778
15779int
15780main ()
15781{
15782
15783 strcasecmp("foo", "bar");
15784
15785 ;
15786 return 0;
15787}
15788_ACEOF
15789rm -f conftest.$ac_objext conftest$ac_exeext
15790if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 15791 (eval $ac_link) 2>conftest.er1
a848cd7e 15792 ac_status=$?
ac1cb8d3
VS
15793 grep -v '^ *+' conftest.er1 >conftest.err
15794 rm -f conftest.er1
15795 cat conftest.err >&5
a848cd7e
SC
15796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15797 (exit $ac_status); } &&
6a5c9b3f
RR
15798 { ac_try='test -z "$ac_cxx_werror_flag"
15799 || test ! -s conftest.err'
ac1cb8d3
VS
15800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15801 (eval $ac_try) 2>&5
15802 ac_status=$?
15803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15804 (exit $ac_status); }; } &&
15805 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
15806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15807 (eval $ac_try) 2>&5
15808 ac_status=$?
15809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15810 (exit $ac_status); }; }; then
15811 ac_cv_string_strcasecmp=yes
15812else
15813 echo "$as_me: failed program was:" >&5
15814sed 's/^/| /' conftest.$ac_ext >&5
15815
15816ac_cv_string_strcasecmp=no
15817
15818fi
ac1cb8d3
VS
15819rm -f conftest.err conftest.$ac_objext \
15820 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
15821
15822fi
15823echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5
15824echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6
15825
15826 if test x"$ac_cv_string_strcasecmp" = "xyes"; then
15827 cat >>confdefs.h <<\_ACEOF
15828#define HAVE_STRCASECMP_IN_STRING_H 1
15829_ACEOF
15830
15831 else
15832 echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5
15833echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6
15834if test "${ac_cv_strings_strcasecmp+set}" = set; then
15835 echo $ECHO_N "(cached) $ECHO_C" >&6
15836else
15837
15838 cat >conftest.$ac_ext <<_ACEOF
15839/* confdefs.h. */
15840_ACEOF
15841cat confdefs.h >>conftest.$ac_ext
15842cat >>conftest.$ac_ext <<_ACEOF
15843/* end confdefs.h. */
15844
15845 #include <strings.h>
15846
15847int
15848main ()
15849{
15850
15851 strcasecmp("foo", "bar");
15852
15853 ;
15854 return 0;
15855}
15856_ACEOF
15857rm -f conftest.$ac_objext conftest$ac_exeext
15858if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 15859 (eval $ac_link) 2>conftest.er1
a848cd7e 15860 ac_status=$?
ac1cb8d3
VS
15861 grep -v '^ *+' conftest.er1 >conftest.err
15862 rm -f conftest.er1
15863 cat conftest.err >&5
a848cd7e
SC
15864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15865 (exit $ac_status); } &&
6a5c9b3f
RR
15866 { ac_try='test -z "$ac_cxx_werror_flag"
15867 || test ! -s conftest.err'
ac1cb8d3
VS
15868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15869 (eval $ac_try) 2>&5
15870 ac_status=$?
15871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15872 (exit $ac_status); }; } &&
15873 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
15874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15875 (eval $ac_try) 2>&5
15876 ac_status=$?
15877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15878 (exit $ac_status); }; }; then
15879 ac_cv_strings_strcasecmp=yes
15880else
15881 echo "$as_me: failed program was:" >&5
15882sed 's/^/| /' conftest.$ac_ext >&5
15883
15884ac_cv_strings_strcasecmp=no
15885
15886fi
ac1cb8d3
VS
15887rm -f conftest.err conftest.$ac_objext \
15888 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
15889
15890fi
15891echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5
15892echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6
15893
0c3c69fc 15894 if test x"$ac_cv_strings_strcasecmp" = "xyes"; then
a848cd7e
SC
15895 cat >>confdefs.h <<\_ACEOF
15896#define HAVE_STRCASECMP_IN_STRINGS_H 1
15897_ACEOF
15898
15899 else
15900 { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5
15901echo "$as_me: error: No case-insensitive string comparison function found." >&2;}
15902 { (exit 1); exit 1; }; }
15903 fi
15904 fi
15905
a848cd7e
SC
15906 ;;
15907esac
15908
15909
5d7b7554
VZ
15910ac_ext=cc
15911ac_cpp='$CXXCPP $CPPFLAGS'
15912ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15913ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15914ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
15915echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
15916echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
15917if test -z "$CXXCPP"; then
15918 if test "${ac_cv_prog_CXXCPP+set}" = set; then
15919 echo $ECHO_N "(cached) $ECHO_C" >&6
15920else
15921 # Double quotes because CXXCPP needs to be expanded
15922 for CXXCPP in "$CXX -E" "/lib/cpp"
15923 do
15924 ac_preproc_ok=false
15925for ac_cxx_preproc_warn_flag in '' yes
15926do
15927 # Use a header file that comes with gcc, so configuring glibc
15928 # with a fresh cross-compiler works.
15929 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15930 # <limits.h> exists even on freestanding compilers.
15931 # On the NeXT, cc -E runs the code through the compiler's parser,
15932 # not just through cpp. "Syntax error" is here to catch this case.
15933 cat >conftest.$ac_ext <<_ACEOF
15934/* confdefs.h. */
15935_ACEOF
15936cat confdefs.h >>conftest.$ac_ext
15937cat >>conftest.$ac_ext <<_ACEOF
15938/* end confdefs.h. */
15939#ifdef __STDC__
15940# include <limits.h>
15941#else
15942# include <assert.h>
15943#endif
15944 Syntax error
15945_ACEOF
15946if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15947 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15948 ac_status=$?
15949 grep -v '^ *+' conftest.er1 >conftest.err
15950 rm -f conftest.er1
15951 cat conftest.err >&5
15952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15953 (exit $ac_status); } >/dev/null; then
15954 if test -s conftest.err; then
15955 ac_cpp_err=$ac_cxx_preproc_warn_flag
15956 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
15957 else
15958 ac_cpp_err=
15959 fi
15960else
15961 ac_cpp_err=yes
15962fi
15963if test -z "$ac_cpp_err"; then
15964 :
15965else
15966 echo "$as_me: failed program was:" >&5
15967sed 's/^/| /' conftest.$ac_ext >&5
15968
15969 # Broken: fails on valid input.
15970continue
15971fi
15972rm -f conftest.err conftest.$ac_ext
15973
15974 # OK, works on sane cases. Now check whether non-existent headers
15975 # can be detected and how.
15976 cat >conftest.$ac_ext <<_ACEOF
15977/* confdefs.h. */
15978_ACEOF
15979cat confdefs.h >>conftest.$ac_ext
15980cat >>conftest.$ac_ext <<_ACEOF
15981/* end confdefs.h. */
15982#include <ac_nonexistent.h>
15983_ACEOF
15984if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15985 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15986 ac_status=$?
15987 grep -v '^ *+' conftest.er1 >conftest.err
15988 rm -f conftest.er1
15989 cat conftest.err >&5
15990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15991 (exit $ac_status); } >/dev/null; then
15992 if test -s conftest.err; then
15993 ac_cpp_err=$ac_cxx_preproc_warn_flag
15994 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
15995 else
15996 ac_cpp_err=
15997 fi
15998else
15999 ac_cpp_err=yes
16000fi
16001if test -z "$ac_cpp_err"; then
16002 # Broken: success on invalid input.
16003continue
16004else
16005 echo "$as_me: failed program was:" >&5
16006sed 's/^/| /' conftest.$ac_ext >&5
16007
16008 # Passes both tests.
16009ac_preproc_ok=:
16010break
16011fi
16012rm -f conftest.err conftest.$ac_ext
16013
16014done
16015# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
16016rm -f conftest.err conftest.$ac_ext
16017if $ac_preproc_ok; then
16018 break
16019fi
16020
16021 done
16022 ac_cv_prog_CXXCPP=$CXXCPP
16023
16024fi
16025 CXXCPP=$ac_cv_prog_CXXCPP
16026else
16027 ac_cv_prog_CXXCPP=$CXXCPP
16028fi
16029echo "$as_me:$LINENO: result: $CXXCPP" >&5
16030echo "${ECHO_T}$CXXCPP" >&6
16031ac_preproc_ok=false
16032for ac_cxx_preproc_warn_flag in '' yes
16033do
16034 # Use a header file that comes with gcc, so configuring glibc
16035 # with a fresh cross-compiler works.
16036 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16037 # <limits.h> exists even on freestanding compilers.
16038 # On the NeXT, cc -E runs the code through the compiler's parser,
16039 # not just through cpp. "Syntax error" is here to catch this case.
16040 cat >conftest.$ac_ext <<_ACEOF
16041/* confdefs.h. */
16042_ACEOF
16043cat confdefs.h >>conftest.$ac_ext
16044cat >>conftest.$ac_ext <<_ACEOF
16045/* end confdefs.h. */
16046#ifdef __STDC__
16047# include <limits.h>
16048#else
16049# include <assert.h>
16050#endif
16051 Syntax error
16052_ACEOF
16053if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16054 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16055 ac_status=$?
16056 grep -v '^ *+' conftest.er1 >conftest.err
16057 rm -f conftest.er1
16058 cat conftest.err >&5
16059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16060 (exit $ac_status); } >/dev/null; then
16061 if test -s conftest.err; then
16062 ac_cpp_err=$ac_cxx_preproc_warn_flag
16063 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
16064 else
16065 ac_cpp_err=
16066 fi
16067else
16068 ac_cpp_err=yes
16069fi
16070if test -z "$ac_cpp_err"; then
16071 :
16072else
16073 echo "$as_me: failed program was:" >&5
16074sed 's/^/| /' conftest.$ac_ext >&5
16075
16076 # Broken: fails on valid input.
16077continue
16078fi
16079rm -f conftest.err conftest.$ac_ext
16080
16081 # OK, works on sane cases. Now check whether non-existent headers
16082 # can be detected and how.
16083 cat >conftest.$ac_ext <<_ACEOF
16084/* confdefs.h. */
16085_ACEOF
16086cat confdefs.h >>conftest.$ac_ext
16087cat >>conftest.$ac_ext <<_ACEOF
16088/* end confdefs.h. */
16089#include <ac_nonexistent.h>
16090_ACEOF
16091if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16092 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16093 ac_status=$?
16094 grep -v '^ *+' conftest.er1 >conftest.err
16095 rm -f conftest.er1
16096 cat conftest.err >&5
16097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16098 (exit $ac_status); } >/dev/null; then
16099 if test -s conftest.err; then
16100 ac_cpp_err=$ac_cxx_preproc_warn_flag
16101 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
16102 else
16103 ac_cpp_err=
16104 fi
16105else
16106 ac_cpp_err=yes
16107fi
16108if test -z "$ac_cpp_err"; then
16109 # Broken: success on invalid input.
16110continue
16111else
16112 echo "$as_me: failed program was:" >&5
16113sed 's/^/| /' conftest.$ac_ext >&5
16114
16115 # Passes both tests.
16116ac_preproc_ok=:
16117break
16118fi
16119rm -f conftest.err conftest.$ac_ext
16120
16121done
16122# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
16123rm -f conftest.err conftest.$ac_ext
16124if $ac_preproc_ok; then
16125 :
16126else
16127 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
16128See \`config.log' for more details." >&5
16129echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
16130See \`config.log' for more details." >&2;}
16131 { (exit 1); exit 1; }; }
16132fi
16133
16134ac_ext=cc
16135ac_cpp='$CXXCPP $CPPFLAGS'
16136ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16137ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16138ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
16139
16140
a848cd7e
SC
16141echo "$as_me:$LINENO: checking for ANSI C header files" >&5
16142echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
16143if test "${ac_cv_header_stdc+set}" = set; then
16144 echo $ECHO_N "(cached) $ECHO_C" >&6
16145else
16146 cat >conftest.$ac_ext <<_ACEOF
16147/* confdefs.h. */
16148_ACEOF
16149cat confdefs.h >>conftest.$ac_ext
16150cat >>conftest.$ac_ext <<_ACEOF
16151/* end confdefs.h. */
16152#include <stdlib.h>
16153#include <stdarg.h>
16154#include <string.h>
16155#include <float.h>
16156
16157int
16158main ()
16159{
16160
16161 ;
16162 return 0;
16163}
16164_ACEOF
16165rm -f conftest.$ac_objext
16166if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16167 (eval $ac_compile) 2>conftest.er1
a848cd7e 16168 ac_status=$?
ac1cb8d3
VS
16169 grep -v '^ *+' conftest.er1 >conftest.err
16170 rm -f conftest.er1
16171 cat conftest.err >&5
a848cd7e
SC
16172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16173 (exit $ac_status); } &&
6a5c9b3f
RR
16174 { ac_try='test -z "$ac_cxx_werror_flag"
16175 || test ! -s conftest.err'
ac1cb8d3
VS
16176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16177 (eval $ac_try) 2>&5
16178 ac_status=$?
16179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16180 (exit $ac_status); }; } &&
16181 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16183 (eval $ac_try) 2>&5
16184 ac_status=$?
16185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16186 (exit $ac_status); }; }; then
16187 ac_cv_header_stdc=yes
16188else
16189 echo "$as_me: failed program was:" >&5
16190sed 's/^/| /' conftest.$ac_ext >&5
16191
16192ac_cv_header_stdc=no
16193fi
ac1cb8d3 16194rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16195
16196if test $ac_cv_header_stdc = yes; then
16197 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
16198 cat >conftest.$ac_ext <<_ACEOF
16199/* confdefs.h. */
16200_ACEOF
16201cat confdefs.h >>conftest.$ac_ext
16202cat >>conftest.$ac_ext <<_ACEOF
16203/* end confdefs.h. */
16204#include <string.h>
16205
16206_ACEOF
16207if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16208 $EGREP "memchr" >/dev/null 2>&1; then
16209 :
16210else
16211 ac_cv_header_stdc=no
16212fi
16213rm -f conftest*
16214
16215fi
16216
16217if test $ac_cv_header_stdc = yes; then
16218 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
16219 cat >conftest.$ac_ext <<_ACEOF
16220/* confdefs.h. */
16221_ACEOF
16222cat confdefs.h >>conftest.$ac_ext
16223cat >>conftest.$ac_ext <<_ACEOF
16224/* end confdefs.h. */
16225#include <stdlib.h>
16226
16227_ACEOF
16228if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16229 $EGREP "free" >/dev/null 2>&1; then
16230 :
16231else
16232 ac_cv_header_stdc=no
16233fi
16234rm -f conftest*
16235
16236fi
16237
16238if test $ac_cv_header_stdc = yes; then
16239 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
16240 if test "$cross_compiling" = yes; then
16241 :
16242else
16243 cat >conftest.$ac_ext <<_ACEOF
16244/* confdefs.h. */
16245_ACEOF
16246cat confdefs.h >>conftest.$ac_ext
16247cat >>conftest.$ac_ext <<_ACEOF
16248/* end confdefs.h. */
16249#include <ctype.h>
16250#if ((' ' & 0x0FF) == 0x020)
16251# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
16252# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
16253#else
16254# define ISLOWER(c) \
ac1cb8d3
VS
16255 (('a' <= (c) && (c) <= 'i') \
16256 || ('j' <= (c) && (c) <= 'r') \
16257 || ('s' <= (c) && (c) <= 'z'))
a848cd7e
SC
16258# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
16259#endif
16260
16261#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
16262int
16263main ()
16264{
16265 int i;
16266 for (i = 0; i < 256; i++)
16267 if (XOR (islower (i), ISLOWER (i))
ac1cb8d3 16268 || toupper (i) != TOUPPER (i))
a848cd7e
SC
16269 exit(2);
16270 exit (0);
16271}
16272_ACEOF
16273rm -f conftest$ac_exeext
16274if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16275 (eval $ac_link) 2>&5
16276 ac_status=$?
16277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16278 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16280 (eval $ac_try) 2>&5
16281 ac_status=$?
16282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16283 (exit $ac_status); }; }; then
16284 :
16285else
16286 echo "$as_me: program exited with status $ac_status" >&5
16287echo "$as_me: failed program was:" >&5
16288sed 's/^/| /' conftest.$ac_ext >&5
16289
16290( exit $ac_status )
16291ac_cv_header_stdc=no
16292fi
ac1cb8d3 16293rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16294fi
16295fi
16296fi
16297echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
16298echo "${ECHO_T}$ac_cv_header_stdc" >&6
16299if test $ac_cv_header_stdc = yes; then
16300
16301cat >>confdefs.h <<\_ACEOF
16302#define STDC_HEADERS 1
16303_ACEOF
16304
16305fi
16306
16307# On IRIX 5.3, sys/types and inttypes.h are conflicting.
16308
16309
16310
16311
16312
16313
16314
16315
16316
16317for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
ac1cb8d3 16318 inttypes.h stdint.h unistd.h
a848cd7e
SC
16319do
16320as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16321echo "$as_me:$LINENO: checking for $ac_header" >&5
16322echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16323if eval "test \"\${$as_ac_Header+set}\" = set"; then
16324 echo $ECHO_N "(cached) $ECHO_C" >&6
16325else
16326 cat >conftest.$ac_ext <<_ACEOF
16327/* confdefs.h. */
16328_ACEOF
16329cat confdefs.h >>conftest.$ac_ext
16330cat >>conftest.$ac_ext <<_ACEOF
16331/* end confdefs.h. */
16332$ac_includes_default
16333
16334#include <$ac_header>
16335_ACEOF
16336rm -f conftest.$ac_objext
16337if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16338 (eval $ac_compile) 2>conftest.er1
a848cd7e 16339 ac_status=$?
ac1cb8d3
VS
16340 grep -v '^ *+' conftest.er1 >conftest.err
16341 rm -f conftest.er1
16342 cat conftest.err >&5
a848cd7e
SC
16343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16344 (exit $ac_status); } &&
6a5c9b3f
RR
16345 { ac_try='test -z "$ac_cxx_werror_flag"
16346 || test ! -s conftest.err'
ac1cb8d3
VS
16347 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16348 (eval $ac_try) 2>&5
16349 ac_status=$?
16350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16351 (exit $ac_status); }; } &&
16352 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16353 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16354 (eval $ac_try) 2>&5
16355 ac_status=$?
16356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16357 (exit $ac_status); }; }; then
16358 eval "$as_ac_Header=yes"
16359else
16360 echo "$as_me: failed program was:" >&5
16361sed 's/^/| /' conftest.$ac_ext >&5
16362
16363eval "$as_ac_Header=no"
16364fi
ac1cb8d3 16365rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16366fi
16367echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16368echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16369if test `eval echo '${'$as_ac_Header'}'` = yes; then
16370 cat >>confdefs.h <<_ACEOF
16371#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16372_ACEOF
16373
16374fi
16375
16376done
16377
16378
16379
16380for ac_header in stdlib.h
16381do
16382as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16383if eval "test \"\${$as_ac_Header+set}\" = set"; then
16384 echo "$as_me:$LINENO: checking for $ac_header" >&5
16385echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16386if eval "test \"\${$as_ac_Header+set}\" = set"; then
16387 echo $ECHO_N "(cached) $ECHO_C" >&6
16388fi
16389echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16390echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16391else
16392 # Is the header compilable?
16393echo "$as_me:$LINENO: checking $ac_header usability" >&5
16394echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16395cat >conftest.$ac_ext <<_ACEOF
16396/* confdefs.h. */
16397_ACEOF
16398cat confdefs.h >>conftest.$ac_ext
16399cat >>conftest.$ac_ext <<_ACEOF
16400/* end confdefs.h. */
16401$ac_includes_default
16402#include <$ac_header>
16403_ACEOF
16404rm -f conftest.$ac_objext
16405if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16406 (eval $ac_compile) 2>conftest.er1
a848cd7e 16407 ac_status=$?
ac1cb8d3
VS
16408 grep -v '^ *+' conftest.er1 >conftest.err
16409 rm -f conftest.er1
16410 cat conftest.err >&5
a848cd7e
SC
16411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16412 (exit $ac_status); } &&
6a5c9b3f
RR
16413 { ac_try='test -z "$ac_cxx_werror_flag"
16414 || test ! -s conftest.err'
ac1cb8d3
VS
16415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16416 (eval $ac_try) 2>&5
16417 ac_status=$?
16418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16419 (exit $ac_status); }; } &&
16420 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16422 (eval $ac_try) 2>&5
16423 ac_status=$?
16424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16425 (exit $ac_status); }; }; then
16426 ac_header_compiler=yes
16427else
16428 echo "$as_me: failed program was:" >&5
16429sed 's/^/| /' conftest.$ac_ext >&5
16430
16431ac_header_compiler=no
16432fi
ac1cb8d3 16433rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16434echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16435echo "${ECHO_T}$ac_header_compiler" >&6
16436
16437# Is the header present?
16438echo "$as_me:$LINENO: checking $ac_header presence" >&5
16439echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16440cat >conftest.$ac_ext <<_ACEOF
16441/* confdefs.h. */
16442_ACEOF
16443cat confdefs.h >>conftest.$ac_ext
16444cat >>conftest.$ac_ext <<_ACEOF
16445/* end confdefs.h. */
16446#include <$ac_header>
16447_ACEOF
16448if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16449 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16450 ac_status=$?
16451 grep -v '^ *+' conftest.er1 >conftest.err
16452 rm -f conftest.er1
16453 cat conftest.err >&5
16454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16455 (exit $ac_status); } >/dev/null; then
16456 if test -s conftest.err; then
5d7b7554
VZ
16457 ac_cpp_err=$ac_cxx_preproc_warn_flag
16458 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
16459 else
16460 ac_cpp_err=
16461 fi
16462else
16463 ac_cpp_err=yes
16464fi
16465if test -z "$ac_cpp_err"; then
16466 ac_header_preproc=yes
16467else
16468 echo "$as_me: failed program was:" >&5
16469sed 's/^/| /' conftest.$ac_ext >&5
16470
16471 ac_header_preproc=no
16472fi
16473rm -f conftest.err conftest.$ac_ext
16474echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16475echo "${ECHO_T}$ac_header_preproc" >&6
16476
16477# So? What about this header?
5d7b7554 16478case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
ac1cb8d3 16479 yes:no: )
a848cd7e
SC
16480 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16481echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
16482 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16483echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16484 ac_header_preproc=yes
a848cd7e 16485 ;;
ac1cb8d3 16486 no:yes:* )
a848cd7e
SC
16487 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16488echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
16489 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16490echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16491 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16492echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16493 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16494echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
16495 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16496echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
16497 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16498echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
16499 (
16500 cat <<\_ASBOX
ac1cb8d3
VS
16501## ----------------------------------------- ##
16502## Report this to wx-dev@lists.wxwidgets.org ##
16503## ----------------------------------------- ##
a848cd7e
SC
16504_ASBOX
16505 ) |
16506 sed "s/^/$as_me: WARNING: /" >&2
16507 ;;
16508esac
16509echo "$as_me:$LINENO: checking for $ac_header" >&5
16510echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16511if eval "test \"\${$as_ac_Header+set}\" = set"; then
16512 echo $ECHO_N "(cached) $ECHO_C" >&6
16513else
ac1cb8d3 16514 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
16515fi
16516echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16517echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16518
16519fi
16520if test `eval echo '${'$as_ac_Header'}'` = yes; then
16521 cat >>confdefs.h <<_ACEOF
16522#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16523_ACEOF
16524
16525fi
16526
16527done
16528
16529
16530for ac_header in malloc.h
16531do
16532as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16533if eval "test \"\${$as_ac_Header+set}\" = set"; then
16534 echo "$as_me:$LINENO: checking for $ac_header" >&5
16535echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16536if eval "test \"\${$as_ac_Header+set}\" = set"; then
16537 echo $ECHO_N "(cached) $ECHO_C" >&6
16538fi
16539echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16540echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16541else
16542 # Is the header compilable?
16543echo "$as_me:$LINENO: checking $ac_header usability" >&5
16544echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16545cat >conftest.$ac_ext <<_ACEOF
16546/* confdefs.h. */
16547_ACEOF
16548cat confdefs.h >>conftest.$ac_ext
16549cat >>conftest.$ac_ext <<_ACEOF
16550/* end confdefs.h. */
16551$ac_includes_default
16552#include <$ac_header>
16553_ACEOF
16554rm -f conftest.$ac_objext
16555if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16556 (eval $ac_compile) 2>conftest.er1
a848cd7e 16557 ac_status=$?
ac1cb8d3
VS
16558 grep -v '^ *+' conftest.er1 >conftest.err
16559 rm -f conftest.er1
16560 cat conftest.err >&5
a848cd7e
SC
16561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16562 (exit $ac_status); } &&
6a5c9b3f
RR
16563 { ac_try='test -z "$ac_cxx_werror_flag"
16564 || test ! -s conftest.err'
ac1cb8d3
VS
16565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16566 (eval $ac_try) 2>&5
16567 ac_status=$?
16568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16569 (exit $ac_status); }; } &&
16570 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16572 (eval $ac_try) 2>&5
16573 ac_status=$?
16574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16575 (exit $ac_status); }; }; then
16576 ac_header_compiler=yes
16577else
16578 echo "$as_me: failed program was:" >&5
16579sed 's/^/| /' conftest.$ac_ext >&5
16580
16581ac_header_compiler=no
16582fi
ac1cb8d3 16583rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16584echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16585echo "${ECHO_T}$ac_header_compiler" >&6
16586
16587# Is the header present?
16588echo "$as_me:$LINENO: checking $ac_header presence" >&5
16589echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16590cat >conftest.$ac_ext <<_ACEOF
16591/* confdefs.h. */
16592_ACEOF
16593cat confdefs.h >>conftest.$ac_ext
16594cat >>conftest.$ac_ext <<_ACEOF
16595/* end confdefs.h. */
16596#include <$ac_header>
16597_ACEOF
16598if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16599 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16600 ac_status=$?
16601 grep -v '^ *+' conftest.er1 >conftest.err
16602 rm -f conftest.er1
16603 cat conftest.err >&5
16604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16605 (exit $ac_status); } >/dev/null; then
16606 if test -s conftest.err; then
5d7b7554
VZ
16607 ac_cpp_err=$ac_cxx_preproc_warn_flag
16608 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
16609 else
16610 ac_cpp_err=
16611 fi
16612else
16613 ac_cpp_err=yes
16614fi
16615if test -z "$ac_cpp_err"; then
16616 ac_header_preproc=yes
16617else
16618 echo "$as_me: failed program was:" >&5
16619sed 's/^/| /' conftest.$ac_ext >&5
16620
16621 ac_header_preproc=no
16622fi
16623rm -f conftest.err conftest.$ac_ext
16624echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16625echo "${ECHO_T}$ac_header_preproc" >&6
16626
16627# So? What about this header?
5d7b7554 16628case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
ac1cb8d3 16629 yes:no: )
a848cd7e
SC
16630 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16631echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
16632 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16633echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16634 ac_header_preproc=yes
a848cd7e 16635 ;;
ac1cb8d3 16636 no:yes:* )
a848cd7e
SC
16637 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16638echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
16639 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16640echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16641 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16642echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16643 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16644echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
16645 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16646echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
16647 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16648echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
16649 (
16650 cat <<\_ASBOX
ac1cb8d3
VS
16651## ----------------------------------------- ##
16652## Report this to wx-dev@lists.wxwidgets.org ##
16653## ----------------------------------------- ##
a848cd7e
SC
16654_ASBOX
16655 ) |
16656 sed "s/^/$as_me: WARNING: /" >&2
16657 ;;
16658esac
16659echo "$as_me:$LINENO: checking for $ac_header" >&5
16660echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16661if eval "test \"\${$as_ac_Header+set}\" = set"; then
16662 echo $ECHO_N "(cached) $ECHO_C" >&6
16663else
ac1cb8d3 16664 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
16665fi
16666echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16667echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16668
16669fi
16670if test `eval echo '${'$as_ac_Header'}'` = yes; then
16671 cat >>confdefs.h <<_ACEOF
16672#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16673_ACEOF
16674
16675fi
16676
16677done
16678
16679
16680for ac_header in unistd.h
16681do
16682as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16683if eval "test \"\${$as_ac_Header+set}\" = set"; then
16684 echo "$as_me:$LINENO: checking for $ac_header" >&5
16685echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16686if eval "test \"\${$as_ac_Header+set}\" = set"; then
16687 echo $ECHO_N "(cached) $ECHO_C" >&6
16688fi
16689echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16690echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16691else
16692 # Is the header compilable?
16693echo "$as_me:$LINENO: checking $ac_header usability" >&5
16694echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16695cat >conftest.$ac_ext <<_ACEOF
16696/* confdefs.h. */
16697_ACEOF
16698cat confdefs.h >>conftest.$ac_ext
16699cat >>conftest.$ac_ext <<_ACEOF
16700/* end confdefs.h. */
16701$ac_includes_default
16702#include <$ac_header>
16703_ACEOF
16704rm -f conftest.$ac_objext
16705if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16706 (eval $ac_compile) 2>conftest.er1
a848cd7e 16707 ac_status=$?
ac1cb8d3
VS
16708 grep -v '^ *+' conftest.er1 >conftest.err
16709 rm -f conftest.er1
16710 cat conftest.err >&5
a848cd7e
SC
16711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16712 (exit $ac_status); } &&
6a5c9b3f
RR
16713 { ac_try='test -z "$ac_cxx_werror_flag"
16714 || test ! -s conftest.err'
ac1cb8d3
VS
16715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16716 (eval $ac_try) 2>&5
16717 ac_status=$?
16718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16719 (exit $ac_status); }; } &&
16720 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16721 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16722 (eval $ac_try) 2>&5
16723 ac_status=$?
16724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16725 (exit $ac_status); }; }; then
16726 ac_header_compiler=yes
16727else
16728 echo "$as_me: failed program was:" >&5
16729sed 's/^/| /' conftest.$ac_ext >&5
16730
16731ac_header_compiler=no
16732fi
ac1cb8d3 16733rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16734echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16735echo "${ECHO_T}$ac_header_compiler" >&6
16736
16737# Is the header present?
16738echo "$as_me:$LINENO: checking $ac_header presence" >&5
16739echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16740cat >conftest.$ac_ext <<_ACEOF
16741/* confdefs.h. */
16742_ACEOF
16743cat confdefs.h >>conftest.$ac_ext
16744cat >>conftest.$ac_ext <<_ACEOF
16745/* end confdefs.h. */
16746#include <$ac_header>
16747_ACEOF
16748if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16749 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16750 ac_status=$?
16751 grep -v '^ *+' conftest.er1 >conftest.err
16752 rm -f conftest.er1
16753 cat conftest.err >&5
16754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16755 (exit $ac_status); } >/dev/null; then
16756 if test -s conftest.err; then
5d7b7554
VZ
16757 ac_cpp_err=$ac_cxx_preproc_warn_flag
16758 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
16759 else
16760 ac_cpp_err=
16761 fi
16762else
16763 ac_cpp_err=yes
16764fi
16765if test -z "$ac_cpp_err"; then
16766 ac_header_preproc=yes
16767else
16768 echo "$as_me: failed program was:" >&5
16769sed 's/^/| /' conftest.$ac_ext >&5
16770
16771 ac_header_preproc=no
16772fi
16773rm -f conftest.err conftest.$ac_ext
16774echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16775echo "${ECHO_T}$ac_header_preproc" >&6
16776
16777# So? What about this header?
5d7b7554 16778case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
ac1cb8d3 16779 yes:no: )
a848cd7e
SC
16780 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16781echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
16782 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16783echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16784 ac_header_preproc=yes
a848cd7e 16785 ;;
ac1cb8d3 16786 no:yes:* )
a848cd7e
SC
16787 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16788echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
16789 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16790echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16791 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16792echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16793 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16794echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
16795 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16796echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
16797 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16798echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
16799 (
16800 cat <<\_ASBOX
ac1cb8d3
VS
16801## ----------------------------------------- ##
16802## Report this to wx-dev@lists.wxwidgets.org ##
16803## ----------------------------------------- ##
a848cd7e
SC
16804_ASBOX
16805 ) |
16806 sed "s/^/$as_me: WARNING: /" >&2
16807 ;;
16808esac
16809echo "$as_me:$LINENO: checking for $ac_header" >&5
16810echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16811if eval "test \"\${$as_ac_Header+set}\" = set"; then
16812 echo $ECHO_N "(cached) $ECHO_C" >&6
16813else
ac1cb8d3 16814 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
16815fi
16816echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16817echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16818
16819fi
16820if test `eval echo '${'$as_ac_Header'}'` = yes; then
16821 cat >>confdefs.h <<_ACEOF
16822#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16823_ACEOF
16824
16825fi
16826
16827done
16828
16829
16830for ac_header in wchar.h
16831do
16832as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16833if eval "test \"\${$as_ac_Header+set}\" = set"; then
16834 echo "$as_me:$LINENO: checking for $ac_header" >&5
16835echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16836if eval "test \"\${$as_ac_Header+set}\" = set"; then
16837 echo $ECHO_N "(cached) $ECHO_C" >&6
16838fi
16839echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16840echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16841else
16842 # Is the header compilable?
16843echo "$as_me:$LINENO: checking $ac_header usability" >&5
16844echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16845cat >conftest.$ac_ext <<_ACEOF
16846/* confdefs.h. */
16847_ACEOF
16848cat confdefs.h >>conftest.$ac_ext
16849cat >>conftest.$ac_ext <<_ACEOF
16850/* end confdefs.h. */
16851$ac_includes_default
16852#include <$ac_header>
16853_ACEOF
16854rm -f conftest.$ac_objext
16855if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16856 (eval $ac_compile) 2>conftest.er1
a848cd7e 16857 ac_status=$?
ac1cb8d3
VS
16858 grep -v '^ *+' conftest.er1 >conftest.err
16859 rm -f conftest.er1
16860 cat conftest.err >&5
a848cd7e
SC
16861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16862 (exit $ac_status); } &&
6a5c9b3f
RR
16863 { ac_try='test -z "$ac_cxx_werror_flag"
16864 || test ! -s conftest.err'
ac1cb8d3
VS
16865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16866 (eval $ac_try) 2>&5
16867 ac_status=$?
16868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16869 (exit $ac_status); }; } &&
16870 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16872 (eval $ac_try) 2>&5
16873 ac_status=$?
16874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16875 (exit $ac_status); }; }; then
16876 ac_header_compiler=yes
16877else
16878 echo "$as_me: failed program was:" >&5
16879sed 's/^/| /' conftest.$ac_ext >&5
16880
16881ac_header_compiler=no
16882fi
ac1cb8d3 16883rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16884echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16885echo "${ECHO_T}$ac_header_compiler" >&6
16886
16887# Is the header present?
16888echo "$as_me:$LINENO: checking $ac_header presence" >&5
16889echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16890cat >conftest.$ac_ext <<_ACEOF
16891/* confdefs.h. */
16892_ACEOF
16893cat confdefs.h >>conftest.$ac_ext
16894cat >>conftest.$ac_ext <<_ACEOF
16895/* end confdefs.h. */
16896#include <$ac_header>
16897_ACEOF
16898if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16899 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16900 ac_status=$?
16901 grep -v '^ *+' conftest.er1 >conftest.err
16902 rm -f conftest.er1
16903 cat conftest.err >&5
16904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16905 (exit $ac_status); } >/dev/null; then
16906 if test -s conftest.err; then
5d7b7554
VZ
16907 ac_cpp_err=$ac_cxx_preproc_warn_flag
16908 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
16909 else
16910 ac_cpp_err=
16911 fi
16912else
16913 ac_cpp_err=yes
16914fi
16915if test -z "$ac_cpp_err"; then
16916 ac_header_preproc=yes
16917else
16918 echo "$as_me: failed program was:" >&5
16919sed 's/^/| /' conftest.$ac_ext >&5
16920
16921 ac_header_preproc=no
16922fi
16923rm -f conftest.err conftest.$ac_ext
16924echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16925echo "${ECHO_T}$ac_header_preproc" >&6
16926
16927# So? What about this header?
5d7b7554 16928case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
ac1cb8d3 16929 yes:no: )
a848cd7e
SC
16930 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16931echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
16932 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16933echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16934 ac_header_preproc=yes
a848cd7e 16935 ;;
ac1cb8d3 16936 no:yes:* )
a848cd7e
SC
16937 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16938echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
16939 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16940echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16941 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16942echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16943 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16944echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
16945 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16946echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
16947 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16948echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
16949 (
16950 cat <<\_ASBOX
ac1cb8d3
VS
16951## ----------------------------------------- ##
16952## Report this to wx-dev@lists.wxwidgets.org ##
16953## ----------------------------------------- ##
a848cd7e
SC
16954_ASBOX
16955 ) |
16956 sed "s/^/$as_me: WARNING: /" >&2
16957 ;;
16958esac
16959echo "$as_me:$LINENO: checking for $ac_header" >&5
16960echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16961if eval "test \"\${$as_ac_Header+set}\" = set"; then
16962 echo $ECHO_N "(cached) $ECHO_C" >&6
16963else
ac1cb8d3 16964 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
16965fi
16966echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16967echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16968
16969fi
16970if test `eval echo '${'$as_ac_Header'}'` = yes; then
16971 cat >>confdefs.h <<_ACEOF
16972#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16973_ACEOF
16974
16975fi
16976
16977done
16978
16979
16980if test "$ac_cv_header_wchar_h" != "yes"; then
16981
16982for ac_header in wcstr.h
16983do
16984as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16985if eval "test \"\${$as_ac_Header+set}\" = set"; then
16986 echo "$as_me:$LINENO: checking for $ac_header" >&5
16987echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16988if eval "test \"\${$as_ac_Header+set}\" = set"; then
16989 echo $ECHO_N "(cached) $ECHO_C" >&6
16990fi
16991echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16992echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16993else
16994 # Is the header compilable?
16995echo "$as_me:$LINENO: checking $ac_header usability" >&5
16996echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16997cat >conftest.$ac_ext <<_ACEOF
16998/* confdefs.h. */
16999_ACEOF
17000cat confdefs.h >>conftest.$ac_ext
17001cat >>conftest.$ac_ext <<_ACEOF
17002/* end confdefs.h. */
17003$ac_includes_default
17004#include <$ac_header>
17005_ACEOF
17006rm -f conftest.$ac_objext
17007if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17008 (eval $ac_compile) 2>conftest.er1
a848cd7e 17009 ac_status=$?
ac1cb8d3
VS
17010 grep -v '^ *+' conftest.er1 >conftest.err
17011 rm -f conftest.er1
17012 cat conftest.err >&5
a848cd7e
SC
17013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17014 (exit $ac_status); } &&
6a5c9b3f
RR
17015 { ac_try='test -z "$ac_cxx_werror_flag"
17016 || test ! -s conftest.err'
ac1cb8d3
VS
17017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17018 (eval $ac_try) 2>&5
17019 ac_status=$?
17020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17021 (exit $ac_status); }; } &&
17022 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17024 (eval $ac_try) 2>&5
17025 ac_status=$?
17026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17027 (exit $ac_status); }; }; then
17028 ac_header_compiler=yes
17029else
17030 echo "$as_me: failed program was:" >&5
17031sed 's/^/| /' conftest.$ac_ext >&5
17032
17033ac_header_compiler=no
17034fi
ac1cb8d3 17035rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17036echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17037echo "${ECHO_T}$ac_header_compiler" >&6
17038
17039# Is the header present?
17040echo "$as_me:$LINENO: checking $ac_header presence" >&5
17041echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
17042cat >conftest.$ac_ext <<_ACEOF
17043/* confdefs.h. */
17044_ACEOF
17045cat confdefs.h >>conftest.$ac_ext
17046cat >>conftest.$ac_ext <<_ACEOF
17047/* end confdefs.h. */
17048#include <$ac_header>
17049_ACEOF
17050if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17051 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17052 ac_status=$?
17053 grep -v '^ *+' conftest.er1 >conftest.err
17054 rm -f conftest.er1
17055 cat conftest.err >&5
17056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17057 (exit $ac_status); } >/dev/null; then
17058 if test -s conftest.err; then
5d7b7554
VZ
17059 ac_cpp_err=$ac_cxx_preproc_warn_flag
17060 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
17061 else
17062 ac_cpp_err=
17063 fi
17064else
17065 ac_cpp_err=yes
17066fi
17067if test -z "$ac_cpp_err"; then
17068 ac_header_preproc=yes
17069else
17070 echo "$as_me: failed program was:" >&5
17071sed 's/^/| /' conftest.$ac_ext >&5
17072
17073 ac_header_preproc=no
17074fi
17075rm -f conftest.err conftest.$ac_ext
17076echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17077echo "${ECHO_T}$ac_header_preproc" >&6
17078
17079# So? What about this header?
5d7b7554 17080case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
ac1cb8d3 17081 yes:no: )
a848cd7e
SC
17082 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
17083echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
17084 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
17085echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
17086 ac_header_preproc=yes
a848cd7e 17087 ;;
ac1cb8d3 17088 no:yes:* )
a848cd7e
SC
17089 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
17090echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
17091 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
17092echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
17093 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
17094echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
17095 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
17096echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
17097 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17098echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
17099 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
17100echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
17101 (
17102 cat <<\_ASBOX
ac1cb8d3
VS
17103## ----------------------------------------- ##
17104## Report this to wx-dev@lists.wxwidgets.org ##
17105## ----------------------------------------- ##
a848cd7e
SC
17106_ASBOX
17107 ) |
17108 sed "s/^/$as_me: WARNING: /" >&2
17109 ;;
17110esac
17111echo "$as_me:$LINENO: checking for $ac_header" >&5
17112echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17113if eval "test \"\${$as_ac_Header+set}\" = set"; then
17114 echo $ECHO_N "(cached) $ECHO_C" >&6
17115else
ac1cb8d3 17116 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
17117fi
17118echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17119echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17120
17121fi
17122if test `eval echo '${'$as_ac_Header'}'` = yes; then
17123 cat >>confdefs.h <<_ACEOF
17124#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
17125_ACEOF
17126
17127fi
17128
17129done
17130
17131fi
17132
17133
17134for ac_header in fnmatch.h
17135do
17136as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
17137if eval "test \"\${$as_ac_Header+set}\" = set"; then
17138 echo "$as_me:$LINENO: checking for $ac_header" >&5
17139echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17140if eval "test \"\${$as_ac_Header+set}\" = set"; then
17141 echo $ECHO_N "(cached) $ECHO_C" >&6
17142fi
17143echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17144echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17145else
17146 # Is the header compilable?
17147echo "$as_me:$LINENO: checking $ac_header usability" >&5
17148echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
17149cat >conftest.$ac_ext <<_ACEOF
17150/* confdefs.h. */
17151_ACEOF
17152cat confdefs.h >>conftest.$ac_ext
17153cat >>conftest.$ac_ext <<_ACEOF
17154/* end confdefs.h. */
17155$ac_includes_default
17156#include <$ac_header>
17157_ACEOF
17158rm -f conftest.$ac_objext
17159if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17160 (eval $ac_compile) 2>conftest.er1
a848cd7e 17161 ac_status=$?
ac1cb8d3
VS
17162 grep -v '^ *+' conftest.er1 >conftest.err
17163 rm -f conftest.er1
17164 cat conftest.err >&5
a848cd7e
SC
17165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17166 (exit $ac_status); } &&
6a5c9b3f
RR
17167 { ac_try='test -z "$ac_cxx_werror_flag"
17168 || test ! -s conftest.err'
ac1cb8d3
VS
17169 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17170 (eval $ac_try) 2>&5
17171 ac_status=$?
17172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17173 (exit $ac_status); }; } &&
17174 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17176 (eval $ac_try) 2>&5
17177 ac_status=$?
17178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17179 (exit $ac_status); }; }; then
17180 ac_header_compiler=yes
17181else
17182 echo "$as_me: failed program was:" >&5
17183sed 's/^/| /' conftest.$ac_ext >&5
17184
17185ac_header_compiler=no
17186fi
ac1cb8d3 17187rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17188echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17189echo "${ECHO_T}$ac_header_compiler" >&6
17190
17191# Is the header present?
17192echo "$as_me:$LINENO: checking $ac_header presence" >&5
17193echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
17194cat >conftest.$ac_ext <<_ACEOF
17195/* confdefs.h. */
17196_ACEOF
17197cat confdefs.h >>conftest.$ac_ext
17198cat >>conftest.$ac_ext <<_ACEOF
17199/* end confdefs.h. */
17200#include <$ac_header>
17201_ACEOF
17202if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17203 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17204 ac_status=$?
17205 grep -v '^ *+' conftest.er1 >conftest.err
17206 rm -f conftest.er1
17207 cat conftest.err >&5
17208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17209 (exit $ac_status); } >/dev/null; then
17210 if test -s conftest.err; then
5d7b7554
VZ
17211 ac_cpp_err=$ac_cxx_preproc_warn_flag
17212 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
17213 else
17214 ac_cpp_err=
17215 fi
17216else
17217 ac_cpp_err=yes
17218fi
17219if test -z "$ac_cpp_err"; then
17220 ac_header_preproc=yes
17221else
17222 echo "$as_me: failed program was:" >&5
17223sed 's/^/| /' conftest.$ac_ext >&5
17224
17225 ac_header_preproc=no
17226fi
17227rm -f conftest.err conftest.$ac_ext
17228echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17229echo "${ECHO_T}$ac_header_preproc" >&6
17230
17231# So? What about this header?
5d7b7554 17232case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
ac1cb8d3 17233 yes:no: )
a848cd7e
SC
17234 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
17235echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
17236 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
17237echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
17238 ac_header_preproc=yes
a848cd7e 17239 ;;
ac1cb8d3 17240 no:yes:* )
a848cd7e
SC
17241 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
17242echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
17243 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
17244echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
17245 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
17246echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
17247 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
17248echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
17249 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17250echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
17251 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
17252echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
17253 (
17254 cat <<\_ASBOX
ac1cb8d3
VS
17255## ----------------------------------------- ##
17256## Report this to wx-dev@lists.wxwidgets.org ##
17257## ----------------------------------------- ##
a848cd7e
SC
17258_ASBOX
17259 ) |
17260 sed "s/^/$as_me: WARNING: /" >&2
17261 ;;
17262esac
17263echo "$as_me:$LINENO: checking for $ac_header" >&5
17264echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17265if eval "test \"\${$as_ac_Header+set}\" = set"; then
17266 echo $ECHO_N "(cached) $ECHO_C" >&6
17267else
ac1cb8d3 17268 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
17269fi
17270echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17271echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17272
17273fi
17274if test `eval echo '${'$as_ac_Header'}'` = yes; then
17275 cat >>confdefs.h <<_ACEOF
17276#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
17277_ACEOF
17278
17279fi
17280
17281done
17282
17283
a848cd7e
SC
17284
17285for ac_header in langinfo.h
17286do
17287as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
17288if eval "test \"\${$as_ac_Header+set}\" = set"; then
17289 echo "$as_me:$LINENO: checking for $ac_header" >&5
17290echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17291if eval "test \"\${$as_ac_Header+set}\" = set"; then
17292 echo $ECHO_N "(cached) $ECHO_C" >&6
17293fi
17294echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17295echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17296else
17297 # Is the header compilable?
17298echo "$as_me:$LINENO: checking $ac_header usability" >&5
17299echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
17300cat >conftest.$ac_ext <<_ACEOF
17301/* confdefs.h. */
17302_ACEOF
17303cat confdefs.h >>conftest.$ac_ext
17304cat >>conftest.$ac_ext <<_ACEOF
17305/* end confdefs.h. */
17306$ac_includes_default
17307#include <$ac_header>
17308_ACEOF
17309rm -f conftest.$ac_objext
17310if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17311 (eval $ac_compile) 2>conftest.er1
a848cd7e 17312 ac_status=$?
ac1cb8d3
VS
17313 grep -v '^ *+' conftest.er1 >conftest.err
17314 rm -f conftest.er1
17315 cat conftest.err >&5
a848cd7e
SC
17316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17317 (exit $ac_status); } &&
6a5c9b3f
RR
17318 { ac_try='test -z "$ac_cxx_werror_flag"
17319 || test ! -s conftest.err'
ac1cb8d3
VS
17320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17321 (eval $ac_try) 2>&5
17322 ac_status=$?
17323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17324 (exit $ac_status); }; } &&
17325 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17327 (eval $ac_try) 2>&5
17328 ac_status=$?
17329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17330 (exit $ac_status); }; }; then
17331 ac_header_compiler=yes
17332else
17333 echo "$as_me: failed program was:" >&5
17334sed 's/^/| /' conftest.$ac_ext >&5
17335
17336ac_header_compiler=no
17337fi
ac1cb8d3 17338rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17339echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17340echo "${ECHO_T}$ac_header_compiler" >&6
17341
17342# Is the header present?
17343echo "$as_me:$LINENO: checking $ac_header presence" >&5
17344echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
17345cat >conftest.$ac_ext <<_ACEOF
17346/* confdefs.h. */
17347_ACEOF
17348cat confdefs.h >>conftest.$ac_ext
17349cat >>conftest.$ac_ext <<_ACEOF
17350/* end confdefs.h. */
17351#include <$ac_header>
17352_ACEOF
17353if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17354 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17355 ac_status=$?
17356 grep -v '^ *+' conftest.er1 >conftest.err
17357 rm -f conftest.er1
17358 cat conftest.err >&5
17359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17360 (exit $ac_status); } >/dev/null; then
17361 if test -s conftest.err; then
5d7b7554
VZ
17362 ac_cpp_err=$ac_cxx_preproc_warn_flag
17363 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
17364 else
17365 ac_cpp_err=
17366 fi
17367else
17368 ac_cpp_err=yes
17369fi
17370if test -z "$ac_cpp_err"; then
17371 ac_header_preproc=yes
17372else
17373 echo "$as_me: failed program was:" >&5
17374sed 's/^/| /' conftest.$ac_ext >&5
17375
17376 ac_header_preproc=no
17377fi
17378rm -f conftest.err conftest.$ac_ext
17379echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17380echo "${ECHO_T}$ac_header_preproc" >&6
17381
17382# So? What about this header?
5d7b7554 17383case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
ac1cb8d3 17384 yes:no: )
a848cd7e
SC
17385 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
17386echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
17387 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
17388echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
17389 ac_header_preproc=yes
a848cd7e 17390 ;;
ac1cb8d3 17391 no:yes:* )
a848cd7e
SC
17392 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
17393echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
17394 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
17395echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
17396 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
17397echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
17398 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
17399echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
17400 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17401echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
17402 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
17403echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
17404 (
17405 cat <<\_ASBOX
ac1cb8d3
VS
17406## ----------------------------------------- ##
17407## Report this to wx-dev@lists.wxwidgets.org ##
17408## ----------------------------------------- ##
a848cd7e
SC
17409_ASBOX
17410 ) |
17411 sed "s/^/$as_me: WARNING: /" >&2
17412 ;;
17413esac
17414echo "$as_me:$LINENO: checking for $ac_header" >&5
17415echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17416if eval "test \"\${$as_ac_Header+set}\" = set"; then
17417 echo $ECHO_N "(cached) $ECHO_C" >&6
17418else
ac1cb8d3 17419 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
17420fi
17421echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17422echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17423
17424fi
17425if test `eval echo '${'$as_ac_Header'}'` = yes; then
17426 cat >>confdefs.h <<_ACEOF
17427#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
17428_ACEOF
17429
17430fi
17431
17432done
17433
17434
17435case "${host}" in
17436 *-pc-os2_emx | *-pc-os2-emx )
391a765e
VS
17437 if test $ac_cv_header_langinfo_h = "yes" \
17438 -a \( "$wx_cv_gccversion" = "EMX2" \
17439 -o "$wx_cv_gccversion" = "EMX3" \
17440 -o "$wx_cv_gccversion" = "Innotek5" \); then
a848cd7e
SC
17441 LIBS="$LIBS -lintl"
17442 fi
17443 ;;
17444esac
17445
bc023abb
MW
17446if test "$USE_UNIX" = 1 ; then
17447
17448for ac_header in sys/select.h
17449do
17450as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
17451if eval "test \"\${$as_ac_Header+set}\" = set"; then
17452 echo "$as_me:$LINENO: checking for $ac_header" >&5
17453echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17454if eval "test \"\${$as_ac_Header+set}\" = set"; then
17455 echo $ECHO_N "(cached) $ECHO_C" >&6
17456fi
17457echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17458echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17459else
17460 # Is the header compilable?
17461echo "$as_me:$LINENO: checking $ac_header usability" >&5
17462echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
17463cat >conftest.$ac_ext <<_ACEOF
17464/* confdefs.h. */
17465_ACEOF
17466cat confdefs.h >>conftest.$ac_ext
17467cat >>conftest.$ac_ext <<_ACEOF
17468/* end confdefs.h. */
17469$ac_includes_default
17470#include <$ac_header>
17471_ACEOF
17472rm -f conftest.$ac_objext
17473if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17474 (eval $ac_compile) 2>conftest.er1
17475 ac_status=$?
17476 grep -v '^ *+' conftest.er1 >conftest.err
17477 rm -f conftest.er1
17478 cat conftest.err >&5
17479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17480 (exit $ac_status); } &&
6a5c9b3f
RR
17481 { ac_try='test -z "$ac_cxx_werror_flag"
17482 || test ! -s conftest.err'
bc023abb
MW
17483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17484 (eval $ac_try) 2>&5
17485 ac_status=$?
17486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17487 (exit $ac_status); }; } &&
17488 { ac_try='test -s conftest.$ac_objext'
17489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17490 (eval $ac_try) 2>&5
17491 ac_status=$?
17492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17493 (exit $ac_status); }; }; then
17494 ac_header_compiler=yes
17495else
17496 echo "$as_me: failed program was:" >&5
17497sed 's/^/| /' conftest.$ac_ext >&5
17498
17499ac_header_compiler=no
17500fi
17501rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17502echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17503echo "${ECHO_T}$ac_header_compiler" >&6
17504
17505# Is the header present?
17506echo "$as_me:$LINENO: checking $ac_header presence" >&5
17507echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
17508cat >conftest.$ac_ext <<_ACEOF
17509/* confdefs.h. */
17510_ACEOF
17511cat confdefs.h >>conftest.$ac_ext
17512cat >>conftest.$ac_ext <<_ACEOF
17513/* end confdefs.h. */
17514#include <$ac_header>
17515_ACEOF
17516if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17517 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17518 ac_status=$?
17519 grep -v '^ *+' conftest.er1 >conftest.err
17520 rm -f conftest.er1
17521 cat conftest.err >&5
17522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17523 (exit $ac_status); } >/dev/null; then
17524 if test -s conftest.err; then
17525 ac_cpp_err=$ac_cxx_preproc_warn_flag
17526 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
17527 else
17528 ac_cpp_err=
17529 fi
17530else
17531 ac_cpp_err=yes
17532fi
17533if test -z "$ac_cpp_err"; then
17534 ac_header_preproc=yes
17535else
17536 echo "$as_me: failed program was:" >&5
17537sed 's/^/| /' conftest.$ac_ext >&5
17538
17539 ac_header_preproc=no
17540fi
17541rm -f conftest.err conftest.$ac_ext
17542echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17543echo "${ECHO_T}$ac_header_preproc" >&6
17544
17545# So? What about this header?
17546case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
17547 yes:no: )
17548 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
17549echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
17550 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
17551echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
17552 ac_header_preproc=yes
17553 ;;
17554 no:yes:* )
17555 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
17556echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
17557 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
17558echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
17559 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
17560echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
17561 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
17562echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
17563 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17564echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17565 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
17566echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
17567 (
17568 cat <<\_ASBOX
17569## ----------------------------------------- ##
17570## Report this to wx-dev@lists.wxwidgets.org ##
17571## ----------------------------------------- ##
17572_ASBOX
17573 ) |
17574 sed "s/^/$as_me: WARNING: /" >&2
17575 ;;
17576esac
17577echo "$as_me:$LINENO: checking for $ac_header" >&5
17578echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17579if eval "test \"\${$as_ac_Header+set}\" = set"; then
17580 echo $ECHO_N "(cached) $ECHO_C" >&6
17581else
17582 eval "$as_ac_Header=\$ac_header_preproc"
17583fi
17584echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17585echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17586
17587fi
17588if test `eval echo '${'$as_ac_Header'}'` = yes; then
17589 cat >>confdefs.h <<_ACEOF
17590#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
17591_ACEOF
17592
17593fi
17594
17595done
17596
17597fi
17598
a848cd7e
SC
17599
17600echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
17601echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
17602if test "${ac_cv_c_const+set}" = set; then
17603 echo $ECHO_N "(cached) $ECHO_C" >&6
17604else
17605 cat >conftest.$ac_ext <<_ACEOF
17606/* confdefs.h. */
17607_ACEOF
17608cat confdefs.h >>conftest.$ac_ext
17609cat >>conftest.$ac_ext <<_ACEOF
17610/* end confdefs.h. */
17611
17612int
17613main ()
17614{
17615/* FIXME: Include the comments suggested by Paul. */
17616#ifndef __cplusplus
17617 /* Ultrix mips cc rejects this. */
17618 typedef int charset[2];
17619 const charset x;
17620 /* SunOS 4.1.1 cc rejects this. */
17621 char const *const *ccp;
17622 char **p;
17623 /* NEC SVR4.0.2 mips cc rejects this. */
17624 struct point {int x, y;};
17625 static struct point const zero = {0,0};
17626 /* AIX XL C 1.02.0.0 rejects this.
17627 It does not let you subtract one const X* pointer from another in
17628 an arm of an if-expression whose if-part is not a constant
17629 expression */
17630 const char *g = "string";
17631 ccp = &g + (g ? g-g : 0);
17632 /* HPUX 7.0 cc rejects these. */
17633 ++ccp;
17634 p = (char**) ccp;
17635 ccp = (char const *const *) p;
17636 { /* SCO 3.2v4 cc rejects this. */
17637 char *t;
17638 char const *s = 0 ? (char *) 0 : (char const *) 0;
17639
17640 *t++ = 0;
17641 }
17642 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
17643 int x[] = {25, 17};
17644 const int *foo = &x[0];
17645 ++foo;
17646 }
17647 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
17648 typedef const int *iptr;
17649 iptr p = 0;
17650 ++p;
17651 }
17652 { /* AIX XL C 1.02.0.0 rejects this saying
17653 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
17654 struct s { int j; const int *ap[3]; };
17655 struct s *b; b->j = 5;
17656 }
17657 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
17658 const int foo = 10;
17659 }
17660#endif
17661
17662 ;
17663 return 0;
17664}
17665_ACEOF
17666rm -f conftest.$ac_objext
17667if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17668 (eval $ac_compile) 2>conftest.er1
a848cd7e 17669 ac_status=$?
ac1cb8d3
VS
17670 grep -v '^ *+' conftest.er1 >conftest.err
17671 rm -f conftest.er1
17672 cat conftest.err >&5
a848cd7e
SC
17673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17674 (exit $ac_status); } &&
6a5c9b3f
RR
17675 { ac_try='test -z "$ac_cxx_werror_flag"
17676 || test ! -s conftest.err'
ac1cb8d3
VS
17677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17678 (eval $ac_try) 2>&5
17679 ac_status=$?
17680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17681 (exit $ac_status); }; } &&
17682 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17684 (eval $ac_try) 2>&5
17685 ac_status=$?
17686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17687 (exit $ac_status); }; }; then
17688 ac_cv_c_const=yes
17689else
17690 echo "$as_me: failed program was:" >&5
17691sed 's/^/| /' conftest.$ac_ext >&5
17692
17693ac_cv_c_const=no
17694fi
ac1cb8d3 17695rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17696fi
17697echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
17698echo "${ECHO_T}$ac_cv_c_const" >&6
17699if test $ac_cv_c_const = no; then
17700
17701cat >>confdefs.h <<\_ACEOF
17702#define const
17703_ACEOF
17704
17705fi
17706
17707echo "$as_me:$LINENO: checking for inline" >&5
17708echo $ECHO_N "checking for inline... $ECHO_C" >&6
17709if test "${ac_cv_c_inline+set}" = set; then
17710 echo $ECHO_N "(cached) $ECHO_C" >&6
17711else
17712 ac_cv_c_inline=no
17713for ac_kw in inline __inline__ __inline; do
17714 cat >conftest.$ac_ext <<_ACEOF
17715/* confdefs.h. */
17716_ACEOF
17717cat confdefs.h >>conftest.$ac_ext
17718cat >>conftest.$ac_ext <<_ACEOF
17719/* end confdefs.h. */
17720#ifndef __cplusplus
17721typedef int foo_t;
17722static $ac_kw foo_t static_foo () {return 0; }
17723$ac_kw foo_t foo () {return 0; }
17724#endif
17725
17726_ACEOF
17727rm -f conftest.$ac_objext
17728if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17729 (eval $ac_compile) 2>conftest.er1
a848cd7e 17730 ac_status=$?
ac1cb8d3
VS
17731 grep -v '^ *+' conftest.er1 >conftest.err
17732 rm -f conftest.er1
17733 cat conftest.err >&5
a848cd7e
SC
17734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17735 (exit $ac_status); } &&
6a5c9b3f
RR
17736 { ac_try='test -z "$ac_cxx_werror_flag"
17737 || test ! -s conftest.err'
ac1cb8d3
VS
17738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17739 (eval $ac_try) 2>&5
17740 ac_status=$?
17741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17742 (exit $ac_status); }; } &&
17743 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17745 (eval $ac_try) 2>&5
17746 ac_status=$?
17747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17748 (exit $ac_status); }; }; then
17749 ac_cv_c_inline=$ac_kw; break
17750else
17751 echo "$as_me: failed program was:" >&5
17752sed 's/^/| /' conftest.$ac_ext >&5
17753
17754fi
ac1cb8d3 17755rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17756done
17757
17758fi
17759echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
17760echo "${ECHO_T}$ac_cv_c_inline" >&6
ac1cb8d3
VS
17761
17762
a848cd7e
SC
17763case $ac_cv_c_inline in
17764 inline | yes) ;;
ac1cb8d3
VS
17765 *)
17766 case $ac_cv_c_inline in
17767 no) ac_val=;;
17768 *) ac_val=$ac_cv_c_inline;;
17769 esac
17770 cat >>confdefs.h <<_ACEOF
17771#ifndef __cplusplus
17772#define inline $ac_val
17773#endif
de59c161 17774_ACEOF
ac1cb8d3 17775 ;;
a848cd7e
SC
17776esac
17777
17778
17779echo "$as_me:$LINENO: checking for char" >&5
17780echo $ECHO_N "checking for char... $ECHO_C" >&6
17781if test "${ac_cv_type_char+set}" = set; then
17782 echo $ECHO_N "(cached) $ECHO_C" >&6
17783else
17784 cat >conftest.$ac_ext <<_ACEOF
17785/* confdefs.h. */
17786_ACEOF
17787cat confdefs.h >>conftest.$ac_ext
17788cat >>conftest.$ac_ext <<_ACEOF
17789/* end confdefs.h. */
17790$ac_includes_default
17791int
17792main ()
17793{
17794if ((char *) 0)
17795 return 0;
17796if (sizeof (char))
17797 return 0;
17798 ;
17799 return 0;
17800}
17801_ACEOF
17802rm -f conftest.$ac_objext
17803if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17804 (eval $ac_compile) 2>conftest.er1
a848cd7e 17805 ac_status=$?
ac1cb8d3
VS
17806 grep -v '^ *+' conftest.er1 >conftest.err
17807 rm -f conftest.er1
17808 cat conftest.err >&5
a848cd7e
SC
17809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17810 (exit $ac_status); } &&
6a5c9b3f
RR
17811 { ac_try='test -z "$ac_cxx_werror_flag"
17812 || test ! -s conftest.err'
ac1cb8d3
VS
17813 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17814 (eval $ac_try) 2>&5
17815 ac_status=$?
17816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17817 (exit $ac_status); }; } &&
17818 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17820 (eval $ac_try) 2>&5
17821 ac_status=$?
17822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17823 (exit $ac_status); }; }; then
17824 ac_cv_type_char=yes
17825else
17826 echo "$as_me: failed program was:" >&5
17827sed 's/^/| /' conftest.$ac_ext >&5
17828
17829ac_cv_type_char=no
17830fi
ac1cb8d3 17831rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17832fi
17833echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
17834echo "${ECHO_T}$ac_cv_type_char" >&6
17835
17836echo "$as_me:$LINENO: checking size of char" >&5
17837echo $ECHO_N "checking size of char... $ECHO_C" >&6
17838if test "${ac_cv_sizeof_char+set}" = set; then
17839 echo $ECHO_N "(cached) $ECHO_C" >&6
17840else
17841 if test "$ac_cv_type_char" = yes; then
17842 # The cast to unsigned long works around a bug in the HP C Compiler
17843 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17844 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17845 # This bug is HP SR number 8606223364.
17846 if test "$cross_compiling" = yes; then
17847 # Depending upon the size, compute the lo and hi bounds.
17848cat >conftest.$ac_ext <<_ACEOF
17849/* confdefs.h. */
17850_ACEOF
17851cat confdefs.h >>conftest.$ac_ext
17852cat >>conftest.$ac_ext <<_ACEOF
17853/* end confdefs.h. */
17854$ac_includes_default
17855int
17856main ()
17857{
17858static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
17859test_array [0] = 0
17860
17861 ;
17862 return 0;
17863}
17864_ACEOF
17865rm -f conftest.$ac_objext
17866if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17867 (eval $ac_compile) 2>conftest.er1
a848cd7e 17868 ac_status=$?
ac1cb8d3
VS
17869 grep -v '^ *+' conftest.er1 >conftest.err
17870 rm -f conftest.er1
17871 cat conftest.err >&5
a848cd7e
SC
17872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17873 (exit $ac_status); } &&
6a5c9b3f
RR
17874 { ac_try='test -z "$ac_cxx_werror_flag"
17875 || test ! -s conftest.err'
ac1cb8d3
VS
17876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17877 (eval $ac_try) 2>&5
17878 ac_status=$?
17879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17880 (exit $ac_status); }; } &&
17881 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17882 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17883 (eval $ac_try) 2>&5
17884 ac_status=$?
17885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17886 (exit $ac_status); }; }; then
17887 ac_lo=0 ac_mid=0
17888 while :; do
17889 cat >conftest.$ac_ext <<_ACEOF
17890/* confdefs.h. */
17891_ACEOF
17892cat confdefs.h >>conftest.$ac_ext
17893cat >>conftest.$ac_ext <<_ACEOF
17894/* end confdefs.h. */
17895$ac_includes_default
17896int
17897main ()
17898{
17899static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
17900test_array [0] = 0
17901
17902 ;
17903 return 0;
17904}
17905_ACEOF
17906rm -f conftest.$ac_objext
17907if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17908 (eval $ac_compile) 2>conftest.er1
a848cd7e 17909 ac_status=$?
ac1cb8d3
VS
17910 grep -v '^ *+' conftest.er1 >conftest.err
17911 rm -f conftest.er1
17912 cat conftest.err >&5
a848cd7e
SC
17913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17914 (exit $ac_status); } &&
6a5c9b3f
RR
17915 { ac_try='test -z "$ac_cxx_werror_flag"
17916 || test ! -s conftest.err'
ac1cb8d3
VS
17917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17918 (eval $ac_try) 2>&5
17919 ac_status=$?
17920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17921 (exit $ac_status); }; } &&
17922 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17923 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17924 (eval $ac_try) 2>&5
17925 ac_status=$?
17926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17927 (exit $ac_status); }; }; then
17928 ac_hi=$ac_mid; break
17929else
17930 echo "$as_me: failed program was:" >&5
17931sed 's/^/| /' conftest.$ac_ext >&5
17932
17933ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
17934 if test $ac_lo -le $ac_mid; then
17935 ac_lo= ac_hi=
17936 break
17937 fi
17938 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 17939fi
ac1cb8d3 17940rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17941 done
17942else
17943 echo "$as_me: failed program was:" >&5
17944sed 's/^/| /' conftest.$ac_ext >&5
17945
17946cat >conftest.$ac_ext <<_ACEOF
17947/* confdefs.h. */
17948_ACEOF
17949cat confdefs.h >>conftest.$ac_ext
17950cat >>conftest.$ac_ext <<_ACEOF
17951/* end confdefs.h. */
17952$ac_includes_default
17953int
17954main ()
17955{
17956static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
17957test_array [0] = 0
17958
17959 ;
17960 return 0;
17961}
17962_ACEOF
17963rm -f conftest.$ac_objext
17964if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17965 (eval $ac_compile) 2>conftest.er1
a848cd7e 17966 ac_status=$?
ac1cb8d3
VS
17967 grep -v '^ *+' conftest.er1 >conftest.err
17968 rm -f conftest.er1
17969 cat conftest.err >&5
a848cd7e
SC
17970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17971 (exit $ac_status); } &&
6a5c9b3f
RR
17972 { ac_try='test -z "$ac_cxx_werror_flag"
17973 || test ! -s conftest.err'
ac1cb8d3
VS
17974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17975 (eval $ac_try) 2>&5
17976 ac_status=$?
17977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17978 (exit $ac_status); }; } &&
17979 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17981 (eval $ac_try) 2>&5
17982 ac_status=$?
17983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17984 (exit $ac_status); }; }; then
17985 ac_hi=-1 ac_mid=-1
17986 while :; do
17987 cat >conftest.$ac_ext <<_ACEOF
17988/* confdefs.h. */
17989_ACEOF
17990cat confdefs.h >>conftest.$ac_ext
17991cat >>conftest.$ac_ext <<_ACEOF
17992/* end confdefs.h. */
17993$ac_includes_default
17994int
17995main ()
17996{
17997static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
17998test_array [0] = 0
17999
18000 ;
18001 return 0;
18002}
18003_ACEOF
18004rm -f conftest.$ac_objext
18005if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18006 (eval $ac_compile) 2>conftest.er1
a848cd7e 18007 ac_status=$?
ac1cb8d3
VS
18008 grep -v '^ *+' conftest.er1 >conftest.err
18009 rm -f conftest.er1
18010 cat conftest.err >&5
a848cd7e
SC
18011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18012 (exit $ac_status); } &&
6a5c9b3f
RR
18013 { ac_try='test -z "$ac_cxx_werror_flag"
18014 || test ! -s conftest.err'
ac1cb8d3
VS
18015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18016 (eval $ac_try) 2>&5
18017 ac_status=$?
18018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18019 (exit $ac_status); }; } &&
18020 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18022 (eval $ac_try) 2>&5
18023 ac_status=$?
18024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18025 (exit $ac_status); }; }; then
18026 ac_lo=$ac_mid; break
18027else
18028 echo "$as_me: failed program was:" >&5
18029sed 's/^/| /' conftest.$ac_ext >&5
18030
18031ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
18032 if test $ac_mid -le $ac_hi; then
18033 ac_lo= ac_hi=
18034 break
18035 fi
18036 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 18037fi
ac1cb8d3 18038rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18039 done
18040else
18041 echo "$as_me: failed program was:" >&5
18042sed 's/^/| /' conftest.$ac_ext >&5
18043
18044ac_lo= ac_hi=
18045fi
ac1cb8d3 18046rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 18047fi
ac1cb8d3 18048rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18049# Binary search between lo and hi bounds.
18050while test "x$ac_lo" != "x$ac_hi"; do
18051 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18052 cat >conftest.$ac_ext <<_ACEOF
18053/* confdefs.h. */
18054_ACEOF
18055cat confdefs.h >>conftest.$ac_ext
18056cat >>conftest.$ac_ext <<_ACEOF
18057/* end confdefs.h. */
18058$ac_includes_default
18059int
18060main ()
18061{
18062static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
18063test_array [0] = 0
18064
18065 ;
18066 return 0;
18067}
18068_ACEOF
18069rm -f conftest.$ac_objext
18070if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18071 (eval $ac_compile) 2>conftest.er1
a848cd7e 18072 ac_status=$?
ac1cb8d3
VS
18073 grep -v '^ *+' conftest.er1 >conftest.err
18074 rm -f conftest.er1
18075 cat conftest.err >&5
a848cd7e
SC
18076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18077 (exit $ac_status); } &&
6a5c9b3f
RR
18078 { ac_try='test -z "$ac_cxx_werror_flag"
18079 || test ! -s conftest.err'
ac1cb8d3
VS
18080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18081 (eval $ac_try) 2>&5
18082 ac_status=$?
18083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18084 (exit $ac_status); }; } &&
18085 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18087 (eval $ac_try) 2>&5
18088 ac_status=$?
18089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18090 (exit $ac_status); }; }; then
18091 ac_hi=$ac_mid
18092else
18093 echo "$as_me: failed program was:" >&5
18094sed 's/^/| /' conftest.$ac_ext >&5
18095
18096ac_lo=`expr '(' $ac_mid ')' + 1`
18097fi
ac1cb8d3 18098rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18099done
18100case $ac_lo in
18101?*) ac_cv_sizeof_char=$ac_lo;;
18102'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
18103See \`config.log' for more details." >&5
18104echo "$as_me: error: cannot compute sizeof (char), 77
18105See \`config.log' for more details." >&2;}
18106 { (exit 1); exit 1; }; } ;;
18107esac
18108else
18109 if test "$cross_compiling" = yes; then
6a5c9b3f
RR
18110 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
18111See \`config.log' for more details." >&5
18112echo "$as_me: error: cannot run test program while cross compiling
18113See \`config.log' for more details." >&2;}
a848cd7e
SC
18114 { (exit 1); exit 1; }; }
18115else
18116 cat >conftest.$ac_ext <<_ACEOF
18117/* confdefs.h. */
18118_ACEOF
18119cat confdefs.h >>conftest.$ac_ext
18120cat >>conftest.$ac_ext <<_ACEOF
18121/* end confdefs.h. */
18122$ac_includes_default
18123long longval () { return (long) (sizeof (char)); }
18124unsigned long ulongval () { return (long) (sizeof (char)); }
18125#include <stdio.h>
18126#include <stdlib.h>
18127int
18128main ()
18129{
18130
18131 FILE *f = fopen ("conftest.val", "w");
18132 if (! f)
18133 exit (1);
18134 if (((long) (sizeof (char))) < 0)
18135 {
18136 long i = longval ();
18137 if (i != ((long) (sizeof (char))))
18138 exit (1);
18139 fprintf (f, "%ld\n", i);
18140 }
18141 else
18142 {
18143 unsigned long i = ulongval ();
18144 if (i != ((long) (sizeof (char))))
18145 exit (1);
18146 fprintf (f, "%lu\n", i);
18147 }
18148 exit (ferror (f) || fclose (f) != 0);
18149
18150 ;
18151 return 0;
18152}
18153_ACEOF
18154rm -f conftest$ac_exeext
18155if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18156 (eval $ac_link) 2>&5
18157 ac_status=$?
18158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18159 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18161 (eval $ac_try) 2>&5
18162 ac_status=$?
18163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18164 (exit $ac_status); }; }; then
18165 ac_cv_sizeof_char=`cat conftest.val`
18166else
18167 echo "$as_me: program exited with status $ac_status" >&5
18168echo "$as_me: failed program was:" >&5
18169sed 's/^/| /' conftest.$ac_ext >&5
18170
18171( exit $ac_status )
18172{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
18173See \`config.log' for more details." >&5
18174echo "$as_me: error: cannot compute sizeof (char), 77
18175See \`config.log' for more details." >&2;}
18176 { (exit 1); exit 1; }; }
18177fi
ac1cb8d3 18178rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18179fi
18180fi
18181rm -f conftest.val
18182else
18183 ac_cv_sizeof_char=0
18184fi
18185fi
18186echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
18187echo "${ECHO_T}$ac_cv_sizeof_char" >&6
18188cat >>confdefs.h <<_ACEOF
18189#define SIZEOF_CHAR $ac_cv_sizeof_char
18190_ACEOF
18191
18192
18193echo "$as_me:$LINENO: checking for short" >&5
18194echo $ECHO_N "checking for short... $ECHO_C" >&6
18195if test "${ac_cv_type_short+set}" = set; then
18196 echo $ECHO_N "(cached) $ECHO_C" >&6
18197else
18198 cat >conftest.$ac_ext <<_ACEOF
18199/* confdefs.h. */
18200_ACEOF
18201cat confdefs.h >>conftest.$ac_ext
18202cat >>conftest.$ac_ext <<_ACEOF
18203/* end confdefs.h. */
18204$ac_includes_default
18205int
18206main ()
18207{
18208if ((short *) 0)
18209 return 0;
18210if (sizeof (short))
18211 return 0;
18212 ;
18213 return 0;
18214}
18215_ACEOF
18216rm -f conftest.$ac_objext
18217if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18218 (eval $ac_compile) 2>conftest.er1
a848cd7e 18219 ac_status=$?
ac1cb8d3
VS
18220 grep -v '^ *+' conftest.er1 >conftest.err
18221 rm -f conftest.er1
18222 cat conftest.err >&5
a848cd7e
SC
18223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18224 (exit $ac_status); } &&
6a5c9b3f
RR
18225 { ac_try='test -z "$ac_cxx_werror_flag"
18226 || test ! -s conftest.err'
ac1cb8d3
VS
18227 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18228 (eval $ac_try) 2>&5
18229 ac_status=$?
18230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18231 (exit $ac_status); }; } &&
18232 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18234 (eval $ac_try) 2>&5
18235 ac_status=$?
18236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18237 (exit $ac_status); }; }; then
18238 ac_cv_type_short=yes
18239else
18240 echo "$as_me: failed program was:" >&5
18241sed 's/^/| /' conftest.$ac_ext >&5
18242
18243ac_cv_type_short=no
18244fi
ac1cb8d3 18245rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18246fi
18247echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
18248echo "${ECHO_T}$ac_cv_type_short" >&6
18249
18250echo "$as_me:$LINENO: checking size of short" >&5
18251echo $ECHO_N "checking size of short... $ECHO_C" >&6
18252if test "${ac_cv_sizeof_short+set}" = set; then
18253 echo $ECHO_N "(cached) $ECHO_C" >&6
18254else
18255 if test "$ac_cv_type_short" = yes; then
18256 # The cast to unsigned long works around a bug in the HP C Compiler
18257 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18258 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18259 # This bug is HP SR number 8606223364.
18260 if test "$cross_compiling" = yes; then
18261 # Depending upon the size, compute the lo and hi bounds.
18262cat >conftest.$ac_ext <<_ACEOF
18263/* confdefs.h. */
18264_ACEOF
18265cat confdefs.h >>conftest.$ac_ext
18266cat >>conftest.$ac_ext <<_ACEOF
18267/* end confdefs.h. */
18268$ac_includes_default
18269int
18270main ()
18271{
18272static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
18273test_array [0] = 0
18274
18275 ;
18276 return 0;
18277}
18278_ACEOF
18279rm -f conftest.$ac_objext
18280if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18281 (eval $ac_compile) 2>conftest.er1
a848cd7e 18282 ac_status=$?
ac1cb8d3
VS
18283 grep -v '^ *+' conftest.er1 >conftest.err
18284 rm -f conftest.er1
18285 cat conftest.err >&5
a848cd7e
SC
18286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18287 (exit $ac_status); } &&
6a5c9b3f
RR
18288 { ac_try='test -z "$ac_cxx_werror_flag"
18289 || test ! -s conftest.err'
ac1cb8d3
VS
18290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18291 (eval $ac_try) 2>&5
18292 ac_status=$?
18293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18294 (exit $ac_status); }; } &&
18295 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18297 (eval $ac_try) 2>&5
18298 ac_status=$?
18299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18300 (exit $ac_status); }; }; then
18301 ac_lo=0 ac_mid=0
18302 while :; do
18303 cat >conftest.$ac_ext <<_ACEOF
18304/* confdefs.h. */
18305_ACEOF
18306cat confdefs.h >>conftest.$ac_ext
18307cat >>conftest.$ac_ext <<_ACEOF
18308/* end confdefs.h. */
18309$ac_includes_default
18310int
18311main ()
18312{
18313static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
18314test_array [0] = 0
18315
18316 ;
18317 return 0;
18318}
18319_ACEOF
18320rm -f conftest.$ac_objext
18321if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18322 (eval $ac_compile) 2>conftest.er1
a848cd7e 18323 ac_status=$?
ac1cb8d3
VS
18324 grep -v '^ *+' conftest.er1 >conftest.err
18325 rm -f conftest.er1
18326 cat conftest.err >&5
a848cd7e
SC
18327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18328 (exit $ac_status); } &&
6a5c9b3f
RR
18329 { ac_try='test -z "$ac_cxx_werror_flag"
18330 || test ! -s conftest.err'
ac1cb8d3
VS
18331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18332 (eval $ac_try) 2>&5
18333 ac_status=$?
18334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18335 (exit $ac_status); }; } &&
18336 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18338 (eval $ac_try) 2>&5
18339 ac_status=$?
18340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18341 (exit $ac_status); }; }; then
18342 ac_hi=$ac_mid; break
18343else
18344 echo "$as_me: failed program was:" >&5
18345sed 's/^/| /' conftest.$ac_ext >&5
18346
18347ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
18348 if test $ac_lo -le $ac_mid; then
18349 ac_lo= ac_hi=
18350 break
18351 fi
18352 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 18353fi
ac1cb8d3 18354rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18355 done
18356else
18357 echo "$as_me: failed program was:" >&5
18358sed 's/^/| /' conftest.$ac_ext >&5
18359
18360cat >conftest.$ac_ext <<_ACEOF
18361/* confdefs.h. */
18362_ACEOF
18363cat confdefs.h >>conftest.$ac_ext
18364cat >>conftest.$ac_ext <<_ACEOF
18365/* end confdefs.h. */
18366$ac_includes_default
18367int
18368main ()
18369{
18370static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
18371test_array [0] = 0
18372
18373 ;
18374 return 0;
18375}
18376_ACEOF
18377rm -f conftest.$ac_objext
18378if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18379 (eval $ac_compile) 2>conftest.er1
a848cd7e 18380 ac_status=$?
ac1cb8d3
VS
18381 grep -v '^ *+' conftest.er1 >conftest.err
18382 rm -f conftest.er1
18383 cat conftest.err >&5
a848cd7e
SC
18384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18385 (exit $ac_status); } &&
6a5c9b3f
RR
18386 { ac_try='test -z "$ac_cxx_werror_flag"
18387 || test ! -s conftest.err'
ac1cb8d3
VS
18388 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18389 (eval $ac_try) 2>&5
18390 ac_status=$?
18391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18392 (exit $ac_status); }; } &&
18393 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18395 (eval $ac_try) 2>&5
18396 ac_status=$?
18397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18398 (exit $ac_status); }; }; then
18399 ac_hi=-1 ac_mid=-1
18400 while :; do
18401 cat >conftest.$ac_ext <<_ACEOF
18402/* confdefs.h. */
18403_ACEOF
18404cat confdefs.h >>conftest.$ac_ext
18405cat >>conftest.$ac_ext <<_ACEOF
18406/* end confdefs.h. */
18407$ac_includes_default
18408int
18409main ()
18410{
18411static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
18412test_array [0] = 0
18413
18414 ;
18415 return 0;
18416}
18417_ACEOF
18418rm -f conftest.$ac_objext
18419if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18420 (eval $ac_compile) 2>conftest.er1
a848cd7e 18421 ac_status=$?
ac1cb8d3
VS
18422 grep -v '^ *+' conftest.er1 >conftest.err
18423 rm -f conftest.er1
18424 cat conftest.err >&5
a848cd7e
SC
18425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18426 (exit $ac_status); } &&
6a5c9b3f
RR
18427 { ac_try='test -z "$ac_cxx_werror_flag"
18428 || test ! -s conftest.err'
ac1cb8d3
VS
18429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18430 (eval $ac_try) 2>&5
18431 ac_status=$?
18432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18433 (exit $ac_status); }; } &&
18434 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18436 (eval $ac_try) 2>&5
18437 ac_status=$?
18438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18439 (exit $ac_status); }; }; then
18440 ac_lo=$ac_mid; break
18441else
18442 echo "$as_me: failed program was:" >&5
18443sed 's/^/| /' conftest.$ac_ext >&5
18444
18445ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
18446 if test $ac_mid -le $ac_hi; then
18447 ac_lo= ac_hi=
18448 break
18449 fi
18450 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 18451fi
ac1cb8d3 18452rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18453 done
18454else
18455 echo "$as_me: failed program was:" >&5
18456sed 's/^/| /' conftest.$ac_ext >&5
18457
18458ac_lo= ac_hi=
18459fi
ac1cb8d3 18460rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 18461fi
ac1cb8d3 18462rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18463# Binary search between lo and hi bounds.
18464while test "x$ac_lo" != "x$ac_hi"; do
18465 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18466 cat >conftest.$ac_ext <<_ACEOF
18467/* confdefs.h. */
18468_ACEOF
18469cat confdefs.h >>conftest.$ac_ext
18470cat >>conftest.$ac_ext <<_ACEOF
18471/* end confdefs.h. */
18472$ac_includes_default
18473int
18474main ()
18475{
18476static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
18477test_array [0] = 0
18478
18479 ;
18480 return 0;
18481}
18482_ACEOF
18483rm -f conftest.$ac_objext
18484if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18485 (eval $ac_compile) 2>conftest.er1
a848cd7e 18486 ac_status=$?
ac1cb8d3
VS
18487 grep -v '^ *+' conftest.er1 >conftest.err
18488 rm -f conftest.er1
18489 cat conftest.err >&5
a848cd7e
SC
18490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18491 (exit $ac_status); } &&
6a5c9b3f
RR
18492 { ac_try='test -z "$ac_cxx_werror_flag"
18493 || test ! -s conftest.err'
ac1cb8d3
VS
18494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18495 (eval $ac_try) 2>&5
18496 ac_status=$?
18497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18498 (exit $ac_status); }; } &&
18499 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18501 (eval $ac_try) 2>&5
18502 ac_status=$?
18503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18504 (exit $ac_status); }; }; then
18505 ac_hi=$ac_mid
18506else
18507 echo "$as_me: failed program was:" >&5
18508sed 's/^/| /' conftest.$ac_ext >&5
18509
18510ac_lo=`expr '(' $ac_mid ')' + 1`
18511fi
ac1cb8d3 18512rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18513done
18514case $ac_lo in
18515?*) ac_cv_sizeof_short=$ac_lo;;
18516'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
18517See \`config.log' for more details." >&5
18518echo "$as_me: error: cannot compute sizeof (short), 77
18519See \`config.log' for more details." >&2;}
18520 { (exit 1); exit 1; }; } ;;
18521esac
18522else
18523 if test "$cross_compiling" = yes; then
6a5c9b3f
RR
18524 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
18525See \`config.log' for more details." >&5
18526echo "$as_me: error: cannot run test program while cross compiling
18527See \`config.log' for more details." >&2;}
a848cd7e
SC
18528 { (exit 1); exit 1; }; }
18529else
18530 cat >conftest.$ac_ext <<_ACEOF
18531/* confdefs.h. */
18532_ACEOF
18533cat confdefs.h >>conftest.$ac_ext
18534cat >>conftest.$ac_ext <<_ACEOF
18535/* end confdefs.h. */
18536$ac_includes_default
18537long longval () { return (long) (sizeof (short)); }
18538unsigned long ulongval () { return (long) (sizeof (short)); }
18539#include <stdio.h>
18540#include <stdlib.h>
18541int
18542main ()
18543{
18544
18545 FILE *f = fopen ("conftest.val", "w");
18546 if (! f)
18547 exit (1);
18548 if (((long) (sizeof (short))) < 0)
18549 {
18550 long i = longval ();
18551 if (i != ((long) (sizeof (short))))
18552 exit (1);
18553 fprintf (f, "%ld\n", i);
18554 }
18555 else
18556 {
18557 unsigned long i = ulongval ();
18558 if (i != ((long) (sizeof (short))))
18559 exit (1);
18560 fprintf (f, "%lu\n", i);
18561 }
18562 exit (ferror (f) || fclose (f) != 0);
18563
18564 ;
18565 return 0;
18566}
18567_ACEOF
18568rm -f conftest$ac_exeext
18569if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18570 (eval $ac_link) 2>&5
18571 ac_status=$?
18572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18573 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18575 (eval $ac_try) 2>&5
18576 ac_status=$?
18577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18578 (exit $ac_status); }; }; then
18579 ac_cv_sizeof_short=`cat conftest.val`
18580else
18581 echo "$as_me: program exited with status $ac_status" >&5
18582echo "$as_me: failed program was:" >&5
18583sed 's/^/| /' conftest.$ac_ext >&5
18584
18585( exit $ac_status )
18586{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
18587See \`config.log' for more details." >&5
18588echo "$as_me: error: cannot compute sizeof (short), 77
18589See \`config.log' for more details." >&2;}
18590 { (exit 1); exit 1; }; }
18591fi
ac1cb8d3 18592rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18593fi
18594fi
18595rm -f conftest.val
18596else
18597 ac_cv_sizeof_short=0
18598fi
18599fi
18600echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
18601echo "${ECHO_T}$ac_cv_sizeof_short" >&6
18602cat >>confdefs.h <<_ACEOF
18603#define SIZEOF_SHORT $ac_cv_sizeof_short
18604_ACEOF
18605
18606
18607echo "$as_me:$LINENO: checking for void *" >&5
18608echo $ECHO_N "checking for void *... $ECHO_C" >&6
18609if test "${ac_cv_type_void_p+set}" = set; then
18610 echo $ECHO_N "(cached) $ECHO_C" >&6
18611else
18612 cat >conftest.$ac_ext <<_ACEOF
18613/* confdefs.h. */
18614_ACEOF
18615cat confdefs.h >>conftest.$ac_ext
18616cat >>conftest.$ac_ext <<_ACEOF
18617/* end confdefs.h. */
18618$ac_includes_default
18619int
18620main ()
18621{
18622if ((void * *) 0)
18623 return 0;
18624if (sizeof (void *))
18625 return 0;
18626 ;
18627 return 0;
18628}
18629_ACEOF
18630rm -f conftest.$ac_objext
18631if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18632 (eval $ac_compile) 2>conftest.er1
a848cd7e 18633 ac_status=$?
ac1cb8d3
VS
18634 grep -v '^ *+' conftest.er1 >conftest.err
18635 rm -f conftest.er1
18636 cat conftest.err >&5
a848cd7e
SC
18637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18638 (exit $ac_status); } &&
6a5c9b3f
RR
18639 { ac_try='test -z "$ac_cxx_werror_flag"
18640 || test ! -s conftest.err'
ac1cb8d3
VS
18641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18642 (eval $ac_try) 2>&5
18643 ac_status=$?
18644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18645 (exit $ac_status); }; } &&
18646 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18648 (eval $ac_try) 2>&5
18649 ac_status=$?
18650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18651 (exit $ac_status); }; }; then
18652 ac_cv_type_void_p=yes
18653else
18654 echo "$as_me: failed program was:" >&5
18655sed 's/^/| /' conftest.$ac_ext >&5
18656
18657ac_cv_type_void_p=no
18658fi
ac1cb8d3 18659rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18660fi
18661echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
18662echo "${ECHO_T}$ac_cv_type_void_p" >&6
18663
18664echo "$as_me:$LINENO: checking size of void *" >&5
18665echo $ECHO_N "checking size of void *... $ECHO_C" >&6
18666if test "${ac_cv_sizeof_void_p+set}" = set; then
18667 echo $ECHO_N "(cached) $ECHO_C" >&6
18668else
18669 if test "$ac_cv_type_void_p" = yes; then
18670 # The cast to unsigned long works around a bug in the HP C Compiler
18671 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18672 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18673 # This bug is HP SR number 8606223364.
18674 if test "$cross_compiling" = yes; then
18675 # Depending upon the size, compute the lo and hi bounds.
18676cat >conftest.$ac_ext <<_ACEOF
18677/* confdefs.h. */
18678_ACEOF
18679cat confdefs.h >>conftest.$ac_ext
18680cat >>conftest.$ac_ext <<_ACEOF
18681/* end confdefs.h. */
18682$ac_includes_default
18683int
18684main ()
18685{
18686static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
18687test_array [0] = 0
18688
18689 ;
18690 return 0;
18691}
18692_ACEOF
18693rm -f conftest.$ac_objext
18694if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18695 (eval $ac_compile) 2>conftest.er1
a848cd7e 18696 ac_status=$?
ac1cb8d3
VS
18697 grep -v '^ *+' conftest.er1 >conftest.err
18698 rm -f conftest.er1
18699 cat conftest.err >&5
a848cd7e
SC
18700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18701 (exit $ac_status); } &&
6a5c9b3f
RR
18702 { ac_try='test -z "$ac_cxx_werror_flag"
18703 || test ! -s conftest.err'
ac1cb8d3
VS
18704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18705 (eval $ac_try) 2>&5
18706 ac_status=$?
18707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18708 (exit $ac_status); }; } &&
18709 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18711 (eval $ac_try) 2>&5
18712 ac_status=$?
18713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18714 (exit $ac_status); }; }; then
18715 ac_lo=0 ac_mid=0
18716 while :; do
18717 cat >conftest.$ac_ext <<_ACEOF
18718/* confdefs.h. */
18719_ACEOF
18720cat confdefs.h >>conftest.$ac_ext
18721cat >>conftest.$ac_ext <<_ACEOF
18722/* end confdefs.h. */
18723$ac_includes_default
18724int
18725main ()
18726{
18727static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
18728test_array [0] = 0
18729
18730 ;
18731 return 0;
18732}
18733_ACEOF
18734rm -f conftest.$ac_objext
18735if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18736 (eval $ac_compile) 2>conftest.er1
a848cd7e 18737 ac_status=$?
ac1cb8d3
VS
18738 grep -v '^ *+' conftest.er1 >conftest.err
18739 rm -f conftest.er1
18740 cat conftest.err >&5
a848cd7e
SC
18741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18742 (exit $ac_status); } &&
6a5c9b3f
RR
18743 { ac_try='test -z "$ac_cxx_werror_flag"
18744 || test ! -s conftest.err'
ac1cb8d3
VS
18745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18746 (eval $ac_try) 2>&5
18747 ac_status=$?
18748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18749 (exit $ac_status); }; } &&
18750 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18752 (eval $ac_try) 2>&5
18753 ac_status=$?
18754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18755 (exit $ac_status); }; }; then
18756 ac_hi=$ac_mid; break
18757else
18758 echo "$as_me: failed program was:" >&5
18759sed 's/^/| /' conftest.$ac_ext >&5
18760
18761ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
18762 if test $ac_lo -le $ac_mid; then
18763 ac_lo= ac_hi=
18764 break
18765 fi
18766 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 18767fi
ac1cb8d3 18768rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18769 done
18770else
18771 echo "$as_me: failed program was:" >&5
18772sed 's/^/| /' conftest.$ac_ext >&5
18773
18774cat >conftest.$ac_ext <<_ACEOF
18775/* confdefs.h. */
18776_ACEOF
18777cat confdefs.h >>conftest.$ac_ext
18778cat >>conftest.$ac_ext <<_ACEOF
18779/* end confdefs.h. */
18780$ac_includes_default
18781int
18782main ()
18783{
18784static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
18785test_array [0] = 0
18786
18787 ;
18788 return 0;
18789}
18790_ACEOF
18791rm -f conftest.$ac_objext
18792if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18793 (eval $ac_compile) 2>conftest.er1
a848cd7e 18794 ac_status=$?
ac1cb8d3
VS
18795 grep -v '^ *+' conftest.er1 >conftest.err
18796 rm -f conftest.er1
18797 cat conftest.err >&5
a848cd7e
SC
18798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18799 (exit $ac_status); } &&
6a5c9b3f
RR
18800 { ac_try='test -z "$ac_cxx_werror_flag"
18801 || test ! -s conftest.err'
ac1cb8d3
VS
18802 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18803 (eval $ac_try) 2>&5
18804 ac_status=$?
18805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18806 (exit $ac_status); }; } &&
18807 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18808 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18809 (eval $ac_try) 2>&5
18810 ac_status=$?
18811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18812 (exit $ac_status); }; }; then
18813 ac_hi=-1 ac_mid=-1
18814 while :; do
18815 cat >conftest.$ac_ext <<_ACEOF
18816/* confdefs.h. */
18817_ACEOF
18818cat confdefs.h >>conftest.$ac_ext
18819cat >>conftest.$ac_ext <<_ACEOF
18820/* end confdefs.h. */
18821$ac_includes_default
18822int
18823main ()
18824{
18825static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
18826test_array [0] = 0
18827
18828 ;
18829 return 0;
18830}
18831_ACEOF
18832rm -f conftest.$ac_objext
18833if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18834 (eval $ac_compile) 2>conftest.er1
a848cd7e 18835 ac_status=$?
ac1cb8d3
VS
18836 grep -v '^ *+' conftest.er1 >conftest.err
18837 rm -f conftest.er1
18838 cat conftest.err >&5
a848cd7e
SC
18839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18840 (exit $ac_status); } &&
6a5c9b3f
RR
18841 { ac_try='test -z "$ac_cxx_werror_flag"
18842 || test ! -s conftest.err'
ac1cb8d3
VS
18843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18844 (eval $ac_try) 2>&5
18845 ac_status=$?
18846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18847 (exit $ac_status); }; } &&
18848 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18850 (eval $ac_try) 2>&5
18851 ac_status=$?
18852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18853 (exit $ac_status); }; }; then
18854 ac_lo=$ac_mid; break
18855else
18856 echo "$as_me: failed program was:" >&5
18857sed 's/^/| /' conftest.$ac_ext >&5
18858
18859ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
18860 if test $ac_mid -le $ac_hi; then
18861 ac_lo= ac_hi=
18862 break
18863 fi
18864 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 18865fi
ac1cb8d3 18866rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18867 done
18868else
18869 echo "$as_me: failed program was:" >&5
18870sed 's/^/| /' conftest.$ac_ext >&5
18871
18872ac_lo= ac_hi=
18873fi
ac1cb8d3 18874rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 18875fi
ac1cb8d3 18876rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18877# Binary search between lo and hi bounds.
18878while test "x$ac_lo" != "x$ac_hi"; do
18879 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18880 cat >conftest.$ac_ext <<_ACEOF
18881/* confdefs.h. */
18882_ACEOF
18883cat confdefs.h >>conftest.$ac_ext
18884cat >>conftest.$ac_ext <<_ACEOF
18885/* end confdefs.h. */
18886$ac_includes_default
18887int
18888main ()
18889{
18890static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
18891test_array [0] = 0
18892
18893 ;
18894 return 0;
18895}
18896_ACEOF
18897rm -f conftest.$ac_objext
18898if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18899 (eval $ac_compile) 2>conftest.er1
a848cd7e 18900 ac_status=$?
ac1cb8d3
VS
18901 grep -v '^ *+' conftest.er1 >conftest.err
18902 rm -f conftest.er1
18903 cat conftest.err >&5
a848cd7e
SC
18904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18905 (exit $ac_status); } &&
6a5c9b3f
RR
18906 { ac_try='test -z "$ac_cxx_werror_flag"
18907 || test ! -s conftest.err'
ac1cb8d3
VS
18908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18909 (eval $ac_try) 2>&5
18910 ac_status=$?
18911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18912 (exit $ac_status); }; } &&
18913 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18915 (eval $ac_try) 2>&5
18916 ac_status=$?
18917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18918 (exit $ac_status); }; }; then
18919 ac_hi=$ac_mid
18920else
18921 echo "$as_me: failed program was:" >&5
18922sed 's/^/| /' conftest.$ac_ext >&5
18923
18924ac_lo=`expr '(' $ac_mid ')' + 1`
18925fi
ac1cb8d3 18926rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18927done
18928case $ac_lo in
18929?*) ac_cv_sizeof_void_p=$ac_lo;;
18930'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
18931See \`config.log' for more details." >&5
18932echo "$as_me: error: cannot compute sizeof (void *), 77
18933See \`config.log' for more details." >&2;}
18934 { (exit 1); exit 1; }; } ;;
18935esac
18936else
18937 if test "$cross_compiling" = yes; then
6a5c9b3f
RR
18938 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
18939See \`config.log' for more details." >&5
18940echo "$as_me: error: cannot run test program while cross compiling
18941See \`config.log' for more details." >&2;}
a848cd7e
SC
18942 { (exit 1); exit 1; }; }
18943else
18944 cat >conftest.$ac_ext <<_ACEOF
18945/* confdefs.h. */
18946_ACEOF
18947cat confdefs.h >>conftest.$ac_ext
18948cat >>conftest.$ac_ext <<_ACEOF
18949/* end confdefs.h. */
18950$ac_includes_default
18951long longval () { return (long) (sizeof (void *)); }
18952unsigned long ulongval () { return (long) (sizeof (void *)); }
18953#include <stdio.h>
18954#include <stdlib.h>
18955int
18956main ()
18957{
18958
18959 FILE *f = fopen ("conftest.val", "w");
18960 if (! f)
18961 exit (1);
18962 if (((long) (sizeof (void *))) < 0)
18963 {
18964 long i = longval ();
18965 if (i != ((long) (sizeof (void *))))
18966 exit (1);
18967 fprintf (f, "%ld\n", i);
18968 }
18969 else
18970 {
18971 unsigned long i = ulongval ();
18972 if (i != ((long) (sizeof (void *))))
18973 exit (1);
18974 fprintf (f, "%lu\n", i);
18975 }
18976 exit (ferror (f) || fclose (f) != 0);
18977
18978 ;
18979 return 0;
18980}
18981_ACEOF
18982rm -f conftest$ac_exeext
18983if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18984 (eval $ac_link) 2>&5
18985 ac_status=$?
18986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18987 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18989 (eval $ac_try) 2>&5
18990 ac_status=$?
18991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18992 (exit $ac_status); }; }; then
18993 ac_cv_sizeof_void_p=`cat conftest.val`
18994else
18995 echo "$as_me: program exited with status $ac_status" >&5
18996echo "$as_me: failed program was:" >&5
18997sed 's/^/| /' conftest.$ac_ext >&5
18998
18999( exit $ac_status )
19000{ { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
19001See \`config.log' for more details." >&5
19002echo "$as_me: error: cannot compute sizeof (void *), 77
19003See \`config.log' for more details." >&2;}
19004 { (exit 1); exit 1; }; }
19005fi
ac1cb8d3 19006rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19007fi
19008fi
19009rm -f conftest.val
19010else
19011 ac_cv_sizeof_void_p=0
19012fi
19013fi
19014echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
19015echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
19016cat >>confdefs.h <<_ACEOF
19017#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
19018_ACEOF
19019
19020
19021echo "$as_me:$LINENO: checking for int" >&5
19022echo $ECHO_N "checking for int... $ECHO_C" >&6
19023if test "${ac_cv_type_int+set}" = set; then
19024 echo $ECHO_N "(cached) $ECHO_C" >&6
19025else
19026 cat >conftest.$ac_ext <<_ACEOF
19027/* confdefs.h. */
19028_ACEOF
19029cat confdefs.h >>conftest.$ac_ext
19030cat >>conftest.$ac_ext <<_ACEOF
19031/* end confdefs.h. */
19032$ac_includes_default
19033int
19034main ()
19035{
19036if ((int *) 0)
19037 return 0;
19038if (sizeof (int))
19039 return 0;
19040 ;
19041 return 0;
19042}
19043_ACEOF
19044rm -f conftest.$ac_objext
19045if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19046 (eval $ac_compile) 2>conftest.er1
a848cd7e 19047 ac_status=$?
ac1cb8d3
VS
19048 grep -v '^ *+' conftest.er1 >conftest.err
19049 rm -f conftest.er1
19050 cat conftest.err >&5
a848cd7e
SC
19051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19052 (exit $ac_status); } &&
6a5c9b3f
RR
19053 { ac_try='test -z "$ac_cxx_werror_flag"
19054 || test ! -s conftest.err'
ac1cb8d3
VS
19055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19056 (eval $ac_try) 2>&5
19057 ac_status=$?
19058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19059 (exit $ac_status); }; } &&
19060 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19062 (eval $ac_try) 2>&5
19063 ac_status=$?
19064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19065 (exit $ac_status); }; }; then
19066 ac_cv_type_int=yes
19067else
19068 echo "$as_me: failed program was:" >&5
19069sed 's/^/| /' conftest.$ac_ext >&5
19070
19071ac_cv_type_int=no
19072fi
ac1cb8d3 19073rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19074fi
19075echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
19076echo "${ECHO_T}$ac_cv_type_int" >&6
19077
19078echo "$as_me:$LINENO: checking size of int" >&5
19079echo $ECHO_N "checking size of int... $ECHO_C" >&6
19080if test "${ac_cv_sizeof_int+set}" = set; then
19081 echo $ECHO_N "(cached) $ECHO_C" >&6
19082else
19083 if test "$ac_cv_type_int" = yes; then
19084 # The cast to unsigned long works around a bug in the HP C Compiler
19085 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19086 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19087 # This bug is HP SR number 8606223364.
19088 if test "$cross_compiling" = yes; then
19089 # Depending upon the size, compute the lo and hi bounds.
19090cat >conftest.$ac_ext <<_ACEOF
19091/* confdefs.h. */
19092_ACEOF
19093cat confdefs.h >>conftest.$ac_ext
19094cat >>conftest.$ac_ext <<_ACEOF
19095/* end confdefs.h. */
19096$ac_includes_default
19097int
19098main ()
19099{
19100static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
19101test_array [0] = 0
19102
19103 ;
19104 return 0;
19105}
19106_ACEOF
19107rm -f conftest.$ac_objext
19108if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19109 (eval $ac_compile) 2>conftest.er1
a848cd7e 19110 ac_status=$?
ac1cb8d3
VS
19111 grep -v '^ *+' conftest.er1 >conftest.err
19112 rm -f conftest.er1
19113 cat conftest.err >&5
a848cd7e
SC
19114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19115 (exit $ac_status); } &&
6a5c9b3f
RR
19116 { ac_try='test -z "$ac_cxx_werror_flag"
19117 || test ! -s conftest.err'
ac1cb8d3
VS
19118 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19119 (eval $ac_try) 2>&5
19120 ac_status=$?
19121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19122 (exit $ac_status); }; } &&
19123 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19124 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19125 (eval $ac_try) 2>&5
19126 ac_status=$?
19127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19128 (exit $ac_status); }; }; then
19129 ac_lo=0 ac_mid=0
19130 while :; do
19131 cat >conftest.$ac_ext <<_ACEOF
19132/* confdefs.h. */
19133_ACEOF
19134cat confdefs.h >>conftest.$ac_ext
19135cat >>conftest.$ac_ext <<_ACEOF
19136/* end confdefs.h. */
19137$ac_includes_default
19138int
19139main ()
19140{
19141static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
19142test_array [0] = 0
19143
19144 ;
19145 return 0;
19146}
19147_ACEOF
19148rm -f conftest.$ac_objext
19149if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19150 (eval $ac_compile) 2>conftest.er1
a848cd7e 19151 ac_status=$?
ac1cb8d3
VS
19152 grep -v '^ *+' conftest.er1 >conftest.err
19153 rm -f conftest.er1
19154 cat conftest.err >&5
a848cd7e
SC
19155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19156 (exit $ac_status); } &&
6a5c9b3f
RR
19157 { ac_try='test -z "$ac_cxx_werror_flag"
19158 || test ! -s conftest.err'
ac1cb8d3
VS
19159 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19160 (eval $ac_try) 2>&5
19161 ac_status=$?
19162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19163 (exit $ac_status); }; } &&
19164 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19165 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19166 (eval $ac_try) 2>&5
19167 ac_status=$?
19168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19169 (exit $ac_status); }; }; then
19170 ac_hi=$ac_mid; break
19171else
19172 echo "$as_me: failed program was:" >&5
19173sed 's/^/| /' conftest.$ac_ext >&5
19174
19175ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
19176 if test $ac_lo -le $ac_mid; then
19177 ac_lo= ac_hi=
19178 break
19179 fi
19180 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 19181fi
ac1cb8d3 19182rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19183 done
19184else
19185 echo "$as_me: failed program was:" >&5
19186sed 's/^/| /' conftest.$ac_ext >&5
19187
19188cat >conftest.$ac_ext <<_ACEOF
19189/* confdefs.h. */
19190_ACEOF
19191cat confdefs.h >>conftest.$ac_ext
19192cat >>conftest.$ac_ext <<_ACEOF
19193/* end confdefs.h. */
19194$ac_includes_default
19195int
19196main ()
19197{
19198static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
19199test_array [0] = 0
19200
19201 ;
19202 return 0;
19203}
19204_ACEOF
19205rm -f conftest.$ac_objext
19206if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19207 (eval $ac_compile) 2>conftest.er1
a848cd7e 19208 ac_status=$?
ac1cb8d3
VS
19209 grep -v '^ *+' conftest.er1 >conftest.err
19210 rm -f conftest.er1
19211 cat conftest.err >&5
a848cd7e
SC
19212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19213 (exit $ac_status); } &&
6a5c9b3f
RR
19214 { ac_try='test -z "$ac_cxx_werror_flag"
19215 || test ! -s conftest.err'
ac1cb8d3
VS
19216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19217 (eval $ac_try) 2>&5
19218 ac_status=$?
19219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19220 (exit $ac_status); }; } &&
19221 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19223 (eval $ac_try) 2>&5
19224 ac_status=$?
19225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19226 (exit $ac_status); }; }; then
19227 ac_hi=-1 ac_mid=-1
19228 while :; do
19229 cat >conftest.$ac_ext <<_ACEOF
19230/* confdefs.h. */
19231_ACEOF
19232cat confdefs.h >>conftest.$ac_ext
19233cat >>conftest.$ac_ext <<_ACEOF
19234/* end confdefs.h. */
19235$ac_includes_default
19236int
19237main ()
19238{
19239static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
19240test_array [0] = 0
19241
19242 ;
19243 return 0;
19244}
19245_ACEOF
19246rm -f conftest.$ac_objext
19247if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19248 (eval $ac_compile) 2>conftest.er1
a848cd7e 19249 ac_status=$?
ac1cb8d3
VS
19250 grep -v '^ *+' conftest.er1 >conftest.err
19251 rm -f conftest.er1
19252 cat conftest.err >&5
a848cd7e
SC
19253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19254 (exit $ac_status); } &&
6a5c9b3f
RR
19255 { ac_try='test -z "$ac_cxx_werror_flag"
19256 || test ! -s conftest.err'
ac1cb8d3
VS
19257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19258 (eval $ac_try) 2>&5
19259 ac_status=$?
19260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19261 (exit $ac_status); }; } &&
19262 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19264 (eval $ac_try) 2>&5
19265 ac_status=$?
19266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19267 (exit $ac_status); }; }; then
19268 ac_lo=$ac_mid; break
19269else
19270 echo "$as_me: failed program was:" >&5
19271sed 's/^/| /' conftest.$ac_ext >&5
19272
19273ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
19274 if test $ac_mid -le $ac_hi; then
19275 ac_lo= ac_hi=
19276 break
19277 fi
19278 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 19279fi
ac1cb8d3 19280rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19281 done
19282else
19283 echo "$as_me: failed program was:" >&5
19284sed 's/^/| /' conftest.$ac_ext >&5
19285
19286ac_lo= ac_hi=
19287fi
ac1cb8d3 19288rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 19289fi
ac1cb8d3 19290rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19291# Binary search between lo and hi bounds.
19292while test "x$ac_lo" != "x$ac_hi"; do
19293 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19294 cat >conftest.$ac_ext <<_ACEOF
19295/* confdefs.h. */
19296_ACEOF
19297cat confdefs.h >>conftest.$ac_ext
19298cat >>conftest.$ac_ext <<_ACEOF
19299/* end confdefs.h. */
19300$ac_includes_default
19301int
19302main ()
19303{
19304static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
19305test_array [0] = 0
19306
19307 ;
19308 return 0;
19309}
19310_ACEOF
19311rm -f conftest.$ac_objext
19312if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19313 (eval $ac_compile) 2>conftest.er1
a848cd7e 19314 ac_status=$?
ac1cb8d3
VS
19315 grep -v '^ *+' conftest.er1 >conftest.err
19316 rm -f conftest.er1
19317 cat conftest.err >&5
a848cd7e
SC
19318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19319 (exit $ac_status); } &&
6a5c9b3f
RR
19320 { ac_try='test -z "$ac_cxx_werror_flag"
19321 || test ! -s conftest.err'
ac1cb8d3
VS
19322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19323 (eval $ac_try) 2>&5
19324 ac_status=$?
19325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19326 (exit $ac_status); }; } &&
19327 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19329 (eval $ac_try) 2>&5
19330 ac_status=$?
19331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19332 (exit $ac_status); }; }; then
19333 ac_hi=$ac_mid
19334else
19335 echo "$as_me: failed program was:" >&5
19336sed 's/^/| /' conftest.$ac_ext >&5
19337
19338ac_lo=`expr '(' $ac_mid ')' + 1`
19339fi
ac1cb8d3 19340rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19341done
19342case $ac_lo in
19343?*) ac_cv_sizeof_int=$ac_lo;;
19344'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
19345See \`config.log' for more details." >&5
19346echo "$as_me: error: cannot compute sizeof (int), 77
19347See \`config.log' for more details." >&2;}
19348 { (exit 1); exit 1; }; } ;;
19349esac
19350else
19351 if test "$cross_compiling" = yes; then
6a5c9b3f
RR
19352 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
19353See \`config.log' for more details." >&5
19354echo "$as_me: error: cannot run test program while cross compiling
19355See \`config.log' for more details." >&2;}
a848cd7e
SC
19356 { (exit 1); exit 1; }; }
19357else
19358 cat >conftest.$ac_ext <<_ACEOF
19359/* confdefs.h. */
19360_ACEOF
19361cat confdefs.h >>conftest.$ac_ext
19362cat >>conftest.$ac_ext <<_ACEOF
19363/* end confdefs.h. */
19364$ac_includes_default
19365long longval () { return (long) (sizeof (int)); }
19366unsigned long ulongval () { return (long) (sizeof (int)); }
19367#include <stdio.h>
19368#include <stdlib.h>
19369int
19370main ()
19371{
19372
19373 FILE *f = fopen ("conftest.val", "w");
19374 if (! f)
19375 exit (1);
19376 if (((long) (sizeof (int))) < 0)
19377 {
19378 long i = longval ();
19379 if (i != ((long) (sizeof (int))))
19380 exit (1);
19381 fprintf (f, "%ld\n", i);
19382 }
19383 else
19384 {
19385 unsigned long i = ulongval ();
19386 if (i != ((long) (sizeof (int))))
19387 exit (1);
19388 fprintf (f, "%lu\n", i);
19389 }
19390 exit (ferror (f) || fclose (f) != 0);
19391
19392 ;
19393 return 0;
19394}
19395_ACEOF
19396rm -f conftest$ac_exeext
19397if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19398 (eval $ac_link) 2>&5
19399 ac_status=$?
19400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19401 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19403 (eval $ac_try) 2>&5
19404 ac_status=$?
19405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19406 (exit $ac_status); }; }; then
19407 ac_cv_sizeof_int=`cat conftest.val`
19408else
19409 echo "$as_me: program exited with status $ac_status" >&5
19410echo "$as_me: failed program was:" >&5
19411sed 's/^/| /' conftest.$ac_ext >&5
19412
19413( exit $ac_status )
19414{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
19415See \`config.log' for more details." >&5
19416echo "$as_me: error: cannot compute sizeof (int), 77
19417See \`config.log' for more details." >&2;}
19418 { (exit 1); exit 1; }; }
19419fi
ac1cb8d3 19420rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19421fi
19422fi
19423rm -f conftest.val
19424else
19425 ac_cv_sizeof_int=0
19426fi
19427fi
19428echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
19429echo "${ECHO_T}$ac_cv_sizeof_int" >&6
19430cat >>confdefs.h <<_ACEOF
19431#define SIZEOF_INT $ac_cv_sizeof_int
19432_ACEOF
19433
19434
19435echo "$as_me:$LINENO: checking for long" >&5
19436echo $ECHO_N "checking for long... $ECHO_C" >&6
19437if test "${ac_cv_type_long+set}" = set; then
19438 echo $ECHO_N "(cached) $ECHO_C" >&6
19439else
19440 cat >conftest.$ac_ext <<_ACEOF
19441/* confdefs.h. */
19442_ACEOF
19443cat confdefs.h >>conftest.$ac_ext
19444cat >>conftest.$ac_ext <<_ACEOF
19445/* end confdefs.h. */
19446$ac_includes_default
19447int
19448main ()
19449{
19450if ((long *) 0)
19451 return 0;
19452if (sizeof (long))
19453 return 0;
19454 ;
19455 return 0;
19456}
19457_ACEOF
19458rm -f conftest.$ac_objext
19459if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19460 (eval $ac_compile) 2>conftest.er1
a848cd7e 19461 ac_status=$?
ac1cb8d3
VS
19462 grep -v '^ *+' conftest.er1 >conftest.err
19463 rm -f conftest.er1
19464 cat conftest.err >&5
a848cd7e
SC
19465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19466 (exit $ac_status); } &&
6a5c9b3f
RR
19467 { ac_try='test -z "$ac_cxx_werror_flag"
19468 || test ! -s conftest.err'
ac1cb8d3
VS
19469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19470 (eval $ac_try) 2>&5
19471 ac_status=$?
19472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19473 (exit $ac_status); }; } &&
19474 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19476 (eval $ac_try) 2>&5
19477 ac_status=$?
19478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19479 (exit $ac_status); }; }; then
19480 ac_cv_type_long=yes
19481else
19482 echo "$as_me: failed program was:" >&5
19483sed 's/^/| /' conftest.$ac_ext >&5
19484
19485ac_cv_type_long=no
19486fi
ac1cb8d3 19487rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19488fi
19489echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
19490echo "${ECHO_T}$ac_cv_type_long" >&6
19491
19492echo "$as_me:$LINENO: checking size of long" >&5
19493echo $ECHO_N "checking size of long... $ECHO_C" >&6
19494if test "${ac_cv_sizeof_long+set}" = set; then
19495 echo $ECHO_N "(cached) $ECHO_C" >&6
19496else
19497 if test "$ac_cv_type_long" = yes; then
19498 # The cast to unsigned long works around a bug in the HP C Compiler
19499 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19500 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19501 # This bug is HP SR number 8606223364.
19502 if test "$cross_compiling" = yes; then
19503 # Depending upon the size, compute the lo and hi bounds.
19504cat >conftest.$ac_ext <<_ACEOF
19505/* confdefs.h. */
19506_ACEOF
19507cat confdefs.h >>conftest.$ac_ext
19508cat >>conftest.$ac_ext <<_ACEOF
19509/* end confdefs.h. */
19510$ac_includes_default
19511int
19512main ()
19513{
19514static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
19515test_array [0] = 0
19516
19517 ;
19518 return 0;
19519}
19520_ACEOF
19521rm -f conftest.$ac_objext
19522if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19523 (eval $ac_compile) 2>conftest.er1
a848cd7e 19524 ac_status=$?
ac1cb8d3
VS
19525 grep -v '^ *+' conftest.er1 >conftest.err
19526 rm -f conftest.er1
19527 cat conftest.err >&5
a848cd7e
SC
19528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19529 (exit $ac_status); } &&
6a5c9b3f
RR
19530 { ac_try='test -z "$ac_cxx_werror_flag"
19531 || test ! -s conftest.err'
ac1cb8d3
VS
19532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19533 (eval $ac_try) 2>&5
19534 ac_status=$?
19535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19536 (exit $ac_status); }; } &&
19537 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19539 (eval $ac_try) 2>&5
19540 ac_status=$?
19541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19542 (exit $ac_status); }; }; then
19543 ac_lo=0 ac_mid=0
19544 while :; do
19545 cat >conftest.$ac_ext <<_ACEOF
19546/* confdefs.h. */
19547_ACEOF
19548cat confdefs.h >>conftest.$ac_ext
19549cat >>conftest.$ac_ext <<_ACEOF
19550/* end confdefs.h. */
19551$ac_includes_default
19552int
19553main ()
19554{
19555static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
19556test_array [0] = 0
19557
19558 ;
19559 return 0;
19560}
19561_ACEOF
19562rm -f conftest.$ac_objext
19563if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19564 (eval $ac_compile) 2>conftest.er1
a848cd7e 19565 ac_status=$?
ac1cb8d3
VS
19566 grep -v '^ *+' conftest.er1 >conftest.err
19567 rm -f conftest.er1
19568 cat conftest.err >&5
a848cd7e
SC
19569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19570 (exit $ac_status); } &&
6a5c9b3f
RR
19571 { ac_try='test -z "$ac_cxx_werror_flag"
19572 || test ! -s conftest.err'
ac1cb8d3
VS
19573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19574 (eval $ac_try) 2>&5
19575 ac_status=$?
19576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19577 (exit $ac_status); }; } &&
19578 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19580 (eval $ac_try) 2>&5
19581 ac_status=$?
19582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19583 (exit $ac_status); }; }; then
19584 ac_hi=$ac_mid; break
19585else
19586 echo "$as_me: failed program was:" >&5
19587sed 's/^/| /' conftest.$ac_ext >&5
19588
19589ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
19590 if test $ac_lo -le $ac_mid; then
19591 ac_lo= ac_hi=
19592 break
19593 fi
19594 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 19595fi
ac1cb8d3 19596rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19597 done
19598else
19599 echo "$as_me: failed program was:" >&5
19600sed 's/^/| /' conftest.$ac_ext >&5
19601
19602cat >conftest.$ac_ext <<_ACEOF
19603/* confdefs.h. */
19604_ACEOF
19605cat confdefs.h >>conftest.$ac_ext
19606cat >>conftest.$ac_ext <<_ACEOF
19607/* end confdefs.h. */
19608$ac_includes_default
19609int
19610main ()
19611{
19612static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
19613test_array [0] = 0
19614
19615 ;
19616 return 0;
19617}
19618_ACEOF
19619rm -f conftest.$ac_objext
19620if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19621 (eval $ac_compile) 2>conftest.er1
a848cd7e 19622 ac_status=$?
ac1cb8d3
VS
19623 grep -v '^ *+' conftest.er1 >conftest.err
19624 rm -f conftest.er1
19625 cat conftest.err >&5
a848cd7e
SC
19626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19627 (exit $ac_status); } &&
6a5c9b3f
RR
19628 { ac_try='test -z "$ac_cxx_werror_flag"
19629 || test ! -s conftest.err'
ac1cb8d3
VS
19630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19631 (eval $ac_try) 2>&5
19632 ac_status=$?
19633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19634 (exit $ac_status); }; } &&
19635 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19637 (eval $ac_try) 2>&5
19638 ac_status=$?
19639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19640 (exit $ac_status); }; }; then
19641 ac_hi=-1 ac_mid=-1
19642 while :; do
19643 cat >conftest.$ac_ext <<_ACEOF
19644/* confdefs.h. */
19645_ACEOF
19646cat confdefs.h >>conftest.$ac_ext
19647cat >>conftest.$ac_ext <<_ACEOF
19648/* end confdefs.h. */
19649$ac_includes_default
19650int
19651main ()
19652{
19653static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
19654test_array [0] = 0
19655
19656 ;
19657 return 0;
19658}
19659_ACEOF
19660rm -f conftest.$ac_objext
19661if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19662 (eval $ac_compile) 2>conftest.er1
a848cd7e 19663 ac_status=$?
ac1cb8d3
VS
19664 grep -v '^ *+' conftest.er1 >conftest.err
19665 rm -f conftest.er1
19666 cat conftest.err >&5
a848cd7e
SC
19667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19668 (exit $ac_status); } &&
6a5c9b3f
RR
19669 { ac_try='test -z "$ac_cxx_werror_flag"
19670 || test ! -s conftest.err'
ac1cb8d3
VS
19671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19672 (eval $ac_try) 2>&5
19673 ac_status=$?
19674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19675 (exit $ac_status); }; } &&
19676 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19678 (eval $ac_try) 2>&5
19679 ac_status=$?
19680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19681 (exit $ac_status); }; }; then
19682 ac_lo=$ac_mid; break
19683else
19684 echo "$as_me: failed program was:" >&5
19685sed 's/^/| /' conftest.$ac_ext >&5
19686
19687ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
19688 if test $ac_mid -le $ac_hi; then
19689 ac_lo= ac_hi=
19690 break
19691 fi
19692 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 19693fi
ac1cb8d3 19694rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19695 done
19696else
19697 echo "$as_me: failed program was:" >&5
19698sed 's/^/| /' conftest.$ac_ext >&5
19699
19700ac_lo= ac_hi=
19701fi
ac1cb8d3 19702rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 19703fi
ac1cb8d3 19704rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19705# Binary search between lo and hi bounds.
19706while test "x$ac_lo" != "x$ac_hi"; do
19707 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19708 cat >conftest.$ac_ext <<_ACEOF
19709/* confdefs.h. */
19710_ACEOF
19711cat confdefs.h >>conftest.$ac_ext
19712cat >>conftest.$ac_ext <<_ACEOF
19713/* end confdefs.h. */
19714$ac_includes_default
19715int
19716main ()
19717{
19718static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
19719test_array [0] = 0
19720
19721 ;
19722 return 0;
19723}
19724_ACEOF
19725rm -f conftest.$ac_objext
19726if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19727 (eval $ac_compile) 2>conftest.er1
a848cd7e 19728 ac_status=$?
ac1cb8d3
VS
19729 grep -v '^ *+' conftest.er1 >conftest.err
19730 rm -f conftest.er1
19731 cat conftest.err >&5
a848cd7e
SC
19732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19733 (exit $ac_status); } &&
6a5c9b3f
RR
19734 { ac_try='test -z "$ac_cxx_werror_flag"
19735 || test ! -s conftest.err'
ac1cb8d3
VS
19736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19737 (eval $ac_try) 2>&5
19738 ac_status=$?
19739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19740 (exit $ac_status); }; } &&
19741 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19743 (eval $ac_try) 2>&5
19744 ac_status=$?
19745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19746 (exit $ac_status); }; }; then
19747 ac_hi=$ac_mid
19748else
19749 echo "$as_me: failed program was:" >&5
19750sed 's/^/| /' conftest.$ac_ext >&5
19751
19752ac_lo=`expr '(' $ac_mid ')' + 1`
19753fi
ac1cb8d3 19754rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19755done
19756case $ac_lo in
19757?*) ac_cv_sizeof_long=$ac_lo;;
19758'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
19759See \`config.log' for more details." >&5
19760echo "$as_me: error: cannot compute sizeof (long), 77
19761See \`config.log' for more details." >&2;}
19762 { (exit 1); exit 1; }; } ;;
19763esac
19764else
19765 if test "$cross_compiling" = yes; then
6a5c9b3f
RR
19766 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
19767See \`config.log' for more details." >&5
19768echo "$as_me: error: cannot run test program while cross compiling
19769See \`config.log' for more details." >&2;}
a848cd7e
SC
19770 { (exit 1); exit 1; }; }
19771else
19772 cat >conftest.$ac_ext <<_ACEOF
19773/* confdefs.h. */
19774_ACEOF
19775cat confdefs.h >>conftest.$ac_ext
19776cat >>conftest.$ac_ext <<_ACEOF
19777/* end confdefs.h. */
19778$ac_includes_default
19779long longval () { return (long) (sizeof (long)); }
19780unsigned long ulongval () { return (long) (sizeof (long)); }
19781#include <stdio.h>
19782#include <stdlib.h>
19783int
19784main ()
19785{
19786
19787 FILE *f = fopen ("conftest.val", "w");
19788 if (! f)
19789 exit (1);
19790 if (((long) (sizeof (long))) < 0)
19791 {
19792 long i = longval ();
19793 if (i != ((long) (sizeof (long))))
19794 exit (1);
19795 fprintf (f, "%ld\n", i);
19796 }
19797 else
19798 {
19799 unsigned long i = ulongval ();
19800 if (i != ((long) (sizeof (long))))
19801 exit (1);
19802 fprintf (f, "%lu\n", i);
19803 }
19804 exit (ferror (f) || fclose (f) != 0);
19805
19806 ;
19807 return 0;
19808}
19809_ACEOF
19810rm -f conftest$ac_exeext
19811if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19812 (eval $ac_link) 2>&5
19813 ac_status=$?
19814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19815 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19817 (eval $ac_try) 2>&5
19818 ac_status=$?
19819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19820 (exit $ac_status); }; }; then
19821 ac_cv_sizeof_long=`cat conftest.val`
19822else
19823 echo "$as_me: program exited with status $ac_status" >&5
19824echo "$as_me: failed program was:" >&5
19825sed 's/^/| /' conftest.$ac_ext >&5
19826
19827( exit $ac_status )
19828{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
19829See \`config.log' for more details." >&5
19830echo "$as_me: error: cannot compute sizeof (long), 77
19831See \`config.log' for more details." >&2;}
19832 { (exit 1); exit 1; }; }
19833fi
ac1cb8d3 19834rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19835fi
19836fi
19837rm -f conftest.val
19838else
19839 ac_cv_sizeof_long=0
19840fi
19841fi
19842echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
19843echo "${ECHO_T}$ac_cv_sizeof_long" >&6
19844cat >>confdefs.h <<_ACEOF
19845#define SIZEOF_LONG $ac_cv_sizeof_long
19846_ACEOF
19847
19848
19849echo "$as_me:$LINENO: checking for size_t" >&5
19850echo $ECHO_N "checking for size_t... $ECHO_C" >&6
19851if test "${ac_cv_type_size_t+set}" = set; then
19852 echo $ECHO_N "(cached) $ECHO_C" >&6
19853else
19854 cat >conftest.$ac_ext <<_ACEOF
19855/* confdefs.h. */
19856_ACEOF
19857cat confdefs.h >>conftest.$ac_ext
19858cat >>conftest.$ac_ext <<_ACEOF
19859/* end confdefs.h. */
19860$ac_includes_default
19861int
19862main ()
19863{
19864if ((size_t *) 0)
19865 return 0;
19866if (sizeof (size_t))
19867 return 0;
19868 ;
19869 return 0;
19870}
19871_ACEOF
19872rm -f conftest.$ac_objext
19873if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19874 (eval $ac_compile) 2>conftest.er1
a848cd7e 19875 ac_status=$?
ac1cb8d3
VS
19876 grep -v '^ *+' conftest.er1 >conftest.err
19877 rm -f conftest.er1
19878 cat conftest.err >&5
a848cd7e
SC
19879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19880 (exit $ac_status); } &&
6a5c9b3f
RR
19881 { ac_try='test -z "$ac_cxx_werror_flag"
19882 || test ! -s conftest.err'
ac1cb8d3
VS
19883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19884 (eval $ac_try) 2>&5
19885 ac_status=$?
19886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19887 (exit $ac_status); }; } &&
19888 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19890 (eval $ac_try) 2>&5
19891 ac_status=$?
19892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19893 (exit $ac_status); }; }; then
19894 ac_cv_type_size_t=yes
19895else
19896 echo "$as_me: failed program was:" >&5
19897sed 's/^/| /' conftest.$ac_ext >&5
19898
19899ac_cv_type_size_t=no
19900fi
ac1cb8d3 19901rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19902fi
19903echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19904echo "${ECHO_T}$ac_cv_type_size_t" >&6
19905
19906echo "$as_me:$LINENO: checking size of size_t" >&5
19907echo $ECHO_N "checking size of size_t... $ECHO_C" >&6
19908if test "${ac_cv_sizeof_size_t+set}" = set; then
19909 echo $ECHO_N "(cached) $ECHO_C" >&6
19910else
19911 if test "$ac_cv_type_size_t" = yes; then
19912 # The cast to unsigned long works around a bug in the HP C Compiler
19913 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19914 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19915 # This bug is HP SR number 8606223364.
19916 if test "$cross_compiling" = yes; then
19917 # Depending upon the size, compute the lo and hi bounds.
19918cat >conftest.$ac_ext <<_ACEOF
19919/* confdefs.h. */
19920_ACEOF
19921cat confdefs.h >>conftest.$ac_ext
19922cat >>conftest.$ac_ext <<_ACEOF
19923/* end confdefs.h. */
19924$ac_includes_default
19925int
19926main ()
19927{
19928static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= 0)];
19929test_array [0] = 0
19930
19931 ;
19932 return 0;
19933}
19934_ACEOF
19935rm -f conftest.$ac_objext
19936if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19937 (eval $ac_compile) 2>conftest.er1
a848cd7e 19938 ac_status=$?
ac1cb8d3
VS
19939 grep -v '^ *+' conftest.er1 >conftest.err
19940 rm -f conftest.er1
19941 cat conftest.err >&5
a848cd7e
SC
19942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19943 (exit $ac_status); } &&
6a5c9b3f
RR
19944 { ac_try='test -z "$ac_cxx_werror_flag"
19945 || test ! -s conftest.err'
ac1cb8d3
VS
19946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19947 (eval $ac_try) 2>&5
19948 ac_status=$?
19949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19950 (exit $ac_status); }; } &&
19951 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19953 (eval $ac_try) 2>&5
19954 ac_status=$?
19955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19956 (exit $ac_status); }; }; then
19957 ac_lo=0 ac_mid=0
19958 while :; do
19959 cat >conftest.$ac_ext <<_ACEOF
19960/* confdefs.h. */
19961_ACEOF
19962cat confdefs.h >>conftest.$ac_ext
19963cat >>conftest.$ac_ext <<_ACEOF
19964/* end confdefs.h. */
19965$ac_includes_default
19966int
19967main ()
19968{
19969static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
19970test_array [0] = 0
19971
19972 ;
19973 return 0;
19974}
19975_ACEOF
19976rm -f conftest.$ac_objext
19977if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19978 (eval $ac_compile) 2>conftest.er1
a848cd7e 19979 ac_status=$?
ac1cb8d3
VS
19980 grep -v '^ *+' conftest.er1 >conftest.err
19981 rm -f conftest.er1
19982 cat conftest.err >&5
a848cd7e
SC
19983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19984 (exit $ac_status); } &&
6a5c9b3f
RR
19985 { ac_try='test -z "$ac_cxx_werror_flag"
19986 || test ! -s conftest.err'
ac1cb8d3
VS
19987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19988 (eval $ac_try) 2>&5
19989 ac_status=$?
19990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19991 (exit $ac_status); }; } &&
19992 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19994 (eval $ac_try) 2>&5
19995 ac_status=$?
19996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19997 (exit $ac_status); }; }; then
19998 ac_hi=$ac_mid; break
19999else
20000 echo "$as_me: failed program was:" >&5
20001sed 's/^/| /' conftest.$ac_ext >&5
20002
20003ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
20004 if test $ac_lo -le $ac_mid; then
20005 ac_lo= ac_hi=
20006 break
20007 fi
20008 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 20009fi
ac1cb8d3 20010rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20011 done
20012else
20013 echo "$as_me: failed program was:" >&5
20014sed 's/^/| /' conftest.$ac_ext >&5
20015
20016cat >conftest.$ac_ext <<_ACEOF
20017/* confdefs.h. */
20018_ACEOF
20019cat confdefs.h >>conftest.$ac_ext
20020cat >>conftest.$ac_ext <<_ACEOF
20021/* end confdefs.h. */
20022$ac_includes_default
20023int
20024main ()
20025{
20026static int test_array [1 - 2 * !(((long) (sizeof (size_t))) < 0)];
20027test_array [0] = 0
20028
20029 ;
20030 return 0;
20031}
20032_ACEOF
20033rm -f conftest.$ac_objext
20034if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20035 (eval $ac_compile) 2>conftest.er1
a848cd7e 20036 ac_status=$?
ac1cb8d3
VS
20037 grep -v '^ *+' conftest.er1 >conftest.err
20038 rm -f conftest.er1
20039 cat conftest.err >&5
a848cd7e
SC
20040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20041 (exit $ac_status); } &&
6a5c9b3f
RR
20042 { ac_try='test -z "$ac_cxx_werror_flag"
20043 || test ! -s conftest.err'
ac1cb8d3
VS
20044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20045 (eval $ac_try) 2>&5
20046 ac_status=$?
20047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20048 (exit $ac_status); }; } &&
20049 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20051 (eval $ac_try) 2>&5
20052 ac_status=$?
20053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20054 (exit $ac_status); }; }; then
20055 ac_hi=-1 ac_mid=-1
20056 while :; do
20057 cat >conftest.$ac_ext <<_ACEOF
20058/* confdefs.h. */
20059_ACEOF
20060cat confdefs.h >>conftest.$ac_ext
20061cat >>conftest.$ac_ext <<_ACEOF
20062/* end confdefs.h. */
20063$ac_includes_default
20064int
20065main ()
20066{
20067static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)];
20068test_array [0] = 0
20069
20070 ;
20071 return 0;
20072}
20073_ACEOF
20074rm -f conftest.$ac_objext
20075if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20076 (eval $ac_compile) 2>conftest.er1
a848cd7e 20077 ac_status=$?
ac1cb8d3
VS
20078 grep -v '^ *+' conftest.er1 >conftest.err
20079 rm -f conftest.er1
20080 cat conftest.err >&5
a848cd7e
SC
20081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20082 (exit $ac_status); } &&
6a5c9b3f
RR
20083 { ac_try='test -z "$ac_cxx_werror_flag"
20084 || test ! -s conftest.err'
ac1cb8d3
VS
20085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20086 (eval $ac_try) 2>&5
20087 ac_status=$?
20088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20089 (exit $ac_status); }; } &&
20090 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20091 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20092 (eval $ac_try) 2>&5
20093 ac_status=$?
20094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20095 (exit $ac_status); }; }; then
20096 ac_lo=$ac_mid; break
20097else
20098 echo "$as_me: failed program was:" >&5
20099sed 's/^/| /' conftest.$ac_ext >&5
20100
20101ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
20102 if test $ac_mid -le $ac_hi; then
20103 ac_lo= ac_hi=
20104 break
20105 fi
20106 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 20107fi
ac1cb8d3 20108rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20109 done
20110else
20111 echo "$as_me: failed program was:" >&5
20112sed 's/^/| /' conftest.$ac_ext >&5
20113
20114ac_lo= ac_hi=
20115fi
ac1cb8d3 20116rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 20117fi
ac1cb8d3 20118rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20119# Binary search between lo and hi bounds.
20120while test "x$ac_lo" != "x$ac_hi"; do
20121 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
20122 cat >conftest.$ac_ext <<_ACEOF
20123/* confdefs.h. */
20124_ACEOF
20125cat confdefs.h >>conftest.$ac_ext
20126cat >>conftest.$ac_ext <<_ACEOF
20127/* end confdefs.h. */
20128$ac_includes_default
20129int
20130main ()
20131{
20132static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
20133test_array [0] = 0
20134
20135 ;
20136 return 0;
20137}
20138_ACEOF
20139rm -f conftest.$ac_objext
20140if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20141 (eval $ac_compile) 2>conftest.er1
a848cd7e 20142 ac_status=$?
ac1cb8d3
VS
20143 grep -v '^ *+' conftest.er1 >conftest.err
20144 rm -f conftest.er1
20145 cat conftest.err >&5
a848cd7e
SC
20146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20147 (exit $ac_status); } &&
6a5c9b3f
RR
20148 { ac_try='test -z "$ac_cxx_werror_flag"
20149 || test ! -s conftest.err'
ac1cb8d3
VS
20150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20151 (eval $ac_try) 2>&5
20152 ac_status=$?
20153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20154 (exit $ac_status); }; } &&
20155 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20157 (eval $ac_try) 2>&5
20158 ac_status=$?
20159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20160 (exit $ac_status); }; }; then
20161 ac_hi=$ac_mid
20162else
20163 echo "$as_me: failed program was:" >&5
20164sed 's/^/| /' conftest.$ac_ext >&5
20165
20166ac_lo=`expr '(' $ac_mid ')' + 1`
20167fi
ac1cb8d3 20168rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20169done
20170case $ac_lo in
20171?*) ac_cv_sizeof_size_t=$ac_lo;;
20172'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
20173See \`config.log' for more details." >&5
20174echo "$as_me: error: cannot compute sizeof (size_t), 77
20175See \`config.log' for more details." >&2;}
20176 { (exit 1); exit 1; }; } ;;
20177esac
20178else
20179 if test "$cross_compiling" = yes; then
6a5c9b3f
RR
20180 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
20181See \`config.log' for more details." >&5
20182echo "$as_me: error: cannot run test program while cross compiling
20183See \`config.log' for more details." >&2;}
a848cd7e
SC
20184 { (exit 1); exit 1; }; }
20185else
20186 cat >conftest.$ac_ext <<_ACEOF
20187/* confdefs.h. */
20188_ACEOF
20189cat confdefs.h >>conftest.$ac_ext
20190cat >>conftest.$ac_ext <<_ACEOF
20191/* end confdefs.h. */
20192$ac_includes_default
20193long longval () { return (long) (sizeof (size_t)); }
20194unsigned long ulongval () { return (long) (sizeof (size_t)); }
20195#include <stdio.h>
20196#include <stdlib.h>
20197int
20198main ()
20199{
20200
20201 FILE *f = fopen ("conftest.val", "w");
20202 if (! f)
20203 exit (1);
20204 if (((long) (sizeof (size_t))) < 0)
20205 {
20206 long i = longval ();
20207 if (i != ((long) (sizeof (size_t))))
20208 exit (1);
20209 fprintf (f, "%ld\n", i);
20210 }
20211 else
20212 {
20213 unsigned long i = ulongval ();
20214 if (i != ((long) (sizeof (size_t))))
20215 exit (1);
20216 fprintf (f, "%lu\n", i);
20217 }
20218 exit (ferror (f) || fclose (f) != 0);
20219
20220 ;
20221 return 0;
20222}
20223_ACEOF
20224rm -f conftest$ac_exeext
20225if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20226 (eval $ac_link) 2>&5
20227 ac_status=$?
20228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20229 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20230 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20231 (eval $ac_try) 2>&5
20232 ac_status=$?
20233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20234 (exit $ac_status); }; }; then
20235 ac_cv_sizeof_size_t=`cat conftest.val`
20236else
20237 echo "$as_me: program exited with status $ac_status" >&5
20238echo "$as_me: failed program was:" >&5
20239sed 's/^/| /' conftest.$ac_ext >&5
20240
20241( exit $ac_status )
20242{ { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
20243See \`config.log' for more details." >&5
20244echo "$as_me: error: cannot compute sizeof (size_t), 77
20245See \`config.log' for more details." >&2;}
20246 { (exit 1); exit 1; }; }
20247fi
ac1cb8d3 20248rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20249fi
20250fi
20251rm -f conftest.val
20252else
20253 ac_cv_sizeof_size_t=0
20254fi
20255fi
20256echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
20257echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6
20258cat >>confdefs.h <<_ACEOF
20259#define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
20260_ACEOF
20261
20262
20263
20264case "${host}" in
20265 arm-*-linux* )
20266 echo "$as_me:$LINENO: checking for long long" >&5
20267echo $ECHO_N "checking for long long... $ECHO_C" >&6
20268if test "${ac_cv_type_long_long+set}" = set; then
20269 echo $ECHO_N "(cached) $ECHO_C" >&6
20270else
20271 cat >conftest.$ac_ext <<_ACEOF
20272/* confdefs.h. */
20273_ACEOF
20274cat confdefs.h >>conftest.$ac_ext
20275cat >>conftest.$ac_ext <<_ACEOF
20276/* end confdefs.h. */
20277$ac_includes_default
20278int
20279main ()
20280{
20281if ((long long *) 0)
20282 return 0;
20283if (sizeof (long long))
20284 return 0;
20285 ;
20286 return 0;
20287}
20288_ACEOF
20289rm -f conftest.$ac_objext
20290if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20291 (eval $ac_compile) 2>conftest.er1
a848cd7e 20292 ac_status=$?
ac1cb8d3
VS
20293 grep -v '^ *+' conftest.er1 >conftest.err
20294 rm -f conftest.er1
20295 cat conftest.err >&5
a848cd7e
SC
20296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20297 (exit $ac_status); } &&
6a5c9b3f
RR
20298 { ac_try='test -z "$ac_cxx_werror_flag"
20299 || test ! -s conftest.err'
ac1cb8d3
VS
20300 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20301 (eval $ac_try) 2>&5
20302 ac_status=$?
20303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20304 (exit $ac_status); }; } &&
20305 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20307 (eval $ac_try) 2>&5
20308 ac_status=$?
20309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20310 (exit $ac_status); }; }; then
20311 ac_cv_type_long_long=yes
20312else
20313 echo "$as_me: failed program was:" >&5
20314sed 's/^/| /' conftest.$ac_ext >&5
20315
20316ac_cv_type_long_long=no
20317fi
ac1cb8d3 20318rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20319fi
20320echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20321echo "${ECHO_T}$ac_cv_type_long_long" >&6
20322
20323echo "$as_me:$LINENO: checking size of long long" >&5
20324echo $ECHO_N "checking size of long long... $ECHO_C" >&6
20325if test "${ac_cv_sizeof_long_long+set}" = set; then
20326 echo $ECHO_N "(cached) $ECHO_C" >&6
20327else
20328 if test "$ac_cv_type_long_long" = yes; then
20329 # The cast to unsigned long works around a bug in the HP C Compiler
20330 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20331 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20332 # This bug is HP SR number 8606223364.
20333 if test "$cross_compiling" = yes; then
20334 # Depending upon the size, compute the lo and hi bounds.
20335cat >conftest.$ac_ext <<_ACEOF
20336/* confdefs.h. */
20337_ACEOF
20338cat confdefs.h >>conftest.$ac_ext
20339cat >>conftest.$ac_ext <<_ACEOF
20340/* end confdefs.h. */
20341$ac_includes_default
20342int
20343main ()
20344{
20345static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
20346test_array [0] = 0
20347
20348 ;
20349 return 0;
20350}
20351_ACEOF
20352rm -f conftest.$ac_objext
20353if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20354 (eval $ac_compile) 2>conftest.er1
a848cd7e 20355 ac_status=$?
ac1cb8d3
VS
20356 grep -v '^ *+' conftest.er1 >conftest.err
20357 rm -f conftest.er1
20358 cat conftest.err >&5
a848cd7e
SC
20359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20360 (exit $ac_status); } &&
6a5c9b3f
RR
20361 { ac_try='test -z "$ac_cxx_werror_flag"
20362 || test ! -s conftest.err'
ac1cb8d3
VS
20363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20364 (eval $ac_try) 2>&5
20365 ac_status=$?
20366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20367 (exit $ac_status); }; } &&
20368 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20370 (eval $ac_try) 2>&5
20371 ac_status=$?
20372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20373 (exit $ac_status); }; }; then
20374 ac_lo=0 ac_mid=0
20375 while :; do
20376 cat >conftest.$ac_ext <<_ACEOF
20377/* confdefs.h. */
20378_ACEOF
20379cat confdefs.h >>conftest.$ac_ext
20380cat >>conftest.$ac_ext <<_ACEOF
20381/* end confdefs.h. */
20382$ac_includes_default
20383int
20384main ()
20385{
20386static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
20387test_array [0] = 0
20388
20389 ;
20390 return 0;
20391}
20392_ACEOF
20393rm -f conftest.$ac_objext
20394if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20395 (eval $ac_compile) 2>conftest.er1
a848cd7e 20396 ac_status=$?
ac1cb8d3
VS
20397 grep -v '^ *+' conftest.er1 >conftest.err
20398 rm -f conftest.er1
20399 cat conftest.err >&5
a848cd7e
SC
20400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20401 (exit $ac_status); } &&
6a5c9b3f
RR
20402 { ac_try='test -z "$ac_cxx_werror_flag"
20403 || test ! -s conftest.err'
ac1cb8d3
VS
20404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20405 (eval $ac_try) 2>&5
20406 ac_status=$?
20407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20408 (exit $ac_status); }; } &&
20409 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20410 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20411 (eval $ac_try) 2>&5
20412 ac_status=$?
20413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20414 (exit $ac_status); }; }; then
20415 ac_hi=$ac_mid; break
20416else
20417 echo "$as_me: failed program was:" >&5
20418sed 's/^/| /' conftest.$ac_ext >&5
20419
20420ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
20421 if test $ac_lo -le $ac_mid; then
20422 ac_lo= ac_hi=
20423 break
20424 fi
20425 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 20426fi
ac1cb8d3 20427rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20428 done
20429else
20430 echo "$as_me: failed program was:" >&5
20431sed 's/^/| /' conftest.$ac_ext >&5
20432
20433cat >conftest.$ac_ext <<_ACEOF
20434/* confdefs.h. */
20435_ACEOF
20436cat confdefs.h >>conftest.$ac_ext
20437cat >>conftest.$ac_ext <<_ACEOF
20438/* end confdefs.h. */
20439$ac_includes_default
20440int
20441main ()
20442{
20443static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
20444test_array [0] = 0
20445
20446 ;
20447 return 0;
20448}
20449_ACEOF
20450rm -f conftest.$ac_objext
20451if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20452 (eval $ac_compile) 2>conftest.er1
a848cd7e 20453 ac_status=$?
ac1cb8d3
VS
20454 grep -v '^ *+' conftest.er1 >conftest.err
20455 rm -f conftest.er1
20456 cat conftest.err >&5
a848cd7e
SC
20457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20458 (exit $ac_status); } &&
6a5c9b3f
RR
20459 { ac_try='test -z "$ac_cxx_werror_flag"
20460 || test ! -s conftest.err'
ac1cb8d3
VS
20461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20462 (eval $ac_try) 2>&5
20463 ac_status=$?
20464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20465 (exit $ac_status); }; } &&
20466 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20468 (eval $ac_try) 2>&5
20469 ac_status=$?
20470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20471 (exit $ac_status); }; }; then
20472 ac_hi=-1 ac_mid=-1
20473 while :; do
20474 cat >conftest.$ac_ext <<_ACEOF
20475/* confdefs.h. */
20476_ACEOF
20477cat confdefs.h >>conftest.$ac_ext
20478cat >>conftest.$ac_ext <<_ACEOF
20479/* end confdefs.h. */
20480$ac_includes_default
20481int
20482main ()
20483{
20484static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
20485test_array [0] = 0
20486
20487 ;
20488 return 0;
20489}
20490_ACEOF
20491rm -f conftest.$ac_objext
20492if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20493 (eval $ac_compile) 2>conftest.er1
a848cd7e 20494 ac_status=$?
ac1cb8d3
VS
20495 grep -v '^ *+' conftest.er1 >conftest.err
20496 rm -f conftest.er1
20497 cat conftest.err >&5
a848cd7e
SC
20498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20499 (exit $ac_status); } &&
6a5c9b3f
RR
20500 { ac_try='test -z "$ac_cxx_werror_flag"
20501 || test ! -s conftest.err'
ac1cb8d3
VS
20502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20503 (eval $ac_try) 2>&5
20504 ac_status=$?
20505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20506 (exit $ac_status); }; } &&
20507 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20509 (eval $ac_try) 2>&5
20510 ac_status=$?
20511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20512 (exit $ac_status); }; }; then
20513 ac_lo=$ac_mid; break
20514else
20515 echo "$as_me: failed program was:" >&5
20516sed 's/^/| /' conftest.$ac_ext >&5
20517
20518ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
20519 if test $ac_mid -le $ac_hi; then
20520 ac_lo= ac_hi=
20521 break
20522 fi
20523 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 20524fi
ac1cb8d3 20525rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20526 done
20527else
20528 echo "$as_me: failed program was:" >&5
20529sed 's/^/| /' conftest.$ac_ext >&5
20530
20531ac_lo= ac_hi=
20532fi
ac1cb8d3 20533rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 20534fi
ac1cb8d3 20535rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20536# Binary search between lo and hi bounds.
20537while test "x$ac_lo" != "x$ac_hi"; do
20538 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
20539 cat >conftest.$ac_ext <<_ACEOF
20540/* confdefs.h. */
20541_ACEOF
20542cat confdefs.h >>conftest.$ac_ext
20543cat >>conftest.$ac_ext <<_ACEOF
20544/* end confdefs.h. */
20545$ac_includes_default
20546int
20547main ()
20548{
20549static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
20550test_array [0] = 0
20551
20552 ;
20553 return 0;
20554}
20555_ACEOF
20556rm -f conftest.$ac_objext
20557if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20558 (eval $ac_compile) 2>conftest.er1
a848cd7e 20559 ac_status=$?
ac1cb8d3
VS
20560 grep -v '^ *+' conftest.er1 >conftest.err
20561 rm -f conftest.er1
20562 cat conftest.err >&5
a848cd7e
SC
20563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20564 (exit $ac_status); } &&
6a5c9b3f
RR
20565 { ac_try='test -z "$ac_cxx_werror_flag"
20566 || test ! -s conftest.err'
ac1cb8d3
VS
20567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20568 (eval $ac_try) 2>&5
20569 ac_status=$?
20570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20571 (exit $ac_status); }; } &&
20572 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20574 (eval $ac_try) 2>&5
20575 ac_status=$?
20576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20577 (exit $ac_status); }; }; then
20578 ac_hi=$ac_mid
20579else
20580 echo "$as_me: failed program was:" >&5
20581sed 's/^/| /' conftest.$ac_ext >&5
20582
20583ac_lo=`expr '(' $ac_mid ')' + 1`
20584fi
ac1cb8d3 20585rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20586done
20587case $ac_lo in
20588?*) ac_cv_sizeof_long_long=$ac_lo;;
20589'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
20590See \`config.log' for more details." >&5
20591echo "$as_me: error: cannot compute sizeof (long long), 77
20592See \`config.log' for more details." >&2;}
20593 { (exit 1); exit 1; }; } ;;
20594esac
20595else
20596 if test "$cross_compiling" = yes; then
6a5c9b3f
RR
20597 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
20598See \`config.log' for more details." >&5
20599echo "$as_me: error: cannot run test program while cross compiling
20600See \`config.log' for more details." >&2;}
a848cd7e
SC
20601 { (exit 1); exit 1; }; }
20602else
20603 cat >conftest.$ac_ext <<_ACEOF
20604/* confdefs.h. */
20605_ACEOF
20606cat confdefs.h >>conftest.$ac_ext
20607cat >>conftest.$ac_ext <<_ACEOF
20608/* end confdefs.h. */
20609$ac_includes_default
20610long longval () { return (long) (sizeof (long long)); }
20611unsigned long ulongval () { return (long) (sizeof (long long)); }
20612#include <stdio.h>
20613#include <stdlib.h>
20614int
20615main ()
20616{
20617
20618 FILE *f = fopen ("conftest.val", "w");
20619 if (! f)
20620 exit (1);
20621 if (((long) (sizeof (long long))) < 0)
20622 {
20623 long i = longval ();
20624 if (i != ((long) (sizeof (long long))))
20625 exit (1);
20626 fprintf (f, "%ld\n", i);
20627 }
20628 else
20629 {
20630 unsigned long i = ulongval ();
20631 if (i != ((long) (sizeof (long long))))
20632 exit (1);
20633 fprintf (f, "%lu\n", i);
20634 }
20635 exit (ferror (f) || fclose (f) != 0);
20636
20637 ;
20638 return 0;
20639}
20640_ACEOF
20641rm -f conftest$ac_exeext
20642if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20643 (eval $ac_link) 2>&5
20644 ac_status=$?
20645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20646 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20648 (eval $ac_try) 2>&5
20649 ac_status=$?
20650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20651 (exit $ac_status); }; }; then
20652 ac_cv_sizeof_long_long=`cat conftest.val`
20653else
20654 echo "$as_me: program exited with status $ac_status" >&5
20655echo "$as_me: failed program was:" >&5
20656sed 's/^/| /' conftest.$ac_ext >&5
20657
20658( exit $ac_status )
20659{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
20660See \`config.log' for more details." >&5
20661echo "$as_me: error: cannot compute sizeof (long long), 77
20662See \`config.log' for more details." >&2;}
20663 { (exit 1); exit 1; }; }
20664fi
ac1cb8d3 20665rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20666fi
20667fi
20668rm -f conftest.val
20669else
20670 ac_cv_sizeof_long_long=0
20671fi
20672fi
20673echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
20674echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
20675cat >>confdefs.h <<_ACEOF
20676#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
20677_ACEOF
20678
20679
20680 ;;
20681 *-hp-hpux* )
20682 echo "$as_me:$LINENO: checking for long long" >&5
20683echo $ECHO_N "checking for long long... $ECHO_C" >&6
20684if test "${ac_cv_type_long_long+set}" = set; then
20685 echo $ECHO_N "(cached) $ECHO_C" >&6
20686else
20687 cat >conftest.$ac_ext <<_ACEOF
20688/* confdefs.h. */
20689_ACEOF
20690cat confdefs.h >>conftest.$ac_ext
20691cat >>conftest.$ac_ext <<_ACEOF
20692/* end confdefs.h. */
20693$ac_includes_default
20694int
20695main ()
20696{
20697if ((long long *) 0)
20698 return 0;
20699if (sizeof (long long))
20700 return 0;
20701 ;
20702 return 0;
20703}
20704_ACEOF
20705rm -f conftest.$ac_objext
20706if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20707 (eval $ac_compile) 2>conftest.er1
a848cd7e 20708 ac_status=$?
ac1cb8d3
VS
20709 grep -v '^ *+' conftest.er1 >conftest.err
20710 rm -f conftest.er1
20711 cat conftest.err >&5
a848cd7e
SC
20712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20713 (exit $ac_status); } &&
6a5c9b3f
RR
20714 { ac_try='test -z "$ac_cxx_werror_flag"
20715 || test ! -s conftest.err'
ac1cb8d3
VS
20716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20717 (eval $ac_try) 2>&5
20718 ac_status=$?
20719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20720 (exit $ac_status); }; } &&
20721 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20723 (eval $ac_try) 2>&5
20724 ac_status=$?
20725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20726 (exit $ac_status); }; }; then
20727 ac_cv_type_long_long=yes
20728else
20729 echo "$as_me: failed program was:" >&5
20730sed 's/^/| /' conftest.$ac_ext >&5
20731
20732ac_cv_type_long_long=no
20733fi
ac1cb8d3 20734rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20735fi
20736echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20737echo "${ECHO_T}$ac_cv_type_long_long" >&6
20738
20739echo "$as_me:$LINENO: checking size of long long" >&5
20740echo $ECHO_N "checking size of long long... $ECHO_C" >&6
20741if test "${ac_cv_sizeof_long_long+set}" = set; then
20742 echo $ECHO_N "(cached) $ECHO_C" >&6
20743else
20744 if test "$ac_cv_type_long_long" = yes; then
20745 # The cast to unsigned long works around a bug in the HP C Compiler
20746 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20747 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20748 # This bug is HP SR number 8606223364.
20749 if test "$cross_compiling" = yes; then
20750 # Depending upon the size, compute the lo and hi bounds.
20751cat >conftest.$ac_ext <<_ACEOF
20752/* confdefs.h. */
20753_ACEOF
20754cat confdefs.h >>conftest.$ac_ext
20755cat >>conftest.$ac_ext <<_ACEOF
20756/* end confdefs.h. */
20757$ac_includes_default
20758int
20759main ()
20760{
20761static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
20762test_array [0] = 0
20763
20764 ;
20765 return 0;
20766}
20767_ACEOF
20768rm -f conftest.$ac_objext
20769if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20770 (eval $ac_compile) 2>conftest.er1
a848cd7e 20771 ac_status=$?
ac1cb8d3
VS
20772 grep -v '^ *+' conftest.er1 >conftest.err
20773 rm -f conftest.er1
20774 cat conftest.err >&5
a848cd7e
SC
20775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20776 (exit $ac_status); } &&
6a5c9b3f
RR
20777 { ac_try='test -z "$ac_cxx_werror_flag"
20778 || test ! -s conftest.err'
ac1cb8d3
VS
20779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20780 (eval $ac_try) 2>&5
20781 ac_status=$?
20782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20783 (exit $ac_status); }; } &&
20784 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20786 (eval $ac_try) 2>&5
20787 ac_status=$?
20788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20789 (exit $ac_status); }; }; then
20790 ac_lo=0 ac_mid=0
20791 while :; do
20792 cat >conftest.$ac_ext <<_ACEOF
20793/* confdefs.h. */
20794_ACEOF
20795cat confdefs.h >>conftest.$ac_ext
20796cat >>conftest.$ac_ext <<_ACEOF
20797/* end confdefs.h. */
20798$ac_includes_default
20799int
20800main ()
20801{
20802static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
20803test_array [0] = 0
20804
20805 ;
20806 return 0;
20807}
20808_ACEOF
20809rm -f conftest.$ac_objext
20810if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20811 (eval $ac_compile) 2>conftest.er1
a848cd7e 20812 ac_status=$?
ac1cb8d3
VS
20813 grep -v '^ *+' conftest.er1 >conftest.err
20814 rm -f conftest.er1
20815 cat conftest.err >&5
a848cd7e
SC
20816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20817 (exit $ac_status); } &&
6a5c9b3f
RR
20818 { ac_try='test -z "$ac_cxx_werror_flag"
20819 || test ! -s conftest.err'
ac1cb8d3
VS
20820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20821 (eval $ac_try) 2>&5
20822 ac_status=$?
20823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20824 (exit $ac_status); }; } &&
20825 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20827 (eval $ac_try) 2>&5
20828 ac_status=$?
20829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20830 (exit $ac_status); }; }; then
20831 ac_hi=$ac_mid; break
20832else
20833 echo "$as_me: failed program was:" >&5
20834sed 's/^/| /' conftest.$ac_ext >&5
20835
20836ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
20837 if test $ac_lo -le $ac_mid; then
20838 ac_lo= ac_hi=
20839 break
20840 fi
20841 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 20842fi
ac1cb8d3 20843rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20844 done
20845else
20846 echo "$as_me: failed program was:" >&5
20847sed 's/^/| /' conftest.$ac_ext >&5
20848
20849cat >conftest.$ac_ext <<_ACEOF
20850/* confdefs.h. */
20851_ACEOF
20852cat confdefs.h >>conftest.$ac_ext
20853cat >>conftest.$ac_ext <<_ACEOF
20854/* end confdefs.h. */
20855$ac_includes_default
20856int
20857main ()
20858{
20859static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
20860test_array [0] = 0
20861
20862 ;
20863 return 0;
20864}
20865_ACEOF
20866rm -f conftest.$ac_objext
20867if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20868 (eval $ac_compile) 2>conftest.er1
a848cd7e 20869 ac_status=$?
ac1cb8d3
VS
20870 grep -v '^ *+' conftest.er1 >conftest.err
20871 rm -f conftest.er1
20872 cat conftest.err >&5
a848cd7e
SC
20873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20874 (exit $ac_status); } &&
6a5c9b3f
RR
20875 { ac_try='test -z "$ac_cxx_werror_flag"
20876 || test ! -s conftest.err'
ac1cb8d3
VS
20877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20878 (eval $ac_try) 2>&5
20879 ac_status=$?
20880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20881 (exit $ac_status); }; } &&
20882 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20884 (eval $ac_try) 2>&5
20885 ac_status=$?
20886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20887 (exit $ac_status); }; }; then
20888 ac_hi=-1 ac_mid=-1
20889 while :; do
20890 cat >conftest.$ac_ext <<_ACEOF
20891/* confdefs.h. */
20892_ACEOF
20893cat confdefs.h >>conftest.$ac_ext
20894cat >>conftest.$ac_ext <<_ACEOF
20895/* end confdefs.h. */
20896$ac_includes_default
20897int
20898main ()
20899{
20900static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
20901test_array [0] = 0
20902
20903 ;
20904 return 0;
20905}
20906_ACEOF
20907rm -f conftest.$ac_objext
20908if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20909 (eval $ac_compile) 2>conftest.er1
a848cd7e 20910 ac_status=$?
ac1cb8d3
VS
20911 grep -v '^ *+' conftest.er1 >conftest.err
20912 rm -f conftest.er1
20913 cat conftest.err >&5
a848cd7e
SC
20914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20915 (exit $ac_status); } &&
6a5c9b3f
RR
20916 { ac_try='test -z "$ac_cxx_werror_flag"
20917 || test ! -s conftest.err'
ac1cb8d3
VS
20918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20919 (eval $ac_try) 2>&5
20920 ac_status=$?
20921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20922 (exit $ac_status); }; } &&
20923 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20925 (eval $ac_try) 2>&5
20926 ac_status=$?
20927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20928 (exit $ac_status); }; }; then
20929 ac_lo=$ac_mid; break
20930else
20931 echo "$as_me: failed program was:" >&5
20932sed 's/^/| /' conftest.$ac_ext >&5
20933
20934ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
20935 if test $ac_mid -le $ac_hi; then
20936 ac_lo= ac_hi=
20937 break
20938 fi
20939 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 20940fi
ac1cb8d3 20941rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20942 done
20943else
20944 echo "$as_me: failed program was:" >&5
20945sed 's/^/| /' conftest.$ac_ext >&5
20946
20947ac_lo= ac_hi=
20948fi
ac1cb8d3 20949rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 20950fi
ac1cb8d3 20951rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20952# Binary search between lo and hi bounds.
20953while test "x$ac_lo" != "x$ac_hi"; do
20954 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
20955 cat >conftest.$ac_ext <<_ACEOF
20956/* confdefs.h. */
20957_ACEOF
20958cat confdefs.h >>conftest.$ac_ext
20959cat >>conftest.$ac_ext <<_ACEOF
20960/* end confdefs.h. */
20961$ac_includes_default
20962int
20963main ()
20964{
20965static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
20966test_array [0] = 0
20967
20968 ;
20969 return 0;
20970}
20971_ACEOF
20972rm -f conftest.$ac_objext
20973if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20974 (eval $ac_compile) 2>conftest.er1
a848cd7e 20975 ac_status=$?
ac1cb8d3
VS
20976 grep -v '^ *+' conftest.er1 >conftest.err
20977 rm -f conftest.er1
20978 cat conftest.err >&5
a848cd7e
SC
20979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20980 (exit $ac_status); } &&
6a5c9b3f
RR
20981 { ac_try='test -z "$ac_cxx_werror_flag"
20982 || test ! -s conftest.err'
ac1cb8d3
VS
20983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20984 (eval $ac_try) 2>&5
20985 ac_status=$?
20986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20987 (exit $ac_status); }; } &&
20988 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20990 (eval $ac_try) 2>&5
20991 ac_status=$?
20992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20993 (exit $ac_status); }; }; then
20994 ac_hi=$ac_mid
20995else
20996 echo "$as_me: failed program was:" >&5
20997sed 's/^/| /' conftest.$ac_ext >&5
20998
20999ac_lo=`expr '(' $ac_mid ')' + 1`
21000fi
ac1cb8d3 21001rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21002done
21003case $ac_lo in
21004?*) ac_cv_sizeof_long_long=$ac_lo;;
21005'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
21006See \`config.log' for more details." >&5
21007echo "$as_me: error: cannot compute sizeof (long long), 77
21008See \`config.log' for more details." >&2;}
21009 { (exit 1); exit 1; }; } ;;
21010esac
21011else
21012 if test "$cross_compiling" = yes; then
6a5c9b3f
RR
21013 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
21014See \`config.log' for more details." >&5
21015echo "$as_me: error: cannot run test program while cross compiling
21016See \`config.log' for more details." >&2;}
a848cd7e
SC
21017 { (exit 1); exit 1; }; }
21018else
21019 cat >conftest.$ac_ext <<_ACEOF
21020/* confdefs.h. */
21021_ACEOF
21022cat confdefs.h >>conftest.$ac_ext
21023cat >>conftest.$ac_ext <<_ACEOF
21024/* end confdefs.h. */
21025$ac_includes_default
21026long longval () { return (long) (sizeof (long long)); }
21027unsigned long ulongval () { return (long) (sizeof (long long)); }
21028#include <stdio.h>
21029#include <stdlib.h>
21030int
21031main ()
21032{
21033
21034 FILE *f = fopen ("conftest.val", "w");
21035 if (! f)
21036 exit (1);
21037 if (((long) (sizeof (long long))) < 0)
21038 {
21039 long i = longval ();
21040 if (i != ((long) (sizeof (long long))))
21041 exit (1);
21042 fprintf (f, "%ld\n", i);
21043 }
21044 else
21045 {
21046 unsigned long i = ulongval ();
21047 if (i != ((long) (sizeof (long long))))
21048 exit (1);
21049 fprintf (f, "%lu\n", i);
21050 }
21051 exit (ferror (f) || fclose (f) != 0);
21052
21053 ;
21054 return 0;
21055}
21056_ACEOF
21057rm -f conftest$ac_exeext
21058if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21059 (eval $ac_link) 2>&5
21060 ac_status=$?
21061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21062 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21064 (eval $ac_try) 2>&5
21065 ac_status=$?
21066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21067 (exit $ac_status); }; }; then
21068 ac_cv_sizeof_long_long=`cat conftest.val`
21069else
21070 echo "$as_me: program exited with status $ac_status" >&5
21071echo "$as_me: failed program was:" >&5
21072sed 's/^/| /' conftest.$ac_ext >&5
21073
21074( exit $ac_status )
21075{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
21076See \`config.log' for more details." >&5
21077echo "$as_me: error: cannot compute sizeof (long long), 77
21078See \`config.log' for more details." >&2;}
21079 { (exit 1); exit 1; }; }
21080fi
ac1cb8d3 21081rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21082fi
21083fi
21084rm -f conftest.val
21085else
21086 ac_cv_sizeof_long_long=0
21087fi
21088fi
21089echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
21090echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
21091cat >>confdefs.h <<_ACEOF
21092#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
21093_ACEOF
21094
21095
21096 if test "$ac_cv_sizeof_long_long" != "0"; then
c92ad099 21097 CPPFLAGS="-D_INCLUDE_LONGLONG $CPPFLAGS"
a848cd7e
SC
21098 fi
21099 ;;
21100 * )
21101 echo "$as_me:$LINENO: checking for long long" >&5
21102echo $ECHO_N "checking for long long... $ECHO_C" >&6
21103if test "${ac_cv_type_long_long+set}" = set; then
21104 echo $ECHO_N "(cached) $ECHO_C" >&6
21105else
21106 cat >conftest.$ac_ext <<_ACEOF
21107/* confdefs.h. */
21108_ACEOF
21109cat confdefs.h >>conftest.$ac_ext
21110cat >>conftest.$ac_ext <<_ACEOF
21111/* end confdefs.h. */
21112$ac_includes_default
21113int
21114main ()
21115{
21116if ((long long *) 0)
21117 return 0;
21118if (sizeof (long long))
21119 return 0;
21120 ;
21121 return 0;
21122}
21123_ACEOF
21124rm -f conftest.$ac_objext
21125if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21126 (eval $ac_compile) 2>conftest.er1
a848cd7e 21127 ac_status=$?
ac1cb8d3
VS
21128 grep -v '^ *+' conftest.er1 >conftest.err
21129 rm -f conftest.er1
21130 cat conftest.err >&5
a848cd7e
SC
21131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21132 (exit $ac_status); } &&
6a5c9b3f
RR
21133 { ac_try='test -z "$ac_cxx_werror_flag"
21134 || test ! -s conftest.err'
ac1cb8d3
VS
21135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21136 (eval $ac_try) 2>&5
21137 ac_status=$?
21138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21139 (exit $ac_status); }; } &&
21140 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21142 (eval $ac_try) 2>&5
21143 ac_status=$?
21144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21145 (exit $ac_status); }; }; then
21146 ac_cv_type_long_long=yes
21147else
21148 echo "$as_me: failed program was:" >&5
21149sed 's/^/| /' conftest.$ac_ext >&5
21150
21151ac_cv_type_long_long=no
21152fi
ac1cb8d3 21153rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21154fi
21155echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
21156echo "${ECHO_T}$ac_cv_type_long_long" >&6
21157
21158echo "$as_me:$LINENO: checking size of long long" >&5
21159echo $ECHO_N "checking size of long long... $ECHO_C" >&6
21160if test "${ac_cv_sizeof_long_long+set}" = set; then
21161 echo $ECHO_N "(cached) $ECHO_C" >&6
21162else
21163 if test "$ac_cv_type_long_long" = yes; then
21164 # The cast to unsigned long works around a bug in the HP C Compiler
21165 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
21166 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
21167 # This bug is HP SR number 8606223364.
21168 if test "$cross_compiling" = yes; then
21169 # Depending upon the size, compute the lo and hi bounds.
21170cat >conftest.$ac_ext <<_ACEOF
21171/* confdefs.h. */
21172_ACEOF
21173cat confdefs.h >>conftest.$ac_ext
21174cat >>conftest.$ac_ext <<_ACEOF
21175/* end confdefs.h. */
21176$ac_includes_default
21177int
21178main ()
21179{
21180static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
21181test_array [0] = 0
21182
21183 ;
21184 return 0;
21185}
21186_ACEOF
21187rm -f conftest.$ac_objext
21188if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21189 (eval $ac_compile) 2>conftest.er1
a848cd7e 21190 ac_status=$?
ac1cb8d3
VS
21191 grep -v '^ *+' conftest.er1 >conftest.err
21192 rm -f conftest.er1
21193 cat conftest.err >&5
a848cd7e
SC
21194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21195 (exit $ac_status); } &&
6a5c9b3f
RR
21196 { ac_try='test -z "$ac_cxx_werror_flag"
21197 || test ! -s conftest.err'
ac1cb8d3
VS
21198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21199 (eval $ac_try) 2>&5
21200 ac_status=$?
21201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21202 (exit $ac_status); }; } &&
21203 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21205 (eval $ac_try) 2>&5
21206 ac_status=$?
21207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21208 (exit $ac_status); }; }; then
21209 ac_lo=0 ac_mid=0
21210 while :; do
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$ac_includes_default
21218int
21219main ()
21220{
21221static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
21222test_array [0] = 0
21223
21224 ;
21225 return 0;
21226}
21227_ACEOF
21228rm -f conftest.$ac_objext
21229if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21230 (eval $ac_compile) 2>conftest.er1
a848cd7e 21231 ac_status=$?
ac1cb8d3
VS
21232 grep -v '^ *+' conftest.er1 >conftest.err
21233 rm -f conftest.er1
21234 cat conftest.err >&5
a848cd7e
SC
21235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21236 (exit $ac_status); } &&
6a5c9b3f
RR
21237 { ac_try='test -z "$ac_cxx_werror_flag"
21238 || test ! -s conftest.err'
ac1cb8d3
VS
21239 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21240 (eval $ac_try) 2>&5
21241 ac_status=$?
21242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21243 (exit $ac_status); }; } &&
21244 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21246 (eval $ac_try) 2>&5
21247 ac_status=$?
21248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21249 (exit $ac_status); }; }; then
21250 ac_hi=$ac_mid; break
21251else
21252 echo "$as_me: failed program was:" >&5
21253sed 's/^/| /' conftest.$ac_ext >&5
21254
21255ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
21256 if test $ac_lo -le $ac_mid; then
21257 ac_lo= ac_hi=
21258 break
21259 fi
21260 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 21261fi
ac1cb8d3 21262rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21263 done
21264else
21265 echo "$as_me: failed program was:" >&5
21266sed 's/^/| /' conftest.$ac_ext >&5
21267
21268cat >conftest.$ac_ext <<_ACEOF
21269/* confdefs.h. */
21270_ACEOF
21271cat confdefs.h >>conftest.$ac_ext
21272cat >>conftest.$ac_ext <<_ACEOF
21273/* end confdefs.h. */
21274$ac_includes_default
21275int
21276main ()
21277{
21278static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
21279test_array [0] = 0
21280
21281 ;
21282 return 0;
21283}
21284_ACEOF
21285rm -f conftest.$ac_objext
21286if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21287 (eval $ac_compile) 2>conftest.er1
a848cd7e 21288 ac_status=$?
ac1cb8d3
VS
21289 grep -v '^ *+' conftest.er1 >conftest.err
21290 rm -f conftest.er1
21291 cat conftest.err >&5
a848cd7e
SC
21292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21293 (exit $ac_status); } &&
6a5c9b3f
RR
21294 { ac_try='test -z "$ac_cxx_werror_flag"
21295 || test ! -s conftest.err'
ac1cb8d3
VS
21296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21297 (eval $ac_try) 2>&5
21298 ac_status=$?
21299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21300 (exit $ac_status); }; } &&
21301 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21302 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21303 (eval $ac_try) 2>&5
21304 ac_status=$?
21305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21306 (exit $ac_status); }; }; then
21307 ac_hi=-1 ac_mid=-1
21308 while :; do
21309 cat >conftest.$ac_ext <<_ACEOF
21310/* confdefs.h. */
21311_ACEOF
21312cat confdefs.h >>conftest.$ac_ext
21313cat >>conftest.$ac_ext <<_ACEOF
21314/* end confdefs.h. */
21315$ac_includes_default
21316int
21317main ()
21318{
21319static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
21320test_array [0] = 0
21321
21322 ;
21323 return 0;
21324}
21325_ACEOF
21326rm -f conftest.$ac_objext
21327if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21328 (eval $ac_compile) 2>conftest.er1
a848cd7e 21329 ac_status=$?
ac1cb8d3
VS
21330 grep -v '^ *+' conftest.er1 >conftest.err
21331 rm -f conftest.er1
21332 cat conftest.err >&5
a848cd7e
SC
21333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21334 (exit $ac_status); } &&
6a5c9b3f
RR
21335 { ac_try='test -z "$ac_cxx_werror_flag"
21336 || test ! -s conftest.err'
ac1cb8d3
VS
21337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21338 (eval $ac_try) 2>&5
21339 ac_status=$?
21340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21341 (exit $ac_status); }; } &&
21342 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21344 (eval $ac_try) 2>&5
21345 ac_status=$?
21346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21347 (exit $ac_status); }; }; then
21348 ac_lo=$ac_mid; break
21349else
21350 echo "$as_me: failed program was:" >&5
21351sed 's/^/| /' conftest.$ac_ext >&5
21352
21353ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
21354 if test $ac_mid -le $ac_hi; then
21355 ac_lo= ac_hi=
21356 break
21357 fi
21358 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 21359fi
ac1cb8d3 21360rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21361 done
21362else
21363 echo "$as_me: failed program was:" >&5
21364sed 's/^/| /' conftest.$ac_ext >&5
21365
21366ac_lo= ac_hi=
21367fi
ac1cb8d3 21368rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 21369fi
ac1cb8d3 21370rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21371# Binary search between lo and hi bounds.
21372while test "x$ac_lo" != "x$ac_hi"; do
21373 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
21374 cat >conftest.$ac_ext <<_ACEOF
21375/* confdefs.h. */
21376_ACEOF
21377cat confdefs.h >>conftest.$ac_ext
21378cat >>conftest.$ac_ext <<_ACEOF
21379/* end confdefs.h. */
21380$ac_includes_default
21381int
21382main ()
21383{
21384static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
21385test_array [0] = 0
21386
21387 ;
21388 return 0;
21389}
21390_ACEOF
21391rm -f conftest.$ac_objext
21392if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21393 (eval $ac_compile) 2>conftest.er1
a848cd7e 21394 ac_status=$?
ac1cb8d3
VS
21395 grep -v '^ *+' conftest.er1 >conftest.err
21396 rm -f conftest.er1
21397 cat conftest.err >&5
a848cd7e
SC
21398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21399 (exit $ac_status); } &&
6a5c9b3f
RR
21400 { ac_try='test -z "$ac_cxx_werror_flag"
21401 || test ! -s conftest.err'
ac1cb8d3
VS
21402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21403 (eval $ac_try) 2>&5
21404 ac_status=$?
21405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21406 (exit $ac_status); }; } &&
21407 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21409 (eval $ac_try) 2>&5
21410 ac_status=$?
21411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21412 (exit $ac_status); }; }; then
21413 ac_hi=$ac_mid
21414else
21415 echo "$as_me: failed program was:" >&5
21416sed 's/^/| /' conftest.$ac_ext >&5
21417
21418ac_lo=`expr '(' $ac_mid ')' + 1`
21419fi
ac1cb8d3 21420rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21421done
21422case $ac_lo in
21423?*) ac_cv_sizeof_long_long=$ac_lo;;
21424'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
21425See \`config.log' for more details." >&5
21426echo "$as_me: error: cannot compute sizeof (long long), 77
21427See \`config.log' for more details." >&2;}
21428 { (exit 1); exit 1; }; } ;;
21429esac
21430else
21431 if test "$cross_compiling" = yes; then
6a5c9b3f
RR
21432 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
21433See \`config.log' for more details." >&5
21434echo "$as_me: error: cannot run test program while cross compiling
21435See \`config.log' for more details." >&2;}
a848cd7e
SC
21436 { (exit 1); exit 1; }; }
21437else
21438 cat >conftest.$ac_ext <<_ACEOF
21439/* confdefs.h. */
21440_ACEOF
21441cat confdefs.h >>conftest.$ac_ext
21442cat >>conftest.$ac_ext <<_ACEOF
21443/* end confdefs.h. */
21444$ac_includes_default
21445long longval () { return (long) (sizeof (long long)); }
21446unsigned long ulongval () { return (long) (sizeof (long long)); }
21447#include <stdio.h>
21448#include <stdlib.h>
21449int
21450main ()
21451{
21452
21453 FILE *f = fopen ("conftest.val", "w");
21454 if (! f)
21455 exit (1);
21456 if (((long) (sizeof (long long))) < 0)
21457 {
21458 long i = longval ();
21459 if (i != ((long) (sizeof (long long))))
21460 exit (1);
21461 fprintf (f, "%ld\n", i);
21462 }
21463 else
21464 {
21465 unsigned long i = ulongval ();
21466 if (i != ((long) (sizeof (long long))))
21467 exit (1);
21468 fprintf (f, "%lu\n", i);
21469 }
21470 exit (ferror (f) || fclose (f) != 0);
21471
21472 ;
21473 return 0;
21474}
21475_ACEOF
21476rm -f conftest$ac_exeext
21477if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21478 (eval $ac_link) 2>&5
21479 ac_status=$?
21480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21481 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21483 (eval $ac_try) 2>&5
21484 ac_status=$?
21485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21486 (exit $ac_status); }; }; then
21487 ac_cv_sizeof_long_long=`cat conftest.val`
21488else
21489 echo "$as_me: program exited with status $ac_status" >&5
21490echo "$as_me: failed program was:" >&5
21491sed 's/^/| /' conftest.$ac_ext >&5
21492
21493( exit $ac_status )
21494{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
21495See \`config.log' for more details." >&5
21496echo "$as_me: error: cannot compute sizeof (long long), 77
21497See \`config.log' for more details." >&2;}
21498 { (exit 1); exit 1; }; }
21499fi
ac1cb8d3 21500rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21501fi
21502fi
21503rm -f conftest.val
21504else
21505 ac_cv_sizeof_long_long=0
21506fi
21507fi
21508echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
21509echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
21510cat >>confdefs.h <<_ACEOF
21511#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
21512_ACEOF
21513
21514
21515esac
21516
238ecede
MW
21517echo "$as_me:$LINENO: checking for wchar_t" >&5
21518echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6
21519if test "${ac_cv_type_wchar_t+set}" = set; then
21520 echo $ECHO_N "(cached) $ECHO_C" >&6
21521else
21522 cat >conftest.$ac_ext <<_ACEOF
21523/* confdefs.h. */
21524_ACEOF
21525cat confdefs.h >>conftest.$ac_ext
21526cat >>conftest.$ac_ext <<_ACEOF
21527/* end confdefs.h. */
21528
83d8eb47
MW
21529 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
21530 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
21531 # error "fake wchar_t"
21532 #endif
21533 #ifdef HAVE_WCHAR_H
21534 # ifdef __CYGWIN__
21535 # include <stddef.h>
21536 # endif
21537 # include <wchar.h>
21538 #endif
21539 #ifdef HAVE_STDLIB_H
21540 # include <stdlib.h>
21541 #endif
21542 #include <stdio.h>
21543
21544
21545
21546int
21547main ()
21548{
21549if ((wchar_t *) 0)
21550 return 0;
21551if (sizeof (wchar_t))
21552 return 0;
21553 ;
21554 return 0;
21555}
21556_ACEOF
21557rm -f conftest.$ac_objext
21558if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21559 (eval $ac_compile) 2>conftest.er1
21560 ac_status=$?
21561 grep -v '^ *+' conftest.er1 >conftest.err
21562 rm -f conftest.er1
21563 cat conftest.err >&5
21564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21565 (exit $ac_status); } &&
6a5c9b3f
RR
21566 { ac_try='test -z "$ac_cxx_werror_flag"
21567 || test ! -s conftest.err'
238ecede
MW
21568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21569 (eval $ac_try) 2>&5
21570 ac_status=$?
21571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21572 (exit $ac_status); }; } &&
21573 { ac_try='test -s conftest.$ac_objext'
21574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21575 (eval $ac_try) 2>&5
21576 ac_status=$?
21577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21578 (exit $ac_status); }; }; then
21579 ac_cv_type_wchar_t=yes
21580else
21581 echo "$as_me: failed program was:" >&5
21582sed 's/^/| /' conftest.$ac_ext >&5
21583
21584ac_cv_type_wchar_t=no
21585fi
21586rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21587fi
21588echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5
21589echo "${ECHO_T}$ac_cv_type_wchar_t" >&6
21590
a848cd7e
SC
21591echo "$as_me:$LINENO: checking size of wchar_t" >&5
21592echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
238ecede 21593if test "${ac_cv_sizeof_wchar_t+set}" = set; then
a848cd7e
SC
21594 echo $ECHO_N "(cached) $ECHO_C" >&6
21595else
238ecede
MW
21596 if test "$ac_cv_type_wchar_t" = yes; then
21597 # The cast to unsigned long works around a bug in the HP C Compiler
21598 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
21599 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
21600 # This bug is HP SR number 8606223364.
21601 if test "$cross_compiling" = yes; then
21602 # Depending upon the size, compute the lo and hi bounds.
21603cat >conftest.$ac_ext <<_ACEOF
21604/* confdefs.h. */
21605_ACEOF
21606cat confdefs.h >>conftest.$ac_ext
21607cat >>conftest.$ac_ext <<_ACEOF
21608/* end confdefs.h. */
21609
83d8eb47
MW
21610 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
21611 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
21612 # error "fake wchar_t"
21613 #endif
21614 #ifdef HAVE_WCHAR_H
21615 # ifdef __CYGWIN__
21616 # include <stddef.h>
21617 # endif
21618 # include <wchar.h>
21619 #endif
21620 #ifdef HAVE_STDLIB_H
21621 # include <stdlib.h>
21622 #endif
21623 #include <stdio.h>
21624
21625
21626
21627int
21628main ()
21629{
21630static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= 0)];
21631test_array [0] = 0
21632
21633 ;
21634 return 0;
21635}
21636_ACEOF
21637rm -f conftest.$ac_objext
21638if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21639 (eval $ac_compile) 2>conftest.er1
21640 ac_status=$?
21641 grep -v '^ *+' conftest.er1 >conftest.err
21642 rm -f conftest.er1
21643 cat conftest.err >&5
21644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21645 (exit $ac_status); } &&
6a5c9b3f
RR
21646 { ac_try='test -z "$ac_cxx_werror_flag"
21647 || test ! -s conftest.err'
238ecede
MW
21648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21649 (eval $ac_try) 2>&5
21650 ac_status=$?
21651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21652 (exit $ac_status); }; } &&
21653 { ac_try='test -s conftest.$ac_objext'
21654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21655 (eval $ac_try) 2>&5
21656 ac_status=$?
21657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21658 (exit $ac_status); }; }; then
21659 ac_lo=0 ac_mid=0
21660 while :; do
21661 cat >conftest.$ac_ext <<_ACEOF
21662/* confdefs.h. */
21663_ACEOF
21664cat confdefs.h >>conftest.$ac_ext
21665cat >>conftest.$ac_ext <<_ACEOF
21666/* end confdefs.h. */
21667
83d8eb47
MW
21668 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
21669 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
21670 # error "fake wchar_t"
21671 #endif
21672 #ifdef HAVE_WCHAR_H
21673 # ifdef __CYGWIN__
21674 # include <stddef.h>
21675 # endif
21676 # include <wchar.h>
21677 #endif
21678 #ifdef HAVE_STDLIB_H
21679 # include <stdlib.h>
21680 #endif
21681 #include <stdio.h>
21682
21683
21684
21685int
21686main ()
21687{
21688static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
21689test_array [0] = 0
21690
21691 ;
21692 return 0;
21693}
21694_ACEOF
21695rm -f conftest.$ac_objext
21696if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21697 (eval $ac_compile) 2>conftest.er1
21698 ac_status=$?
21699 grep -v '^ *+' conftest.er1 >conftest.err
21700 rm -f conftest.er1
21701 cat conftest.err >&5
21702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21703 (exit $ac_status); } &&
6a5c9b3f
RR
21704 { ac_try='test -z "$ac_cxx_werror_flag"
21705 || test ! -s conftest.err'
238ecede
MW
21706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21707 (eval $ac_try) 2>&5
21708 ac_status=$?
21709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21710 (exit $ac_status); }; } &&
21711 { ac_try='test -s conftest.$ac_objext'
21712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21713 (eval $ac_try) 2>&5
21714 ac_status=$?
21715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21716 (exit $ac_status); }; }; then
21717 ac_hi=$ac_mid; break
21718else
21719 echo "$as_me: failed program was:" >&5
21720sed 's/^/| /' conftest.$ac_ext >&5
21721
21722ac_lo=`expr $ac_mid + 1`
21723 if test $ac_lo -le $ac_mid; then
21724 ac_lo= ac_hi=
21725 break
21726 fi
21727 ac_mid=`expr 2 '*' $ac_mid + 1`
21728fi
21729rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21730 done
21731else
21732 echo "$as_me: failed program was:" >&5
21733sed 's/^/| /' conftest.$ac_ext >&5
21734
21735cat >conftest.$ac_ext <<_ACEOF
21736/* confdefs.h. */
21737_ACEOF
21738cat confdefs.h >>conftest.$ac_ext
21739cat >>conftest.$ac_ext <<_ACEOF
21740/* end confdefs.h. */
21741
83d8eb47
MW
21742 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
21743 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
21744 # error "fake wchar_t"
21745 #endif
21746 #ifdef HAVE_WCHAR_H
21747 # ifdef __CYGWIN__
21748 # include <stddef.h>
21749 # endif
21750 # include <wchar.h>
21751 #endif
21752 #ifdef HAVE_STDLIB_H
21753 # include <stdlib.h>
21754 #endif
21755 #include <stdio.h>
21756
21757
21758
21759int
21760main ()
21761{
21762static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) < 0)];
21763test_array [0] = 0
21764
21765 ;
21766 return 0;
21767}
21768_ACEOF
21769rm -f conftest.$ac_objext
21770if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21771 (eval $ac_compile) 2>conftest.er1
21772 ac_status=$?
21773 grep -v '^ *+' conftest.er1 >conftest.err
21774 rm -f conftest.er1
21775 cat conftest.err >&5
21776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21777 (exit $ac_status); } &&
6a5c9b3f
RR
21778 { ac_try='test -z "$ac_cxx_werror_flag"
21779 || test ! -s conftest.err'
238ecede
MW
21780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21781 (eval $ac_try) 2>&5
21782 ac_status=$?
21783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21784 (exit $ac_status); }; } &&
21785 { ac_try='test -s conftest.$ac_objext'
21786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21787 (eval $ac_try) 2>&5
21788 ac_status=$?
21789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21790 (exit $ac_status); }; }; then
21791 ac_hi=-1 ac_mid=-1
21792 while :; do
21793 cat >conftest.$ac_ext <<_ACEOF
21794/* confdefs.h. */
21795_ACEOF
21796cat confdefs.h >>conftest.$ac_ext
21797cat >>conftest.$ac_ext <<_ACEOF
21798/* end confdefs.h. */
21799
83d8eb47
MW
21800 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
21801 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
21802 # error "fake wchar_t"
21803 #endif
21804 #ifdef HAVE_WCHAR_H
21805 # ifdef __CYGWIN__
21806 # include <stddef.h>
21807 # endif
21808 # include <wchar.h>
21809 #endif
21810 #ifdef HAVE_STDLIB_H
21811 # include <stdlib.h>
21812 #endif
21813 #include <stdio.h>
21814
21815
21816
21817int
21818main ()
21819{
21820static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= $ac_mid)];
21821test_array [0] = 0
21822
21823 ;
21824 return 0;
21825}
21826_ACEOF
21827rm -f conftest.$ac_objext
21828if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21829 (eval $ac_compile) 2>conftest.er1
21830 ac_status=$?
21831 grep -v '^ *+' conftest.er1 >conftest.err
21832 rm -f conftest.er1
21833 cat conftest.err >&5
21834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21835 (exit $ac_status); } &&
6a5c9b3f
RR
21836 { ac_try='test -z "$ac_cxx_werror_flag"
21837 || test ! -s conftest.err'
238ecede
MW
21838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21839 (eval $ac_try) 2>&5
21840 ac_status=$?
21841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21842 (exit $ac_status); }; } &&
21843 { ac_try='test -s conftest.$ac_objext'
21844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21845 (eval $ac_try) 2>&5
21846 ac_status=$?
21847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21848 (exit $ac_status); }; }; then
21849 ac_lo=$ac_mid; break
21850else
21851 echo "$as_me: failed program was:" >&5
21852sed 's/^/| /' conftest.$ac_ext >&5
21853
21854ac_hi=`expr '(' $ac_mid ')' - 1`
21855 if test $ac_mid -le $ac_hi; then
21856 ac_lo= ac_hi=
21857 break
21858 fi
21859 ac_mid=`expr 2 '*' $ac_mid`
21860fi
21861rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21862 done
21863else
21864 echo "$as_me: failed program was:" >&5
21865sed 's/^/| /' conftest.$ac_ext >&5
21866
21867ac_lo= ac_hi=
21868fi
21869rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21870fi
21871rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21872# Binary search between lo and hi bounds.
21873while test "x$ac_lo" != "x$ac_hi"; do
21874 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
21875 cat >conftest.$ac_ext <<_ACEOF
21876/* confdefs.h. */
21877_ACEOF
21878cat confdefs.h >>conftest.$ac_ext
21879cat >>conftest.$ac_ext <<_ACEOF
21880/* end confdefs.h. */
21881
83d8eb47
MW
21882 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
21883 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
21884 # error "fake wchar_t"
21885 #endif
21886 #ifdef HAVE_WCHAR_H
21887 # ifdef __CYGWIN__
21888 # include <stddef.h>
21889 # endif
21890 # include <wchar.h>
21891 #endif
21892 #ifdef HAVE_STDLIB_H
21893 # include <stdlib.h>
21894 #endif
21895 #include <stdio.h>
a848cd7e 21896
a848cd7e 21897
a848cd7e 21898
238ecede
MW
21899int
21900main ()
21901{
21902static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
21903test_array [0] = 0
a848cd7e 21904
238ecede
MW
21905 ;
21906 return 0;
21907}
21908_ACEOF
21909rm -f conftest.$ac_objext
21910if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21911 (eval $ac_compile) 2>conftest.er1
21912 ac_status=$?
21913 grep -v '^ *+' conftest.er1 >conftest.err
21914 rm -f conftest.er1
21915 cat conftest.err >&5
21916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21917 (exit $ac_status); } &&
6a5c9b3f
RR
21918 { ac_try='test -z "$ac_cxx_werror_flag"
21919 || test ! -s conftest.err'
238ecede
MW
21920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21921 (eval $ac_try) 2>&5
21922 ac_status=$?
21923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21924 (exit $ac_status); }; } &&
21925 { ac_try='test -s conftest.$ac_objext'
21926 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21927 (eval $ac_try) 2>&5
21928 ac_status=$?
21929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21930 (exit $ac_status); }; }; then
21931 ac_hi=$ac_mid
21932else
21933 echo "$as_me: failed program was:" >&5
21934sed 's/^/| /' conftest.$ac_ext >&5
21935
21936ac_lo=`expr '(' $ac_mid ')' + 1`
21937fi
21938rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21939done
21940case $ac_lo in
21941?*) ac_cv_sizeof_wchar_t=$ac_lo;;
21942'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
21943See \`config.log' for more details." >&5
21944echo "$as_me: error: cannot compute sizeof (wchar_t), 77
21945See \`config.log' for more details." >&2;}
21946 { (exit 1); exit 1; }; } ;;
21947esac
21948else
21949 if test "$cross_compiling" = yes; then
6a5c9b3f
RR
21950 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
21951See \`config.log' for more details." >&5
21952echo "$as_me: error: cannot run test program while cross compiling
21953See \`config.log' for more details." >&2;}
238ecede 21954 { (exit 1); exit 1; }; }
a848cd7e
SC
21955else
21956 cat >conftest.$ac_ext <<_ACEOF
21957/* confdefs.h. */
21958_ACEOF
21959cat confdefs.h >>conftest.$ac_ext
21960cat >>conftest.$ac_ext <<_ACEOF
21961/* end confdefs.h. */
21962
83d8eb47
MW
21963 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
21964 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
21965 # error "fake wchar_t"
21966 #endif
21967 #ifdef HAVE_WCHAR_H
21968 # ifdef __CYGWIN__
21969 # include <stddef.h>
21970 # endif
21971 # include <wchar.h>
21972 #endif
21973 #ifdef HAVE_STDLIB_H
21974 # include <stdlib.h>
21975 #endif
21976 #include <stdio.h>
21977
21978
21979
21980long longval () { return (long) (sizeof (wchar_t)); }
21981unsigned long ulongval () { return (long) (sizeof (wchar_t)); }
21982#include <stdio.h>
21983#include <stdlib.h>
21984int
21985main ()
21986{
a848cd7e 21987
238ecede
MW
21988 FILE *f = fopen ("conftest.val", "w");
21989 if (! f)
21990 exit (1);
21991 if (((long) (sizeof (wchar_t))) < 0)
21992 {
21993 long i = longval ();
21994 if (i != ((long) (sizeof (wchar_t))))
21995 exit (1);
21996 fprintf (f, "%ld\n", i);
21997 }
21998 else
21999 {
22000 unsigned long i = ulongval ();
22001 if (i != ((long) (sizeof (wchar_t))))
22002 exit (1);
22003 fprintf (f, "%lu\n", i);
22004 }
22005 exit (ferror (f) || fclose (f) != 0);
22006
22007 ;
22008 return 0;
22009}
a848cd7e
SC
22010_ACEOF
22011rm -f conftest$ac_exeext
22012if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22013 (eval $ac_link) 2>&5
22014 ac_status=$?
22015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22016 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22018 (eval $ac_try) 2>&5
22019 ac_status=$?
22020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22021 (exit $ac_status); }; }; then
238ecede 22022 ac_cv_sizeof_wchar_t=`cat conftest.val`
a848cd7e
SC
22023else
22024 echo "$as_me: program exited with status $ac_status" >&5
22025echo "$as_me: failed program was:" >&5
22026sed 's/^/| /' conftest.$ac_ext >&5
22027
22028( exit $ac_status )
238ecede
MW
22029{ { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
22030See \`config.log' for more details." >&5
22031echo "$as_me: error: cannot compute sizeof (wchar_t), 77
22032See \`config.log' for more details." >&2;}
22033 { (exit 1); exit 1; }; }
a848cd7e 22034fi
ac1cb8d3 22035rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e 22036fi
a848cd7e 22037fi
238ecede
MW
22038rm -f conftest.val
22039else
22040 ac_cv_sizeof_wchar_t=0
22041fi
22042fi
22043echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5
22044echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6
a848cd7e 22045cat >>confdefs.h <<_ACEOF
238ecede 22046#define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
a848cd7e
SC
22047_ACEOF
22048
22049
47a7e797
MW
22050if test "$ac_cv_sizeof_wchar_t" != "0"; then
22051 wxUSE_WCHAR_T=yes
22052else
22053 wxUSE_WCHAR_T=no
22054fi
238ecede 22055
ba3d13e1
VZ
22056echo "$as_me:$LINENO: checking for va_copy" >&5
22057echo $ECHO_N "checking for va_copy... $ECHO_C" >&6
22058if test "${wx_cv_func_va_copy+set}" = set; then
22059 echo $ECHO_N "(cached) $ECHO_C" >&6
22060else
22061
22062 cat >conftest.$ac_ext <<_ACEOF
22063
22064 #include <stdarg.h>
22065 void foo(char *f, ...)
22066 {
22067 va_list ap1, ap2;
22068 va_start(ap1, f);
22069 va_copy(ap2, ap1);
22070 va_end(ap2);
22071 va_end(ap1);
22072 }
5886b072
VZ
22073 int main()
22074 {
b902e639
VZ
22075 foo("hi", 17);
22076 return 0;
5886b072 22077 }
ba3d13e1
VZ
22078_ACEOF
22079rm -f conftest.$ac_objext conftest$ac_exeext
22080if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22081 (eval $ac_link) 2>conftest.er1
22082 ac_status=$?
22083 grep -v '^ *+' conftest.er1 >conftest.err
22084 rm -f conftest.er1
22085 cat conftest.err >&5
22086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22087 (exit $ac_status); } &&
6a5c9b3f
RR
22088 { ac_try='test -z "$ac_cxx_werror_flag"
22089 || test ! -s conftest.err'
ba3d13e1
VZ
22090 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22091 (eval $ac_try) 2>&5
22092 ac_status=$?
22093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22094 (exit $ac_status); }; } &&
22095 { ac_try='test -s conftest$ac_exeext'
22096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22097 (eval $ac_try) 2>&5
22098 ac_status=$?
22099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22100 (exit $ac_status); }; }; then
22101 wx_cv_func_va_copy=yes
22102else
22103 echo "$as_me: failed program was:" >&5
22104sed 's/^/| /' conftest.$ac_ext >&5
22105
22106wx_cv_func_va_copy=no
22107
22108fi
22109rm -f conftest.err conftest.$ac_objext \
22110 conftest$ac_exeext conftest.$ac_ext
22111
22112
22113fi
22114echo "$as_me:$LINENO: result: $wx_cv_func_va_copy" >&5
22115echo "${ECHO_T}$wx_cv_func_va_copy" >&6
22116
22117if test $wx_cv_func_va_copy = "yes"; then
22118 cat >>confdefs.h <<\_ACEOF
22119#define HAVE_VA_COPY 1
22120_ACEOF
22121
22122else
22123 echo "$as_me:$LINENO: checking if va_list can be copied by value" >&5
22124echo $ECHO_N "checking if va_list can be copied by value... $ECHO_C" >&6
22125if test "${wx_cv_type_va_list_lvalue+set}" = set; then
22126 echo $ECHO_N "(cached) $ECHO_C" >&6
22127else
22128
22129 if test "$cross_compiling" = yes; then
22130 wx_cv_type_va_list_lvalue=yes
22131
22132else
22133 cat >conftest.$ac_ext <<_ACEOF
22134
22135 #include <stdarg.h>
22136 int foo(char *f, ...)
22137 {
22138 va_list ap1, ap2;
22139 va_start(ap1, f);
22140 ap2 = ap1;
22141 if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
22142 return 1;
22143 va_end(ap2);
22144 va_end(ap1);
22145 return 0;
22146 }
22147 int main()
22148 {
22149 return foo("hi", 17);
22150 }
22151_ACEOF
22152rm -f conftest$ac_exeext
22153if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22154 (eval $ac_link) 2>&5
22155 ac_status=$?
22156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22157 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22158 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22159 (eval $ac_try) 2>&5
22160 ac_status=$?
22161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22162 (exit $ac_status); }; }; then
22163 wx_cv_type_va_list_lvalue=yes
22164else
22165 echo "$as_me: program exited with status $ac_status" >&5
22166echo "$as_me: failed program was:" >&5
22167sed 's/^/| /' conftest.$ac_ext >&5
22168
22169( exit $ac_status )
22170wx_cv_type_va_list_lvalue=no
22171fi
22172rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22173fi
22174
22175
22176fi
22177echo "$as_me:$LINENO: result: $wx_cv_type_va_list_lvalue" >&5
22178echo "${ECHO_T}$wx_cv_type_va_list_lvalue" >&6
22179
22180 if test $wx_cv_type_va_list_lvalue != "yes"; then
22181 cat >>confdefs.h <<\_ACEOF
22182#define VA_LIST_IS_ARRAY 1
22183_ACEOF
22184
22185 fi
22186fi
22187
ca766534
VS
22188echo "$as_me:$LINENO: checking whether the compiler supports variadic macros" >&5
22189echo $ECHO_N "checking whether the compiler supports variadic macros... $ECHO_C" >&6
22190if test "${wx_cv_have_variadic_macros+set}" = set; then
22191 echo $ECHO_N "(cached) $ECHO_C" >&6
22192else
22193
22194 cat >conftest.$ac_ext <<_ACEOF
22195/* confdefs.h. */
22196_ACEOF
22197cat confdefs.h >>conftest.$ac_ext
22198cat >>conftest.$ac_ext <<_ACEOF
22199/* end confdefs.h. */
22200
22201 #include <stdio.h>
22202 #define test(fmt, ...) printf(fmt, __VA_ARGS__)
22203
22204int
22205main ()
22206{
22207
22208 test("%s %d %p", "test", 1, 0);
22209
22210
22211 ;
22212 return 0;
22213}
22214_ACEOF
22215rm -f conftest.$ac_objext
22216if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22217 (eval $ac_compile) 2>conftest.er1
22218 ac_status=$?
22219 grep -v '^ *+' conftest.er1 >conftest.err
22220 rm -f conftest.er1
22221 cat conftest.err >&5
22222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22223 (exit $ac_status); } &&
6a5c9b3f
RR
22224 { ac_try='test -z "$ac_cxx_werror_flag"
22225 || test ! -s conftest.err'
ca766534
VS
22226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22227 (eval $ac_try) 2>&5
22228 ac_status=$?
22229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22230 (exit $ac_status); }; } &&
22231 { ac_try='test -s conftest.$ac_objext'
22232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22233 (eval $ac_try) 2>&5
22234 ac_status=$?
22235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22236 (exit $ac_status); }; }; then
22237 wx_cv_have_variadic_macros=yes
22238else
22239 echo "$as_me: failed program was:" >&5
22240sed 's/^/| /' conftest.$ac_ext >&5
22241
22242wx_cv_have_variadic_macros=no
22243
22244fi
22245rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22246
22247
22248fi
22249echo "$as_me:$LINENO: result: $wx_cv_have_variadic_macros" >&5
22250echo "${ECHO_T}$wx_cv_have_variadic_macros" >&6
22251
22252if test $wx_cv_have_variadic_macros = "yes"; then
22253 cat >>confdefs.h <<\_ACEOF
22254#define HAVE_VARIADIC_MACROS 1
22255_ACEOF
22256
22257fi
22258
a848cd7e
SC
22259# Check whether --enable-largefile or --disable-largefile was given.
22260if test "${enable_largefile+set}" = set; then
22261 enableval="$enable_largefile"
22262
22263fi;
22264if test "$enable_largefile" != no; then
22265 wx_largefile=no
22266
22267 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
22268echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
22269if test "${ac_cv_sys_file_offset_bits+set}" = set; then
22270 echo $ECHO_N "(cached) $ECHO_C" >&6
22271else
22272
22273 cat >conftest.$ac_ext <<_ACEOF
22274/* confdefs.h. */
22275_ACEOF
22276cat confdefs.h >>conftest.$ac_ext
22277cat >>conftest.$ac_ext <<_ACEOF
22278/* end confdefs.h. */
22279#define _FILE_OFFSET_BITS 64
22280 #include <sys/types.h>
22281int
22282main ()
22283{
22284typedef struct {
22285 unsigned int field: sizeof(off_t) == 8;
22286} wxlf;
22287
22288 ;
22289 return 0;
22290}
22291_ACEOF
22292rm -f conftest.$ac_objext
22293if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22294 (eval $ac_compile) 2>conftest.er1
a848cd7e 22295 ac_status=$?
ac1cb8d3
VS
22296 grep -v '^ *+' conftest.er1 >conftest.err
22297 rm -f conftest.er1
22298 cat conftest.err >&5
a848cd7e
SC
22299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22300 (exit $ac_status); } &&
6a5c9b3f
RR
22301 { ac_try='test -z "$ac_cxx_werror_flag"
22302 || test ! -s conftest.err'
ac1cb8d3
VS
22303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22304 (eval $ac_try) 2>&5
22305 ac_status=$?
22306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22307 (exit $ac_status); }; } &&
22308 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
22309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22310 (eval $ac_try) 2>&5
22311 ac_status=$?
22312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22313 (exit $ac_status); }; }; then
22314 ac_cv_sys_file_offset_bits=64
22315else
22316 echo "$as_me: failed program was:" >&5
22317sed 's/^/| /' conftest.$ac_ext >&5
22318
22319ac_cv_sys_file_offset_bits=no
22320fi
ac1cb8d3 22321rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
22322
22323
22324fi
22325echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
22326echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
22327
22328 if test "$ac_cv_sys_file_offset_bits" != no; then
22329 wx_largefile=yes
22330 cat >>confdefs.h <<_ACEOF
22331#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
22332_ACEOF
22333
22334 fi
22335
22336 if test "x$wx_largefile" != "xyes"; then
22337
22338 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
22339echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
22340if test "${ac_cv_sys_large_files+set}" = set; then
22341 echo $ECHO_N "(cached) $ECHO_C" >&6
22342else
22343
22344 cat >conftest.$ac_ext <<_ACEOF
22345/* confdefs.h. */
22346_ACEOF
22347cat confdefs.h >>conftest.$ac_ext
22348cat >>conftest.$ac_ext <<_ACEOF
22349/* end confdefs.h. */
22350#define _LARGE_FILES 1
22351 #include <sys/types.h>
22352int
22353main ()
22354{
22355typedef struct {
22356 unsigned int field: sizeof(off_t) == 8;
22357} wxlf;
22358
22359 ;
22360 return 0;
22361}
22362_ACEOF
22363rm -f conftest.$ac_objext
22364if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22365 (eval $ac_compile) 2>conftest.er1
a848cd7e 22366 ac_status=$?
ac1cb8d3
VS
22367 grep -v '^ *+' conftest.er1 >conftest.err
22368 rm -f conftest.er1
22369 cat conftest.err >&5
a848cd7e
SC
22370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22371 (exit $ac_status); } &&
6a5c9b3f
RR
22372 { ac_try='test -z "$ac_cxx_werror_flag"
22373 || test ! -s conftest.err'
ac1cb8d3
VS
22374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22375 (eval $ac_try) 2>&5
22376 ac_status=$?
22377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22378 (exit $ac_status); }; } &&
22379 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
22380 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22381 (eval $ac_try) 2>&5
22382 ac_status=$?
22383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22384 (exit $ac_status); }; }; then
22385 ac_cv_sys_large_files=1
22386else
22387 echo "$as_me: failed program was:" >&5
22388sed 's/^/| /' conftest.$ac_ext >&5
22389
22390ac_cv_sys_large_files=no
22391fi
ac1cb8d3 22392rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
22393
22394
22395fi
22396echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
22397echo "${ECHO_T}$ac_cv_sys_large_files" >&6
22398
22399 if test "$ac_cv_sys_large_files" != no; then
22400 wx_largefile=yes
22401 cat >>confdefs.h <<_ACEOF
22402#define _LARGE_FILES $ac_cv_sys_large_files
22403_ACEOF
22404
22405 fi
22406
22407 fi
22408
22409 echo "$as_me:$LINENO: checking if large file support is available" >&5
22410echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
22411 if test "x$wx_largefile" = "xyes"; then
22412 cat >>confdefs.h <<\_ACEOF
22413#define HAVE_LARGEFILE_SUPPORT 1
22414_ACEOF
22415
22416 fi
22417 echo "$as_me:$LINENO: result: $wx_largefile" >&5
22418echo "${ECHO_T}$wx_largefile" >&6
22419fi
22420
5b674b9d
DE
22421
22422if test "x$wx_largefile" = "xyes"; then
22423 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
5ff751d6 22424 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
00421666
MW
22425
22426 if test "$USE_HPUX" = 1 -a "$GXX" = "yes"; then
22427 echo "$as_me:$LINENO: checking if -D__STDC_EXT__ is required" >&5
22428echo $ECHO_N "checking if -D__STDC_EXT__ is required... $ECHO_C" >&6
22429if test "${wx_cv_STDC_EXT_required+set}" = set; then
22430 echo $ECHO_N "(cached) $ECHO_C" >&6
22431else
22432
00421666
MW
22433 cat >conftest.$ac_ext <<_ACEOF
22434/* confdefs.h. */
22435_ACEOF
22436cat confdefs.h >>conftest.$ac_ext
22437cat >>conftest.$ac_ext <<_ACEOF
22438/* end confdefs.h. */
22439
22440int
22441main ()
22442{
22443
22444 #ifndef __STDC_EXT__
22445 choke me
22446 #endif
22447
22448 ;
22449 return 0;
22450}
22451_ACEOF
22452rm -f conftest.$ac_objext
22453if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22454 (eval $ac_compile) 2>conftest.er1
22455 ac_status=$?
22456 grep -v '^ *+' conftest.er1 >conftest.err
22457 rm -f conftest.er1
22458 cat conftest.err >&5
22459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22460 (exit $ac_status); } &&
6a5c9b3f
RR
22461 { ac_try='test -z "$ac_cxx_werror_flag"
22462 || test ! -s conftest.err'
00421666
MW
22463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22464 (eval $ac_try) 2>&5
22465 ac_status=$?
22466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22467 (exit $ac_status); }; } &&
22468 { ac_try='test -s conftest.$ac_objext'
22469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22470 (eval $ac_try) 2>&5
22471 ac_status=$?
22472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22473 (exit $ac_status); }; }; then
22474 wx_cv_STDC_EXT_required=no
22475else
22476 echo "$as_me: failed program was:" >&5
22477sed 's/^/| /' conftest.$ac_ext >&5
22478
22479wx_cv_STDC_EXT_required=yes
22480
22481fi
22482rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
00421666
MW
22483
22484
22485fi
22486echo "$as_me:$LINENO: result: $wx_cv_STDC_EXT_required" >&5
22487echo "${ECHO_T}$wx_cv_STDC_EXT_required" >&6
22488 if test "x$wx_cv_STDC_EXT_required" = "xyes"; then
5ff751d6 22489 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -D__STDC_EXT__"
00421666
MW
22490 fi
22491 fi
5b674b9d 22492 else
5ff751d6 22493 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_LARGE_FILES"
5b674b9d
DE
22494 fi
22495 echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
5294a27e
VZ
22496echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
22497if test "${ac_cv_sys_largefile_source+set}" = set; then
22498 echo $ECHO_N "(cached) $ECHO_C" >&6
22499else
22500 while :; do
22501 ac_cv_sys_largefile_source=no
22502 cat >conftest.$ac_ext <<_ACEOF
22503/* confdefs.h. */
22504_ACEOF
22505cat confdefs.h >>conftest.$ac_ext
22506cat >>conftest.$ac_ext <<_ACEOF
22507/* end confdefs.h. */
22508#include <stdio.h>
22509int
22510main ()
22511{
22512return !fseeko;
22513 ;
22514 return 0;
22515}
22516_ACEOF
22517rm -f conftest.$ac_objext
22518if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22519 (eval $ac_compile) 2>conftest.er1
22520 ac_status=$?
22521 grep -v '^ *+' conftest.er1 >conftest.err
22522 rm -f conftest.er1
22523 cat conftest.err >&5
22524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22525 (exit $ac_status); } &&
6a5c9b3f
RR
22526 { ac_try='test -z "$ac_cxx_werror_flag"
22527 || test ! -s conftest.err'
5294a27e
VZ
22528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22529 (eval $ac_try) 2>&5
22530 ac_status=$?
22531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22532 (exit $ac_status); }; } &&
22533 { ac_try='test -s conftest.$ac_objext'
22534 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22535 (eval $ac_try) 2>&5
22536 ac_status=$?
22537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22538 (exit $ac_status); }; }; then
22539 break
22540else
22541 echo "$as_me: failed program was:" >&5
22542sed 's/^/| /' conftest.$ac_ext >&5
22543
22544fi
22545rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22546 cat >conftest.$ac_ext <<_ACEOF
22547/* confdefs.h. */
22548_ACEOF
22549cat confdefs.h >>conftest.$ac_ext
22550cat >>conftest.$ac_ext <<_ACEOF
22551/* end confdefs.h. */
22552#define _LARGEFILE_SOURCE 1
22553#include <stdio.h>
22554int
22555main ()
22556{
22557return !fseeko;
22558 ;
22559 return 0;
22560}
22561_ACEOF
22562rm -f conftest.$ac_objext
22563if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22564 (eval $ac_compile) 2>conftest.er1
22565 ac_status=$?
22566 grep -v '^ *+' conftest.er1 >conftest.err
22567 rm -f conftest.er1
22568 cat conftest.err >&5
22569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22570 (exit $ac_status); } &&
6a5c9b3f
RR
22571 { ac_try='test -z "$ac_cxx_werror_flag"
22572 || test ! -s conftest.err'
5294a27e
VZ
22573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22574 (eval $ac_try) 2>&5
22575 ac_status=$?
22576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22577 (exit $ac_status); }; } &&
22578 { ac_try='test -s conftest.$ac_objext'
22579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22580 (eval $ac_try) 2>&5
22581 ac_status=$?
22582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22583 (exit $ac_status); }; }; then
22584 ac_cv_sys_largefile_source=1; break
22585else
22586 echo "$as_me: failed program was:" >&5
22587sed 's/^/| /' conftest.$ac_ext >&5
22588
22589fi
22590rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22591 break
22592done
22593fi
22594echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
22595echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
22596if test "$ac_cv_sys_largefile_source" != no; then
22597
22598cat >>confdefs.h <<_ACEOF
22599#define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
22600_ACEOF
22601
22602fi
22603rm -f conftest*
22604
22605# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
22606# in glibc 2.1.3, but that breaks too many other things.
22607# If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
22608echo "$as_me:$LINENO: checking for fseeko" >&5
22609echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
22610if test "${ac_cv_func_fseeko+set}" = set; then
22611 echo $ECHO_N "(cached) $ECHO_C" >&6
22612else
22613 cat >conftest.$ac_ext <<_ACEOF
22614/* confdefs.h. */
22615_ACEOF
22616cat confdefs.h >>conftest.$ac_ext
22617cat >>conftest.$ac_ext <<_ACEOF
22618/* end confdefs.h. */
22619#include <stdio.h>
22620int
22621main ()
22622{
22623return fseeko && fseeko (stdin, 0, 0);
22624 ;
22625 return 0;
22626}
22627_ACEOF
22628rm -f conftest.$ac_objext conftest$ac_exeext
22629if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22630 (eval $ac_link) 2>conftest.er1
22631 ac_status=$?
22632 grep -v '^ *+' conftest.er1 >conftest.err
22633 rm -f conftest.er1
22634 cat conftest.err >&5
22635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22636 (exit $ac_status); } &&
6a5c9b3f
RR
22637 { ac_try='test -z "$ac_cxx_werror_flag"
22638 || test ! -s conftest.err'
5294a27e
VZ
22639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22640 (eval $ac_try) 2>&5
22641 ac_status=$?
22642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22643 (exit $ac_status); }; } &&
22644 { ac_try='test -s conftest$ac_exeext'
22645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22646 (eval $ac_try) 2>&5
22647 ac_status=$?
22648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22649 (exit $ac_status); }; }; then
22650 ac_cv_func_fseeko=yes
22651else
22652 echo "$as_me: failed program was:" >&5
22653sed 's/^/| /' conftest.$ac_ext >&5
22654
22655ac_cv_func_fseeko=no
22656fi
22657rm -f conftest.err conftest.$ac_objext \
22658 conftest$ac_exeext conftest.$ac_ext
22659fi
22660echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
22661echo "${ECHO_T}$ac_cv_func_fseeko" >&6
22662if test $ac_cv_func_fseeko = yes; then
22663
22664cat >>confdefs.h <<\_ACEOF
22665#define HAVE_FSEEKO 1
22666_ACEOF
22667
22668fi
22669
5b674b9d 22670 if test "$ac_cv_sys_largefile_source" != no; then
5ff751d6 22671 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
a848cd7e 22672 fi
a848cd7e
SC
22673fi
22674
22675echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
22676echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
22677if test "${ac_cv_c_bigendian+set}" = set; then
22678 echo $ECHO_N "(cached) $ECHO_C" >&6
22679else
22680 ac_cv_c_bigendian=unknown
22681# See if sys/param.h defines the BYTE_ORDER macro.
22682cat >conftest.$ac_ext <<_ACEOF
22683/* confdefs.h. */
22684_ACEOF
22685cat confdefs.h >>conftest.$ac_ext
22686cat >>conftest.$ac_ext <<_ACEOF
22687/* end confdefs.h. */
22688#include <sys/types.h>
22689#include <sys/param.h>
22690int
22691main ()
22692{
22693
22694#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
22695 bogus endian macros
22696#endif
22697 ;
22698 return 0;
22699}
22700_ACEOF
22701rm -f conftest.$ac_objext
22702if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22703 (eval $ac_compile) 2>conftest.er1
a848cd7e 22704 ac_status=$?
ac1cb8d3
VS
22705 grep -v '^ *+' conftest.er1 >conftest.err
22706 rm -f conftest.er1
22707 cat conftest.err >&5
a848cd7e
SC
22708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22709 (exit $ac_status); } &&
6a5c9b3f
RR
22710 { ac_try='test -z "$ac_cxx_werror_flag"
22711 || test ! -s conftest.err'
ac1cb8d3
VS
22712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22713 (eval $ac_try) 2>&5
22714 ac_status=$?
22715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22716 (exit $ac_status); }; } &&
22717 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
22718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22719 (eval $ac_try) 2>&5
22720 ac_status=$?
22721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22722 (exit $ac_status); }; }; then
22723 # It does; now see whether it defined to BIG_ENDIAN or not.
22724cat >conftest.$ac_ext <<_ACEOF
22725/* confdefs.h. */
22726_ACEOF
22727cat confdefs.h >>conftest.$ac_ext
22728cat >>conftest.$ac_ext <<_ACEOF
22729/* end confdefs.h. */
22730#include <sys/types.h>
22731#include <sys/param.h>
22732int
22733main ()
22734{
22735
22736#if BYTE_ORDER != BIG_ENDIAN
22737 not big endian
22738#endif
22739 ;
22740 return 0;
22741}
22742_ACEOF
22743rm -f conftest.$ac_objext
22744if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22745 (eval $ac_compile) 2>conftest.er1
a848cd7e 22746 ac_status=$?
ac1cb8d3
VS
22747 grep -v '^ *+' conftest.er1 >conftest.err
22748 rm -f conftest.er1
22749 cat conftest.err >&5
a848cd7e
SC
22750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22751 (exit $ac_status); } &&
6a5c9b3f
RR
22752 { ac_try='test -z "$ac_cxx_werror_flag"
22753 || test ! -s conftest.err'
ac1cb8d3
VS
22754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22755 (eval $ac_try) 2>&5
22756 ac_status=$?
22757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22758 (exit $ac_status); }; } &&
22759 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
22760 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22761 (eval $ac_try) 2>&5
22762 ac_status=$?
22763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22764 (exit $ac_status); }; }; then
22765 ac_cv_c_bigendian=yes
22766else
22767 echo "$as_me: failed program was:" >&5
22768sed 's/^/| /' conftest.$ac_ext >&5
22769
22770ac_cv_c_bigendian=no
22771fi
ac1cb8d3 22772rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
22773else
22774 echo "$as_me: failed program was:" >&5
22775sed 's/^/| /' conftest.$ac_ext >&5
22776
22777fi
ac1cb8d3 22778rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
22779if test $ac_cv_c_bigendian = unknown; then
22780if test "$cross_compiling" = yes; then
22781 ac_cv_c_bigendian=unknown
22782else
22783 cat >conftest.$ac_ext <<_ACEOF
22784/* confdefs.h. */
22785_ACEOF
22786cat confdefs.h >>conftest.$ac_ext
22787cat >>conftest.$ac_ext <<_ACEOF
22788/* end confdefs.h. */
22789main () {
22790 /* Are we little or big endian? From Harbison&Steele. */
22791 union
22792 {
22793 long l;
22794 char c[sizeof (long)];
22795 } u;
22796 u.l = 1;
22797 exit (u.c[sizeof (long) - 1] == 1);
22798}
22799_ACEOF
22800rm -f conftest$ac_exeext
22801if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22802 (eval $ac_link) 2>&5
22803 ac_status=$?
22804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22805 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22807 (eval $ac_try) 2>&5
22808 ac_status=$?
22809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22810 (exit $ac_status); }; }; then
22811 ac_cv_c_bigendian=no
22812else
22813 echo "$as_me: program exited with status $ac_status" >&5
22814echo "$as_me: failed program was:" >&5
22815sed 's/^/| /' conftest.$ac_ext >&5
22816
22817( exit $ac_status )
22818ac_cv_c_bigendian=yes
22819fi
ac1cb8d3 22820rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
22821fi
22822fi
22823fi
22824echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
22825echo "${ECHO_T}$ac_cv_c_bigendian" >&6
22826if test $ac_cv_c_bigendian = unknown; then
22827 { 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
22828echo "$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;}
22829fi
22830if test $ac_cv_c_bigendian = yes; then
22831 cat >>confdefs.h <<\_ACEOF
22832#define WORDS_BIGENDIAN 1
22833_ACEOF
22834
22835fi
22836
22837
a848cd7e
SC
22838
22839
22840
22841 ac_ext=cc
22842ac_cpp='$CXXCPP $CPPFLAGS'
22843ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22844ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22845ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22846
22847
22848
22849for ac_header in iostream
22850do
22851as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
22852if eval "test \"\${$as_ac_Header+set}\" = set"; then
22853 echo "$as_me:$LINENO: checking for $ac_header" >&5
22854echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
22855if eval "test \"\${$as_ac_Header+set}\" = set"; then
22856 echo $ECHO_N "(cached) $ECHO_C" >&6
22857fi
22858echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
22859echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
22860else
22861 # Is the header compilable?
22862echo "$as_me:$LINENO: checking $ac_header usability" >&5
22863echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
22864cat >conftest.$ac_ext <<_ACEOF
22865/* confdefs.h. */
22866_ACEOF
22867cat confdefs.h >>conftest.$ac_ext
22868cat >>conftest.$ac_ext <<_ACEOF
22869/* end confdefs.h. */
22870$ac_includes_default
22871#include <$ac_header>
22872_ACEOF
22873rm -f conftest.$ac_objext
22874if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22875 (eval $ac_compile) 2>conftest.er1
a848cd7e 22876 ac_status=$?
ac1cb8d3
VS
22877 grep -v '^ *+' conftest.er1 >conftest.err
22878 rm -f conftest.er1
22879 cat conftest.err >&5
a848cd7e
SC
22880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22881 (exit $ac_status); } &&
6a5c9b3f
RR
22882 { ac_try='test -z "$ac_cxx_werror_flag"
22883 || test ! -s conftest.err'
ac1cb8d3
VS
22884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22885 (eval $ac_try) 2>&5
22886 ac_status=$?
22887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22888 (exit $ac_status); }; } &&
22889 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
22890 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22891 (eval $ac_try) 2>&5
22892 ac_status=$?
22893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22894 (exit $ac_status); }; }; then
22895 ac_header_compiler=yes
22896else
22897 echo "$as_me: failed program was:" >&5
22898sed 's/^/| /' conftest.$ac_ext >&5
22899
22900ac_header_compiler=no
22901fi
ac1cb8d3 22902rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
22903echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22904echo "${ECHO_T}$ac_header_compiler" >&6
22905
22906# Is the header present?
22907echo "$as_me:$LINENO: checking $ac_header presence" >&5
22908echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
22909cat >conftest.$ac_ext <<_ACEOF
22910/* confdefs.h. */
22911_ACEOF
22912cat confdefs.h >>conftest.$ac_ext
22913cat >>conftest.$ac_ext <<_ACEOF
22914/* end confdefs.h. */
22915#include <$ac_header>
22916_ACEOF
22917if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22918 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22919 ac_status=$?
22920 grep -v '^ *+' conftest.er1 >conftest.err
22921 rm -f conftest.er1
22922 cat conftest.err >&5
22923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22924 (exit $ac_status); } >/dev/null; then
22925 if test -s conftest.err; then
22926 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 22927 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
22928 else
22929 ac_cpp_err=
22930 fi
22931else
22932 ac_cpp_err=yes
22933fi
22934if test -z "$ac_cpp_err"; then
22935 ac_header_preproc=yes
22936else
22937 echo "$as_me: failed program was:" >&5
22938sed 's/^/| /' conftest.$ac_ext >&5
22939
22940 ac_header_preproc=no
22941fi
22942rm -f conftest.err conftest.$ac_ext
22943echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22944echo "${ECHO_T}$ac_header_preproc" >&6
22945
22946# So? What about this header?
ac1cb8d3
VS
22947case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
22948 yes:no: )
a848cd7e
SC
22949 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
22950echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
22951 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
22952echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
22953 ac_header_preproc=yes
a848cd7e 22954 ;;
ac1cb8d3 22955 no:yes:* )
a848cd7e
SC
22956 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
22957echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
22958 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
22959echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
22960 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
22961echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
22962 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
22963echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
22964 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
22965echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
22966 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
22967echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
22968 (
22969 cat <<\_ASBOX
ac1cb8d3
VS
22970## ----------------------------------------- ##
22971## Report this to wx-dev@lists.wxwidgets.org ##
22972## ----------------------------------------- ##
a848cd7e
SC
22973_ASBOX
22974 ) |
22975 sed "s/^/$as_me: WARNING: /" >&2
22976 ;;
22977esac
22978echo "$as_me:$LINENO: checking for $ac_header" >&5
22979echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
22980if eval "test \"\${$as_ac_Header+set}\" = set"; then
22981 echo $ECHO_N "(cached) $ECHO_C" >&6
22982else
ac1cb8d3 22983 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
22984fi
22985echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
22986echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
22987
22988fi
22989if test `eval echo '${'$as_ac_Header'}'` = yes; then
22990 cat >>confdefs.h <<_ACEOF
22991#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
22992_ACEOF
22993
22994fi
22995
22996done
22997
22998
22999 if test "$ac_cv_header_iostream" = "yes" ; then
23000 :
23001 else
23002 cat >>confdefs.h <<\_ACEOF
23003#define wxUSE_IOSTREAMH 1
23004_ACEOF
23005
23006 fi
23007
5d7b7554
VZ
23008 ac_ext=cc
23009ac_cpp='$CXXCPP $CPPFLAGS'
23010ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23011ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23012ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
a848cd7e
SC
23013
23014
23015
23016
23017 echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
23018echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
23019if test "${wx_cv_cpp_bool+set}" = set; then
23020 echo $ECHO_N "(cached) $ECHO_C" >&6
23021else
23022
23023
23024
23025 ac_ext=cc
23026ac_cpp='$CXXCPP $CPPFLAGS'
23027ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23028ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23029ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23030
23031
23032 cat >conftest.$ac_ext <<_ACEOF
23033/* confdefs.h. */
23034_ACEOF
23035cat confdefs.h >>conftest.$ac_ext
23036cat >>conftest.$ac_ext <<_ACEOF
23037/* end confdefs.h. */
23038
23039
23040int
23041main ()
23042{
23043
23044 bool b = true;
23045
23046 return 0;
23047
23048 ;
23049 return 0;
23050}
23051_ACEOF
23052rm -f conftest.$ac_objext
23053if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23054 (eval $ac_compile) 2>conftest.er1
a848cd7e 23055 ac_status=$?
ac1cb8d3
VS
23056 grep -v '^ *+' conftest.er1 >conftest.err
23057 rm -f conftest.er1
23058 cat conftest.err >&5
a848cd7e
SC
23059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23060 (exit $ac_status); } &&
6a5c9b3f
RR
23061 { ac_try='test -z "$ac_cxx_werror_flag"
23062 || test ! -s conftest.err'
ac1cb8d3
VS
23063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23064 (eval $ac_try) 2>&5
23065 ac_status=$?
23066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23067 (exit $ac_status); }; } &&
23068 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
23069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23070 (eval $ac_try) 2>&5
23071 ac_status=$?
23072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23073 (exit $ac_status); }; }; then
23074
23075 wx_cv_cpp_bool=yes
23076
23077else
23078 echo "$as_me: failed program was:" >&5
23079sed 's/^/| /' conftest.$ac_ext >&5
23080
23081
23082 wx_cv_cpp_bool=no
23083
23084
23085fi
ac1cb8d3 23086rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 23087
5d7b7554
VZ
23088 ac_ext=cc
23089ac_cpp='$CXXCPP $CPPFLAGS'
23090ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23091ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23092ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
a848cd7e
SC
23093
23094
23095fi
23096echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
23097echo "${ECHO_T}$wx_cv_cpp_bool" >&6
23098
23099 if test "$wx_cv_cpp_bool" = "yes"; then
23100 cat >>confdefs.h <<\_ACEOF
23101#define HAVE_BOOL 1
23102_ACEOF
23103
23104 fi
23105
23106
23107
23108 echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
23109echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
23110if test "${wx_cv_explicit+set}" = set; then
23111 echo $ECHO_N "(cached) $ECHO_C" >&6
23112else
23113
23114
23115
23116 ac_ext=cc
23117ac_cpp='$CXXCPP $CPPFLAGS'
23118ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23119ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23120ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23121
23122
23123 cat >conftest.$ac_ext <<_ACEOF
23124/* confdefs.h. */
23125_ACEOF
23126cat confdefs.h >>conftest.$ac_ext
23127cat >>conftest.$ac_ext <<_ACEOF
23128/* end confdefs.h. */
23129
23130 class Foo { public: explicit Foo(int) {} };
23131
23132int
23133main ()
23134{
23135
23136 return 0;
23137
23138 ;
23139 return 0;
23140}
23141_ACEOF
23142rm -f conftest.$ac_objext
23143if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23144 (eval $ac_compile) 2>conftest.er1
a848cd7e 23145 ac_status=$?
ac1cb8d3
VS
23146 grep -v '^ *+' conftest.er1 >conftest.err
23147 rm -f conftest.er1
23148 cat conftest.err >&5
a848cd7e
SC
23149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23150 (exit $ac_status); } &&
6a5c9b3f
RR
23151 { ac_try='test -z "$ac_cxx_werror_flag"
23152 || test ! -s conftest.err'
ac1cb8d3
VS
23153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23154 (eval $ac_try) 2>&5
23155 ac_status=$?
23156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23157 (exit $ac_status); }; } &&
23158 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
23159 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23160 (eval $ac_try) 2>&5
23161 ac_status=$?
23162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23163 (exit $ac_status); }; }; then
23164
23165 cat >conftest.$ac_ext <<_ACEOF
23166/* confdefs.h. */
23167_ACEOF
23168cat confdefs.h >>conftest.$ac_ext
23169cat >>conftest.$ac_ext <<_ACEOF
23170/* end confdefs.h. */
23171
23172 class Foo { public: explicit Foo(int) {} };
23173 static void TakeFoo(const Foo& foo) { }
23174
23175int
23176main ()
23177{
23178
23179 TakeFoo(17);
23180 return 0;
23181
23182 ;
23183 return 0;
23184}
23185_ACEOF
23186rm -f conftest.$ac_objext
23187if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23188 (eval $ac_compile) 2>conftest.er1
a848cd7e 23189 ac_status=$?
ac1cb8d3
VS
23190 grep -v '^ *+' conftest.er1 >conftest.err
23191 rm -f conftest.er1
23192 cat conftest.err >&5
a848cd7e
SC
23193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23194 (exit $ac_status); } &&
6a5c9b3f
RR
23195 { ac_try='test -z "$ac_cxx_werror_flag"
23196 || test ! -s conftest.err'
ac1cb8d3
VS
23197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23198 (eval $ac_try) 2>&5
23199 ac_status=$?
23200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23201 (exit $ac_status); }; } &&
23202 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
23203 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23204 (eval $ac_try) 2>&5
23205 ac_status=$?
23206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23207 (exit $ac_status); }; }; then
23208 wx_cv_explicit=no
23209else
23210 echo "$as_me: failed program was:" >&5
23211sed 's/^/| /' conftest.$ac_ext >&5
23212
23213wx_cv_explicit=yes
23214
23215fi
ac1cb8d3 23216rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
23217
23218else
23219 echo "$as_me: failed program was:" >&5
23220sed 's/^/| /' conftest.$ac_ext >&5
23221
23222wx_cv_explicit=no
23223
23224fi
ac1cb8d3 23225rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 23226
5d7b7554
VZ
23227 ac_ext=cc
23228ac_cpp='$CXXCPP $CPPFLAGS'
23229ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23230ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23231ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
a848cd7e
SC
23232
23233
23234fi
23235echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
23236echo "${ECHO_T}$wx_cv_explicit" >&6
23237
23238 if test "$wx_cv_explicit" = "yes"; then
23239 cat >>confdefs.h <<\_ACEOF
23240#define HAVE_EXPLICIT 1
23241_ACEOF
23242
23243 fi
23244
23245
23246echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
23247echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
23248if test "${ac_cv_cxx_const_cast+set}" = set; then
23249 echo $ECHO_N "(cached) $ECHO_C" >&6
23250else
23251
23252
23253 ac_ext=cc
23254ac_cpp='$CXXCPP $CPPFLAGS'
23255ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23256ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23257ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23258
23259 cat >conftest.$ac_ext <<_ACEOF
23260/* confdefs.h. */
23261_ACEOF
23262cat confdefs.h >>conftest.$ac_ext
23263cat >>conftest.$ac_ext <<_ACEOF
23264/* end confdefs.h. */
23265
23266int
23267main ()
23268{
23269int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
23270 ;
23271 return 0;
23272}
23273_ACEOF
23274rm -f conftest.$ac_objext
23275if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23276 (eval $ac_compile) 2>conftest.er1
a848cd7e 23277 ac_status=$?
ac1cb8d3
VS
23278 grep -v '^ *+' conftest.er1 >conftest.err
23279 rm -f conftest.er1
23280 cat conftest.err >&5
a848cd7e
SC
23281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23282 (exit $ac_status); } &&
6a5c9b3f
RR
23283 { ac_try='test -z "$ac_cxx_werror_flag"
23284 || test ! -s conftest.err'
ac1cb8d3
VS
23285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23286 (eval $ac_try) 2>&5
23287 ac_status=$?
23288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23289 (exit $ac_status); }; } &&
23290 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
23291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23292 (eval $ac_try) 2>&5
23293 ac_status=$?
23294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23295 (exit $ac_status); }; }; then
23296 ac_cv_cxx_const_cast=yes
23297else
23298 echo "$as_me: failed program was:" >&5
23299sed 's/^/| /' conftest.$ac_ext >&5
23300
23301ac_cv_cxx_const_cast=no
23302fi
ac1cb8d3 23303rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5d7b7554
VZ
23304 ac_ext=cc
23305ac_cpp='$CXXCPP $CPPFLAGS'
23306ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23307ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23308ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
a848cd7e
SC
23309
23310
23311fi
23312echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
23313echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
23314if test "$ac_cv_cxx_const_cast" = yes; then
23315
23316cat >>confdefs.h <<\_ACEOF
23317#define HAVE_CONST_CAST
23318_ACEOF
23319
23320fi
23321
7714864e
RL
23322echo "$as_me:$LINENO: checking whether the compiler supports reinterpret_cast<>" >&5
23323echo $ECHO_N "checking whether the compiler supports reinterpret_cast<>... $ECHO_C" >&6
23324if test "${ac_cv_cxx_reinterpret_cast+set}" = set; then
23325 echo $ECHO_N "(cached) $ECHO_C" >&6
23326else
23327
23328
23329 ac_ext=cc
23330ac_cpp='$CXXCPP $CPPFLAGS'
23331ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23332ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23333ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23334
23335 cat >conftest.$ac_ext <<_ACEOF
23336/* confdefs.h. */
23337_ACEOF
23338cat confdefs.h >>conftest.$ac_ext
23339cat >>conftest.$ac_ext <<_ACEOF
23340/* end confdefs.h. */
23341#include <typeinfo>
23342class Base { public : Base () {} virtual void f () = 0;};
23343class Derived : public Base { public : Derived () {} virtual void f () {} };
23344class Unrelated { public : Unrelated () {} };
23345int g (Unrelated&) { return 0; }
23346int
23347main ()
23348{
23349
23350Derived d;Base& b=d;Unrelated& e=reinterpret_cast<Unrelated&>(b);return g(e);
23351 ;
23352 return 0;
23353}
23354_ACEOF
23355rm -f conftest.$ac_objext
23356if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23357 (eval $ac_compile) 2>conftest.er1
23358 ac_status=$?
23359 grep -v '^ *+' conftest.er1 >conftest.err
23360 rm -f conftest.er1
23361 cat conftest.err >&5
23362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23363 (exit $ac_status); } &&
6a5c9b3f
RR
23364 { ac_try='test -z "$ac_cxx_werror_flag"
23365 || test ! -s conftest.err'
7714864e
RL
23366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23367 (eval $ac_try) 2>&5
23368 ac_status=$?
23369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23370 (exit $ac_status); }; } &&
23371 { ac_try='test -s conftest.$ac_objext'
23372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23373 (eval $ac_try) 2>&5
23374 ac_status=$?
23375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23376 (exit $ac_status); }; }; then
23377 ac_cv_cxx_reinterpret_cast=yes
23378else
23379 echo "$as_me: failed program was:" >&5
23380sed 's/^/| /' conftest.$ac_ext >&5
23381
23382ac_cv_cxx_reinterpret_cast=no
23383fi
23384rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5d7b7554
VZ
23385 ac_ext=cc
23386ac_cpp='$CXXCPP $CPPFLAGS'
23387ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23388ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23389ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
7714864e
RL
23390
23391
23392fi
23393echo "$as_me:$LINENO: result: $ac_cv_cxx_reinterpret_cast" >&5
23394echo "${ECHO_T}$ac_cv_cxx_reinterpret_cast" >&6
23395if test "$ac_cv_cxx_reinterpret_cast" = yes; then
23396
23397cat >>confdefs.h <<\_ACEOF
23398#define HAVE_REINTERPRET_CAST
23399_ACEOF
23400
23401fi
23402
a848cd7e
SC
23403echo "$as_me:$LINENO: checking whether the compiler supports static_cast<>" >&5
23404echo $ECHO_N "checking whether the compiler supports static_cast<>... $ECHO_C" >&6
23405if test "${ac_cv_cxx_static_cast+set}" = set; then
23406 echo $ECHO_N "(cached) $ECHO_C" >&6
23407else
23408
23409
23410 ac_ext=cc
23411ac_cpp='$CXXCPP $CPPFLAGS'
23412ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23413ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23414ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23415
23416 cat >conftest.$ac_ext <<_ACEOF
23417/* confdefs.h. */
23418_ACEOF
23419cat confdefs.h >>conftest.$ac_ext
23420cat >>conftest.$ac_ext <<_ACEOF
23421/* end confdefs.h. */
23422#include <typeinfo>
23423class Base { public : Base () {} virtual void f () = 0; };
23424class Derived : public Base { public : Derived () {} virtual void f () {} };
23425int g (Derived&) { return 0; }
23426int
23427main ()
23428{
23429
23430Derived d; Base& b = d; Derived& s = static_cast<Derived&> (b); return g (s);
23431 ;
23432 return 0;
23433}
23434_ACEOF
23435rm -f conftest.$ac_objext
23436if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23437 (eval $ac_compile) 2>conftest.er1
a848cd7e 23438 ac_status=$?
ac1cb8d3
VS
23439 grep -v '^ *+' conftest.er1 >conftest.err
23440 rm -f conftest.er1
23441 cat conftest.err >&5
a848cd7e
SC
23442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23443 (exit $ac_status); } &&
6a5c9b3f
RR
23444 { ac_try='test -z "$ac_cxx_werror_flag"
23445 || test ! -s conftest.err'
ac1cb8d3
VS
23446 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23447 (eval $ac_try) 2>&5
23448 ac_status=$?
23449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23450 (exit $ac_status); }; } &&
23451 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
23452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23453 (eval $ac_try) 2>&5
23454 ac_status=$?
23455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23456 (exit $ac_status); }; }; then
23457 ac_cv_cxx_static_cast=yes
23458else
23459 echo "$as_me: failed program was:" >&5
23460sed 's/^/| /' conftest.$ac_ext >&5
23461
23462ac_cv_cxx_static_cast=no
23463fi
ac1cb8d3 23464rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5d7b7554
VZ
23465 ac_ext=cc
23466ac_cpp='$CXXCPP $CPPFLAGS'
23467ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23468ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23469ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
a848cd7e
SC
23470
23471
23472fi
23473echo "$as_me:$LINENO: result: $ac_cv_cxx_static_cast" >&5
23474echo "${ECHO_T}$ac_cv_cxx_static_cast" >&6
23475if test "$ac_cv_cxx_static_cast" = yes; then
23476
23477cat >>confdefs.h <<\_ACEOF
23478#define HAVE_STATIC_CAST
23479_ACEOF
23480
23481fi
23482
23483
3c28b7cb 23484if test "x$SUNCXX" = xyes; then
c92ad099 23485 CXXFLAGS="-features=tmplife $CXXFLAGS"
3c28b7cb
MW
23486fi
23487
9122d155 23488if test "x$SUNCC" = xyes; then
c92ad099 23489 CFLAGS="-erroff=E_NO_EXPLICIT_TYPE_GIVEN $CFLAGS"
9122d155
VZ
23490fi
23491
0ad5d837 23492if test "x$SGICC" = "xyes"; then
c92ad099 23493 CFLAGS="-woff 3970 $CFLAGS"
0ad5d837
VZ
23494fi
23495if test "x$SGICXX" = "xyes"; then
c92ad099 23496 CXXFLAGS="-woff 3970 $CXXFLAGS"
0ad5d837
VZ
23497fi
23498
2eef8513 23499if test "x$HPCC" = "xyes"; then
c92ad099 23500 CFLAGS="+W 2011,2450 $CFLAGS"
2eef8513
VZ
23501fi
23502if test "x$HPCXX" = "xyes"; then
c92ad099 23503 CXXFLAGS="+W 2340 $CXXFLAGS"
2eef8513
VZ
23504fi
23505
23506if test "x$COMPAQCXX" = "xyes"; then
23507 CXXFLAGS="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit"
23508fi
23509
f56c22b4 23510if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
f56c22b4
MW
23511 if test "$wxUSE_UNICODE" = "yes"; then
23512 std_string="std::wstring"
23513 char_type="wchar_t"
23514 else
23515 std_string="std::string"
23516 char_type="char"
23517 fi
23518
23519 echo "$as_me:$LINENO: checking for $std_string in <string>" >&5
23520echo $ECHO_N "checking for $std_string in <string>... $ECHO_C" >&6
a848cd7e
SC
23521 cat >conftest.$ac_ext <<_ACEOF
23522/* confdefs.h. */
23523_ACEOF
23524cat confdefs.h >>conftest.$ac_ext
23525cat >>conftest.$ac_ext <<_ACEOF
23526/* end confdefs.h. */
23527#include <string>
a848cd7e
SC
23528int
23529main ()
23530{
f56c22b4 23531$std_string foo;
a848cd7e
SC
23532 ;
23533 return 0;
23534}
23535_ACEOF
23536rm -f conftest.$ac_objext
23537if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23538 (eval $ac_compile) 2>conftest.er1
a848cd7e 23539 ac_status=$?
ac1cb8d3
VS
23540 grep -v '^ *+' conftest.er1 >conftest.err
23541 rm -f conftest.er1
23542 cat conftest.err >&5
a848cd7e
SC
23543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23544 (exit $ac_status); } &&
6a5c9b3f
RR
23545 { ac_try='test -z "$ac_cxx_werror_flag"
23546 || test ! -s conftest.err'
ac1cb8d3
VS
23547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23548 (eval $ac_try) 2>&5
23549 ac_status=$?
23550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23551 (exit $ac_status); }; } &&
23552 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
23553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23554 (eval $ac_try) 2>&5
23555 ac_status=$?
23556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23557 (exit $ac_status); }; }; then
23558 echo "$as_me:$LINENO: result: yes" >&5
23559echo "${ECHO_T}yes" >&6
0a08f02a
MB
23560 cat >>confdefs.h <<\_ACEOF
23561#define HAVE_STD_WSTRING 1
23562_ACEOF
23563
a848cd7e
SC
23564else
23565 echo "$as_me: failed program was:" >&5
23566sed 's/^/| /' conftest.$ac_ext >&5
23567
23568echo "$as_me:$LINENO: result: no" >&5
23569echo "${ECHO_T}no" >&6
f56c22b4
MW
23570 echo "$as_me:$LINENO: checking if std::basic_string<$char_type> works" >&5
23571echo $ECHO_N "checking if std::basic_string<$char_type> works... $ECHO_C" >&6
0a08f02a
MB
23572 cat >conftest.$ac_ext <<_ACEOF
23573/* confdefs.h. */
23574_ACEOF
23575cat confdefs.h >>conftest.$ac_ext
23576cat >>conftest.$ac_ext <<_ACEOF
23577/* end confdefs.h. */
23578
23579 #ifdef HAVE_WCHAR_H
23580 # ifdef __CYGWIN__
23581 # include <stddef.h>
23582 # endif
23583 # include <wchar.h>
23584 #endif
23585 #ifdef HAVE_STDLIB_H
23586 # include <stdlib.h>
23587 #endif
23588 #include <stdio.h>
23589 #include <string>
23590
23591int
23592main ()
23593{
f56c22b4
MW
23594std::basic_string<$char_type> foo;
23595 const $char_type* dummy = foo.c_str();
0a08f02a
MB
23596 ;
23597 return 0;
23598}
23599_ACEOF
23600rm -f conftest.$ac_objext
23601if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23602 (eval $ac_compile) 2>conftest.er1
23603 ac_status=$?
23604 grep -v '^ *+' conftest.er1 >conftest.err
23605 rm -f conftest.er1
23606 cat conftest.err >&5
23607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23608 (exit $ac_status); } &&
6a5c9b3f
RR
23609 { ac_try='test -z "$ac_cxx_werror_flag"
23610 || test ! -s conftest.err'
0a08f02a
MB
23611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23612 (eval $ac_try) 2>&5
23613 ac_status=$?
23614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23615 (exit $ac_status); }; } &&
23616 { ac_try='test -s conftest.$ac_objext'
23617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23618 (eval $ac_try) 2>&5
23619 ac_status=$?
23620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23621 (exit $ac_status); }; }; then
23622 echo "$as_me:$LINENO: result: yes" >&5
23623echo "${ECHO_T}yes" >&6
23624else
23625 echo "$as_me: failed program was:" >&5
23626sed 's/^/| /' conftest.$ac_ext >&5
23627
23628echo "$as_me:$LINENO: result: no" >&5
23629echo "${ECHO_T}no" >&6
f56c22b4 23630 if test "$wxUSE_STL" = "yes"; then
4b9918c5
MW
23631 { { echo "$as_me:$LINENO: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&5
23632echo "$as_me: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&2;}
23633 { (exit 1); exit 1; }; }
23634 elif grep wxUSE_STD_STRING $wx_arg_cache_file >/dev/null; then
23635 { { echo "$as_me:$LINENO: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&5
23636echo "$as_me: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&2;}
a848cd7e 23637 { (exit 1); exit 1; }; }
f56c22b4
MW
23638 else
23639 { echo "$as_me:$LINENO: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&5
23640echo "$as_me: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&2;}
23641 wxUSE_STD_STRING=no
23642 fi
23643
0a08f02a 23644
a848cd7e 23645fi
ac1cb8d3 23646rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 23647
0a08f02a
MB
23648fi
23649rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
f56c22b4
MW
23650fi
23651
23652if test "$wxUSE_STD_IOSTREAM" = "yes"; then
f56c22b4
MW
23653 echo "$as_me:$LINENO: checking for std::istream" >&5
23654echo $ECHO_N "checking for std::istream... $ECHO_C" >&6
23655if test "${ac_cv_type_std__istream+set}" = set; then
23656 echo $ECHO_N "(cached) $ECHO_C" >&6
23657else
23658 cat >conftest.$ac_ext <<_ACEOF
23659/* confdefs.h. */
23660_ACEOF
23661cat confdefs.h >>conftest.$ac_ext
23662cat >>conftest.$ac_ext <<_ACEOF
23663/* end confdefs.h. */
23664#include <iostream>
23665
23666int
23667main ()
23668{
23669if ((std::istream *) 0)
23670 return 0;
23671if (sizeof (std::istream))
23672 return 0;
23673 ;
23674 return 0;
23675}
23676_ACEOF
23677rm -f conftest.$ac_objext
23678if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23679 (eval $ac_compile) 2>conftest.er1
23680 ac_status=$?
23681 grep -v '^ *+' conftest.er1 >conftest.err
23682 rm -f conftest.er1
23683 cat conftest.err >&5
23684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23685 (exit $ac_status); } &&
6a5c9b3f
RR
23686 { ac_try='test -z "$ac_cxx_werror_flag"
23687 || test ! -s conftest.err'
f56c22b4
MW
23688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23689 (eval $ac_try) 2>&5
23690 ac_status=$?
23691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23692 (exit $ac_status); }; } &&
23693 { ac_try='test -s conftest.$ac_objext'
23694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23695 (eval $ac_try) 2>&5
23696 ac_status=$?
23697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23698 (exit $ac_status); }; }; then
23699 ac_cv_type_std__istream=yes
23700else
23701 echo "$as_me: failed program was:" >&5
23702sed 's/^/| /' conftest.$ac_ext >&5
23703
23704ac_cv_type_std__istream=no
23705fi
23706rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23707fi
23708echo "$as_me:$LINENO: result: $ac_cv_type_std__istream" >&5
23709echo "${ECHO_T}$ac_cv_type_std__istream" >&6
23710if test $ac_cv_type_std__istream = yes; then
23711
23712cat >>confdefs.h <<_ACEOF
23713#define HAVE_STD__ISTREAM 1
23714_ACEOF
23715
23716
23717else
23718 wxUSE_STD_IOSTREAM=no
23719fi
23720echo "$as_me:$LINENO: checking for std::ostream" >&5
23721echo $ECHO_N "checking for std::ostream... $ECHO_C" >&6
23722if test "${ac_cv_type_std__ostream+set}" = set; then
23723 echo $ECHO_N "(cached) $ECHO_C" >&6
23724else
23725 cat >conftest.$ac_ext <<_ACEOF
23726/* confdefs.h. */
23727_ACEOF
23728cat confdefs.h >>conftest.$ac_ext
23729cat >>conftest.$ac_ext <<_ACEOF
23730/* end confdefs.h. */
23731#include <iostream>
23732
23733int
23734main ()
23735{
23736if ((std::ostream *) 0)
23737 return 0;
23738if (sizeof (std::ostream))
23739 return 0;
23740 ;
23741 return 0;
23742}
23743_ACEOF
23744rm -f conftest.$ac_objext
23745if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23746 (eval $ac_compile) 2>conftest.er1
23747 ac_status=$?
23748 grep -v '^ *+' conftest.er1 >conftest.err
23749 rm -f conftest.er1
23750 cat conftest.err >&5
23751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23752 (exit $ac_status); } &&
6a5c9b3f
RR
23753 { ac_try='test -z "$ac_cxx_werror_flag"
23754 || test ! -s conftest.err'
f56c22b4
MW
23755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23756 (eval $ac_try) 2>&5
23757 ac_status=$?
23758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23759 (exit $ac_status); }; } &&
23760 { ac_try='test -s conftest.$ac_objext'
23761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23762 (eval $ac_try) 2>&5
23763 ac_status=$?
23764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23765 (exit $ac_status); }; }; then
23766 ac_cv_type_std__ostream=yes
23767else
23768 echo "$as_me: failed program was:" >&5
23769sed 's/^/| /' conftest.$ac_ext >&5
23770
23771ac_cv_type_std__ostream=no
23772fi
23773rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23774fi
23775echo "$as_me:$LINENO: result: $ac_cv_type_std__ostream" >&5
23776echo "${ECHO_T}$ac_cv_type_std__ostream" >&6
23777if test $ac_cv_type_std__ostream = yes; then
23778
23779cat >>confdefs.h <<_ACEOF
23780#define HAVE_STD__OSTREAM 1
23781_ACEOF
23782
23783
23784else
23785 wxUSE_STD_IOSTREAM=no
23786fi
23787
23788
23789 if test "$wxUSE_STD_IOSTREAM" != "yes"; then
4b9918c5
MW
23790 if grep wxUSE_STD_IOSTREAM $wx_arg_cache_file >/dev/null; then
23791 { { echo "$as_me:$LINENO: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&5
23792echo "$as_me: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&2;}
23793 { (exit 1); exit 1; }; }
23794 else
23795 { echo "$as_me:$LINENO: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&5
f56c22b4 23796echo "$as_me: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&2;}
4b9918c5 23797 fi
f56c22b4 23798 fi
0a08f02a
MB
23799fi
23800
23801if test "$wxUSE_STL" = "yes"; then
0a08f02a
MB
23802 echo "$as_me:$LINENO: checking for basic STL functionality" >&5
23803echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6
a848cd7e
SC
23804 cat >conftest.$ac_ext <<_ACEOF
23805/* confdefs.h. */
23806_ACEOF
23807cat confdefs.h >>conftest.$ac_ext
23808cat >>conftest.$ac_ext <<_ACEOF
23809/* end confdefs.h. */
23810#include <string>
0a08f02a
MB
23811 #include <functional>
23812 #include <algorithm>
23813 #include <vector>
23814 #include <list>
a848cd7e
SC
23815int
23816main ()
23817{
0a08f02a
MB
23818std::vector<int> moo;
23819 std::list<int> foo;
23820 std::vector<int>::iterator it =
23821 std::find_if(moo.begin(), moo.end(),
23822 std::bind2nd(std::less<int>(), 3));
a848cd7e
SC
23823 ;
23824 return 0;
23825}
23826_ACEOF
23827rm -f conftest.$ac_objext
23828if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23829 (eval $ac_compile) 2>conftest.er1
a848cd7e 23830 ac_status=$?
ac1cb8d3
VS
23831 grep -v '^ *+' conftest.er1 >conftest.err
23832 rm -f conftest.er1
23833 cat conftest.err >&5
a848cd7e
SC
23834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23835 (exit $ac_status); } &&
6a5c9b3f
RR
23836 { ac_try='test -z "$ac_cxx_werror_flag"
23837 || test ! -s conftest.err'
ac1cb8d3
VS
23838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23839 (eval $ac_try) 2>&5
23840 ac_status=$?
23841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23842 (exit $ac_status); }; } &&
23843 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
23844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23845 (eval $ac_try) 2>&5
23846 ac_status=$?
23847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23848 (exit $ac_status); }; }; then
23849 echo "$as_me:$LINENO: result: yes" >&5
23850echo "${ECHO_T}yes" >&6
a848cd7e
SC
23851else
23852 echo "$as_me: failed program was:" >&5
23853sed 's/^/| /' conftest.$ac_ext >&5
23854
23855echo "$as_me:$LINENO: result: no" >&5
23856echo "${ECHO_T}no" >&6
0a08f02a
MB
23857 { { echo "$as_me:$LINENO: error: Basic STL functionality missing" >&5
23858echo "$as_me: error: Basic STL functionality missing" >&2;}
23859 { (exit 1); exit 1; }; }
a848cd7e 23860fi
ac1cb8d3 23861rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
23862
23863 echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
23864echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6
23865 cat >conftest.$ac_ext <<_ACEOF
23866/* confdefs.h. */
23867_ACEOF
23868cat confdefs.h >>conftest.$ac_ext
23869cat >>conftest.$ac_ext <<_ACEOF
23870/* end confdefs.h. */
23871#include <string>
23872int
23873main ()
23874{
23875std::string foo, bar;
23876 foo.compare(bar);
23877 foo.compare(1, 1, bar);
23878 foo.compare(1, 1, bar, 1, 1);
23879 foo.compare("");
23880 foo.compare(1, 1, "");
23881 foo.compare(1, 1, "", 2);
23882 ;
23883 return 0;
23884}
23885_ACEOF
23886rm -f conftest.$ac_objext
23887if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23888 (eval $ac_compile) 2>conftest.er1
a848cd7e 23889 ac_status=$?
ac1cb8d3
VS
23890 grep -v '^ *+' conftest.er1 >conftest.err
23891 rm -f conftest.er1
23892 cat conftest.err >&5
a848cd7e
SC
23893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23894 (exit $ac_status); } &&
6a5c9b3f
RR
23895 { ac_try='test -z "$ac_cxx_werror_flag"
23896 || 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_objext'
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 echo "$as_me:$LINENO: result: yes" >&5
23909echo "${ECHO_T}yes" >&6
23910 cat >>confdefs.h <<\_ACEOF
23911#define HAVE_STD_STRING_COMPARE 1
23912_ACEOF
23913
23914else
23915 echo "$as_me: failed program was:" >&5
23916sed 's/^/| /' conftest.$ac_ext >&5
23917
23918echo "$as_me:$LINENO: result: no" >&5
23919echo "${ECHO_T}no" >&6
23920fi
ac1cb8d3 23921rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bdcade0a
MB
23922
23923 if test "${ac_cv_header_hash_map+set}" = set; then
23924 echo "$as_me:$LINENO: checking for hash_map" >&5
23925echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
23926if test "${ac_cv_header_hash_map+set}" = set; then
23927 echo $ECHO_N "(cached) $ECHO_C" >&6
23928fi
23929echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
23930echo "${ECHO_T}$ac_cv_header_hash_map" >&6
23931else
23932 # Is the header compilable?
23933echo "$as_me:$LINENO: checking hash_map usability" >&5
23934echo $ECHO_N "checking hash_map usability... $ECHO_C" >&6
23935cat >conftest.$ac_ext <<_ACEOF
23936/* confdefs.h. */
23937_ACEOF
23938cat confdefs.h >>conftest.$ac_ext
23939cat >>conftest.$ac_ext <<_ACEOF
23940/* end confdefs.h. */
23941$ac_includes_default
23942#include <hash_map>
23943_ACEOF
23944rm -f conftest.$ac_objext
23945if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23946 (eval $ac_compile) 2>conftest.er1
bdcade0a 23947 ac_status=$?
ac1cb8d3
VS
23948 grep -v '^ *+' conftest.er1 >conftest.err
23949 rm -f conftest.er1
23950 cat conftest.err >&5
bdcade0a
MB
23951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23952 (exit $ac_status); } &&
6a5c9b3f
RR
23953 { ac_try='test -z "$ac_cxx_werror_flag"
23954 || test ! -s conftest.err'
ac1cb8d3
VS
23955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23956 (eval $ac_try) 2>&5
23957 ac_status=$?
23958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23959 (exit $ac_status); }; } &&
23960 { ac_try='test -s conftest.$ac_objext'
bdcade0a
MB
23961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23962 (eval $ac_try) 2>&5
23963 ac_status=$?
23964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23965 (exit $ac_status); }; }; then
23966 ac_header_compiler=yes
23967else
23968 echo "$as_me: failed program was:" >&5
23969sed 's/^/| /' conftest.$ac_ext >&5
23970
23971ac_header_compiler=no
23972fi
ac1cb8d3 23973rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bdcade0a
MB
23974echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23975echo "${ECHO_T}$ac_header_compiler" >&6
23976
23977# Is the header present?
23978echo "$as_me:$LINENO: checking hash_map presence" >&5
23979echo $ECHO_N "checking hash_map presence... $ECHO_C" >&6
23980cat >conftest.$ac_ext <<_ACEOF
23981/* confdefs.h. */
23982_ACEOF
23983cat confdefs.h >>conftest.$ac_ext
23984cat >>conftest.$ac_ext <<_ACEOF
23985/* end confdefs.h. */
23986#include <hash_map>
23987_ACEOF
23988if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23989 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23990 ac_status=$?
23991 grep -v '^ *+' conftest.er1 >conftest.err
23992 rm -f conftest.er1
23993 cat conftest.err >&5
23994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23995 (exit $ac_status); } >/dev/null; then
23996 if test -s conftest.err; then
23997 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 23998 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
bdcade0a
MB
23999 else
24000 ac_cpp_err=
24001 fi
24002else
24003 ac_cpp_err=yes
24004fi
24005if test -z "$ac_cpp_err"; then
24006 ac_header_preproc=yes
24007else
24008 echo "$as_me: failed program was:" >&5
24009sed 's/^/| /' conftest.$ac_ext >&5
24010
24011 ac_header_preproc=no
24012fi
24013rm -f conftest.err conftest.$ac_ext
24014echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24015echo "${ECHO_T}$ac_header_preproc" >&6
24016
24017# So? What about this header?
ac1cb8d3
VS
24018case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
24019 yes:no: )
bdcade0a
MB
24020 { echo "$as_me:$LINENO: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
24021echo "$as_me: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
24022 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the compiler's result" >&5
24023echo "$as_me: WARNING: hash_map: proceeding with the compiler's result" >&2;}
24024 ac_header_preproc=yes
bdcade0a 24025 ;;
ac1cb8d3 24026 no:yes:* )
bdcade0a
MB
24027 { echo "$as_me:$LINENO: WARNING: hash_map: present but cannot be compiled" >&5
24028echo "$as_me: WARNING: hash_map: present but cannot be compiled" >&2;}
ac1cb8d3
VS
24029 { echo "$as_me:$LINENO: WARNING: hash_map: check for missing prerequisite headers?" >&5
24030echo "$as_me: WARNING: hash_map: check for missing prerequisite headers?" >&2;}
24031 { echo "$as_me:$LINENO: WARNING: hash_map: see the Autoconf documentation" >&5
24032echo "$as_me: WARNING: hash_map: see the Autoconf documentation" >&2;}
24033 { echo "$as_me:$LINENO: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&5
24034echo "$as_me: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
bdcade0a
MB
24035 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the preprocessor's result" >&5
24036echo "$as_me: WARNING: hash_map: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
24037 { echo "$as_me:$LINENO: WARNING: hash_map: in the future, the compiler will take precedence" >&5
24038echo "$as_me: WARNING: hash_map: in the future, the compiler will take precedence" >&2;}
bdcade0a
MB
24039 (
24040 cat <<\_ASBOX
ac1cb8d3
VS
24041## ----------------------------------------- ##
24042## Report this to wx-dev@lists.wxwidgets.org ##
24043## ----------------------------------------- ##
bdcade0a
MB
24044_ASBOX
24045 ) |
24046 sed "s/^/$as_me: WARNING: /" >&2
24047 ;;
24048esac
24049echo "$as_me:$LINENO: checking for hash_map" >&5
24050echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
24051if test "${ac_cv_header_hash_map+set}" = set; then
24052 echo $ECHO_N "(cached) $ECHO_C" >&6
24053else
24054 ac_cv_header_hash_map=$ac_header_preproc
24055fi
24056echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
24057echo "${ECHO_T}$ac_cv_header_hash_map" >&6
24058
24059fi
24060if test $ac_cv_header_hash_map = yes; then
24061 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
24062echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
24063 cat >conftest.$ac_ext <<_ACEOF
24064/* confdefs.h. */
24065_ACEOF
24066cat confdefs.h >>conftest.$ac_ext
24067cat >>conftest.$ac_ext <<_ACEOF
24068/* end confdefs.h. */
24069#include <hash_map>
24070 #include <hash_set>
24071int
24072main ()
24073{
24074std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
24075 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
24076 ;
24077 return 0;
24078}
24079_ACEOF
24080rm -f conftest.$ac_objext
24081if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 24082 (eval $ac_compile) 2>conftest.er1
bdcade0a 24083 ac_status=$?
ac1cb8d3
VS
24084 grep -v '^ *+' conftest.er1 >conftest.err
24085 rm -f conftest.er1
24086 cat conftest.err >&5
bdcade0a
MB
24087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24088 (exit $ac_status); } &&
6a5c9b3f
RR
24089 { ac_try='test -z "$ac_cxx_werror_flag"
24090 || test ! -s conftest.err'
ac1cb8d3
VS
24091 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24092 (eval $ac_try) 2>&5
24093 ac_status=$?
24094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24095 (exit $ac_status); }; } &&
24096 { ac_try='test -s conftest.$ac_objext'
bdcade0a
MB
24097 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24098 (eval $ac_try) 2>&5
24099 ac_status=$?
24100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24101 (exit $ac_status); }; }; then
24102 echo "$as_me:$LINENO: result: yes" >&5
24103echo "${ECHO_T}yes" >&6
24104 cat >>confdefs.h <<\_ACEOF
24105#define HAVE_HASH_MAP 1
24106_ACEOF
24107
24108 cat >>confdefs.h <<\_ACEOF
24109#define HAVE_STD_HASH_MAP 1
24110_ACEOF
24111
24112else
24113 echo "$as_me: failed program was:" >&5
24114sed 's/^/| /' conftest.$ac_ext >&5
24115
24116echo "$as_me:$LINENO: result: no" >&5
24117echo "${ECHO_T}no" >&6
24118fi
ac1cb8d3 24119rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bdcade0a
MB
24120
24121fi
24122
24123
24124
24125 if test "${ac_cv_header_ext_hash_map+set}" = set; then
24126 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
24127echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
24128if test "${ac_cv_header_ext_hash_map+set}" = set; then
24129 echo $ECHO_N "(cached) $ECHO_C" >&6
24130fi
24131echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
24132echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
24133else
24134 # Is the header compilable?
24135echo "$as_me:$LINENO: checking ext/hash_map usability" >&5
24136echo $ECHO_N "checking ext/hash_map usability... $ECHO_C" >&6
24137cat >conftest.$ac_ext <<_ACEOF
24138/* confdefs.h. */
24139_ACEOF
24140cat confdefs.h >>conftest.$ac_ext
24141cat >>conftest.$ac_ext <<_ACEOF
24142/* end confdefs.h. */
24143$ac_includes_default
24144#include <ext/hash_map>
24145_ACEOF
24146rm -f conftest.$ac_objext
24147if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 24148 (eval $ac_compile) 2>conftest.er1
bdcade0a 24149 ac_status=$?
ac1cb8d3
VS
24150 grep -v '^ *+' conftest.er1 >conftest.err
24151 rm -f conftest.er1
24152 cat conftest.err >&5
bdcade0a
MB
24153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24154 (exit $ac_status); } &&
6a5c9b3f
RR
24155 { ac_try='test -z "$ac_cxx_werror_flag"
24156 || test ! -s conftest.err'
ac1cb8d3
VS
24157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24158 (eval $ac_try) 2>&5
24159 ac_status=$?
24160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24161 (exit $ac_status); }; } &&
24162 { ac_try='test -s conftest.$ac_objext'
bdcade0a
MB
24163 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24164 (eval $ac_try) 2>&5
24165 ac_status=$?
24166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24167 (exit $ac_status); }; }; then
24168 ac_header_compiler=yes
24169else
24170 echo "$as_me: failed program was:" >&5
24171sed 's/^/| /' conftest.$ac_ext >&5
24172
24173ac_header_compiler=no
24174fi
ac1cb8d3 24175rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bdcade0a
MB
24176echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24177echo "${ECHO_T}$ac_header_compiler" >&6
24178
24179# Is the header present?
24180echo "$as_me:$LINENO: checking ext/hash_map presence" >&5
24181echo $ECHO_N "checking ext/hash_map presence... $ECHO_C" >&6
24182cat >conftest.$ac_ext <<_ACEOF
24183/* confdefs.h. */
24184_ACEOF
24185cat confdefs.h >>conftest.$ac_ext
24186cat >>conftest.$ac_ext <<_ACEOF
24187/* end confdefs.h. */
24188#include <ext/hash_map>
24189_ACEOF
24190if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24191 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24192 ac_status=$?
24193 grep -v '^ *+' conftest.er1 >conftest.err
24194 rm -f conftest.er1
24195 cat conftest.err >&5
24196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24197 (exit $ac_status); } >/dev/null; then
24198 if test -s conftest.err; then
24199 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 24200 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
bdcade0a
MB
24201 else
24202 ac_cpp_err=
24203 fi
24204else
24205 ac_cpp_err=yes
24206fi
24207if test -z "$ac_cpp_err"; then
24208 ac_header_preproc=yes
24209else
24210 echo "$as_me: failed program was:" >&5
24211sed 's/^/| /' conftest.$ac_ext >&5
24212
24213 ac_header_preproc=no
24214fi
24215rm -f conftest.err conftest.$ac_ext
24216echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24217echo "${ECHO_T}$ac_header_preproc" >&6
24218
24219# So? What about this header?
ac1cb8d3
VS
24220case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
24221 yes:no: )
bdcade0a
MB
24222 { echo "$as_me:$LINENO: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
24223echo "$as_me: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
24224 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the compiler's result" >&5
24225echo "$as_me: WARNING: ext/hash_map: proceeding with the compiler's result" >&2;}
24226 ac_header_preproc=yes
bdcade0a 24227 ;;
ac1cb8d3 24228 no:yes:* )
bdcade0a
MB
24229 { echo "$as_me:$LINENO: WARNING: ext/hash_map: present but cannot be compiled" >&5
24230echo "$as_me: WARNING: ext/hash_map: present but cannot be compiled" >&2;}
ac1cb8d3
VS
24231 { echo "$as_me:$LINENO: WARNING: ext/hash_map: check for missing prerequisite headers?" >&5
24232echo "$as_me: WARNING: ext/hash_map: check for missing prerequisite headers?" >&2;}
24233 { echo "$as_me:$LINENO: WARNING: ext/hash_map: see the Autoconf documentation" >&5
24234echo "$as_me: WARNING: ext/hash_map: see the Autoconf documentation" >&2;}
24235 { echo "$as_me:$LINENO: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&5
24236echo "$as_me: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
bdcade0a
MB
24237 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&5
24238echo "$as_me: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
24239 { echo "$as_me:$LINENO: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&5
24240echo "$as_me: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&2;}
bdcade0a
MB
24241 (
24242 cat <<\_ASBOX
ac1cb8d3
VS
24243## ----------------------------------------- ##
24244## Report this to wx-dev@lists.wxwidgets.org ##
24245## ----------------------------------------- ##
bdcade0a
MB
24246_ASBOX
24247 ) |
24248 sed "s/^/$as_me: WARNING: /" >&2
24249 ;;
24250esac
24251echo "$as_me:$LINENO: checking for ext/hash_map" >&5
24252echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
24253if test "${ac_cv_header_ext_hash_map+set}" = set; then
24254 echo $ECHO_N "(cached) $ECHO_C" >&6
24255else
24256 ac_cv_header_ext_hash_map=$ac_header_preproc
24257fi
24258echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
24259echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
24260
24261fi
24262if test $ac_cv_header_ext_hash_map = yes; then
24263 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
24264echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
24265 cat >conftest.$ac_ext <<_ACEOF
24266/* confdefs.h. */
24267_ACEOF
24268cat confdefs.h >>conftest.$ac_ext
24269cat >>conftest.$ac_ext <<_ACEOF
24270/* end confdefs.h. */
24271#include <ext/hash_map>
24272 #include <ext/hash_set>
24273int
24274main ()
24275{
24276__gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
24277 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
24278 ;
24279 return 0;
24280}
24281_ACEOF
24282rm -f conftest.$ac_objext
24283if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 24284 (eval $ac_compile) 2>conftest.er1
bdcade0a 24285 ac_status=$?
ac1cb8d3
VS
24286 grep -v '^ *+' conftest.er1 >conftest.err
24287 rm -f conftest.er1
24288 cat conftest.err >&5
bdcade0a
MB
24289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24290 (exit $ac_status); } &&
6a5c9b3f
RR
24291 { ac_try='test -z "$ac_cxx_werror_flag"
24292 || test ! -s conftest.err'
ac1cb8d3
VS
24293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24294 (eval $ac_try) 2>&5
24295 ac_status=$?
24296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24297 (exit $ac_status); }; } &&
24298 { ac_try='test -s conftest.$ac_objext'
bdcade0a
MB
24299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24300 (eval $ac_try) 2>&5
24301 ac_status=$?
24302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24303 (exit $ac_status); }; }; then
24304 echo "$as_me:$LINENO: result: yes" >&5
24305echo "${ECHO_T}yes" >&6
24306 cat >>confdefs.h <<\_ACEOF
24307#define HAVE_EXT_HASH_MAP 1
24308_ACEOF
24309
24310 cat >>confdefs.h <<\_ACEOF
24311#define HAVE_GNU_CXX_HASH_MAP 1
24312_ACEOF
24313
24314else
24315 echo "$as_me: failed program was:" >&5
24316sed 's/^/| /' conftest.$ac_ext >&5
24317
24318echo "$as_me:$LINENO: result: no" >&5
24319echo "${ECHO_T}no" >&6
24320fi
ac1cb8d3 24321rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bdcade0a
MB
24322
24323fi
24324
24325
a848cd7e
SC
24326fi
24327
24328
24329SEARCH_INCLUDE="\
24330 /usr/local/include \
24331 \
24332 /usr/Motif-2.1/include \
24333 /usr/Motif-1.2/include \
24334 /usr/include/Motif1.2 \
a848cd7e
SC
24335 \
24336 /usr/dt/include \
24337 /usr/openwin/include \
24338 \
24339 /usr/include/Xm \
24340 \
24341 /usr/X11R6/include \
24342 /usr/X11R6.4/include \
24343 /usr/X11R5/include \
24344 /usr/X11R4/include \
24345 \
24346 /usr/include/X11R6 \
24347 /usr/include/X11R5 \
24348 /usr/include/X11R4 \
24349 \
24350 /usr/local/X11R6/include \
24351 /usr/local/X11R5/include \
24352 /usr/local/X11R4/include \
24353 \
24354 /usr/local/include/X11R6 \
24355 /usr/local/include/X11R5 \
24356 /usr/local/include/X11R4 \
24357 \
24358 /usr/X11/include \
24359 /usr/include/X11 \
24360 /usr/local/X11/include \
24361 /usr/local/include/X11 \
24362 \
a848cd7e 24363 /usr/XFree86/include/X11 \
e051b34e
MW
24364 /usr/pkg/include \
24365 \
a848cd7e
SC
24366 /usr/openwin/share/include"
24367
6f9cf1e6 24368echo "$as_me:$LINENO: checking for libraries directory" >&5
0ad5d837 24369echo $ECHO_N "checking for libraries directory... $ECHO_C" >&6
6f9cf1e6
MW
24370
24371case "${host}" in
24372 *-*-irix6* )
24373 if test "${wx_cv_std_libpath+set}" = set; then
0ad5d837
VZ
24374 echo $ECHO_N "(cached) $ECHO_C" >&6
24375else
24376
c687b303
VZ
24377 for d in /usr/lib /usr/lib32 /usr/lib/64 /usr/lib64; do
24378 for e in a so sl dylib dll.a; do
24379 libc="$d/libc.$e"
24380 if test -f $libc; then
24381 save_LIBS="$LIBS"
24382 LIBS="$libc"
24383 cat >conftest.$ac_ext <<_ACEOF
0ad5d837
VZ
24384int main() { return 0; }
24385_ACEOF
24386rm -f conftest.$ac_objext conftest$ac_exeext
24387if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24388 (eval $ac_link) 2>conftest.er1
24389 ac_status=$?
24390 grep -v '^ *+' conftest.er1 >conftest.err
24391 rm -f conftest.er1
24392 cat conftest.err >&5
24393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24394 (exit $ac_status); } &&
6a5c9b3f
RR
24395 { ac_try='test -z "$ac_cxx_werror_flag"
24396 || test ! -s conftest.err'
0ad5d837
VZ
24397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24398 (eval $ac_try) 2>&5
24399 ac_status=$?
24400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24401 (exit $ac_status); }; } &&
24402 { ac_try='test -s conftest$ac_exeext'
24403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24404 (eval $ac_try) 2>&5
24405 ac_status=$?
24406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24407 (exit $ac_status); }; }; then
24408 wx_cv_std_libpath=`echo $d | sed s@/usr/@@`
24409else
24410 echo "$as_me: failed program was:" >&5
24411sed 's/^/| /' conftest.$ac_ext >&5
24412
24413fi
24414rm -f conftest.err conftest.$ac_objext \
24415 conftest$ac_exeext conftest.$ac_ext
c687b303
VZ
24416 LIBS="$save_LIBS"
24417 if test "x$wx_cv_std_libpath" != "x"; then
24418 break 2
24419 fi
24420 fi
24421 done
24422 done
24423 if test "x$wx_cv_std_libpath" = "x"; then
24424 wx_cv_std_libpath="lib"
0ad5d837 24425 fi
0ad5d837
VZ
24426
24427
24428fi
6f9cf1e6
MW
24429
24430 ;;
24431
24432 *-*-solaris2* )
24433 if test "$ac_cv_sizeof_void_p" = 8 -a -d "/usr/lib/64"; then
24434 wx_cv_std_libpath="lib/64"
24435 else
24436 wx_cv_std_libpath="lib"
24437 fi
24438 ;;
24439
24440 *-*-linux* )
24441 if test "$ac_cv_sizeof_void_p" = 8 -a \
24442 -d "/usr/lib64" -a ! -h "/usr/lib64"; then
24443 wx_cv_std_libpath="lib64"
24444 else
24445 wx_cv_std_libpath="lib"
24446 fi
c687b303
VZ
24447 ;;
24448
24449 *)
24450 wx_cv_std_libpath="lib";
24451 ;;
24452esac
0ad5d837 24453
6f9cf1e6
MW
24454echo "$as_me:$LINENO: result: $wx_cv_std_libpath" >&5
24455echo "${ECHO_T}$wx_cv_std_libpath" >&6
24456
24457SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s@include@$wx_cv_std_libpath@g` /usr/$wx_cv_std_libpath"
a848cd7e 24458
3eca31dc
MW
24459if test "$build" != "$host" -a "$GCC" = yes; then
24460 if cross_root=`$CC -print-prog-name=ld 2>/dev/null`; then
24461 cross_root=`dirname $cross_root`
24462 cross_root=`dirname $cross_root`
24463
24464 SEARCH_LIB=`for x in $SEARCH_LIB; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
24465 SEARCH_INCLUDE=`for x in $SEARCH_INCLUDE; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
5c60e845 24466 SEARCH_INCLUDE="$SEARCH_INCLUDE $cross_root/include"
3eca31dc
MW
24467
24468 if test -z "$PKG_CONFIG_PATH"; then
24469 PKG_CONFIG_PATH="$cross_root/local/lib/pkgconfig:$cross_root/lib/pkgconfig"
24470 export PKG_CONFIG_PATH
24471 fi
24472
24473 if test -z "$x_includes" -o "$x_includes" = NONE; then
24474
24475ac_find_includes=
24476for ac_dir in $SEARCH_INCLUDE /usr/include;
24477 do
24478 if test -f "$ac_dir/X11/Intrinsic.h"; then
24479 ac_find_includes=$ac_dir
24480 break
24481 fi
24482 done
24483
24484 x_includes=$ac_find_includes
24485 fi
24486 if test -z "$x_libraries" -o "$x_libraries" = NONE; then
24487
0ad5d837
VZ
24488 ac_find_libraries=
24489 for ac_dir in $SEARCH_LIB;
3eca31dc
MW
24490 do
24491 for ac_extension in a so sl dylib dll.a; do
24492 if test -f "$ac_dir/libXt.$ac_extension"; then
24493 ac_find_libraries=$ac_dir
24494 break 2
24495 fi
24496 done
24497 done
24498
24499 x_libraries=$ac_find_libraries
24500 fi
24501 fi
24502fi
24503
a848cd7e
SC
24504
24505cat >confcache <<\_ACEOF
24506# This file is a shell script that caches the results of configure
24507# tests run on this system so they can be shared between configure
24508# scripts and configure runs, see configure's option --config-cache.
24509# It is not useful on other systems. If it contains results you don't
24510# want to keep, you may remove or edit it.
24511#
24512# config.status only pays attention to the cache file if you give it
24513# the --recheck option to rerun configure.
24514#
24515# `ac_cv_env_foo' variables (set or unset) will be overridden when
24516# loading this file, other *unset* `ac_cv_foo' will be assigned the
24517# following values.
24518
24519_ACEOF
24520
24521# The following way of writing the cache mishandles newlines in values,
24522# but we know of no workaround that is simple, portable, and efficient.
24523# So, don't put newlines in cache variables' values.
24524# Ultrix sh set writes to stderr and can't be redirected directly,
24525# and sets the high bit in the cache file unless we assign to the vars.
24526{
24527 (set) 2>&1 |
24528 case `(ac_space=' '; set | grep ac_space) 2>&1` in
24529 *ac_space=\ *)
24530 # `set' does not quote correctly, so add quotes (double-quote
24531 # substitution turns \\\\ into \\, and sed turns \\ into \).
24532 sed -n \
ac1cb8d3
VS
24533 "s/'/'\\\\''/g;
24534 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
a848cd7e
SC
24535 ;;
24536 *)
24537 # `set' quotes correctly as required by POSIX, so do not add quotes.
24538 sed -n \
ac1cb8d3 24539 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
a848cd7e
SC
24540 ;;
24541 esac;
24542} |
24543 sed '
24544 t clear
24545 : clear
24546 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
24547 t end
24548 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
24549 : end' >>confcache
24550if diff $cache_file confcache >/dev/null 2>&1; then :; else
24551 if test -w $cache_file; then
24552 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
24553 cat confcache >$cache_file
24554 else
24555 echo "not updating unwritable cache $cache_file"
24556 fi
24557fi
24558rm -f confcache
24559
24560if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
24561 echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
24562echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
24563if test "${wx_cv_lib_glibc21+set}" = set; then
24564 echo $ECHO_N "(cached) $ECHO_C" >&6
24565else
24566
24567 cat >conftest.$ac_ext <<_ACEOF
24568/* confdefs.h. */
24569_ACEOF
24570cat confdefs.h >>conftest.$ac_ext
24571cat >>conftest.$ac_ext <<_ACEOF
24572/* end confdefs.h. */
24573#include <features.h>
24574int
24575main ()
24576{
24577
24578 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
04e525a0 24579 not glibc 2.1
a848cd7e
SC
24580 #endif
24581
24582 ;
24583 return 0;
24584}
24585_ACEOF
24586rm -f conftest.$ac_objext
24587if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 24588 (eval $ac_compile) 2>conftest.er1
a848cd7e 24589 ac_status=$?
ac1cb8d3
VS
24590 grep -v '^ *+' conftest.er1 >conftest.err
24591 rm -f conftest.er1
24592 cat conftest.err >&5
a848cd7e
SC
24593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24594 (exit $ac_status); } &&
6a5c9b3f
RR
24595 { ac_try='test -z "$ac_cxx_werror_flag"
24596 || test ! -s conftest.err'
ac1cb8d3
VS
24597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24598 (eval $ac_try) 2>&5
24599 ac_status=$?
24600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24601 (exit $ac_status); }; } &&
24602 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
24603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24604 (eval $ac_try) 2>&5
24605 ac_status=$?
24606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24607 (exit $ac_status); }; }; then
24608
24609 wx_cv_lib_glibc21=yes
24610
24611else
24612 echo "$as_me: failed program was:" >&5
24613sed 's/^/| /' conftest.$ac_ext >&5
24614
24615
24616 wx_cv_lib_glibc21=no
24617
24618
24619fi
ac1cb8d3 24620rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
24621
24622fi
24623echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
24624echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
24625 if test "$wx_cv_lib_glibc21" = "yes"; then
24626 cat >>confdefs.h <<\_ACEOF
24627#define wxHAVE_GLIBC2 1
24628_ACEOF
24629
24630 fi
24631fi
24632
24633if test "x$wx_cv_lib_glibc21" = "xyes"; then
24634 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
24635 cat >>confdefs.h <<\_ACEOF
24636#define _GNU_SOURCE 1
24637_ACEOF
24638
24639 fi
24640fi
24641
5d7b7554
VZ
24642have_cos=0
24643have_floor=0
a848cd7e 24644
5d7b7554
VZ
24645for ac_func in cos
24646do
24647as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
24648echo "$as_me:$LINENO: checking for $ac_func" >&5
24649echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
24650if eval "test \"\${$as_ac_var+set}\" = set"; then
a848cd7e 24651 echo $ECHO_N "(cached) $ECHO_C" >&6
a848cd7e 24652else
5d7b7554 24653 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
24654/* confdefs.h. */
24655_ACEOF
24656cat confdefs.h >>conftest.$ac_ext
24657cat >>conftest.$ac_ext <<_ACEOF
24658/* end confdefs.h. */
5d7b7554
VZ
24659/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
24660 For example, HP-UX 11i <limits.h> declares gettimeofday. */
24661#define $ac_func innocuous_$ac_func
24662
24663/* System header to define __stub macros and hopefully few prototypes,
24664 which can conflict with char $ac_func (); below.
24665 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
24666 <limits.h> exists even on freestanding compilers. */
24667
24668#ifdef __STDC__
24669# include <limits.h>
24670#else
24671# include <assert.h>
24672#endif
24673
24674#undef $ac_func
24675
24676/* Override any gcc2 internal prototype to avoid an error. */
24677#ifdef __cplusplus
24678extern "C"
24679{
24680#endif
24681/* We use char because int might match the return type of a gcc2
24682 builtin and then its argument prototype would still apply. */
24683char $ac_func ();
24684/* The GNU C library defines this for functions which it implements
24685 to always fail with ENOSYS. Some functions are actually named
24686 something starting with __ and the normal name is an alias. */
24687#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
24688choke me
24689#else
24690char (*f) () = $ac_func;
24691#endif
24692#ifdef __cplusplus
24693}
24694#endif
24695
24696int
24697main ()
24698{
24699return f != $ac_func;
24700 ;
24701 return 0;
24702}
a848cd7e 24703_ACEOF
5d7b7554
VZ
24704rm -f conftest.$ac_objext conftest$ac_exeext
24705if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24706 (eval $ac_link) 2>conftest.er1
a848cd7e 24707 ac_status=$?
ac1cb8d3
VS
24708 grep -v '^ *+' conftest.er1 >conftest.err
24709 rm -f conftest.er1
24710 cat conftest.err >&5
a848cd7e
SC
24711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24712 (exit $ac_status); } &&
6a5c9b3f
RR
24713 { ac_try='test -z "$ac_cxx_werror_flag"
24714 || test ! -s conftest.err'
ac1cb8d3
VS
24715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24716 (eval $ac_try) 2>&5
24717 ac_status=$?
24718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24719 (exit $ac_status); }; } &&
5d7b7554 24720 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
24721 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24722 (eval $ac_try) 2>&5
24723 ac_status=$?
24724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24725 (exit $ac_status); }; }; then
5d7b7554 24726 eval "$as_ac_var=yes"
a848cd7e
SC
24727else
24728 echo "$as_me: failed program was:" >&5
24729sed 's/^/| /' conftest.$ac_ext >&5
24730
5d7b7554 24731eval "$as_ac_var=no"
a848cd7e 24732fi
5d7b7554
VZ
24733rm -f conftest.err conftest.$ac_objext \
24734 conftest$ac_exeext conftest.$ac_ext
a848cd7e 24735fi
5d7b7554
VZ
24736echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
24737echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
24738if test `eval echo '${'$as_ac_var'}'` = yes; then
24739 cat >>confdefs.h <<_ACEOF
24740#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
24741_ACEOF
24742 have_cos=1
a848cd7e 24743fi
5d7b7554 24744done
a848cd7e 24745
ab0f0edd 24746
5d7b7554 24747for ac_func in floor
a848cd7e
SC
24748do
24749as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
24750echo "$as_me:$LINENO: checking for $ac_func" >&5
24751echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
24752if eval "test \"\${$as_ac_var+set}\" = set"; then
24753 echo $ECHO_N "(cached) $ECHO_C" >&6
24754else
24755 cat >conftest.$ac_ext <<_ACEOF
24756/* confdefs.h. */
24757_ACEOF
24758cat confdefs.h >>conftest.$ac_ext
24759cat >>conftest.$ac_ext <<_ACEOF
24760/* end confdefs.h. */
ac1cb8d3
VS
24761/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
24762 For example, HP-UX 11i <limits.h> declares gettimeofday. */
24763#define $ac_func innocuous_$ac_func
24764
a848cd7e
SC
24765/* System header to define __stub macros and hopefully few prototypes,
24766 which can conflict with char $ac_func (); below.
24767 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
24768 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 24769
a848cd7e
SC
24770#ifdef __STDC__
24771# include <limits.h>
24772#else
24773# include <assert.h>
24774#endif
ac1cb8d3
VS
24775
24776#undef $ac_func
24777
a848cd7e
SC
24778/* Override any gcc2 internal prototype to avoid an error. */
24779#ifdef __cplusplus
24780extern "C"
24781{
24782#endif
24783/* We use char because int might match the return type of a gcc2
24784 builtin and then its argument prototype would still apply. */
24785char $ac_func ();
24786/* The GNU C library defines this for functions which it implements
24787 to always fail with ENOSYS. Some functions are actually named
24788 something starting with __ and the normal name is an alias. */
24789#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
24790choke me
24791#else
24792char (*f) () = $ac_func;
24793#endif
24794#ifdef __cplusplus
24795}
24796#endif
24797
24798int
24799main ()
24800{
24801return f != $ac_func;
24802 ;
24803 return 0;
24804}
24805_ACEOF
24806rm -f conftest.$ac_objext conftest$ac_exeext
24807if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 24808 (eval $ac_link) 2>conftest.er1
a848cd7e 24809 ac_status=$?
ac1cb8d3
VS
24810 grep -v '^ *+' conftest.er1 >conftest.err
24811 rm -f conftest.er1
24812 cat conftest.err >&5
a848cd7e
SC
24813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24814 (exit $ac_status); } &&
6a5c9b3f
RR
24815 { ac_try='test -z "$ac_cxx_werror_flag"
24816 || test ! -s conftest.err'
5d7b7554
VZ
24817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24818 (eval $ac_try) 2>&5
24819 ac_status=$?
24820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24821 (exit $ac_status); }; } &&
24822 { ac_try='test -s conftest$ac_exeext'
24823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24824 (eval $ac_try) 2>&5
24825 ac_status=$?
24826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24827 (exit $ac_status); }; }; then
24828 eval "$as_ac_var=yes"
24829else
24830 echo "$as_me: failed program was:" >&5
24831sed 's/^/| /' conftest.$ac_ext >&5
24832
24833eval "$as_ac_var=no"
24834fi
24835rm -f conftest.err conftest.$ac_objext \
24836 conftest$ac_exeext conftest.$ac_ext
24837fi
24838echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
24839echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
24840if test `eval echo '${'$as_ac_var'}'` = yes; then
24841 cat >>confdefs.h <<_ACEOF
24842#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
24843_ACEOF
24844 have_floor=1
24845fi
24846done
24847
24848echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
24849echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
24850if test "$have_cos" = 1 -a "$have_floor" = 1; then
24851 echo "$as_me:$LINENO: result: yes" >&5
24852echo "${ECHO_T}yes" >&6
24853else
24854 echo "$as_me:$LINENO: result: no" >&5
24855echo "${ECHO_T}no" >&6
24856 LIBS="$LIBS -lm"
24857 # use different functions to avoid configure caching
24858 have_sin=0
24859 have_ceil=0
24860
24861for ac_func in sin
24862do
24863as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
24864echo "$as_me:$LINENO: checking for $ac_func" >&5
24865echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
24866if eval "test \"\${$as_ac_var+set}\" = set"; then
24867 echo $ECHO_N "(cached) $ECHO_C" >&6
24868else
24869 cat >conftest.$ac_ext <<_ACEOF
24870/* confdefs.h. */
24871_ACEOF
24872cat confdefs.h >>conftest.$ac_ext
24873cat >>conftest.$ac_ext <<_ACEOF
24874/* end confdefs.h. */
24875/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
24876 For example, HP-UX 11i <limits.h> declares gettimeofday. */
24877#define $ac_func innocuous_$ac_func
24878
24879/* System header to define __stub macros and hopefully few prototypes,
24880 which can conflict with char $ac_func (); below.
24881 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
24882 <limits.h> exists even on freestanding compilers. */
24883
24884#ifdef __STDC__
24885# include <limits.h>
24886#else
24887# include <assert.h>
24888#endif
24889
24890#undef $ac_func
24891
24892/* Override any gcc2 internal prototype to avoid an error. */
24893#ifdef __cplusplus
24894extern "C"
24895{
24896#endif
24897/* We use char because int might match the return type of a gcc2
24898 builtin and then its argument prototype would still apply. */
24899char $ac_func ();
24900/* The GNU C library defines this for functions which it implements
24901 to always fail with ENOSYS. Some functions are actually named
24902 something starting with __ and the normal name is an alias. */
24903#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
24904choke me
24905#else
24906char (*f) () = $ac_func;
24907#endif
24908#ifdef __cplusplus
24909}
24910#endif
24911
24912int
24913main ()
24914{
24915return f != $ac_func;
24916 ;
24917 return 0;
24918}
24919_ACEOF
24920rm -f conftest.$ac_objext conftest$ac_exeext
24921if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24922 (eval $ac_link) 2>conftest.er1
24923 ac_status=$?
24924 grep -v '^ *+' conftest.er1 >conftest.err
24925 rm -f conftest.er1
24926 cat conftest.err >&5
24927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24928 (exit $ac_status); } &&
6a5c9b3f
RR
24929 { ac_try='test -z "$ac_cxx_werror_flag"
24930 || test ! -s conftest.err'
5d7b7554
VZ
24931 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24932 (eval $ac_try) 2>&5
24933 ac_status=$?
24934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24935 (exit $ac_status); }; } &&
24936 { ac_try='test -s conftest$ac_exeext'
24937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24938 (eval $ac_try) 2>&5
24939 ac_status=$?
24940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24941 (exit $ac_status); }; }; then
24942 eval "$as_ac_var=yes"
24943else
24944 echo "$as_me: failed program was:" >&5
24945sed 's/^/| /' conftest.$ac_ext >&5
24946
24947eval "$as_ac_var=no"
24948fi
24949rm -f conftest.err conftest.$ac_objext \
24950 conftest$ac_exeext conftest.$ac_ext
24951fi
24952echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
24953echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
24954if test `eval echo '${'$as_ac_var'}'` = yes; then
24955 cat >>confdefs.h <<_ACEOF
24956#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
24957_ACEOF
24958 have_sin=1
24959fi
24960done
24961
24962
24963for ac_func in ceil
24964do
24965as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
24966echo "$as_me:$LINENO: checking for $ac_func" >&5
24967echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
24968if eval "test \"\${$as_ac_var+set}\" = set"; then
24969 echo $ECHO_N "(cached) $ECHO_C" >&6
24970else
24971 cat >conftest.$ac_ext <<_ACEOF
24972/* confdefs.h. */
24973_ACEOF
24974cat confdefs.h >>conftest.$ac_ext
24975cat >>conftest.$ac_ext <<_ACEOF
24976/* end confdefs.h. */
24977/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
24978 For example, HP-UX 11i <limits.h> declares gettimeofday. */
24979#define $ac_func innocuous_$ac_func
24980
24981/* System header to define __stub macros and hopefully few prototypes,
24982 which can conflict with char $ac_func (); below.
24983 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
24984 <limits.h> exists even on freestanding compilers. */
24985
24986#ifdef __STDC__
24987# include <limits.h>
24988#else
24989# include <assert.h>
24990#endif
24991
24992#undef $ac_func
24993
24994/* Override any gcc2 internal prototype to avoid an error. */
24995#ifdef __cplusplus
24996extern "C"
24997{
24998#endif
24999/* We use char because int might match the return type of a gcc2
25000 builtin and then its argument prototype would still apply. */
25001char $ac_func ();
25002/* The GNU C library defines this for functions which it implements
25003 to always fail with ENOSYS. Some functions are actually named
25004 something starting with __ and the normal name is an alias. */
25005#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
25006choke me
25007#else
25008char (*f) () = $ac_func;
25009#endif
25010#ifdef __cplusplus
25011}
25012#endif
25013
25014int
25015main ()
25016{
25017return f != $ac_func;
25018 ;
25019 return 0;
25020}
25021_ACEOF
25022rm -f conftest.$ac_objext conftest$ac_exeext
25023if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25024 (eval $ac_link) 2>conftest.er1
25025 ac_status=$?
25026 grep -v '^ *+' conftest.er1 >conftest.err
25027 rm -f conftest.er1
25028 cat conftest.err >&5
25029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25030 (exit $ac_status); } &&
6a5c9b3f
RR
25031 { ac_try='test -z "$ac_cxx_werror_flag"
25032 || test ! -s conftest.err'
5d7b7554
VZ
25033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25034 (eval $ac_try) 2>&5
25035 ac_status=$?
25036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25037 (exit $ac_status); }; } &&
25038 { ac_try='test -s conftest$ac_exeext'
25039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25040 (eval $ac_try) 2>&5
25041 ac_status=$?
25042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25043 (exit $ac_status); }; }; then
25044 eval "$as_ac_var=yes"
25045else
25046 echo "$as_me: failed program was:" >&5
25047sed 's/^/| /' conftest.$ac_ext >&5
25048
25049eval "$as_ac_var=no"
25050fi
25051rm -f conftest.err conftest.$ac_objext \
25052 conftest$ac_exeext conftest.$ac_ext
25053fi
25054echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
25055echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
25056if test `eval echo '${'$as_ac_var'}'` = yes; then
25057 cat >>confdefs.h <<_ACEOF
25058#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25059_ACEOF
25060 have_ceil=1
25061fi
25062done
25063
25064 echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
25065echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
25066 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
25067 echo "$as_me:$LINENO: result: yes" >&5
25068echo "${ECHO_T}yes" >&6
25069 else
25070 echo "$as_me:$LINENO: result: no" >&5
25071echo "${ECHO_T}no" >&6
25072 # not sure we should warn the user, crash, etc.
25073 fi
25074fi
25075
25076
25077
25078if test "$wxUSE_REGEX" != "no"; then
25079 cat >>confdefs.h <<\_ACEOF
25080#define wxUSE_REGEX 1
25081_ACEOF
25082
25083
25084 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
25085 { echo "$as_me:$LINENO: WARNING: Defaulting to the the builtin regex library for Unicode build." >&5
25086echo "$as_me: WARNING: Defaulting to the the builtin regex library for Unicode build." >&2;}
25087 wxUSE_REGEX=builtin
25088 fi
25089
25090 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
25091 if test "${ac_cv_header_regex_h+set}" = set; then
25092 echo "$as_me:$LINENO: checking for regex.h" >&5
25093echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
25094if test "${ac_cv_header_regex_h+set}" = set; then
25095 echo $ECHO_N "(cached) $ECHO_C" >&6
25096fi
25097echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
25098echo "${ECHO_T}$ac_cv_header_regex_h" >&6
25099else
25100 # Is the header compilable?
25101echo "$as_me:$LINENO: checking regex.h usability" >&5
25102echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
25103cat >conftest.$ac_ext <<_ACEOF
25104/* confdefs.h. */
25105_ACEOF
25106cat confdefs.h >>conftest.$ac_ext
25107cat >>conftest.$ac_ext <<_ACEOF
25108/* end confdefs.h. */
25109$ac_includes_default
25110#include <regex.h>
25111_ACEOF
25112rm -f conftest.$ac_objext
25113if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25114 (eval $ac_compile) 2>conftest.er1
25115 ac_status=$?
25116 grep -v '^ *+' conftest.er1 >conftest.err
25117 rm -f conftest.er1
25118 cat conftest.err >&5
25119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25120 (exit $ac_status); } &&
6a5c9b3f
RR
25121 { ac_try='test -z "$ac_cxx_werror_flag"
25122 || test ! -s conftest.err'
5d7b7554
VZ
25123 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25124 (eval $ac_try) 2>&5
25125 ac_status=$?
25126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25127 (exit $ac_status); }; } &&
25128 { ac_try='test -s conftest.$ac_objext'
25129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25130 (eval $ac_try) 2>&5
25131 ac_status=$?
25132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25133 (exit $ac_status); }; }; then
25134 ac_header_compiler=yes
25135else
25136 echo "$as_me: failed program was:" >&5
25137sed 's/^/| /' conftest.$ac_ext >&5
25138
25139ac_header_compiler=no
25140fi
25141rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
25142echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25143echo "${ECHO_T}$ac_header_compiler" >&6
25144
25145# Is the header present?
25146echo "$as_me:$LINENO: checking regex.h presence" >&5
25147echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
25148cat >conftest.$ac_ext <<_ACEOF
25149/* confdefs.h. */
25150_ACEOF
25151cat confdefs.h >>conftest.$ac_ext
25152cat >>conftest.$ac_ext <<_ACEOF
25153/* end confdefs.h. */
25154#include <regex.h>
25155_ACEOF
25156if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
25157 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
25158 ac_status=$?
25159 grep -v '^ *+' conftest.er1 >conftest.err
25160 rm -f conftest.er1
25161 cat conftest.err >&5
25162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25163 (exit $ac_status); } >/dev/null; then
25164 if test -s conftest.err; then
25165 ac_cpp_err=$ac_cxx_preproc_warn_flag
25166 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
25167 else
25168 ac_cpp_err=
25169 fi
25170else
25171 ac_cpp_err=yes
25172fi
25173if test -z "$ac_cpp_err"; then
25174 ac_header_preproc=yes
25175else
25176 echo "$as_me: failed program was:" >&5
25177sed 's/^/| /' conftest.$ac_ext >&5
25178
25179 ac_header_preproc=no
25180fi
25181rm -f conftest.err conftest.$ac_ext
25182echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25183echo "${ECHO_T}$ac_header_preproc" >&6
25184
25185# So? What about this header?
25186case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
25187 yes:no: )
25188 { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
25189echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25190 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the compiler's result" >&5
25191echo "$as_me: WARNING: regex.h: proceeding with the compiler's result" >&2;}
25192 ac_header_preproc=yes
25193 ;;
25194 no:yes:* )
25195 { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
25196echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
25197 { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5
25198echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;}
25199 { echo "$as_me:$LINENO: WARNING: regex.h: see the Autoconf documentation" >&5
25200echo "$as_me: WARNING: regex.h: see the Autoconf documentation" >&2;}
25201 { echo "$as_me:$LINENO: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&5
25202echo "$as_me: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&2;}
25203 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
25204echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
25205 { echo "$as_me:$LINENO: WARNING: regex.h: in the future, the compiler will take precedence" >&5
25206echo "$as_me: WARNING: regex.h: in the future, the compiler will take precedence" >&2;}
25207 (
25208 cat <<\_ASBOX
25209## ----------------------------------------- ##
25210## Report this to wx-dev@lists.wxwidgets.org ##
25211## ----------------------------------------- ##
25212_ASBOX
25213 ) |
25214 sed "s/^/$as_me: WARNING: /" >&2
25215 ;;
25216esac
25217echo "$as_me:$LINENO: checking for regex.h" >&5
25218echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
25219if test "${ac_cv_header_regex_h+set}" = set; then
25220 echo $ECHO_N "(cached) $ECHO_C" >&6
25221else
25222 ac_cv_header_regex_h=$ac_header_preproc
25223fi
25224echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
25225echo "${ECHO_T}$ac_cv_header_regex_h" >&6
25226
25227fi
25228if test $ac_cv_header_regex_h = yes; then
25229
25230
25231for ac_func in regcomp re_search
25232do
25233as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25234echo "$as_me:$LINENO: checking for $ac_func" >&5
25235echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
25236if eval "test \"\${$as_ac_var+set}\" = set"; then
25237 echo $ECHO_N "(cached) $ECHO_C" >&6
25238else
25239 cat >conftest.$ac_ext <<_ACEOF
25240/* confdefs.h. */
25241_ACEOF
25242cat confdefs.h >>conftest.$ac_ext
25243cat >>conftest.$ac_ext <<_ACEOF
25244/* end confdefs.h. */
25245/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25246 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25247#define $ac_func innocuous_$ac_func
25248
25249/* System header to define __stub macros and hopefully few prototypes,
25250 which can conflict with char $ac_func (); below.
25251 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25252 <limits.h> exists even on freestanding compilers. */
25253
25254#ifdef __STDC__
25255# include <limits.h>
25256#else
25257# include <assert.h>
25258#endif
25259
25260#undef $ac_func
25261
25262/* Override any gcc2 internal prototype to avoid an error. */
25263#ifdef __cplusplus
25264extern "C"
25265{
25266#endif
25267/* We use char because int might match the return type of a gcc2
25268 builtin and then its argument prototype would still apply. */
25269char $ac_func ();
25270/* The GNU C library defines this for functions which it implements
25271 to always fail with ENOSYS. Some functions are actually named
25272 something starting with __ and the normal name is an alias. */
25273#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
25274choke me
25275#else
25276char (*f) () = $ac_func;
25277#endif
25278#ifdef __cplusplus
25279}
25280#endif
25281
25282int
25283main ()
25284{
25285return f != $ac_func;
25286 ;
25287 return 0;
25288}
25289_ACEOF
25290rm -f conftest.$ac_objext conftest$ac_exeext
25291if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25292 (eval $ac_link) 2>conftest.er1
25293 ac_status=$?
25294 grep -v '^ *+' conftest.er1 >conftest.err
25295 rm -f conftest.er1
25296 cat conftest.err >&5
25297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25298 (exit $ac_status); } &&
6a5c9b3f
RR
25299 { ac_try='test -z "$ac_cxx_werror_flag"
25300 || test ! -s conftest.err'
ac1cb8d3
VS
25301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25302 (eval $ac_try) 2>&5
25303 ac_status=$?
25304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25305 (exit $ac_status); }; } &&
25306 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
25307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25308 (eval $ac_try) 2>&5
25309 ac_status=$?
25310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25311 (exit $ac_status); }; }; then
25312 eval "$as_ac_var=yes"
25313else
25314 echo "$as_me: failed program was:" >&5
25315sed 's/^/| /' conftest.$ac_ext >&5
25316
25317eval "$as_ac_var=no"
25318fi
ac1cb8d3
VS
25319rm -f conftest.err conftest.$ac_objext \
25320 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
25321fi
25322echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
25323echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
25324if test `eval echo '${'$as_ac_var'}'` = yes; then
25325 cat >>confdefs.h <<_ACEOF
25326#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25327_ACEOF
25328
25329fi
25330done
25331
25332fi
25333
25334
25335
25336 if test "x$ac_cv_func_regcomp" != "xyes"; then
25337 if test "$wxUSE_REGEX" = "sys" ; then
25338 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
25339echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
25340 { (exit 1); exit 1; }; }
25341 else
25342 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
25343echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
25344 wxUSE_REGEX=builtin
25345 fi
25346 else
25347 wxUSE_REGEX=sys
25348 cat >>confdefs.h <<\_ACEOF
25349#define WX_NO_REGEX_ADVANCED 1
25350_ACEOF
25351
25352 fi
25353 fi
25354fi
25355
25356
25357ZLIB_LINK=
25358if test "$wxUSE_ZLIB" != "no" ; then
25359 cat >>confdefs.h <<\_ACEOF
25360#define wxUSE_ZLIB 1
25361_ACEOF
25362
25363
25364 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
25365 if test "$USE_DARWIN" = 1; then
25366 system_zlib_h_ok="yes"
25367 else
25368 echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
25369echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
25370if test "${ac_cv_header_zlib_h+set}" = set; then
25371 echo $ECHO_N "(cached) $ECHO_C" >&6
25372else
25373 if test "$cross_compiling" = yes; then
25374 unset ac_cv_header_zlib_h
25375
25376else
25377 cat >conftest.$ac_ext <<_ACEOF
25378/* confdefs.h. */
25379_ACEOF
25380cat confdefs.h >>conftest.$ac_ext
25381cat >>conftest.$ac_ext <<_ACEOF
25382/* end confdefs.h. */
25383
25384 #include <zlib.h>
25385 #include <stdio.h>
25386
25387 int main()
25388 {
25389 FILE *f=fopen("conftestval", "w");
25390 if (!f) exit(1);
25391 fprintf(f, "%s",
25392 ZLIB_VERSION[0] == '1' &&
25393 (ZLIB_VERSION[2] > '1' ||
25394 (ZLIB_VERSION[2] == '1' &&
25395 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
25396 exit(0);
25397 }
25398
25399_ACEOF
25400rm -f conftest$ac_exeext
25401if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25402 (eval $ac_link) 2>&5
25403 ac_status=$?
25404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25405 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
25406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25407 (eval $ac_try) 2>&5
25408 ac_status=$?
25409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25410 (exit $ac_status); }; }; then
25411 ac_cv_header_zlib_h=`cat conftestval`
25412else
25413 echo "$as_me: program exited with status $ac_status" >&5
25414echo "$as_me: failed program was:" >&5
25415sed 's/^/| /' conftest.$ac_ext >&5
25416
25417( exit $ac_status )
25418ac_cv_header_zlib_h=no
25419fi
ac1cb8d3 25420rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
25421fi
25422
25423fi
25424echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
25425echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
25426 if test "${ac_cv_header_zlib_h+set}" = set; then
25427 echo "$as_me:$LINENO: checking for zlib.h" >&5
25428echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
25429if test "${ac_cv_header_zlib_h+set}" = set; then
25430 echo $ECHO_N "(cached) $ECHO_C" >&6
25431fi
25432echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
25433echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
25434else
25435 # Is the header compilable?
25436echo "$as_me:$LINENO: checking zlib.h usability" >&5
25437echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
25438cat >conftest.$ac_ext <<_ACEOF
25439/* confdefs.h. */
25440_ACEOF
25441cat confdefs.h >>conftest.$ac_ext
25442cat >>conftest.$ac_ext <<_ACEOF
25443/* end confdefs.h. */
25444$ac_includes_default
25445#include <zlib.h>
25446_ACEOF
25447rm -f conftest.$ac_objext
25448if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 25449 (eval $ac_compile) 2>conftest.er1
a848cd7e 25450 ac_status=$?
ac1cb8d3
VS
25451 grep -v '^ *+' conftest.er1 >conftest.err
25452 rm -f conftest.er1
25453 cat conftest.err >&5
a848cd7e
SC
25454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25455 (exit $ac_status); } &&
6a5c9b3f
RR
25456 { ac_try='test -z "$ac_cxx_werror_flag"
25457 || test ! -s conftest.err'
ac1cb8d3
VS
25458 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25459 (eval $ac_try) 2>&5
25460 ac_status=$?
25461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25462 (exit $ac_status); }; } &&
25463 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
25464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25465 (eval $ac_try) 2>&5
25466 ac_status=$?
25467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25468 (exit $ac_status); }; }; then
25469 ac_header_compiler=yes
25470else
25471 echo "$as_me: failed program was:" >&5
25472sed 's/^/| /' conftest.$ac_ext >&5
25473
25474ac_header_compiler=no
25475fi
ac1cb8d3 25476rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
25477echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25478echo "${ECHO_T}$ac_header_compiler" >&6
25479
25480# Is the header present?
25481echo "$as_me:$LINENO: checking zlib.h presence" >&5
25482echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
25483cat >conftest.$ac_ext <<_ACEOF
25484/* confdefs.h. */
25485_ACEOF
25486cat confdefs.h >>conftest.$ac_ext
25487cat >>conftest.$ac_ext <<_ACEOF
25488/* end confdefs.h. */
25489#include <zlib.h>
25490_ACEOF
25491if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
25492 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
25493 ac_status=$?
25494 grep -v '^ *+' conftest.er1 >conftest.err
25495 rm -f conftest.er1
25496 cat conftest.err >&5
25497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25498 (exit $ac_status); } >/dev/null; then
25499 if test -s conftest.err; then
5d7b7554
VZ
25500 ac_cpp_err=$ac_cxx_preproc_warn_flag
25501 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
25502 else
25503 ac_cpp_err=
25504 fi
25505else
25506 ac_cpp_err=yes
25507fi
25508if test -z "$ac_cpp_err"; then
25509 ac_header_preproc=yes
25510else
25511 echo "$as_me: failed program was:" >&5
25512sed 's/^/| /' conftest.$ac_ext >&5
25513
25514 ac_header_preproc=no
25515fi
25516rm -f conftest.err conftest.$ac_ext
25517echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25518echo "${ECHO_T}$ac_header_preproc" >&6
25519
25520# So? What about this header?
5d7b7554 25521case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
ac1cb8d3 25522 yes:no: )
a848cd7e
SC
25523 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
25524echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
25525 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
25526echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
25527 ac_header_preproc=yes
a848cd7e 25528 ;;
ac1cb8d3 25529 no:yes:* )
a848cd7e
SC
25530 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
25531echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
25532 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
25533echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
25534 { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
25535echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
25536 { echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5
25537echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
25538 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
25539echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
25540 { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
25541echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
25542 (
25543 cat <<\_ASBOX
ac1cb8d3
VS
25544## ----------------------------------------- ##
25545## Report this to wx-dev@lists.wxwidgets.org ##
25546## ----------------------------------------- ##
a848cd7e
SC
25547_ASBOX
25548 ) |
25549 sed "s/^/$as_me: WARNING: /" >&2
25550 ;;
25551esac
25552echo "$as_me:$LINENO: checking for zlib.h" >&5
25553echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
25554if test "${ac_cv_header_zlib_h+set}" = set; then
25555 echo $ECHO_N "(cached) $ECHO_C" >&6
25556else
25557 ac_cv_header_zlib_h=$ac_header_preproc
25558fi
25559echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
25560echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
25561
25562fi
25563
25564
25565
25566 system_zlib_h_ok=$ac_cv_header_zlib_h
25567 fi
25568
25569 if test "$system_zlib_h_ok" = "yes"; then
25570 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
25571echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
25572if test "${ac_cv_lib_z_deflate+set}" = set; then
25573 echo $ECHO_N "(cached) $ECHO_C" >&6
25574else
25575 ac_check_lib_save_LIBS=$LIBS
25576LIBS="-lz $LIBS"
25577cat >conftest.$ac_ext <<_ACEOF
25578/* confdefs.h. */
25579_ACEOF
25580cat confdefs.h >>conftest.$ac_ext
25581cat >>conftest.$ac_ext <<_ACEOF
25582/* end confdefs.h. */
25583
25584/* Override any gcc2 internal prototype to avoid an error. */
25585#ifdef __cplusplus
25586extern "C"
25587#endif
25588/* We use char because int might match the return type of a gcc2
25589 builtin and then its argument prototype would still apply. */
25590char deflate ();
25591int
25592main ()
25593{
25594deflate ();
25595 ;
25596 return 0;
25597}
25598_ACEOF
25599rm -f conftest.$ac_objext conftest$ac_exeext
25600if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 25601 (eval $ac_link) 2>conftest.er1
a848cd7e 25602 ac_status=$?
ac1cb8d3
VS
25603 grep -v '^ *+' conftest.er1 >conftest.err
25604 rm -f conftest.er1
25605 cat conftest.err >&5
a848cd7e
SC
25606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25607 (exit $ac_status); } &&
6a5c9b3f
RR
25608 { ac_try='test -z "$ac_cxx_werror_flag"
25609 || test ! -s conftest.err'
ac1cb8d3
VS
25610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25611 (eval $ac_try) 2>&5
25612 ac_status=$?
25613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25614 (exit $ac_status); }; } &&
25615 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
25616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25617 (eval $ac_try) 2>&5
25618 ac_status=$?
25619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25620 (exit $ac_status); }; }; then
25621 ac_cv_lib_z_deflate=yes
25622else
25623 echo "$as_me: failed program was:" >&5
25624sed 's/^/| /' conftest.$ac_ext >&5
25625
25626ac_cv_lib_z_deflate=no
25627fi
ac1cb8d3
VS
25628rm -f conftest.err conftest.$ac_objext \
25629 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
25630LIBS=$ac_check_lib_save_LIBS
25631fi
25632echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
25633echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
25634if test $ac_cv_lib_z_deflate = yes; then
25635 ZLIB_LINK=" -lz"
25636fi
25637
25638 fi
25639
25640 if test "x$ZLIB_LINK" = "x" ; then
25641 if test "$wxUSE_ZLIB" = "sys" ; then
25642 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
25643echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
25644 { (exit 1); exit 1; }; }
25645 else
25646 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
25647echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
25648 wxUSE_ZLIB=builtin
25649 fi
25650 else
25651 wxUSE_ZLIB=sys
25652 fi
25653 fi
25654fi
25655
25656
25657PNG_LINK=
25658if test "$wxUSE_LIBPNG" != "no" ; then
25659 cat >>confdefs.h <<\_ACEOF
25660#define wxUSE_LIBPNG 1
25661_ACEOF
25662
25663
25664 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
25665 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
25666echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
25667 wxUSE_LIBPNG=sys
25668 fi
25669
25670 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
25671 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
25672echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
25673 wxUSE_LIBPNG=builtin
25674 fi
25675
25676 if test "$wxUSE_MGL" != 1 ; then
25677 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
25678 echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
25679echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
25680if test "${ac_cv_header_png_h+set}" = set; then
25681 echo $ECHO_N "(cached) $ECHO_C" >&6
25682else
25683 if test "$cross_compiling" = yes; then
25684 unset ac_cv_header_png_h
25685
25686else
25687 cat >conftest.$ac_ext <<_ACEOF
25688/* confdefs.h. */
25689_ACEOF
25690cat confdefs.h >>conftest.$ac_ext
25691cat >>conftest.$ac_ext <<_ACEOF
25692/* end confdefs.h. */
25693
25694 #include <png.h>
25695 #include <stdio.h>
25696
25697 int main()
25698 {
25699 FILE *f=fopen("conftestval", "w");
25700 if (!f) exit(1);
25701 fprintf(f, "%s",
25702 PNG_LIBPNG_VER > 90 ? "yes" : "no");
25703 exit(0);
25704 }
25705
25706_ACEOF
25707rm -f conftest$ac_exeext
25708if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25709 (eval $ac_link) 2>&5
25710 ac_status=$?
25711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25712 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
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_cv_header_png_h=`cat conftestval`
25719else
25720 echo "$as_me: program exited with status $ac_status" >&5
25721echo "$as_me: failed program was:" >&5
25722sed 's/^/| /' conftest.$ac_ext >&5
25723
25724( exit $ac_status )
25725ac_cv_header_png_h=no
25726fi
ac1cb8d3 25727rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
25728fi
25729
25730fi
25731echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
25732echo "${ECHO_T}$ac_cv_header_png_h" >&6
25733 if test "${ac_cv_header_png_h+set}" = set; then
25734 echo "$as_me:$LINENO: checking for png.h" >&5
25735echo $ECHO_N "checking for png.h... $ECHO_C" >&6
25736if test "${ac_cv_header_png_h+set}" = set; then
25737 echo $ECHO_N "(cached) $ECHO_C" >&6
25738fi
25739echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
25740echo "${ECHO_T}$ac_cv_header_png_h" >&6
25741else
25742 # Is the header compilable?
25743echo "$as_me:$LINENO: checking png.h usability" >&5
25744echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
25745cat >conftest.$ac_ext <<_ACEOF
25746/* confdefs.h. */
25747_ACEOF
25748cat confdefs.h >>conftest.$ac_ext
25749cat >>conftest.$ac_ext <<_ACEOF
25750/* end confdefs.h. */
25751$ac_includes_default
25752#include <png.h>
25753_ACEOF
25754rm -f conftest.$ac_objext
25755if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 25756 (eval $ac_compile) 2>conftest.er1
a848cd7e 25757 ac_status=$?
ac1cb8d3
VS
25758 grep -v '^ *+' conftest.er1 >conftest.err
25759 rm -f conftest.er1
25760 cat conftest.err >&5
a848cd7e
SC
25761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25762 (exit $ac_status); } &&
6a5c9b3f
RR
25763 { ac_try='test -z "$ac_cxx_werror_flag"
25764 || test ! -s conftest.err'
ac1cb8d3
VS
25765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25766 (eval $ac_try) 2>&5
25767 ac_status=$?
25768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25769 (exit $ac_status); }; } &&
25770 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
25771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25772 (eval $ac_try) 2>&5
25773 ac_status=$?
25774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25775 (exit $ac_status); }; }; then
25776 ac_header_compiler=yes
25777else
25778 echo "$as_me: failed program was:" >&5
25779sed 's/^/| /' conftest.$ac_ext >&5
25780
25781ac_header_compiler=no
25782fi
ac1cb8d3 25783rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
25784echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25785echo "${ECHO_T}$ac_header_compiler" >&6
25786
25787# Is the header present?
25788echo "$as_me:$LINENO: checking png.h presence" >&5
25789echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
25790cat >conftest.$ac_ext <<_ACEOF
25791/* confdefs.h. */
25792_ACEOF
25793cat confdefs.h >>conftest.$ac_ext
25794cat >>conftest.$ac_ext <<_ACEOF
25795/* end confdefs.h. */
25796#include <png.h>
25797_ACEOF
25798if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
25799 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
25800 ac_status=$?
25801 grep -v '^ *+' conftest.er1 >conftest.err
25802 rm -f conftest.er1
25803 cat conftest.err >&5
25804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25805 (exit $ac_status); } >/dev/null; then
25806 if test -s conftest.err; then
5d7b7554
VZ
25807 ac_cpp_err=$ac_cxx_preproc_warn_flag
25808 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
25809 else
25810 ac_cpp_err=
25811 fi
25812else
25813 ac_cpp_err=yes
25814fi
25815if test -z "$ac_cpp_err"; then
25816 ac_header_preproc=yes
25817else
25818 echo "$as_me: failed program was:" >&5
25819sed 's/^/| /' conftest.$ac_ext >&5
25820
25821 ac_header_preproc=no
25822fi
25823rm -f conftest.err conftest.$ac_ext
25824echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25825echo "${ECHO_T}$ac_header_preproc" >&6
25826
25827# So? What about this header?
5d7b7554 25828case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
ac1cb8d3 25829 yes:no: )
a848cd7e
SC
25830 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
25831echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
25832 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5
25833echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;}
25834 ac_header_preproc=yes
a848cd7e 25835 ;;
ac1cb8d3 25836 no:yes:* )
a848cd7e
SC
25837 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
25838echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
25839 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
25840echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
25841 { echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5
25842echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;}
25843 { echo "$as_me:$LINENO: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&5
25844echo "$as_me: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
25845 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
25846echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
25847 { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5
25848echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
25849 (
25850 cat <<\_ASBOX
ac1cb8d3
VS
25851## ----------------------------------------- ##
25852## Report this to wx-dev@lists.wxwidgets.org ##
25853## ----------------------------------------- ##
a848cd7e
SC
25854_ASBOX
25855 ) |
25856 sed "s/^/$as_me: WARNING: /" >&2
25857 ;;
25858esac
25859echo "$as_me:$LINENO: checking for png.h" >&5
25860echo $ECHO_N "checking for png.h... $ECHO_C" >&6
25861if test "${ac_cv_header_png_h+set}" = set; then
25862 echo $ECHO_N "(cached) $ECHO_C" >&6
25863else
25864 ac_cv_header_png_h=$ac_header_preproc
25865fi
25866echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
25867echo "${ECHO_T}$ac_cv_header_png_h" >&6
25868
25869fi
25870
25871
25872
25873 if test "$ac_cv_header_png_h" = "yes"; then
25874 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
25875echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
25876if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
25877 echo $ECHO_N "(cached) $ECHO_C" >&6
25878else
25879 ac_check_lib_save_LIBS=$LIBS
25880LIBS="-lpng -lz -lm $LIBS"
25881cat >conftest.$ac_ext <<_ACEOF
25882/* confdefs.h. */
25883_ACEOF
25884cat confdefs.h >>conftest.$ac_ext
25885cat >>conftest.$ac_ext <<_ACEOF
25886/* end confdefs.h. */
25887
25888/* Override any gcc2 internal prototype to avoid an error. */
25889#ifdef __cplusplus
25890extern "C"
25891#endif
25892/* We use char because int might match the return type of a gcc2
25893 builtin and then its argument prototype would still apply. */
25894char png_check_sig ();
25895int
25896main ()
25897{
25898png_check_sig ();
25899 ;
25900 return 0;
25901}
25902_ACEOF
25903rm -f conftest.$ac_objext conftest$ac_exeext
25904if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 25905 (eval $ac_link) 2>conftest.er1
a848cd7e 25906 ac_status=$?
ac1cb8d3
VS
25907 grep -v '^ *+' conftest.er1 >conftest.err
25908 rm -f conftest.er1
25909 cat conftest.err >&5
a848cd7e
SC
25910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25911 (exit $ac_status); } &&
6a5c9b3f
RR
25912 { ac_try='test -z "$ac_cxx_werror_flag"
25913 || test ! -s conftest.err'
ac1cb8d3
VS
25914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25915 (eval $ac_try) 2>&5
25916 ac_status=$?
25917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25918 (exit $ac_status); }; } &&
25919 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
25920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25921 (eval $ac_try) 2>&5
25922 ac_status=$?
25923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25924 (exit $ac_status); }; }; then
25925 ac_cv_lib_png_png_check_sig=yes
25926else
25927 echo "$as_me: failed program was:" >&5
25928sed 's/^/| /' conftest.$ac_ext >&5
25929
25930ac_cv_lib_png_png_check_sig=no
25931fi
ac1cb8d3
VS
25932rm -f conftest.err conftest.$ac_objext \
25933 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
25934LIBS=$ac_check_lib_save_LIBS
25935fi
25936echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
25937echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
25938if test $ac_cv_lib_png_png_check_sig = yes; then
25939 PNG_LINK=" -lpng -lz"
25940fi
25941
25942 fi
25943
25944 if test "x$PNG_LINK" = "x" ; then
25945 if test "$wxUSE_LIBPNG" = "sys" ; then
25946 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
25947echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
25948 { (exit 1); exit 1; }; }
25949 else
25950 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
25951echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
25952 wxUSE_LIBPNG=builtin
25953 fi
25954 else
25955 wxUSE_LIBPNG=sys
25956 fi
25957 fi
25958 fi
25959
25960 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
25961fi
25962
25963
25964JPEG_LINK=
25965if test "$wxUSE_LIBJPEG" != "no" ; then
25966 cat >>confdefs.h <<\_ACEOF
25967#define wxUSE_LIBJPEG 1
25968_ACEOF
25969
25970
25971 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
25972 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
25973echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
25974 wxUSE_LIBJPEG=sys
25975 fi
25976
25977 if test "$wxUSE_MGL" != 1 ; then
25978 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
25979 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
25980echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
25981 if test "${ac_cv_header_jpeglib_h+set}" = set; then
25982 echo $ECHO_N "(cached) $ECHO_C" >&6
25983else
25984 cat >conftest.$ac_ext <<_ACEOF
25985/* confdefs.h. */
25986_ACEOF
25987cat confdefs.h >>conftest.$ac_ext
25988cat >>conftest.$ac_ext <<_ACEOF
25989/* end confdefs.h. */
25990
25991 #undef HAVE_STDLIB_H
25992 #include <stdio.h>
25993 #include <jpeglib.h>
25994
25995int
25996main ()
25997{
25998
25999
26000 ;
26001 return 0;
26002}
26003_ACEOF
26004rm -f conftest.$ac_objext
26005if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 26006 (eval $ac_compile) 2>conftest.er1
a848cd7e 26007 ac_status=$?
ac1cb8d3
VS
26008 grep -v '^ *+' conftest.er1 >conftest.err
26009 rm -f conftest.er1
26010 cat conftest.err >&5
a848cd7e
SC
26011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26012 (exit $ac_status); } &&
6a5c9b3f
RR
26013 { ac_try='test -z "$ac_cxx_werror_flag"
26014 || test ! -s conftest.err'
ac1cb8d3
VS
26015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26016 (eval $ac_try) 2>&5
26017 ac_status=$?
26018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26019 (exit $ac_status); }; } &&
26020 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
26021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26022 (eval $ac_try) 2>&5
26023 ac_status=$?
26024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26025 (exit $ac_status); }; }; then
26026 ac_cv_header_jpeglib_h=yes
26027else
26028 echo "$as_me: failed program was:" >&5
26029sed 's/^/| /' conftest.$ac_ext >&5
26030
26031ac_cv_header_jpeglib_h=no
26032
26033fi
ac1cb8d3 26034rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
26035
26036fi
26037
26038 echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
26039echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
26040
26041 if test "$ac_cv_header_jpeglib_h" = "yes"; then
26042 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
26043echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
26044if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
26045 echo $ECHO_N "(cached) $ECHO_C" >&6
26046else
26047 ac_check_lib_save_LIBS=$LIBS
26048LIBS="-ljpeg $LIBS"
26049cat >conftest.$ac_ext <<_ACEOF
26050/* confdefs.h. */
26051_ACEOF
26052cat confdefs.h >>conftest.$ac_ext
26053cat >>conftest.$ac_ext <<_ACEOF
26054/* end confdefs.h. */
26055
26056/* Override any gcc2 internal prototype to avoid an error. */
26057#ifdef __cplusplus
26058extern "C"
26059#endif
26060/* We use char because int might match the return type of a gcc2
26061 builtin and then its argument prototype would still apply. */
26062char jpeg_read_header ();
26063int
26064main ()
26065{
26066jpeg_read_header ();
26067 ;
26068 return 0;
26069}
26070_ACEOF
26071rm -f conftest.$ac_objext conftest$ac_exeext
26072if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26073 (eval $ac_link) 2>conftest.er1
a848cd7e 26074 ac_status=$?
ac1cb8d3
VS
26075 grep -v '^ *+' conftest.er1 >conftest.err
26076 rm -f conftest.er1
26077 cat conftest.err >&5
a848cd7e
SC
26078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26079 (exit $ac_status); } &&
6a5c9b3f
RR
26080 { ac_try='test -z "$ac_cxx_werror_flag"
26081 || test ! -s conftest.err'
ac1cb8d3
VS
26082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26083 (eval $ac_try) 2>&5
26084 ac_status=$?
26085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26086 (exit $ac_status); }; } &&
26087 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26088 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26089 (eval $ac_try) 2>&5
26090 ac_status=$?
26091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26092 (exit $ac_status); }; }; then
26093 ac_cv_lib_jpeg_jpeg_read_header=yes
26094else
26095 echo "$as_me: failed program was:" >&5
26096sed 's/^/| /' conftest.$ac_ext >&5
26097
26098ac_cv_lib_jpeg_jpeg_read_header=no
26099fi
ac1cb8d3
VS
26100rm -f conftest.err conftest.$ac_objext \
26101 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26102LIBS=$ac_check_lib_save_LIBS
26103fi
26104echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
26105echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
26106if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
26107 JPEG_LINK=" -ljpeg"
26108fi
26109
26110 fi
26111
26112 if test "x$JPEG_LINK" = "x" ; then
26113 if test "$wxUSE_LIBJPEG" = "sys" ; then
26114 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
26115echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
26116 { (exit 1); exit 1; }; }
26117 else
26118 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
26119echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
26120 wxUSE_LIBJPEG=builtin
26121 fi
26122 else
26123 wxUSE_LIBJPEG=sys
26124 fi
26125 fi
26126 fi
26127fi
26128
26129
26130TIFF_LINK=
26131TIFF_PREREQ_LINKS=-lm
26132if test "$wxUSE_LIBTIFF" != "no" ; then
26133 cat >>confdefs.h <<\_ACEOF
26134#define wxUSE_LIBTIFF 1
26135_ACEOF
26136
26137
26138 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
26139 if test "$wxUSE_LIBJPEG" = "sys"; then
26140 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK"
26141 fi
26142 if test "$wxUSE_ZLIB" = "sys"; then
26143 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK"
26144 fi
26145 if test "${ac_cv_header_tiffio_h+set}" = set; then
26146 echo "$as_me:$LINENO: checking for tiffio.h" >&5
26147echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
26148if test "${ac_cv_header_tiffio_h+set}" = set; then
26149 echo $ECHO_N "(cached) $ECHO_C" >&6
26150fi
26151echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
26152echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
26153else
26154 # Is the header compilable?
26155echo "$as_me:$LINENO: checking tiffio.h usability" >&5
26156echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
26157cat >conftest.$ac_ext <<_ACEOF
26158/* confdefs.h. */
26159_ACEOF
26160cat confdefs.h >>conftest.$ac_ext
26161cat >>conftest.$ac_ext <<_ACEOF
26162/* end confdefs.h. */
26163$ac_includes_default
26164#include <tiffio.h>
26165_ACEOF
26166rm -f conftest.$ac_objext
26167if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 26168 (eval $ac_compile) 2>conftest.er1
a848cd7e 26169 ac_status=$?
ac1cb8d3
VS
26170 grep -v '^ *+' conftest.er1 >conftest.err
26171 rm -f conftest.er1
26172 cat conftest.err >&5
a848cd7e
SC
26173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26174 (exit $ac_status); } &&
6a5c9b3f
RR
26175 { ac_try='test -z "$ac_cxx_werror_flag"
26176 || test ! -s conftest.err'
ac1cb8d3
VS
26177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26178 (eval $ac_try) 2>&5
26179 ac_status=$?
26180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26181 (exit $ac_status); }; } &&
26182 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
26183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26184 (eval $ac_try) 2>&5
26185 ac_status=$?
26186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26187 (exit $ac_status); }; }; then
26188 ac_header_compiler=yes
26189else
26190 echo "$as_me: failed program was:" >&5
26191sed 's/^/| /' conftest.$ac_ext >&5
26192
26193ac_header_compiler=no
26194fi
ac1cb8d3 26195rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
26196echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26197echo "${ECHO_T}$ac_header_compiler" >&6
26198
26199# Is the header present?
26200echo "$as_me:$LINENO: checking tiffio.h presence" >&5
26201echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
26202cat >conftest.$ac_ext <<_ACEOF
26203/* confdefs.h. */
26204_ACEOF
26205cat confdefs.h >>conftest.$ac_ext
26206cat >>conftest.$ac_ext <<_ACEOF
26207/* end confdefs.h. */
26208#include <tiffio.h>
26209_ACEOF
26210if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
26211 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
26212 ac_status=$?
26213 grep -v '^ *+' conftest.er1 >conftest.err
26214 rm -f conftest.er1
26215 cat conftest.err >&5
26216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26217 (exit $ac_status); } >/dev/null; then
26218 if test -s conftest.err; then
5d7b7554
VZ
26219 ac_cpp_err=$ac_cxx_preproc_warn_flag
26220 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
26221 else
26222 ac_cpp_err=
26223 fi
26224else
26225 ac_cpp_err=yes
26226fi
26227if test -z "$ac_cpp_err"; then
26228 ac_header_preproc=yes
26229else
26230 echo "$as_me: failed program was:" >&5
26231sed 's/^/| /' conftest.$ac_ext >&5
26232
26233 ac_header_preproc=no
26234fi
26235rm -f conftest.err conftest.$ac_ext
26236echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26237echo "${ECHO_T}$ac_header_preproc" >&6
26238
26239# So? What about this header?
5d7b7554 26240case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
ac1cb8d3 26241 yes:no: )
a848cd7e
SC
26242 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
26243echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
26244 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5
26245echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
26246 ac_header_preproc=yes
a848cd7e 26247 ;;
ac1cb8d3 26248 no:yes:* )
a848cd7e
SC
26249 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
26250echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
26251 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
26252echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
26253 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
26254echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
26255 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
26256echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
26257 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
26258echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
26259 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
26260echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
26261 (
26262 cat <<\_ASBOX
ac1cb8d3
VS
26263## ----------------------------------------- ##
26264## Report this to wx-dev@lists.wxwidgets.org ##
26265## ----------------------------------------- ##
a848cd7e
SC
26266_ASBOX
26267 ) |
26268 sed "s/^/$as_me: WARNING: /" >&2
26269 ;;
26270esac
26271echo "$as_me:$LINENO: checking for tiffio.h" >&5
26272echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
26273if test "${ac_cv_header_tiffio_h+set}" = set; then
26274 echo $ECHO_N "(cached) $ECHO_C" >&6
26275else
26276 ac_cv_header_tiffio_h=$ac_header_preproc
26277fi
26278echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
26279echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
26280
26281fi
26282if test $ac_cv_header_tiffio_h = yes; then
26283
26284 echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
26285echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
26286if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
26287 echo $ECHO_N "(cached) $ECHO_C" >&6
26288else
26289 ac_check_lib_save_LIBS=$LIBS
26290LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS"
26291cat >conftest.$ac_ext <<_ACEOF
26292/* confdefs.h. */
26293_ACEOF
26294cat confdefs.h >>conftest.$ac_ext
26295cat >>conftest.$ac_ext <<_ACEOF
26296/* end confdefs.h. */
26297
26298/* Override any gcc2 internal prototype to avoid an error. */
26299#ifdef __cplusplus
26300extern "C"
26301#endif
26302/* We use char because int might match the return type of a gcc2
26303 builtin and then its argument prototype would still apply. */
26304char TIFFError ();
26305int
26306main ()
26307{
26308TIFFError ();
26309 ;
26310 return 0;
26311}
26312_ACEOF
26313rm -f conftest.$ac_objext conftest$ac_exeext
26314if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26315 (eval $ac_link) 2>conftest.er1
a848cd7e 26316 ac_status=$?
ac1cb8d3
VS
26317 grep -v '^ *+' conftest.er1 >conftest.err
26318 rm -f conftest.er1
26319 cat conftest.err >&5
a848cd7e
SC
26320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26321 (exit $ac_status); } &&
6a5c9b3f
RR
26322 { ac_try='test -z "$ac_cxx_werror_flag"
26323 || test ! -s conftest.err'
ac1cb8d3
VS
26324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26325 (eval $ac_try) 2>&5
26326 ac_status=$?
26327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26328 (exit $ac_status); }; } &&
26329 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26331 (eval $ac_try) 2>&5
26332 ac_status=$?
26333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26334 (exit $ac_status); }; }; then
26335 ac_cv_lib_tiff_TIFFError=yes
26336else
26337 echo "$as_me: failed program was:" >&5
26338sed 's/^/| /' conftest.$ac_ext >&5
26339
26340ac_cv_lib_tiff_TIFFError=no
26341fi
ac1cb8d3
VS
26342rm -f conftest.err conftest.$ac_objext \
26343 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26344LIBS=$ac_check_lib_save_LIBS
26345fi
26346echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
26347echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
26348if test $ac_cv_lib_tiff_TIFFError = yes; then
26349 TIFF_LINK=" -ltiff"
26350fi
26351
26352
26353
26354fi
26355
26356
26357
26358 if test "x$TIFF_LINK" = "x" ; then
26359 if test "$wxUSE_LIBTIFF" = "sys" ; then
26360 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
26361echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
26362 { (exit 1); exit 1; }; }
26363 else
26364 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
26365echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
26366 wxUSE_LIBTIFF=builtin
26367 fi
26368 else
26369 wxUSE_LIBTIFF=sys
26370 fi
26371 fi
26372fi
26373
26374
47a7e797
MW
26375if test "$wxUSE_WCHAR_T" != "yes"; then
26376 if test "$wxUSE_EXPAT" != "no"; then
26377 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&5
26378echo "$as_me: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&2;}
26379 wxUSE_EXPAT=no
26380 fi
26381 if test "$wxUSE_XML" != "no"; then
26382 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&5
26383echo "$as_me: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&2;}
26384 wxUSE_XML=no
26385 fi
26386fi
26387
a848cd7e
SC
26388if test "$wxUSE_EXPAT" != "no"; then
26389 wxUSE_XML=yes
26390 cat >>confdefs.h <<\_ACEOF
26391#define wxUSE_EXPAT 1
26392_ACEOF
26393
26394 cat >>confdefs.h <<\_ACEOF
26395#define wxUSE_XML 1
26396_ACEOF
26397
26398
26399 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
26400 if test "${ac_cv_header_expat_h+set}" = set; then
26401 echo "$as_me:$LINENO: checking for expat.h" >&5
26402echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
26403if test "${ac_cv_header_expat_h+set}" = set; then
26404 echo $ECHO_N "(cached) $ECHO_C" >&6
26405fi
26406echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
26407echo "${ECHO_T}$ac_cv_header_expat_h" >&6
26408else
26409 # Is the header compilable?
26410echo "$as_me:$LINENO: checking expat.h usability" >&5
26411echo $ECHO_N "checking expat.h usability... $ECHO_C" >&6
26412cat >conftest.$ac_ext <<_ACEOF
26413/* confdefs.h. */
26414_ACEOF
26415cat confdefs.h >>conftest.$ac_ext
26416cat >>conftest.$ac_ext <<_ACEOF
26417/* end confdefs.h. */
26418$ac_includes_default
26419#include <expat.h>
26420_ACEOF
26421rm -f conftest.$ac_objext
26422if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 26423 (eval $ac_compile) 2>conftest.er1
a848cd7e 26424 ac_status=$?
ac1cb8d3
VS
26425 grep -v '^ *+' conftest.er1 >conftest.err
26426 rm -f conftest.er1
26427 cat conftest.err >&5
a848cd7e
SC
26428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26429 (exit $ac_status); } &&
6a5c9b3f
RR
26430 { ac_try='test -z "$ac_cxx_werror_flag"
26431 || test ! -s conftest.err'
ac1cb8d3
VS
26432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26433 (eval $ac_try) 2>&5
26434 ac_status=$?
26435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26436 (exit $ac_status); }; } &&
26437 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
26438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26439 (eval $ac_try) 2>&5
26440 ac_status=$?
26441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26442 (exit $ac_status); }; }; then
26443 ac_header_compiler=yes
26444else
26445 echo "$as_me: failed program was:" >&5
26446sed 's/^/| /' conftest.$ac_ext >&5
26447
26448ac_header_compiler=no
26449fi
ac1cb8d3 26450rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
26451echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26452echo "${ECHO_T}$ac_header_compiler" >&6
26453
26454# Is the header present?
26455echo "$as_me:$LINENO: checking expat.h presence" >&5
26456echo $ECHO_N "checking expat.h presence... $ECHO_C" >&6
26457cat >conftest.$ac_ext <<_ACEOF
26458/* confdefs.h. */
26459_ACEOF
26460cat confdefs.h >>conftest.$ac_ext
26461cat >>conftest.$ac_ext <<_ACEOF
26462/* end confdefs.h. */
26463#include <expat.h>
26464_ACEOF
26465if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
26466 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
26467 ac_status=$?
26468 grep -v '^ *+' conftest.er1 >conftest.err
26469 rm -f conftest.er1
26470 cat conftest.err >&5
26471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26472 (exit $ac_status); } >/dev/null; then
26473 if test -s conftest.err; then
5d7b7554
VZ
26474 ac_cpp_err=$ac_cxx_preproc_warn_flag
26475 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
26476 else
26477 ac_cpp_err=
26478 fi
26479else
26480 ac_cpp_err=yes
26481fi
26482if test -z "$ac_cpp_err"; then
26483 ac_header_preproc=yes
26484else
26485 echo "$as_me: failed program was:" >&5
26486sed 's/^/| /' conftest.$ac_ext >&5
26487
26488 ac_header_preproc=no
26489fi
26490rm -f conftest.err conftest.$ac_ext
26491echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26492echo "${ECHO_T}$ac_header_preproc" >&6
26493
26494# So? What about this header?
5d7b7554 26495case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
ac1cb8d3 26496 yes:no: )
a848cd7e
SC
26497 { echo "$as_me:$LINENO: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&5
26498echo "$as_me: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
26499 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the compiler's result" >&5
26500echo "$as_me: WARNING: expat.h: proceeding with the compiler's result" >&2;}
26501 ac_header_preproc=yes
a848cd7e 26502 ;;
ac1cb8d3 26503 no:yes:* )
a848cd7e
SC
26504 { echo "$as_me:$LINENO: WARNING: expat.h: present but cannot be compiled" >&5
26505echo "$as_me: WARNING: expat.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
26506 { echo "$as_me:$LINENO: WARNING: expat.h: check for missing prerequisite headers?" >&5
26507echo "$as_me: WARNING: expat.h: check for missing prerequisite headers?" >&2;}
26508 { echo "$as_me:$LINENO: WARNING: expat.h: see the Autoconf documentation" >&5
26509echo "$as_me: WARNING: expat.h: see the Autoconf documentation" >&2;}
26510 { echo "$as_me:$LINENO: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&5
26511echo "$as_me: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
26512 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
26513echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
26514 { echo "$as_me:$LINENO: WARNING: expat.h: in the future, the compiler will take precedence" >&5
26515echo "$as_me: WARNING: expat.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
26516 (
26517 cat <<\_ASBOX
ac1cb8d3
VS
26518## ----------------------------------------- ##
26519## Report this to wx-dev@lists.wxwidgets.org ##
26520## ----------------------------------------- ##
a848cd7e
SC
26521_ASBOX
26522 ) |
26523 sed "s/^/$as_me: WARNING: /" >&2
26524 ;;
26525esac
26526echo "$as_me:$LINENO: checking for expat.h" >&5
26527echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
26528if test "${ac_cv_header_expat_h+set}" = set; then
26529 echo $ECHO_N "(cached) $ECHO_C" >&6
26530else
26531 ac_cv_header_expat_h=$ac_header_preproc
26532fi
26533echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
26534echo "${ECHO_T}$ac_cv_header_expat_h" >&6
26535
26536fi
26537if test $ac_cv_header_expat_h = yes; then
26538 found_expat_h=1
26539fi
26540
26541
26542 if test "x$found_expat_h" = "x1"; then
26543 echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
26544echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6
26545if test "${wx_cv_expat_is_not_broken+set}" = set; then
26546 echo $ECHO_N "(cached) $ECHO_C" >&6
26547else
26548
a848cd7e
SC
26549 cat >conftest.$ac_ext <<_ACEOF
26550/* confdefs.h. */
26551_ACEOF
26552cat confdefs.h >>conftest.$ac_ext
26553cat >>conftest.$ac_ext <<_ACEOF
26554/* end confdefs.h. */
26555#include <expat.h>
26556int
26557main ()
26558{
26559
26560 ;
26561 return 0;
26562}
26563_ACEOF
26564rm -f conftest.$ac_objext
26565if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 26566 (eval $ac_compile) 2>conftest.er1
a848cd7e 26567 ac_status=$?
ac1cb8d3
VS
26568 grep -v '^ *+' conftest.er1 >conftest.err
26569 rm -f conftest.er1
26570 cat conftest.err >&5
a848cd7e
SC
26571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26572 (exit $ac_status); } &&
6a5c9b3f
RR
26573 { ac_try='test -z "$ac_cxx_werror_flag"
26574 || test ! -s conftest.err'
ac1cb8d3
VS
26575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26576 (eval $ac_try) 2>&5
26577 ac_status=$?
26578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26579 (exit $ac_status); }; } &&
26580 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
26581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26582 (eval $ac_try) 2>&5
26583 ac_status=$?
26584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26585 (exit $ac_status); }; }; then
26586 wx_cv_expat_is_not_broken=yes
26587else
26588 echo "$as_me: failed program was:" >&5
26589sed 's/^/| /' conftest.$ac_ext >&5
26590
26591wx_cv_expat_is_not_broken=no
26592
26593fi
ac1cb8d3 26594rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
26595
26596
26597fi
26598echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
26599echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6
26600 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
26601 echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
26602echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6
26603if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
26604 echo $ECHO_N "(cached) $ECHO_C" >&6
26605else
26606 ac_check_lib_save_LIBS=$LIBS
26607LIBS="-lexpat $LIBS"
26608cat >conftest.$ac_ext <<_ACEOF
26609/* confdefs.h. */
26610_ACEOF
26611cat confdefs.h >>conftest.$ac_ext
26612cat >>conftest.$ac_ext <<_ACEOF
26613/* end confdefs.h. */
26614
26615/* Override any gcc2 internal prototype to avoid an error. */
26616#ifdef __cplusplus
26617extern "C"
26618#endif
26619/* We use char because int might match the return type of a gcc2
26620 builtin and then its argument prototype would still apply. */
26621char XML_ParserCreate ();
26622int
26623main ()
26624{
26625XML_ParserCreate ();
26626 ;
26627 return 0;
26628}
26629_ACEOF
26630rm -f conftest.$ac_objext conftest$ac_exeext
26631if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26632 (eval $ac_link) 2>conftest.er1
a848cd7e 26633 ac_status=$?
ac1cb8d3
VS
26634 grep -v '^ *+' conftest.er1 >conftest.err
26635 rm -f conftest.er1
26636 cat conftest.err >&5
a848cd7e
SC
26637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26638 (exit $ac_status); } &&
6a5c9b3f
RR
26639 { ac_try='test -z "$ac_cxx_werror_flag"
26640 || test ! -s conftest.err'
ac1cb8d3
VS
26641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26642 (eval $ac_try) 2>&5
26643 ac_status=$?
26644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26645 (exit $ac_status); }; } &&
26646 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26648 (eval $ac_try) 2>&5
26649 ac_status=$?
26650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26651 (exit $ac_status); }; }; then
26652 ac_cv_lib_expat_XML_ParserCreate=yes
26653else
26654 echo "$as_me: failed program was:" >&5
26655sed 's/^/| /' conftest.$ac_ext >&5
26656
26657ac_cv_lib_expat_XML_ParserCreate=no
26658fi
ac1cb8d3
VS
26659rm -f conftest.err conftest.$ac_objext \
26660 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26661LIBS=$ac_check_lib_save_LIBS
26662fi
26663echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
26664echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6
26665if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
26666 EXPAT_LINK=" -lexpat"
26667fi
26668
26669 fi
26670 fi
26671 if test "x$EXPAT_LINK" = "x" ; then
26672 if test "$wxUSE_EXPAT" = "sys" ; then
26673 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
26674echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
26675 { (exit 1); exit 1; }; }
26676 else
26677 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
26678echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
26679 wxUSE_EXPAT=builtin
26680 fi
26681 else
26682 wxUSE_EXPAT=sys
26683 fi
26684 fi
26685 if test "$wxUSE_EXPAT" = "builtin" ; then
26686
26687
26688subdirs="$subdirs src/expat"
26689
26690 fi
26691fi
26692
26693
26694
26695if test "$wxUSE_LIBMSPACK" != "no"; then
a848cd7e
SC
26696 if test "${ac_cv_header_mspack_h+set}" = set; then
26697 echo "$as_me:$LINENO: checking for mspack.h" >&5
26698echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
26699if test "${ac_cv_header_mspack_h+set}" = set; then
26700 echo $ECHO_N "(cached) $ECHO_C" >&6
26701fi
26702echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
26703echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
26704else
26705 # Is the header compilable?
26706echo "$as_me:$LINENO: checking mspack.h usability" >&5
26707echo $ECHO_N "checking mspack.h usability... $ECHO_C" >&6
26708cat >conftest.$ac_ext <<_ACEOF
26709/* confdefs.h. */
26710_ACEOF
26711cat confdefs.h >>conftest.$ac_ext
26712cat >>conftest.$ac_ext <<_ACEOF
26713/* end confdefs.h. */
26714$ac_includes_default
26715#include <mspack.h>
26716_ACEOF
26717rm -f conftest.$ac_objext
26718if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 26719 (eval $ac_compile) 2>conftest.er1
a848cd7e 26720 ac_status=$?
ac1cb8d3
VS
26721 grep -v '^ *+' conftest.er1 >conftest.err
26722 rm -f conftest.er1
26723 cat conftest.err >&5
a848cd7e
SC
26724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26725 (exit $ac_status); } &&
6a5c9b3f
RR
26726 { ac_try='test -z "$ac_cxx_werror_flag"
26727 || test ! -s conftest.err'
ac1cb8d3
VS
26728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26729 (eval $ac_try) 2>&5
26730 ac_status=$?
26731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26732 (exit $ac_status); }; } &&
26733 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
26734 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26735 (eval $ac_try) 2>&5
26736 ac_status=$?
26737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26738 (exit $ac_status); }; }; then
26739 ac_header_compiler=yes
26740else
26741 echo "$as_me: failed program was:" >&5
26742sed 's/^/| /' conftest.$ac_ext >&5
26743
26744ac_header_compiler=no
26745fi
ac1cb8d3 26746rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
26747echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26748echo "${ECHO_T}$ac_header_compiler" >&6
26749
26750# Is the header present?
26751echo "$as_me:$LINENO: checking mspack.h presence" >&5
26752echo $ECHO_N "checking mspack.h presence... $ECHO_C" >&6
26753cat >conftest.$ac_ext <<_ACEOF
26754/* confdefs.h. */
26755_ACEOF
26756cat confdefs.h >>conftest.$ac_ext
26757cat >>conftest.$ac_ext <<_ACEOF
26758/* end confdefs.h. */
26759#include <mspack.h>
26760_ACEOF
26761if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
26762 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
26763 ac_status=$?
26764 grep -v '^ *+' conftest.er1 >conftest.err
26765 rm -f conftest.er1
26766 cat conftest.err >&5
26767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26768 (exit $ac_status); } >/dev/null; then
26769 if test -s conftest.err; then
5d7b7554
VZ
26770 ac_cpp_err=$ac_cxx_preproc_warn_flag
26771 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
26772 else
26773 ac_cpp_err=
26774 fi
26775else
26776 ac_cpp_err=yes
26777fi
26778if test -z "$ac_cpp_err"; then
26779 ac_header_preproc=yes
26780else
26781 echo "$as_me: failed program was:" >&5
26782sed 's/^/| /' conftest.$ac_ext >&5
26783
26784 ac_header_preproc=no
26785fi
26786rm -f conftest.err conftest.$ac_ext
26787echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26788echo "${ECHO_T}$ac_header_preproc" >&6
26789
26790# So? What about this header?
5d7b7554 26791case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
ac1cb8d3 26792 yes:no: )
a848cd7e
SC
26793 { echo "$as_me:$LINENO: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&5
26794echo "$as_me: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
26795 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the compiler's result" >&5
26796echo "$as_me: WARNING: mspack.h: proceeding with the compiler's result" >&2;}
26797 ac_header_preproc=yes
a848cd7e 26798 ;;
ac1cb8d3 26799 no:yes:* )
a848cd7e
SC
26800 { echo "$as_me:$LINENO: WARNING: mspack.h: present but cannot be compiled" >&5
26801echo "$as_me: WARNING: mspack.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
26802 { echo "$as_me:$LINENO: WARNING: mspack.h: check for missing prerequisite headers?" >&5
26803echo "$as_me: WARNING: mspack.h: check for missing prerequisite headers?" >&2;}
26804 { echo "$as_me:$LINENO: WARNING: mspack.h: see the Autoconf documentation" >&5
26805echo "$as_me: WARNING: mspack.h: see the Autoconf documentation" >&2;}
26806 { echo "$as_me:$LINENO: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&5
26807echo "$as_me: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
26808 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the preprocessor's result" >&5
26809echo "$as_me: WARNING: mspack.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
26810 { echo "$as_me:$LINENO: WARNING: mspack.h: in the future, the compiler will take precedence" >&5
26811echo "$as_me: WARNING: mspack.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
26812 (
26813 cat <<\_ASBOX
ac1cb8d3
VS
26814## ----------------------------------------- ##
26815## Report this to wx-dev@lists.wxwidgets.org ##
26816## ----------------------------------------- ##
a848cd7e
SC
26817_ASBOX
26818 ) |
26819 sed "s/^/$as_me: WARNING: /" >&2
26820 ;;
26821esac
26822echo "$as_me:$LINENO: checking for mspack.h" >&5
26823echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
26824if test "${ac_cv_header_mspack_h+set}" = set; then
26825 echo $ECHO_N "(cached) $ECHO_C" >&6
26826else
26827 ac_cv_header_mspack_h=$ac_header_preproc
26828fi
26829echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
26830echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
26831
26832fi
26833if test $ac_cv_header_mspack_h = yes; then
26834 found_mspack_h=1
26835fi
26836
26837
26838 if test "x$found_mspack_h" = "x1"; then
26839 echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5
26840echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6
26841if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
26842 echo $ECHO_N "(cached) $ECHO_C" >&6
26843else
26844 ac_check_lib_save_LIBS=$LIBS
26845LIBS="-lmspack $LIBS"
26846cat >conftest.$ac_ext <<_ACEOF
26847/* confdefs.h. */
26848_ACEOF
26849cat confdefs.h >>conftest.$ac_ext
26850cat >>conftest.$ac_ext <<_ACEOF
26851/* end confdefs.h. */
26852
26853/* Override any gcc2 internal prototype to avoid an error. */
26854#ifdef __cplusplus
26855extern "C"
26856#endif
26857/* We use char because int might match the return type of a gcc2
26858 builtin and then its argument prototype would still apply. */
26859char mspack_create_chm_decompressor ();
26860int
26861main ()
26862{
26863mspack_create_chm_decompressor ();
26864 ;
26865 return 0;
26866}
26867_ACEOF
26868rm -f conftest.$ac_objext conftest$ac_exeext
26869if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26870 (eval $ac_link) 2>conftest.er1
a848cd7e 26871 ac_status=$?
ac1cb8d3
VS
26872 grep -v '^ *+' conftest.er1 >conftest.err
26873 rm -f conftest.er1
26874 cat conftest.err >&5
a848cd7e
SC
26875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26876 (exit $ac_status); } &&
6a5c9b3f
RR
26877 { ac_try='test -z "$ac_cxx_werror_flag"
26878 || test ! -s conftest.err'
ac1cb8d3
VS
26879 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26880 (eval $ac_try) 2>&5
26881 ac_status=$?
26882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26883 (exit $ac_status); }; } &&
26884 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26885 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26886 (eval $ac_try) 2>&5
26887 ac_status=$?
26888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26889 (exit $ac_status); }; }; then
26890 ac_cv_lib_mspack_mspack_create_chm_decompressor=yes
26891else
26892 echo "$as_me: failed program was:" >&5
26893sed 's/^/| /' conftest.$ac_ext >&5
26894
26895ac_cv_lib_mspack_mspack_create_chm_decompressor=no
26896fi
ac1cb8d3
VS
26897rm -f conftest.err conftest.$ac_objext \
26898 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26899LIBS=$ac_check_lib_save_LIBS
26900fi
26901echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
26902echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6
26903if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
26904 MSPACK_LINK=" -lmspack"
26905fi
26906
26907 fi
26908 if test "x$MSPACK_LINK" = "x" ; then
26909 wxUSE_LIBMSPACK=no
dd3a2d96
VZ
26910 fi
26911fi
26912
26913if test "$wxUSE_LIBMSPACK" != "no"; then
26914 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
26915#define wxUSE_LIBMSPACK 1
26916_ACEOF
26917
a848cd7e
SC
26918fi
26919
26920
26921
26922AFMINSTALL=
26923WIN32INSTALL=
26924
26925TOOLKIT=
26926TOOLKIT_INCLUDE=
26927WIDGET_SET=
26928
26929if test "$USE_WIN32" = 1 ; then
26930
26931for ac_header in w32api.h
26932do
26933as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
26934if eval "test \"\${$as_ac_Header+set}\" = set"; then
26935 echo "$as_me:$LINENO: checking for $ac_header" >&5
26936echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
26937if eval "test \"\${$as_ac_Header+set}\" = set"; then
26938 echo $ECHO_N "(cached) $ECHO_C" >&6
26939fi
26940echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
26941echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
26942else
26943 # Is the header compilable?
26944echo "$as_me:$LINENO: checking $ac_header usability" >&5
26945echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
26946cat >conftest.$ac_ext <<_ACEOF
26947/* confdefs.h. */
26948_ACEOF
26949cat confdefs.h >>conftest.$ac_ext
26950cat >>conftest.$ac_ext <<_ACEOF
26951/* end confdefs.h. */
26952$ac_includes_default
26953#include <$ac_header>
26954_ACEOF
26955rm -f conftest.$ac_objext
26956if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 26957 (eval $ac_compile) 2>conftest.er1
a848cd7e 26958 ac_status=$?
ac1cb8d3
VS
26959 grep -v '^ *+' conftest.er1 >conftest.err
26960 rm -f conftest.er1
26961 cat conftest.err >&5
a848cd7e
SC
26962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26963 (exit $ac_status); } &&
6a5c9b3f
RR
26964 { ac_try='test -z "$ac_cxx_werror_flag"
26965 || test ! -s conftest.err'
ac1cb8d3
VS
26966 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26967 (eval $ac_try) 2>&5
26968 ac_status=$?
26969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26970 (exit $ac_status); }; } &&
26971 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
26972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26973 (eval $ac_try) 2>&5
26974 ac_status=$?
26975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26976 (exit $ac_status); }; }; then
26977 ac_header_compiler=yes
26978else
26979 echo "$as_me: failed program was:" >&5
26980sed 's/^/| /' conftest.$ac_ext >&5
26981
26982ac_header_compiler=no
26983fi
ac1cb8d3 26984rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
26985echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26986echo "${ECHO_T}$ac_header_compiler" >&6
26987
26988# Is the header present?
26989echo "$as_me:$LINENO: checking $ac_header presence" >&5
26990echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
26991cat >conftest.$ac_ext <<_ACEOF
26992/* confdefs.h. */
26993_ACEOF
26994cat confdefs.h >>conftest.$ac_ext
26995cat >>conftest.$ac_ext <<_ACEOF
26996/* end confdefs.h. */
26997#include <$ac_header>
26998_ACEOF
26999if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
27000 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
27001 ac_status=$?
27002 grep -v '^ *+' conftest.er1 >conftest.err
27003 rm -f conftest.er1
27004 cat conftest.err >&5
27005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27006 (exit $ac_status); } >/dev/null; then
27007 if test -s conftest.err; then
5d7b7554
VZ
27008 ac_cpp_err=$ac_cxx_preproc_warn_flag
27009 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
27010 else
27011 ac_cpp_err=
27012 fi
27013else
27014 ac_cpp_err=yes
27015fi
27016if test -z "$ac_cpp_err"; then
27017 ac_header_preproc=yes
27018else
27019 echo "$as_me: failed program was:" >&5
27020sed 's/^/| /' conftest.$ac_ext >&5
27021
27022 ac_header_preproc=no
27023fi
27024rm -f conftest.err conftest.$ac_ext
27025echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
27026echo "${ECHO_T}$ac_header_preproc" >&6
27027
27028# So? What about this header?
5d7b7554 27029case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
ac1cb8d3 27030 yes:no: )
a848cd7e
SC
27031 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
27032echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
27033 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
27034echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
27035 ac_header_preproc=yes
a848cd7e 27036 ;;
ac1cb8d3 27037 no:yes:* )
a848cd7e
SC
27038 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
27039echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
27040 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
27041echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
27042 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
27043echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
27044 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
27045echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
27046 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
27047echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
27048 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
27049echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
27050 (
27051 cat <<\_ASBOX
ac1cb8d3
VS
27052## ----------------------------------------- ##
27053## Report this to wx-dev@lists.wxwidgets.org ##
27054## ----------------------------------------- ##
a848cd7e
SC
27055_ASBOX
27056 ) |
27057 sed "s/^/$as_me: WARNING: /" >&2
27058 ;;
27059esac
27060echo "$as_me:$LINENO: checking for $ac_header" >&5
27061echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
27062if eval "test \"\${$as_ac_Header+set}\" = set"; then
27063 echo $ECHO_N "(cached) $ECHO_C" >&6
27064else
ac1cb8d3 27065 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
27066fi
27067echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
27068echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
27069
27070fi
27071if test `eval echo '${'$as_ac_Header'}'` = yes; then
27072 cat >>confdefs.h <<_ACEOF
27073#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
27074_ACEOF
27075
27076fi
27077
27078done
27079
27080 if test "${ac_cv_header_windows_h+set}" = set; then
27081 echo "$as_me:$LINENO: checking for windows.h" >&5
27082echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
27083if test "${ac_cv_header_windows_h+set}" = set; then
27084 echo $ECHO_N "(cached) $ECHO_C" >&6
27085fi
27086echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
27087echo "${ECHO_T}$ac_cv_header_windows_h" >&6
27088else
27089 # Is the header compilable?
27090echo "$as_me:$LINENO: checking windows.h usability" >&5
27091echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
27092cat >conftest.$ac_ext <<_ACEOF
27093/* confdefs.h. */
27094_ACEOF
27095cat confdefs.h >>conftest.$ac_ext
27096cat >>conftest.$ac_ext <<_ACEOF
27097/* end confdefs.h. */
27098$ac_includes_default
27099#include <windows.h>
27100_ACEOF
27101rm -f conftest.$ac_objext
27102if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 27103 (eval $ac_compile) 2>conftest.er1
a848cd7e 27104 ac_status=$?
ac1cb8d3
VS
27105 grep -v '^ *+' conftest.er1 >conftest.err
27106 rm -f conftest.er1
27107 cat conftest.err >&5
a848cd7e
SC
27108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27109 (exit $ac_status); } &&
6a5c9b3f
RR
27110 { ac_try='test -z "$ac_cxx_werror_flag"
27111 || test ! -s conftest.err'
ac1cb8d3
VS
27112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27113 (eval $ac_try) 2>&5
27114 ac_status=$?
27115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27116 (exit $ac_status); }; } &&
27117 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
27118 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27119 (eval $ac_try) 2>&5
27120 ac_status=$?
27121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27122 (exit $ac_status); }; }; then
27123 ac_header_compiler=yes
27124else
27125 echo "$as_me: failed program was:" >&5
27126sed 's/^/| /' conftest.$ac_ext >&5
27127
27128ac_header_compiler=no
27129fi
ac1cb8d3 27130rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
27131echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
27132echo "${ECHO_T}$ac_header_compiler" >&6
27133
27134# Is the header present?
27135echo "$as_me:$LINENO: checking windows.h presence" >&5
27136echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
27137cat >conftest.$ac_ext <<_ACEOF
27138/* confdefs.h. */
27139_ACEOF
27140cat confdefs.h >>conftest.$ac_ext
27141cat >>conftest.$ac_ext <<_ACEOF
27142/* end confdefs.h. */
27143#include <windows.h>
27144_ACEOF
27145if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
27146 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
27147 ac_status=$?
27148 grep -v '^ *+' conftest.er1 >conftest.err
27149 rm -f conftest.er1
27150 cat conftest.err >&5
27151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27152 (exit $ac_status); } >/dev/null; then
27153 if test -s conftest.err; then
5d7b7554
VZ
27154 ac_cpp_err=$ac_cxx_preproc_warn_flag
27155 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
27156 else
27157 ac_cpp_err=
27158 fi
27159else
27160 ac_cpp_err=yes
27161fi
27162if test -z "$ac_cpp_err"; then
27163 ac_header_preproc=yes
27164else
27165 echo "$as_me: failed program was:" >&5
27166sed 's/^/| /' conftest.$ac_ext >&5
27167
27168 ac_header_preproc=no
27169fi
27170rm -f conftest.err conftest.$ac_ext
27171echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
27172echo "${ECHO_T}$ac_header_preproc" >&6
27173
27174# So? What about this header?
5d7b7554 27175case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
ac1cb8d3 27176 yes:no: )
a848cd7e
SC
27177 { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
27178echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
27179 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the compiler's result" >&5
27180echo "$as_me: WARNING: windows.h: proceeding with the compiler's result" >&2;}
27181 ac_header_preproc=yes
a848cd7e 27182 ;;
ac1cb8d3 27183 no:yes:* )
a848cd7e
SC
27184 { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
27185echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
27186 { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5
27187echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;}
27188 { echo "$as_me:$LINENO: WARNING: windows.h: see the Autoconf documentation" >&5
27189echo "$as_me: WARNING: windows.h: see the Autoconf documentation" >&2;}
27190 { echo "$as_me:$LINENO: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&5
27191echo "$as_me: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
27192 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
27193echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
27194 { echo "$as_me:$LINENO: WARNING: windows.h: in the future, the compiler will take precedence" >&5
27195echo "$as_me: WARNING: windows.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
27196 (
27197 cat <<\_ASBOX
ac1cb8d3
VS
27198## ----------------------------------------- ##
27199## Report this to wx-dev@lists.wxwidgets.org ##
27200## ----------------------------------------- ##
a848cd7e
SC
27201_ASBOX
27202 ) |
27203 sed "s/^/$as_me: WARNING: /" >&2
27204 ;;
27205esac
27206echo "$as_me:$LINENO: checking for windows.h" >&5
27207echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
27208if test "${ac_cv_header_windows_h+set}" = set; then
27209 echo $ECHO_N "(cached) $ECHO_C" >&6
27210else
27211 ac_cv_header_windows_h=$ac_header_preproc
27212fi
27213echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
27214echo "${ECHO_T}$ac_cv_header_windows_h" >&6
27215
27216fi
27217if test $ac_cv_header_windows_h = yes; then
27218 :
27219else
27220
27221 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
27222echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
27223 { (exit 1); exit 1; }; }
27224
27225fi
27226
27227
27228
27229 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
27230
27231 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
27232 LIBS="$LIBS -loleacc"
27233 fi
27234
27235 case "${host}" in
27236 *-*-cygwin* )
27237 LIBS="$LIBS -lkernel32 -luser32"
a848cd7e
SC
27238 esac
27239
27240 if test "$wxUSE_ODBC" = "sys" ; then
27241 wxUSE_ODBC = "yes"
27242 fi
27243 if test "$wxUSE_ODBC" = "yes" ; then
27244 LIBS=" -lodbc32 -lole32 -loleaut32 $LIBS"
27245 cat >>confdefs.h <<\_ACEOF
27246#define wxUSE_ODBC 1
27247_ACEOF
27248
27249 fi
27250
370d2fd7 27251 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
a848cd7e
SC
27252 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
27253
004ee6da 27254 WXCONFIG_RESFLAGS="--define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
370d2fd7 27255
a848cd7e 27256 WIN32INSTALL=win32install
5f41d1bf
MW
27257
27258 echo "$as_me:$LINENO: checking for boolean" >&5
27259echo $ECHO_N "checking for boolean... $ECHO_C" >&6
27260if test "${ac_cv_type_boolean+set}" = set; then
27261 echo $ECHO_N "(cached) $ECHO_C" >&6
27262else
27263 cat >conftest.$ac_ext <<_ACEOF
27264/* confdefs.h. */
27265_ACEOF
27266cat confdefs.h >>conftest.$ac_ext
27267cat >>conftest.$ac_ext <<_ACEOF
27268/* end confdefs.h. */
27269#include <windows.h>
27270
27271int
27272main ()
27273{
27274if ((boolean *) 0)
27275 return 0;
27276if (sizeof (boolean))
27277 return 0;
27278 ;
27279 return 0;
27280}
27281_ACEOF
27282rm -f conftest.$ac_objext
27283if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27284 (eval $ac_compile) 2>conftest.er1
27285 ac_status=$?
27286 grep -v '^ *+' conftest.er1 >conftest.err
27287 rm -f conftest.er1
27288 cat conftest.err >&5
27289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27290 (exit $ac_status); } &&
6a5c9b3f
RR
27291 { ac_try='test -z "$ac_cxx_werror_flag"
27292 || test ! -s conftest.err'
5f41d1bf
MW
27293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27294 (eval $ac_try) 2>&5
27295 ac_status=$?
27296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27297 (exit $ac_status); }; } &&
27298 { ac_try='test -s conftest.$ac_objext'
27299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27300 (eval $ac_try) 2>&5
27301 ac_status=$?
27302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27303 (exit $ac_status); }; }; then
27304 ac_cv_type_boolean=yes
27305else
27306 echo "$as_me: failed program was:" >&5
27307sed 's/^/| /' conftest.$ac_ext >&5
27308
27309ac_cv_type_boolean=no
27310fi
27311rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
27312fi
27313echo "$as_me:$LINENO: result: $ac_cv_type_boolean" >&5
27314echo "${ECHO_T}$ac_cv_type_boolean" >&6
27315if test $ac_cv_type_boolean = yes; then
27316
27317cat >>confdefs.h <<_ACEOF
27318#define HAVE_BOOLEAN 1
27319_ACEOF
27320
27321
27322fi
27323
dcfd4ac4
MW
27324
27325
27326for ac_header in pbt.h
27327do
27328as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
27329if eval "test \"\${$as_ac_Header+set}\" = set"; then
27330 echo "$as_me:$LINENO: checking for $ac_header" >&5
27331echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
27332if eval "test \"\${$as_ac_Header+set}\" = set"; then
27333 echo $ECHO_N "(cached) $ECHO_C" >&6
27334fi
27335echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
27336echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
27337else
27338 # Is the header compilable?
27339echo "$as_me:$LINENO: checking $ac_header usability" >&5
27340echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
27341cat >conftest.$ac_ext <<_ACEOF
27342/* confdefs.h. */
27343_ACEOF
27344cat confdefs.h >>conftest.$ac_ext
27345cat >>conftest.$ac_ext <<_ACEOF
27346/* end confdefs.h. */
27347$ac_includes_default
27348#include <$ac_header>
27349_ACEOF
27350rm -f conftest.$ac_objext
27351if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27352 (eval $ac_compile) 2>conftest.er1
27353 ac_status=$?
27354 grep -v '^ *+' conftest.er1 >conftest.err
27355 rm -f conftest.er1
27356 cat conftest.err >&5
27357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27358 (exit $ac_status); } &&
6a5c9b3f
RR
27359 { ac_try='test -z "$ac_cxx_werror_flag"
27360 || test ! -s conftest.err'
dcfd4ac4
MW
27361 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27362 (eval $ac_try) 2>&5
27363 ac_status=$?
27364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27365 (exit $ac_status); }; } &&
27366 { ac_try='test -s conftest.$ac_objext'
27367 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27368 (eval $ac_try) 2>&5
27369 ac_status=$?
27370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27371 (exit $ac_status); }; }; then
27372 ac_header_compiler=yes
27373else
27374 echo "$as_me: failed program was:" >&5
27375sed 's/^/| /' conftest.$ac_ext >&5
27376
27377ac_header_compiler=no
27378fi
27379rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
27380echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
27381echo "${ECHO_T}$ac_header_compiler" >&6
27382
27383# Is the header present?
27384echo "$as_me:$LINENO: checking $ac_header presence" >&5
27385echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
27386cat >conftest.$ac_ext <<_ACEOF
27387/* confdefs.h. */
27388_ACEOF
27389cat confdefs.h >>conftest.$ac_ext
27390cat >>conftest.$ac_ext <<_ACEOF
27391/* end confdefs.h. */
27392#include <$ac_header>
27393_ACEOF
27394if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
27395 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
27396 ac_status=$?
27397 grep -v '^ *+' conftest.er1 >conftest.err
27398 rm -f conftest.er1
27399 cat conftest.err >&5
27400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27401 (exit $ac_status); } >/dev/null; then
27402 if test -s conftest.err; then
27403 ac_cpp_err=$ac_cxx_preproc_warn_flag
27404 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
27405 else
27406 ac_cpp_err=
27407 fi
27408else
27409 ac_cpp_err=yes
27410fi
27411if test -z "$ac_cpp_err"; then
27412 ac_header_preproc=yes
27413else
27414 echo "$as_me: failed program was:" >&5
27415sed 's/^/| /' conftest.$ac_ext >&5
27416
27417 ac_header_preproc=no
27418fi
27419rm -f conftest.err conftest.$ac_ext
27420echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
27421echo "${ECHO_T}$ac_header_preproc" >&6
27422
27423# So? What about this header?
27424case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
27425 yes:no: )
27426 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
27427echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
27428 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
27429echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
27430 ac_header_preproc=yes
27431 ;;
27432 no:yes:* )
27433 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
27434echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
27435 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
27436echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
27437 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
27438echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
27439 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
27440echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
27441 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
27442echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
27443 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
27444echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
27445 (
27446 cat <<\_ASBOX
27447## ----------------------------------------- ##
27448## Report this to wx-dev@lists.wxwidgets.org ##
27449## ----------------------------------------- ##
27450_ASBOX
27451 ) |
27452 sed "s/^/$as_me: WARNING: /" >&2
27453 ;;
27454esac
27455echo "$as_me:$LINENO: checking for $ac_header" >&5
27456echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
27457if eval "test \"\${$as_ac_Header+set}\" = set"; then
27458 echo $ECHO_N "(cached) $ECHO_C" >&6
27459else
27460 eval "$as_ac_Header=\$ac_header_preproc"
27461fi
27462echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
27463echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
27464
27465fi
27466if test `eval echo '${'$as_ac_Header'}'` = yes; then
27467 cat >>confdefs.h <<_ACEOF
27468#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
27469_ACEOF
27470
27471else
27472 cat >>confdefs.h <<\_ACEOF
27473#define NEED_PBT_H 1
27474_ACEOF
27475
27476fi
27477
27478done
27479
a848cd7e
SC
27480fi
27481
27482if test "$wxUSE_GUI" = "yes"; then
27483 USE_GUI=1
27484
27485 GUI_TK_LIBRARY=
27486
27487 WXGTK12=
27488 WXGTK127=
27489 WXGTK20=
27490 WXGPE=
27491
207bc66c
RN
27492 if test "$wxUSE_COCOA" = 1 ; then
27493 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
27494 { echo "$as_me:$LINENO: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
27495echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
27496 wxUSE_PRINTING_ARCHITECTURE=no
27497 fi
27498 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
27499 { echo "$as_me:$LINENO: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
27500echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
27501 wxUSE_DRAG_AND_DROP=no
27502 fi
27503 if test "$wxUSE_DRAGIMAGE" = "yes"; then
27504 { echo "$as_me:$LINENO: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&5
27505echo "$as_me: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&2;}
27506 wxUSE_DRAGIMAGE=no
27507 fi
27508 fi
27509
a848cd7e
SC
27510 if test "$wxUSE_MSW" = 1 ; then
27511 TOOLKIT=MSW
27512 GUIDIST=MSW_DIST
27513
ceec2216 27514 case "${host}" in
a848cd7e
SC
27515 *-*-mingw32* )
27516 WXCONFIG_LDFLAGS_GUI="$LDFLAGS -Wl,--subsystem,windows -mwindows"
27517 esac
27518 fi
27519
27520 if test "$wxUSE_GTK" = 1; then
5d7b7554
VZ
27521 ac_ext=c
27522ac_cpp='$CPP $CPPFLAGS'
27523ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27524ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27525ac_compiler_gnu=$ac_cv_c_compiler_gnu
27526
27527
a848cd7e
SC
27528 echo "$as_me:$LINENO: checking for GTK+ version" >&5
27529echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
27530
27531 gtk_version_cached=1
27532 if test "${wx_cv_lib_gtk+set}" = set; then
27533 echo $ECHO_N "(cached) $ECHO_C" >&6
27534else
27535
27536 gtk_version_cached=0
27537 echo "$as_me:$LINENO: result: " >&5
27538echo "${ECHO_T}" >&6
27539
27540 GTK_MODULES=
27541 if test "$wxUSE_THREADS" = "yes"; then
27542 GTK_MODULES=gthread
27543 fi
27544
f597b41c 27545 wx_cv_lib_gtk=
5001df0d
MW
27546 if test "x$wxGTK_VERSION" != "x1"
27547 then
27548 case "${host}" in
27549 *-*-solaris2* )
27550 if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
5ff751d6 27551 enable_gtktest=no
5001df0d
MW
27552 fi
27553 esac
27554
a848cd7e
SC
27555 # Check whether --enable-gtktest or --disable-gtktest was given.
27556if test "${enable_gtktest+set}" = set; then
27557 enableval="$enable_gtktest"
27558
27559else
27560 enable_gtktest=yes
27561fi;
27562
27563 pkg_config_args=gtk+-2.0
27564 for module in . $GTK_MODULES
27565 do
27566 case "$module" in
27567 gthread)
27568 pkg_config_args="$pkg_config_args gthread-2.0"
27569 ;;
27570 esac
27571 done
27572
27573 no_gtk=""
27574
27575 # Extract the first word of "pkg-config", so it can be a program name with args.
27576set dummy pkg-config; ac_word=$2
27577echo "$as_me:$LINENO: checking for $ac_word" >&5
27578echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27579if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
27580 echo $ECHO_N "(cached) $ECHO_C" >&6
27581else
27582 case $PKG_CONFIG in
27583 [\\/]* | ?:[\\/]*)
27584 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
27585 ;;
27586 *)
27587 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27588for as_dir in $PATH
27589do
27590 IFS=$as_save_IFS
27591 test -z "$as_dir" && as_dir=.
27592 for ac_exec_ext in '' $ac_executable_extensions; do
27593 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27594 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27595 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27596 break 2
27597 fi
27598done
27599done
27600
27601 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
27602 ;;
27603esac
27604fi
27605PKG_CONFIG=$ac_cv_path_PKG_CONFIG
27606
27607if test -n "$PKG_CONFIG"; then
27608 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
27609echo "${ECHO_T}$PKG_CONFIG" >&6
27610else
27611 echo "$as_me:$LINENO: result: no" >&5
27612echo "${ECHO_T}no" >&6
27613fi
27614
27615
27616 if test x$PKG_CONFIG != xno ; then
27617 if pkg-config --atleast-pkgconfig-version 0.7 ; then
27618 :
27619 else
c2218763 27620 echo "*** pkg-config too old; version 0.7 or better required."
a848cd7e
SC
27621 no_gtk=yes
27622 PKG_CONFIG=no
27623 fi
27624 else
27625 no_gtk=yes
27626 fi
27627
27628 min_gtk_version=2.0.0
27629 echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
27630echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
27631
27632 if test x$PKG_CONFIG != xno ; then
27633 ## don't try to run the test against uninstalled libtool libs
27634 if $PKG_CONFIG --uninstalled $pkg_config_args; then
27635 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
27636 enable_gtktest=no
27637 fi
27638
27639 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
27640 :
27641 else
27642 no_gtk=yes
27643 fi
27644 fi
27645
27646 if test x"$no_gtk" = x ; then
27647 GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
27648 GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
27649 gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
27650 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
27651 gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
27652 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
27653 gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
27654 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
27655 if test "x$enable_gtktest" = "xyes" ; then
27656 ac_save_CFLAGS="$CFLAGS"
27657 ac_save_LIBS="$LIBS"
27658 CFLAGS="$CFLAGS $GTK_CFLAGS"
27659 LIBS="$GTK_LIBS $LIBS"
27660 rm -f conf.gtktest
27661 if test "$cross_compiling" = yes; then
27662 echo $ac_n "cross compiling; assumed OK... $ac_c"
27663else
27664 cat >conftest.$ac_ext <<_ACEOF
27665/* confdefs.h. */
27666_ACEOF
27667cat confdefs.h >>conftest.$ac_ext
27668cat >>conftest.$ac_ext <<_ACEOF
27669/* end confdefs.h. */
27670
27671#include <gtk/gtk.h>
27672#include <stdio.h>
27673#include <stdlib.h>
27674
27675int
27676main ()
27677{
27678 int major, minor, micro;
27679 char *tmp_version;
27680
27681 system ("touch conf.gtktest");
27682
27683 /* HP/UX 9 (%@#!) writes to sscanf strings */
27684 tmp_version = g_strdup("$min_gtk_version");
27685 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
27686 printf("%s, bad version string\n", "$min_gtk_version");
27687 exit(1);
27688 }
27689
27690 if ((gtk_major_version != $gtk_config_major_version) ||
27691 (gtk_minor_version != $gtk_config_minor_version) ||
27692 (gtk_micro_version != $gtk_config_micro_version))
27693 {
27694 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
27695 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
27696 gtk_major_version, gtk_minor_version, gtk_micro_version);
27697 printf ("*** was found! If pkg-config was correct, then it is best\n");
27698 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
27699 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
27700 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
27701 printf("*** required on your system.\n");
27702 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
27703 printf("*** to point to the correct configuration files\n");
27704 }
27705 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
27706 (gtk_minor_version != GTK_MINOR_VERSION) ||
27707 (gtk_micro_version != GTK_MICRO_VERSION))
27708 {
27709 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
27710 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
27711 printf("*** library (version %d.%d.%d)\n",
27712 gtk_major_version, gtk_minor_version, gtk_micro_version);
27713 }
27714 else
27715 {
27716 if ((gtk_major_version > major) ||
27717 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
27718 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
27719 {
27720 return 0;
27721 }
27722 else
27723 {
27724 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
27725 gtk_major_version, gtk_minor_version, gtk_micro_version);
27726 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
27727 major, minor, micro);
27728 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
27729 printf("***\n");
27730 printf("*** If you have already installed a sufficiently new version, this error\n");
27731 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
27732 printf("*** being found. The easiest way to fix this is to remove the old version\n");
27733 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
27734 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
27735 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
27736 printf("*** so that the correct libraries are found at run-time))\n");
27737 }
27738 }
27739 return 1;
27740}
27741
27742_ACEOF
27743rm -f conftest$ac_exeext
27744if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27745 (eval $ac_link) 2>&5
27746 ac_status=$?
27747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27748 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
27749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27750 (eval $ac_try) 2>&5
27751 ac_status=$?
27752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27753 (exit $ac_status); }; }; then
27754 :
27755else
27756 echo "$as_me: program exited with status $ac_status" >&5
27757echo "$as_me: failed program was:" >&5
27758sed 's/^/| /' conftest.$ac_ext >&5
27759
27760( exit $ac_status )
27761no_gtk=yes
27762fi
ac1cb8d3 27763rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
27764fi
27765 CFLAGS="$ac_save_CFLAGS"
27766 LIBS="$ac_save_LIBS"
27767 fi
27768 fi
27769 if test "x$no_gtk" = x ; then
27770 echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
27771echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
27772 wx_cv_lib_gtk=2.0
27773 else
27774 echo "$as_me:$LINENO: result: no" >&5
27775echo "${ECHO_T}no" >&6
27776 if test "$PKG_CONFIG" = "no" ; then
27777 echo "*** A new enough version of pkg-config was not found."
27778 echo "*** See http://pkgconfig.sourceforge.net"
27779 else
27780 if test -f conf.gtktest ; then
27781 :
27782 else
27783 echo "*** Could not run GTK+ test program, checking why..."
27784 ac_save_CFLAGS="$CFLAGS"
27785 ac_save_LIBS="$LIBS"
27786 CFLAGS="$CFLAGS $GTK_CFLAGS"
27787 LIBS="$LIBS $GTK_LIBS"
27788 cat >conftest.$ac_ext <<_ACEOF
27789/* confdefs.h. */
27790_ACEOF
27791cat confdefs.h >>conftest.$ac_ext
27792cat >>conftest.$ac_ext <<_ACEOF
27793/* end confdefs.h. */
27794
27795#include <gtk/gtk.h>
27796#include <stdio.h>
27797
27798int
27799main ()
27800{
27801 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
27802 ;
27803 return 0;
27804}
27805_ACEOF
27806rm -f conftest.$ac_objext conftest$ac_exeext
27807if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27808 (eval $ac_link) 2>conftest.er1
a848cd7e 27809 ac_status=$?
ac1cb8d3
VS
27810 grep -v '^ *+' conftest.er1 >conftest.err
27811 rm -f conftest.er1
27812 cat conftest.err >&5
a848cd7e
SC
27813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27814 (exit $ac_status); } &&
6a5c9b3f
RR
27815 { ac_try='test -z "$ac_c_werror_flag"
27816 || test ! -s conftest.err'
ac1cb8d3
VS
27817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27818 (eval $ac_try) 2>&5
27819 ac_status=$?
27820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27821 (exit $ac_status); }; } &&
27822 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27824 (eval $ac_try) 2>&5
27825 ac_status=$?
27826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27827 (exit $ac_status); }; }; then
27828 echo "*** The test program compiled, but did not run. This usually means"
27829 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
27830 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
27831 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
27832 echo "*** to the installed location Also, make sure you have run ldconfig if that"
27833 echo "*** is required on your system"
27834 echo "***"
27835 echo "*** If you have an old version installed, it is best to remove it, although"
27836 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
27837else
27838 echo "$as_me: failed program was:" >&5
27839sed 's/^/| /' conftest.$ac_ext >&5
27840
27841 echo "*** The test program failed to compile or link. See the file config.log for the"
27842 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
27843fi
ac1cb8d3
VS
27844rm -f conftest.err conftest.$ac_objext \
27845 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27846 CFLAGS="$ac_save_CFLAGS"
27847 LIBS="$ac_save_LIBS"
27848 fi
27849 fi
27850 GTK_CFLAGS=""
27851 GTK_LIBS=""
27852 :
27853 fi
27854
27855
27856 rm -f conf.gtktest
27857
5001df0d
MW
27858
27859 case "${host}" in
27860 *-*-solaris2* )
27861 if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
27862 GTK_CFLAGS=`echo $GTK_CFLAGS | sed 's/-mt//'`
27863 GTK_LIBS=`echo $GTK_LIBS | sed 's/-mt//'`
27864 fi
27865 if test "$wxUSE_SHARED" != "yes"; then
27866 GTK_LIBS="$GTK_LIBS -lX11"
27867 fi
27868 esac
f597b41c
MW
27869 fi
27870
f34ca037
MW
27871 if test -z "$wx_cv_lib_gtk"; then
27872 if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
a848cd7e
SC
27873
27874# Check whether --with-gtk-prefix or --without-gtk-prefix was given.
27875if test "${with_gtk_prefix+set}" = set; then
27876 withval="$with_gtk_prefix"
27877 gtk_config_prefix="$withval"
27878else
27879 gtk_config_prefix=""
27880fi;
27881
27882# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
27883if test "${with_gtk_exec_prefix+set}" = set; then
27884 withval="$with_gtk_exec_prefix"
27885 gtk_config_exec_prefix="$withval"
27886else
27887 gtk_config_exec_prefix=""
27888fi;
27889# Check whether --enable-gtktest or --disable-gtktest was given.
27890if test "${enable_gtktest+set}" = set; then
27891 enableval="$enable_gtktest"
27892
27893else
27894 enable_gtktest=yes
27895fi;
27896
27897 for module in . $GTK_MODULES
27898 do
27899 case "$module" in
27900 gthread)
27901 gtk_config_args="$gtk_config_args gthread"
27902 ;;
27903 esac
27904 done
27905
27906 if test x$gtk_config_exec_prefix != x ; then
27907 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
27908 if test x${GTK_CONFIG+set} != xset ; then
27909 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
27910 fi
27911 fi
27912 if test x$gtk_config_prefix != x ; then
27913 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
27914 if test x${GTK_CONFIG+set} != xset ; then
27915 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
27916 fi
27917 fi
27918
27919 # Extract the first word of "gtk-config", so it can be a program name with args.
27920set dummy gtk-config; ac_word=$2
27921echo "$as_me:$LINENO: checking for $ac_word" >&5
27922echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27923if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
27924 echo $ECHO_N "(cached) $ECHO_C" >&6
27925else
27926 case $GTK_CONFIG in
27927 [\\/]* | ?:[\\/]*)
27928 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
27929 ;;
27930 *)
27931 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27932for as_dir in $PATH
27933do
27934 IFS=$as_save_IFS
27935 test -z "$as_dir" && as_dir=.
27936 for ac_exec_ext in '' $ac_executable_extensions; do
27937 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27938 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27939 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27940 break 2
27941 fi
27942done
27943done
27944
27945 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
27946 ;;
27947esac
27948fi
27949GTK_CONFIG=$ac_cv_path_GTK_CONFIG
27950
27951if test -n "$GTK_CONFIG"; then
27952 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
27953echo "${ECHO_T}$GTK_CONFIG" >&6
27954else
27955 echo "$as_me:$LINENO: result: no" >&5
27956echo "${ECHO_T}no" >&6
27957fi
27958
27959 min_gtk_version=1.2.7
27960 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
27961echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
27962 no_gtk=""
27963 if test "$GTK_CONFIG" = "no" ; then
27964 no_gtk=yes
27965 else
27966 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
27967 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
27968 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
27969 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
27970 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
27971 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
27972 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
27973 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
27974 if test "x$enable_gtktest" = "xyes" ; then
27975 ac_save_CFLAGS="$CFLAGS"
27976 ac_save_LIBS="$LIBS"
27977 CFLAGS="$CFLAGS $GTK_CFLAGS"
27978 LIBS="$GTK_LIBS $LIBS"
27979 rm -f conf.gtktest
27980 if test "$cross_compiling" = yes; then
27981 echo $ac_n "cross compiling; assumed OK... $ac_c"
27982else
27983 cat >conftest.$ac_ext <<_ACEOF
27984/* confdefs.h. */
27985_ACEOF
27986cat confdefs.h >>conftest.$ac_ext
27987cat >>conftest.$ac_ext <<_ACEOF
27988/* end confdefs.h. */
27989
27990#include <gtk/gtk.h>
27991#include <stdio.h>
27992#include <stdlib.h>
27993
27994int
27995main ()
27996{
27997 int major, minor, micro;
27998 char *tmp_version;
27999
28000 system ("touch conf.gtktest");
28001
28002 /* HP/UX 9 (%@#!) writes to sscanf strings */
28003 tmp_version = g_strdup("$min_gtk_version");
28004 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
28005 printf("%s, bad version string\n", "$min_gtk_version");
28006 exit(1);
28007 }
28008
28009 if ((gtk_major_version != $gtk_config_major_version) ||
28010 (gtk_minor_version != $gtk_config_minor_version) ||
28011 (gtk_micro_version != $gtk_config_micro_version))
28012 {
28013 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
28014 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
28015 gtk_major_version, gtk_minor_version, gtk_micro_version);
28016 printf ("*** was found! If gtk-config was correct, then it is best\n");
28017 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
28018 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
28019 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
28020 printf("*** required on your system.\n");
28021 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
28022 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
28023 printf("*** before re-running configure\n");
28024 }
28025#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
28026 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
28027 (gtk_minor_version != GTK_MINOR_VERSION) ||
28028 (gtk_micro_version != GTK_MICRO_VERSION))
28029 {
28030 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
28031 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
28032 printf("*** library (version %d.%d.%d)\n",
28033 gtk_major_version, gtk_minor_version, gtk_micro_version);
28034 }
28035#endif /* defined (GTK_MAJOR_VERSION) ... */
28036 else
28037 {
28038 if ((gtk_major_version > major) ||
28039 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
28040 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
28041 {
28042 return 0;
28043 }
28044 else
28045 {
28046 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
28047 gtk_major_version, gtk_minor_version, gtk_micro_version);
28048 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
28049 major, minor, micro);
28050 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
28051 printf("***\n");
28052 printf("*** If you have already installed a sufficiently new version, this error\n");
28053 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
28054 printf("*** being found. The easiest way to fix this is to remove the old version\n");
28055 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
28056 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
28057 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
28058 printf("*** so that the correct libraries are found at run-time))\n");
28059 }
28060 }
28061 return 1;
28062}
28063
28064_ACEOF
28065rm -f conftest$ac_exeext
28066if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28067 (eval $ac_link) 2>&5
28068 ac_status=$?
28069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28070 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
28071 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28072 (eval $ac_try) 2>&5
28073 ac_status=$?
28074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28075 (exit $ac_status); }; }; then
28076 :
28077else
28078 echo "$as_me: program exited with status $ac_status" >&5
28079echo "$as_me: failed program was:" >&5
28080sed 's/^/| /' conftest.$ac_ext >&5
28081
28082( exit $ac_status )
28083no_gtk=yes
28084fi
ac1cb8d3 28085rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
28086fi
28087 CFLAGS="$ac_save_CFLAGS"
28088 LIBS="$ac_save_LIBS"
28089 fi
28090 fi
28091 if test "x$no_gtk" = x ; then
28092 echo "$as_me:$LINENO: result: yes" >&5
28093echo "${ECHO_T}yes" >&6
28094 wx_cv_lib_gtk=1.2.7
28095 else
28096 echo "$as_me:$LINENO: result: no" >&5
28097echo "${ECHO_T}no" >&6
28098 if test "$GTK_CONFIG" = "no" ; then
28099 echo "*** The gtk-config script installed by GTK could not be found"
28100 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
28101 echo "*** your path, or set the GTK_CONFIG environment variable to the"
28102 echo "*** full path to gtk-config."
28103 else
28104 if test -f conf.gtktest ; then
28105 :
28106 else
28107 echo "*** Could not run GTK test program, checking why..."
28108 CFLAGS="$CFLAGS $GTK_CFLAGS"
28109 LIBS="$LIBS $GTK_LIBS"
28110 cat >conftest.$ac_ext <<_ACEOF
28111/* confdefs.h. */
28112_ACEOF
28113cat confdefs.h >>conftest.$ac_ext
28114cat >>conftest.$ac_ext <<_ACEOF
28115/* end confdefs.h. */
28116
28117#include <gtk/gtk.h>
28118#include <stdio.h>
28119
28120int
28121main ()
28122{
28123 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
28124 ;
28125 return 0;
28126}
28127_ACEOF
28128rm -f conftest.$ac_objext conftest$ac_exeext
28129if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 28130 (eval $ac_link) 2>conftest.er1
a848cd7e 28131 ac_status=$?
ac1cb8d3
VS
28132 grep -v '^ *+' conftest.er1 >conftest.err
28133 rm -f conftest.er1
28134 cat conftest.err >&5
a848cd7e
SC
28135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28136 (exit $ac_status); } &&
6a5c9b3f
RR
28137 { ac_try='test -z "$ac_c_werror_flag"
28138 || test ! -s conftest.err'
ac1cb8d3
VS
28139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28140 (eval $ac_try) 2>&5
28141 ac_status=$?
28142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28143 (exit $ac_status); }; } &&
28144 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
28145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28146 (eval $ac_try) 2>&5
28147 ac_status=$?
28148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28149 (exit $ac_status); }; }; then
28150 echo "*** The test program compiled, but did not run. This usually means"
28151 echo "*** that the run-time linker is not finding GTK or finding the wrong"
28152 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
28153 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
28154 echo "*** to the installed location Also, make sure you have run ldconfig if that"
28155 echo "*** is required on your system"
28156 echo "***"
28157 echo "*** If you have an old version installed, it is best to remove it, although"
28158 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
28159 echo "***"
28160 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
28161 echo "*** came with the system with the command"
28162 echo "***"
28163 echo "*** rpm --erase --nodeps gtk gtk-devel"
28164else
28165 echo "$as_me: failed program was:" >&5
28166sed 's/^/| /' conftest.$ac_ext >&5
28167
28168 echo "*** The test program failed to compile or link. See the file config.log for the"
28169 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
28170 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
28171 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
28172fi
ac1cb8d3
VS
28173rm -f conftest.err conftest.$ac_objext \
28174 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
28175 CFLAGS="$ac_save_CFLAGS"
28176 LIBS="$ac_save_LIBS"
28177 fi
28178 fi
28179 GTK_CFLAGS=""
28180 GTK_LIBS=""
28181 :
28182 fi
28183
28184
28185 rm -f conf.gtktest
28186
28187
f34ca037 28188 if test -z "$wx_cv_lib_gtk"; then
a848cd7e
SC
28189
28190# Check whether --with-gtk-prefix or --without-gtk-prefix was given.
28191if test "${with_gtk_prefix+set}" = set; then
28192 withval="$with_gtk_prefix"
28193 gtk_config_prefix="$withval"
28194else
28195 gtk_config_prefix=""
28196fi;
28197
28198# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
28199if test "${with_gtk_exec_prefix+set}" = set; then
28200 withval="$with_gtk_exec_prefix"
28201 gtk_config_exec_prefix="$withval"
28202else
28203 gtk_config_exec_prefix=""
28204fi;
28205# Check whether --enable-gtktest or --disable-gtktest was given.
28206if test "${enable_gtktest+set}" = set; then
28207 enableval="$enable_gtktest"
28208
28209else
28210 enable_gtktest=yes
28211fi;
28212
28213 for module in . $GTK_MODULES
28214 do
28215 case "$module" in
28216 gthread)
28217 gtk_config_args="$gtk_config_args gthread"
28218 ;;
28219 esac
28220 done
28221
28222 if test x$gtk_config_exec_prefix != x ; then
28223 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
28224 if test x${GTK_CONFIG+set} != xset ; then
28225 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
28226 fi
28227 fi
28228 if test x$gtk_config_prefix != x ; then
28229 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
28230 if test x${GTK_CONFIG+set} != xset ; then
28231 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
28232 fi
28233 fi
28234
28235 # Extract the first word of "gtk-config", so it can be a program name with args.
28236set dummy gtk-config; ac_word=$2
28237echo "$as_me:$LINENO: checking for $ac_word" >&5
28238echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
28239if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
28240 echo $ECHO_N "(cached) $ECHO_C" >&6
28241else
28242 case $GTK_CONFIG in
28243 [\\/]* | ?:[\\/]*)
28244 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
28245 ;;
28246 *)
28247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28248for as_dir in $PATH
28249do
28250 IFS=$as_save_IFS
28251 test -z "$as_dir" && as_dir=.
28252 for ac_exec_ext in '' $ac_executable_extensions; do
28253 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28254 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
28255 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28256 break 2
28257 fi
28258done
28259done
28260
28261 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
28262 ;;
28263esac
28264fi
28265GTK_CONFIG=$ac_cv_path_GTK_CONFIG
28266
28267if test -n "$GTK_CONFIG"; then
28268 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
28269echo "${ECHO_T}$GTK_CONFIG" >&6
28270else
28271 echo "$as_me:$LINENO: result: no" >&5
28272echo "${ECHO_T}no" >&6
28273fi
28274
28275 min_gtk_version=1.2.3
28276 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
28277echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
28278 no_gtk=""
28279 if test "$GTK_CONFIG" = "no" ; then
28280 no_gtk=yes
28281 else
28282 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
28283 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
28284 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
28285 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
28286 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
28287 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
28288 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
28289 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
28290 if test "x$enable_gtktest" = "xyes" ; then
28291 ac_save_CFLAGS="$CFLAGS"
28292 ac_save_LIBS="$LIBS"
28293 CFLAGS="$CFLAGS $GTK_CFLAGS"
28294 LIBS="$GTK_LIBS $LIBS"
28295 rm -f conf.gtktest
28296 if test "$cross_compiling" = yes; then
28297 echo $ac_n "cross compiling; assumed OK... $ac_c"
28298else
28299 cat >conftest.$ac_ext <<_ACEOF
28300/* confdefs.h. */
28301_ACEOF
28302cat confdefs.h >>conftest.$ac_ext
28303cat >>conftest.$ac_ext <<_ACEOF
28304/* end confdefs.h. */
28305
28306#include <gtk/gtk.h>
28307#include <stdio.h>
28308#include <stdlib.h>
28309
28310int
28311main ()
28312{
28313 int major, minor, micro;
28314 char *tmp_version;
28315
28316 system ("touch conf.gtktest");
28317
28318 /* HP/UX 9 (%@#!) writes to sscanf strings */
28319 tmp_version = g_strdup("$min_gtk_version");
28320 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
28321 printf("%s, bad version string\n", "$min_gtk_version");
28322 exit(1);
28323 }
28324
28325 if ((gtk_major_version != $gtk_config_major_version) ||
28326 (gtk_minor_version != $gtk_config_minor_version) ||
28327 (gtk_micro_version != $gtk_config_micro_version))
28328 {
28329 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
28330 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
28331 gtk_major_version, gtk_minor_version, gtk_micro_version);
28332 printf ("*** was found! If gtk-config was correct, then it is best\n");
28333 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
28334 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
28335 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
28336 printf("*** required on your system.\n");
28337 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
28338 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
28339 printf("*** before re-running configure\n");
28340 }
28341#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
28342 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
28343 (gtk_minor_version != GTK_MINOR_VERSION) ||
28344 (gtk_micro_version != GTK_MICRO_VERSION))
28345 {
28346 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
28347 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
28348 printf("*** library (version %d.%d.%d)\n",
28349 gtk_major_version, gtk_minor_version, gtk_micro_version);
28350 }
28351#endif /* defined (GTK_MAJOR_VERSION) ... */
28352 else
28353 {
28354 if ((gtk_major_version > major) ||
28355 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
28356 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
28357 {
28358 return 0;
28359 }
28360 else
28361 {
28362 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
28363 gtk_major_version, gtk_minor_version, gtk_micro_version);
28364 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
28365 major, minor, micro);
28366 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
28367 printf("***\n");
28368 printf("*** If you have already installed a sufficiently new version, this error\n");
28369 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
28370 printf("*** being found. The easiest way to fix this is to remove the old version\n");
28371 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
28372 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
28373 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
28374 printf("*** so that the correct libraries are found at run-time))\n");
28375 }
28376 }
28377 return 1;
28378}
28379
28380_ACEOF
28381rm -f conftest$ac_exeext
28382if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28383 (eval $ac_link) 2>&5
28384 ac_status=$?
28385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28386 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
28387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28388 (eval $ac_try) 2>&5
28389 ac_status=$?
28390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28391 (exit $ac_status); }; }; then
28392 :
28393else
28394 echo "$as_me: program exited with status $ac_status" >&5
28395echo "$as_me: failed program was:" >&5
28396sed 's/^/| /' conftest.$ac_ext >&5
28397
28398( exit $ac_status )
28399no_gtk=yes
28400fi
ac1cb8d3 28401rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
28402fi
28403 CFLAGS="$ac_save_CFLAGS"
28404 LIBS="$ac_save_LIBS"
28405 fi
28406 fi
28407 if test "x$no_gtk" = x ; then
28408 echo "$as_me:$LINENO: result: yes" >&5
28409echo "${ECHO_T}yes" >&6
28410 wx_cv_lib_gtk=1.2.3
28411 else
28412 echo "$as_me:$LINENO: result: no" >&5
28413echo "${ECHO_T}no" >&6
28414 if test "$GTK_CONFIG" = "no" ; then
28415 echo "*** The gtk-config script installed by GTK could not be found"
28416 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
28417 echo "*** your path, or set the GTK_CONFIG environment variable to the"
28418 echo "*** full path to gtk-config."
28419 else
28420 if test -f conf.gtktest ; then
28421 :
28422 else
28423 echo "*** Could not run GTK test program, checking why..."
28424 CFLAGS="$CFLAGS $GTK_CFLAGS"
28425 LIBS="$LIBS $GTK_LIBS"
28426 cat >conftest.$ac_ext <<_ACEOF
28427/* confdefs.h. */
28428_ACEOF
28429cat confdefs.h >>conftest.$ac_ext
28430cat >>conftest.$ac_ext <<_ACEOF
28431/* end confdefs.h. */
28432
28433#include <gtk/gtk.h>
28434#include <stdio.h>
28435
28436int
28437main ()
28438{
28439 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
28440 ;
28441 return 0;
28442}
28443_ACEOF
28444rm -f conftest.$ac_objext conftest$ac_exeext
28445if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 28446 (eval $ac_link) 2>conftest.er1
a848cd7e 28447 ac_status=$?
ac1cb8d3
VS
28448 grep -v '^ *+' conftest.er1 >conftest.err
28449 rm -f conftest.er1
28450 cat conftest.err >&5
a848cd7e
SC
28451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28452 (exit $ac_status); } &&
6a5c9b3f
RR
28453 { ac_try='test -z "$ac_c_werror_flag"
28454 || test ! -s conftest.err'
ac1cb8d3
VS
28455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28456 (eval $ac_try) 2>&5
28457 ac_status=$?
28458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28459 (exit $ac_status); }; } &&
28460 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
28461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28462 (eval $ac_try) 2>&5
28463 ac_status=$?
28464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28465 (exit $ac_status); }; }; then
28466 echo "*** The test program compiled, but did not run. This usually means"
28467 echo "*** that the run-time linker is not finding GTK or finding the wrong"
28468 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
28469 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
28470 echo "*** to the installed location Also, make sure you have run ldconfig if that"
28471 echo "*** is required on your system"
28472 echo "***"
28473 echo "*** If you have an old version installed, it is best to remove it, although"
28474 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
28475 echo "***"
28476 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
28477 echo "*** came with the system with the command"
28478 echo "***"
28479 echo "*** rpm --erase --nodeps gtk gtk-devel"
28480else
28481 echo "$as_me: failed program was:" >&5
28482sed 's/^/| /' conftest.$ac_ext >&5
28483
28484 echo "*** The test program failed to compile or link. See the file config.log for the"
28485 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
28486 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
28487 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
28488fi
ac1cb8d3
VS
28489rm -f conftest.err conftest.$ac_objext \
28490 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
28491 CFLAGS="$ac_save_CFLAGS"
28492 LIBS="$ac_save_LIBS"
28493 fi
28494 fi
28495 GTK_CFLAGS=""
28496 GTK_LIBS=""
28497 :
28498 fi
28499
28500
28501 rm -f conf.gtktest
28502
f34ca037 28503 fi
a848cd7e
SC
28504 fi
28505 fi
28506
28507 if test -z "$wx_cv_lib_gtk"; then
28508 wx_cv_lib_gtk=none
28509 else
28510 wx_cv_cflags_gtk=$GTK_CFLAGS
d2822091 28511 wx_cv_libs_gtk=`echo $GTK_LIBS | sed -e 's/ -l[^ ]*cairo[^ ]*//g'`
a848cd7e
SC
28512 fi
28513
28514
28515fi
28516
28517
28518 if test "$gtk_version_cached" = 1; then
28519 echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
28520echo "${ECHO_T}$wx_cv_lib_gtk" >&6
28521 fi
28522
28523 case "$wx_cv_lib_gtk" in
28524 2.0) WXGTK20=1
28525 TOOLKIT_VERSION=2
28526 ;;
28527 1.2.7) WXGTK127=1
28528 WXGTK12=1
28529 ;;
28530 1.2.3) WXGTK12=1
28531 ;;
28532 *) { { echo "$as_me:$LINENO: error:
f597b41c
MW
28533The development files for GTK+ were not found. For GTK+ 2, please
28534ensure that pkg-config is in the path and that gtk+-2.0.pc is
28535installed. For GTK+ 1.2 please check that gtk-config is in the path,
28536and that the version is 1.2.3 or above. Also check that the
28537libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
28538--libs' are in the LD_LIBRARY_PATH or equivalent.
a848cd7e
SC
28539 " >&5
28540echo "$as_me: error:
f597b41c
MW
28541The development files for GTK+ were not found. For GTK+ 2, please
28542ensure that pkg-config is in the path and that gtk+-2.0.pc is
28543installed. For GTK+ 1.2 please check that gtk-config is in the path,
28544and that the version is 1.2.3 or above. Also check that the
28545libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
28546--libs' are in the LD_LIBRARY_PATH or equivalent.
a848cd7e
SC
28547 " >&2;}
28548 { (exit 1); exit 1; }; }
28549 ;;
28550 esac
28551
28552 if test "$WXGTK20" = 1; then
6954625c 28553 save_CFLAGS="$CFLAGS"
304205f1 28554 save_LIBS="$LIBS"
6954625c 28555 CFLAGS="$wx_cv_cflags_gtk $CFLAGS"
abc736fd 28556 LIBS="$LIBS $wx_cv_libs_gtk"
304205f1 28557
d12aef51
VZ
28558 echo "$as_me:$LINENO: checking if gtk_icon_size_lookup is missing" >&5
28559echo $ECHO_N "checking if gtk_icon_size_lookup is missing... $ECHO_C" >&6
28560 cat >conftest.$ac_ext <<_ACEOF
304205f1
VS
28561/* confdefs.h. */
28562_ACEOF
28563cat confdefs.h >>conftest.$ac_ext
28564cat >>conftest.$ac_ext <<_ACEOF
28565/* end confdefs.h. */
304205f1 28566
d12aef51 28567 #include <gtk/gtk.h>
304205f1 28568
d12aef51
VZ
28569int
28570main ()
28571{
304205f1 28572
d12aef51 28573 void *f = gtk_icon_size_lookup;
abc736fd
MW
28574
28575 ;
28576 return 0;
28577}
28578_ACEOF
28579rm -f conftest.$ac_objext
28580if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28581 (eval $ac_compile) 2>conftest.er1
28582 ac_status=$?
28583 grep -v '^ *+' conftest.er1 >conftest.err
28584 rm -f conftest.er1
28585 cat conftest.err >&5
28586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28587 (exit $ac_status); } &&
6a5c9b3f
RR
28588 { ac_try='test -z "$ac_c_werror_flag"
28589 || test ! -s conftest.err'
abc736fd
MW
28590 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28591 (eval $ac_try) 2>&5
28592 ac_status=$?
28593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28594 (exit $ac_status); }; } &&
28595 { ac_try='test -s conftest.$ac_objext'
28596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28597 (eval $ac_try) 2>&5
28598 ac_status=$?
28599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28600 (exit $ac_status); }; }; then
28601
28602 echo "$as_me:$LINENO: result: no" >&5
28603echo "${ECHO_T}no" >&6
28604
28605else
28606 echo "$as_me: failed program was:" >&5
28607sed 's/^/| /' conftest.$ac_ext >&5
28608
28609
28610 cat >>confdefs.h <<\_ACEOF
28611#define NEED_GTK_ICON_SIZE_LOOKUP 1
28612_ACEOF
28613
28614 echo "$as_me:$LINENO: result: yes" >&5
28615echo "${ECHO_T}yes" >&6
28616
28617fi
28618rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28619
e9263684
VZ
28620 echo "$as_me:$LINENO: checking if GTK+ is version >= 2.6" >&5
28621echo $ECHO_N "checking if GTK+ is version >= 2.6... $ECHO_C" >&6
28622 cat >conftest.$ac_ext <<_ACEOF
28623/* confdefs.h. */
28624_ACEOF
28625cat confdefs.h >>conftest.$ac_ext
28626cat >>conftest.$ac_ext <<_ACEOF
28627/* end confdefs.h. */
28628
28629 #include <gtk/gtk.h>
28630
28631int
28632main ()
28633{
28634
28635 #if !GTK_CHECK_VERSION(2,6,0)
28636 Not GTK+ 2.6
28637 #endif
28638
28639 ;
28640 return 0;
28641}
28642_ACEOF
28643rm -f conftest.$ac_objext
28644if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28645 (eval $ac_compile) 2>conftest.er1
28646 ac_status=$?
28647 grep -v '^ *+' conftest.er1 >conftest.err
28648 rm -f conftest.er1
28649 cat conftest.err >&5
28650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28651 (exit $ac_status); } &&
6a5c9b3f
RR
28652 { ac_try='test -z "$ac_c_werror_flag"
28653 || test ! -s conftest.err'
e9263684
VZ
28654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28655 (eval $ac_try) 2>&5
28656 ac_status=$?
28657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28658 (exit $ac_status); }; } &&
28659 { ac_try='test -s conftest.$ac_objext'
28660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28661 (eval $ac_try) 2>&5
28662 ac_status=$?
28663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28664 (exit $ac_status); }; }; then
28665
28666 cat >>confdefs.h <<\_ACEOF
28667#define __WXGTK26__ 1
28668_ACEOF
28669
28670 cat >>confdefs.h <<\_ACEOF
28671#define __WXGTK24__ 1
28672_ACEOF
28673
28674 echo "$as_me:$LINENO: result: yes" >&5
28675echo "${ECHO_T}yes" >&6
28676 ac_wxgtk26=1
28677
28678else
28679 echo "$as_me: failed program was:" >&5
28680sed 's/^/| /' conftest.$ac_ext >&5
28681
28682
28683 echo "$as_me:$LINENO: result: no" >&5
28684echo "${ECHO_T}no" >&6
28685 ac_wxgtk26=0
28686
28687fi
28688rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28689
28690 if test "$ac_wxgtk26" = 0; then
9755e73b
VS
28691 echo "$as_me:$LINENO: checking if GTK+ is version >= 2.4" >&5
28692echo $ECHO_N "checking if GTK+ is version >= 2.4... $ECHO_C" >&6
28693 cat >conftest.$ac_ext <<_ACEOF
28694/* confdefs.h. */
28695_ACEOF
28696cat confdefs.h >>conftest.$ac_ext
28697cat >>conftest.$ac_ext <<_ACEOF
28698/* end confdefs.h. */
28699
28700 #include <gtk/gtk.h>
28701
28702int
28703main ()
28704{
28705
28706 #if !GTK_CHECK_VERSION(2,4,0)
04e525a0 28707 Not GTK+ 2.4
9755e73b
VS
28708 #endif
28709
28710 ;
28711 return 0;
28712}
28713_ACEOF
28714rm -f conftest.$ac_objext
28715if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28716 (eval $ac_compile) 2>conftest.er1
28717 ac_status=$?
28718 grep -v '^ *+' conftest.er1 >conftest.err
28719 rm -f conftest.er1
28720 cat conftest.err >&5
28721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28722 (exit $ac_status); } &&
6a5c9b3f
RR
28723 { ac_try='test -z "$ac_c_werror_flag"
28724 || test ! -s conftest.err'
9755e73b
VS
28725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28726 (eval $ac_try) 2>&5
28727 ac_status=$?
28728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28729 (exit $ac_status); }; } &&
28730 { ac_try='test -s conftest.$ac_objext'
28731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28732 (eval $ac_try) 2>&5
28733 ac_status=$?
28734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28735 (exit $ac_status); }; }; then
28736
28737 cat >>confdefs.h <<\_ACEOF
28738#define __WXGTK24__ 1
28739_ACEOF
28740
28741 echo "$as_me:$LINENO: result: yes" >&5
28742echo "${ECHO_T}yes" >&6
28743
28744else
28745 echo "$as_me: failed program was:" >&5
28746sed 's/^/| /' conftest.$ac_ext >&5
28747
28748
28749 echo "$as_me:$LINENO: result: no" >&5
28750echo "${ECHO_T}no" >&6
28751
28752fi
28753rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
e9263684 28754 fi
9755e73b 28755
6954625c 28756 CFLAGS="$save_CFLAGS"
304205f1 28757 LIBS="$save_LIBS"
a848cd7e
SC
28758 else
28759 if test "$wxUSE_UNICODE" = "yes"; then
28760 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
28761echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
28762 wxUSE_UNICODE=no
28763 fi
28764 fi
28765
e56f4f9e
VZ
28766 ac_ext=cc
28767ac_cpp='$CXXCPP $CPPFLAGS'
28768ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28769ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28770ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
28771
28772
a848cd7e
SC
28773 if test "$USE_DARWIN" != 1; then
28774
28775for ac_func in poll
28776do
28777as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28778echo "$as_me:$LINENO: checking for $ac_func" >&5
28779echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28780if eval "test \"\${$as_ac_var+set}\" = set"; then
28781 echo $ECHO_N "(cached) $ECHO_C" >&6
28782else
28783 cat >conftest.$ac_ext <<_ACEOF
28784/* confdefs.h. */
28785_ACEOF
28786cat confdefs.h >>conftest.$ac_ext
28787cat >>conftest.$ac_ext <<_ACEOF
28788/* end confdefs.h. */
ac1cb8d3
VS
28789/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28790 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28791#define $ac_func innocuous_$ac_func
28792
a848cd7e
SC
28793/* System header to define __stub macros and hopefully few prototypes,
28794 which can conflict with char $ac_func (); below.
28795 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28796 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 28797
a848cd7e
SC
28798#ifdef __STDC__
28799# include <limits.h>
28800#else
28801# include <assert.h>
28802#endif
ac1cb8d3
VS
28803
28804#undef $ac_func
28805
a848cd7e
SC
28806/* Override any gcc2 internal prototype to avoid an error. */
28807#ifdef __cplusplus
28808extern "C"
28809{
28810#endif
28811/* We use char because int might match the return type of a gcc2
28812 builtin and then its argument prototype would still apply. */
28813char $ac_func ();
28814/* The GNU C library defines this for functions which it implements
28815 to always fail with ENOSYS. Some functions are actually named
28816 something starting with __ and the normal name is an alias. */
28817#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28818choke me
28819#else
28820char (*f) () = $ac_func;
28821#endif
28822#ifdef __cplusplus
28823}
28824#endif
28825
28826int
28827main ()
28828{
28829return f != $ac_func;
28830 ;
28831 return 0;
28832}
28833_ACEOF
28834rm -f conftest.$ac_objext conftest$ac_exeext
28835if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 28836 (eval $ac_link) 2>conftest.er1
a848cd7e 28837 ac_status=$?
ac1cb8d3
VS
28838 grep -v '^ *+' conftest.er1 >conftest.err
28839 rm -f conftest.er1
28840 cat conftest.err >&5
a848cd7e
SC
28841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28842 (exit $ac_status); } &&
6a5c9b3f
RR
28843 { ac_try='test -z "$ac_cxx_werror_flag"
28844 || test ! -s conftest.err'
ac1cb8d3
VS
28845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28846 (eval $ac_try) 2>&5
28847 ac_status=$?
28848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28849 (exit $ac_status); }; } &&
28850 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
28851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28852 (eval $ac_try) 2>&5
28853 ac_status=$?
28854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28855 (exit $ac_status); }; }; then
28856 eval "$as_ac_var=yes"
28857else
28858 echo "$as_me: failed program was:" >&5
28859sed 's/^/| /' conftest.$ac_ext >&5
28860
28861eval "$as_ac_var=no"
28862fi
ac1cb8d3
VS
28863rm -f conftest.err conftest.$ac_objext \
28864 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
28865fi
28866echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28867echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28868if test `eval echo '${'$as_ac_var'}'` = yes; then
28869 cat >>confdefs.h <<_ACEOF
28870#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28871_ACEOF
28872
28873fi
28874done
28875
28876 fi
28877
28878 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
28879 GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
28880
28881 AFMINSTALL=afminstall
28882 TOOLKIT=GTK
28883 GUIDIST=GTK_DIST
28884
28885 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
28886echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
28887if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
28888 echo $ECHO_N "(cached) $ECHO_C" >&6
28889else
28890 ac_check_lib_save_LIBS=$LIBS
28891LIBS="-lgdk $LIBS"
28892cat >conftest.$ac_ext <<_ACEOF
28893/* confdefs.h. */
28894_ACEOF
28895cat confdefs.h >>conftest.$ac_ext
28896cat >>conftest.$ac_ext <<_ACEOF
28897/* end confdefs.h. */
28898
28899/* Override any gcc2 internal prototype to avoid an error. */
28900#ifdef __cplusplus
28901extern "C"
28902#endif
28903/* We use char because int might match the return type of a gcc2
28904 builtin and then its argument prototype would still apply. */
28905char gdk_im_open ();
28906int
28907main ()
28908{
28909gdk_im_open ();
28910 ;
28911 return 0;
28912}
28913_ACEOF
28914rm -f conftest.$ac_objext conftest$ac_exeext
28915if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 28916 (eval $ac_link) 2>conftest.er1
a848cd7e 28917 ac_status=$?
ac1cb8d3
VS
28918 grep -v '^ *+' conftest.er1 >conftest.err
28919 rm -f conftest.er1
28920 cat conftest.err >&5
a848cd7e
SC
28921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28922 (exit $ac_status); } &&
6a5c9b3f
RR
28923 { ac_try='test -z "$ac_cxx_werror_flag"
28924 || test ! -s conftest.err'
ac1cb8d3
VS
28925 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28926 (eval $ac_try) 2>&5
28927 ac_status=$?
28928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28929 (exit $ac_status); }; } &&
28930 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
28931 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28932 (eval $ac_try) 2>&5
28933 ac_status=$?
28934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28935 (exit $ac_status); }; }; then
28936 ac_cv_lib_gdk_gdk_im_open=yes
28937else
28938 echo "$as_me: failed program was:" >&5
28939sed 's/^/| /' conftest.$ac_ext >&5
28940
28941ac_cv_lib_gdk_gdk_im_open=no
28942fi
ac1cb8d3
VS
28943rm -f conftest.err conftest.$ac_objext \
28944 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
28945LIBS=$ac_check_lib_save_LIBS
28946fi
28947echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
28948echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
28949if test $ac_cv_lib_gdk_gdk_im_open = yes; then
28950 cat >>confdefs.h <<\_ACEOF
28951#define HAVE_XIM 1
28952_ACEOF
28953
28954fi
28955
28956
28957
28958 if test "$wxUSE_GPE" = "yes"; then
28959 echo "$as_me:$LINENO: checking for gpewidget library" >&5
28960echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6
28961
0ad5d837
VZ
28962 ac_find_libraries=
28963 for ac_dir in $SEARCH_LIB;
a848cd7e 28964 do
3eca31dc 28965 for ac_extension in a so sl dylib dll.a; do
a848cd7e
SC
28966 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
28967 ac_find_libraries=$ac_dir
28968 break 2
28969 fi
28970 done
28971 done
28972
28973 if test "$ac_find_libraries" != "" ; then
28974
0ad5d837 28975 if test "$ac_find_libraries" = "default location"; then
a848cd7e
SC
28976 ac_path_to_link=""
28977 else
0ad5d837
VZ
28978 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
28979 result=$?
28980 if test $result = 0; then
28981 ac_path_to_link=""
28982 else
28983 ac_path_to_link=" -L$ac_find_libraries"
28984 fi
a848cd7e
SC
28985 fi
28986
28987 GUI_TK_LIBRARY="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
28988 WXGPE=1
0ad5d837
VZ
28989 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
28990echo "${ECHO_T}found in $ac_find_libraries" >&6
a848cd7e
SC
28991 else
28992 echo "$as_me:$LINENO: result: not found" >&5
28993echo "${ECHO_T}not found" >&6
28994 fi
28995
28996 fi
28997 fi
28998
28999 if test "$wxUSE_MGL" = 1; then
29000 echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
29001echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
29002 if test "x$MGL_ROOT" = x ; then
29003 echo "$as_me:$LINENO: result: not found" >&5
29004echo "${ECHO_T}not found" >&6
29005 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
29006echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
29007 { (exit 1); exit 1; }; }
29008 else
29009 echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
29010echo "${ECHO_T}$MGL_ROOT" >&6
29011 fi
29012
29013 echo "$as_me:$LINENO: checking for libmgl location" >&5
29014echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
29015 case "${host}" in
29016 *-*-linux* )
29017 if test "x$wxUSE_SHARED" = xyes ; then
29018 mgl_os_candidates="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
29019 else
29020 mgl_os_candidates="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
29021 fi
29022 ;;
29023 *-pc-msdosdjgpp )
29024 mgl_os_candidates="dos32/dj2"
29025 ;;
29026 *)
29027 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
29028echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
29029 { (exit 1); exit 1; }; }
29030 esac
29031
29032 mgl_lib_type=""
29033 mgl_os=""
29034
29035 for mgl_os_i in $mgl_os_candidates ; do
29036 if test "x$mgl_os" = x ; then
29037 if test "$wxUSE_DEBUG_FLAG" = yes ; then
29038 if test -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.a -o \
29039 -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.so; then
29040 mgl_lib_type=debug
29041 mgl_os=$mgl_os_i
29042 fi
29043 fi
29044 if test "x$mgl_lib_type" = x ; then
29045 if test -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.a -o \
29046 -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.so; then
29047 mgl_lib_type=release
29048 mgl_os=$mgl_os_i
29049 fi
29050 fi
29051 fi
29052 done
29053
29054 if test "x$mgl_os" = x ; then
29055 echo "$as_me:$LINENO: result: not found" >&5
29056echo "${ECHO_T}not found" >&6
29057 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
29058echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
29059 { (exit 1); exit 1; }; }
29060 fi
29061 echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
29062echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
29063
29064 wxUSE_UNIVERSAL="yes"
29065
29066 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
29067 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
29068
29069 AFMINSTALL=afminstall
29070 TOOLKIT=MGL
29071 GUIDIST=MGL_DIST
29072 fi
29073
b3c86150
VS
29074 if test "$wxUSE_DFB" = 1; then
29075
29076
29077if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
29078 if test -n "$ac_tool_prefix"; then
29079 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
29080set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
29081echo "$as_me:$LINENO: checking for $ac_word" >&5
29082echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
29083if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
29084 echo $ECHO_N "(cached) $ECHO_C" >&6
29085else
29086 case $PKG_CONFIG in
29087 [\\/]* | ?:[\\/]*)
29088 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
29089 ;;
29090 *)
29091 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29092for as_dir in $PATH
29093do
29094 IFS=$as_save_IFS
29095 test -z "$as_dir" && as_dir=.
29096 for ac_exec_ext in '' $ac_executable_extensions; do
29097 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29098 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
29099 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29100 break 2
29101 fi
29102done
29103done
29104
29105 ;;
29106esac
29107fi
29108PKG_CONFIG=$ac_cv_path_PKG_CONFIG
29109
29110if test -n "$PKG_CONFIG"; then
29111 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
29112echo "${ECHO_T}$PKG_CONFIG" >&6
29113else
29114 echo "$as_me:$LINENO: result: no" >&5
29115echo "${ECHO_T}no" >&6
29116fi
29117
29118fi
29119if test -z "$ac_cv_path_PKG_CONFIG"; then
29120 ac_pt_PKG_CONFIG=$PKG_CONFIG
29121 # Extract the first word of "pkg-config", so it can be a program name with args.
29122set dummy pkg-config; ac_word=$2
29123echo "$as_me:$LINENO: checking for $ac_word" >&5
29124echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
29125if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
29126 echo $ECHO_N "(cached) $ECHO_C" >&6
29127else
29128 case $ac_pt_PKG_CONFIG in
29129 [\\/]* | ?:[\\/]*)
29130 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
29131 ;;
29132 *)
29133 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29134for as_dir in $PATH
29135do
29136 IFS=$as_save_IFS
29137 test -z "$as_dir" && as_dir=.
29138 for ac_exec_ext in '' $ac_executable_extensions; do
29139 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29140 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
29141 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29142 break 2
29143 fi
29144done
29145done
29146
29147 ;;
29148esac
29149fi
29150ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
29151
29152if test -n "$ac_pt_PKG_CONFIG"; then
29153 echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
29154echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6
29155else
29156 echo "$as_me:$LINENO: result: no" >&5
29157echo "${ECHO_T}no" >&6
29158fi
29159
29160 PKG_CONFIG=$ac_pt_PKG_CONFIG
29161else
29162 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
29163fi
29164
29165fi
29166if test -n "$PKG_CONFIG"; then
29167 _pkg_min_version=0.9.0
29168 echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
29169echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6
29170 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
29171 echo "$as_me:$LINENO: result: yes" >&5
29172echo "${ECHO_T}yes" >&6
29173 else
29174 echo "$as_me:$LINENO: result: no" >&5
29175echo "${ECHO_T}no" >&6
29176 PKG_CONFIG=""
29177 fi
29178
29179fi
29180
29181pkg_failed=no
29182echo "$as_me:$LINENO: checking for DIRECTFB" >&5
29183echo $ECHO_N "checking for DIRECTFB... $ECHO_C" >&6
29184
29185if test -n "$PKG_CONFIG"; then
29186 if test -n "$DIRECTFB_CFLAGS"; then
29187 pkg_cv_DIRECTFB_CFLAGS="$DIRECTFB_CFLAGS"
29188 else
29189 if test -n "$PKG_CONFIG" && \
737d3175
VZ
29190 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.22\"") >&5
29191 ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.22") 2>&5
b3c86150
VS
29192 ac_status=$?
29193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29194 (exit $ac_status); }; then
737d3175 29195 pkg_cv_DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags "directfb >= 0.9.22" 2>/dev/null`
b3c86150
VS
29196else
29197 pkg_failed=yes
29198fi
29199 fi
29200else
29201 pkg_failed=untried
29202fi
29203if test -n "$PKG_CONFIG"; then
29204 if test -n "$DIRECTFB_LIBS"; then
29205 pkg_cv_DIRECTFB_LIBS="$DIRECTFB_LIBS"
29206 else
29207 if test -n "$PKG_CONFIG" && \
737d3175
VZ
29208 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.22\"") >&5
29209 ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.22") 2>&5
b3c86150
VS
29210 ac_status=$?
29211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29212 (exit $ac_status); }; then
737d3175 29213 pkg_cv_DIRECTFB_LIBS=`$PKG_CONFIG --libs "directfb >= 0.9.22" 2>/dev/null`
b3c86150
VS
29214else
29215 pkg_failed=yes
29216fi
29217 fi
29218else
29219 pkg_failed=untried
29220fi
29221
29222
29223
29224if test $pkg_failed = yes; then
29225
29226if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
29227 _pkg_short_errors_supported=yes
29228else
29229 _pkg_short_errors_supported=no
29230fi
29231 if test $_pkg_short_errors_supported = yes; then
737d3175 29232 DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "directfb >= 0.9.22"`
b3c86150 29233 else
737d3175 29234 DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "directfb >= 0.9.22"`
b3c86150
VS
29235 fi
29236 # Put the nasty error message in config.log where it belongs
29237 echo "$DIRECTFB_PKG_ERRORS" >&5
29238
29239
29240 { { echo "$as_me:$LINENO: error: DirectFB not found." >&5
29241echo "$as_me: error: DirectFB not found." >&2;}
29242 { (exit 1); exit 1; }; }
29243
29244
29245elif test $pkg_failed = untried; then
29246
29247 { { echo "$as_me:$LINENO: error: DirectFB not found." >&5
29248echo "$as_me: error: DirectFB not found." >&2;}
29249 { (exit 1); exit 1; }; }
29250
29251
29252else
29253 DIRECTFB_CFLAGS=$pkg_cv_DIRECTFB_CFLAGS
29254 DIRECTFB_LIBS=$pkg_cv_DIRECTFB_LIBS
29255 echo "$as_me:$LINENO: result: yes" >&5
29256echo "${ECHO_T}yes" >&6
29257
29258 wxUSE_UNIVERSAL="yes"
29259 TOOLKIT_INCLUDE="$DIRECTFB_CFLAGS"
29260 GUI_TK_LIBRARY="$DIRECTFB_LIBS"
29261 TOOLKIT=DFB
29262 GUIDIST=DFB_DIST
29263
29264fi
29265 fi
29266
a848cd7e
SC
29267 if test "$wxUSE_MICROWIN" = 1; then
29268 echo "$as_me:$LINENO: checking for MicroWindows" >&5
29269echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
29270 if test "x$MICROWINDOWS" = x ; then
29271 echo "$as_me:$LINENO: result: not found" >&5
29272echo "${ECHO_T}not found" >&6
29273 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
29274echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
29275 { (exit 1); exit 1; }; }
29276 else
29277 echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
29278echo "${ECHO_T}$MICROWINDOWS" >&6
29279 fi
29280
29281 if test -f $MICROWINDOWS/lib/libmwin.a; then
29282 echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
29283echo "${ECHO_T}MicroWindows' libraries found." >&6
29284 else
29285 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
29286echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
29287 { (exit 1); exit 1; }; }
29288 fi
29289
29290 TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
29291 GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
29292
29293 wxUSE_UNIVERSAL="yes"
29294
29295 AFMINSTALL=afminstall
29296 TOOLKIT=MICROWIN
29297 GUIDIST=MICROWIN_DIST
29298
29299 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
29300 fi
29301
74b84332 29302 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
6a5c9b3f 29303 echo "$as_me:$LINENO: checking for X" >&5
a848cd7e
SC
29304echo $ECHO_N "checking for X... $ECHO_C" >&6
29305
29306
29307# Check whether --with-x or --without-x was given.
29308if test "${with_x+set}" = set; then
29309 withval="$with_x"
29310
29311fi;
29312# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
29313if test "x$with_x" = xno; then
29314 # The user explicitly disabled X.
29315 have_x=disabled
29316else
29317 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
29318 # Both variables are already set.
29319 have_x=yes
29320 else
29321 if test "${ac_cv_have_x+set}" = set; then
29322 echo $ECHO_N "(cached) $ECHO_C" >&6
29323else
29324 # One or both of the vars are not set, and there is no cached value.
29325ac_x_includes=no ac_x_libraries=no
29326rm -fr conftest.dir
29327if mkdir conftest.dir; then
29328 cd conftest.dir
29329 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
29330 cat >Imakefile <<'_ACEOF'
29331acfindx:
29332 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
29333_ACEOF
29334 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
29335 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
29336 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
29337 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
29338 for ac_extension in a so sl; do
29339 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
ac1cb8d3
VS
29340 test -f $ac_im_libdir/libX11.$ac_extension; then
29341 ac_im_usrlibdir=$ac_im_libdir; break
a848cd7e
SC
29342 fi
29343 done
29344 # Screen out bogus values from the imake configuration. They are
29345 # bogus both because they are the default anyway, and because
29346 # using them would break gcc on systems where it needs fixed includes.
29347 case $ac_im_incroot in
29348 /usr/include) ;;
29349 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
29350 esac
29351 case $ac_im_usrlibdir in
29352 /usr/lib | /lib) ;;
29353 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
29354 esac
29355 fi
29356 cd ..
29357 rm -fr conftest.dir
29358fi
29359
29360# Standard set of common directories for X headers.
29361# Check X11 before X11Rn because it is often a symlink to the current release.
29362ac_x_header_dirs='
29363/usr/X11/include
29364/usr/X11R6/include
29365/usr/X11R5/include
29366/usr/X11R4/include
29367
29368/usr/include/X11
29369/usr/include/X11R6
29370/usr/include/X11R5
29371/usr/include/X11R4
29372
29373/usr/local/X11/include
29374/usr/local/X11R6/include
29375/usr/local/X11R5/include
29376/usr/local/X11R4/include
29377
29378/usr/local/include/X11
29379/usr/local/include/X11R6
29380/usr/local/include/X11R5
29381/usr/local/include/X11R4
29382
29383/usr/X386/include
29384/usr/x386/include
29385/usr/XFree86/include/X11
29386
29387/usr/include
29388/usr/local/include
29389/usr/unsupported/include
29390/usr/athena/include
29391/usr/local/x11r5/include
29392/usr/lpp/Xamples/include
29393
29394/usr/openwin/include
29395/usr/openwin/share/include'
29396
29397if test "$ac_x_includes" = no; then
6a5c9b3f 29398 # Guess where to find include files, by looking for Intrinsic.h.
a848cd7e
SC
29399 # First, try using that file with no special directory specified.
29400 cat >conftest.$ac_ext <<_ACEOF
29401/* confdefs.h. */
29402_ACEOF
29403cat confdefs.h >>conftest.$ac_ext
29404cat >>conftest.$ac_ext <<_ACEOF
29405/* end confdefs.h. */
5039a2df 29406#include <X11/Intrinsic.h>
a848cd7e
SC
29407_ACEOF
29408if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
29409 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
29410 ac_status=$?
29411 grep -v '^ *+' conftest.er1 >conftest.err
29412 rm -f conftest.er1
29413 cat conftest.err >&5
29414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29415 (exit $ac_status); } >/dev/null; then
29416 if test -s conftest.err; then
5d7b7554
VZ
29417 ac_cpp_err=$ac_cxx_preproc_warn_flag
29418 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
29419 else
29420 ac_cpp_err=
29421 fi
29422else
29423 ac_cpp_err=yes
29424fi
29425if test -z "$ac_cpp_err"; then
29426 # We can compile using X headers with no special include directory.
29427ac_x_includes=
29428else
29429 echo "$as_me: failed program was:" >&5
29430sed 's/^/| /' conftest.$ac_ext >&5
29431
29432 for ac_dir in $ac_x_header_dirs; do
5039a2df 29433 if test -r "$ac_dir/X11/Intrinsic.h"; then
a848cd7e
SC
29434 ac_x_includes=$ac_dir
29435 break
29436 fi
29437done
29438fi
29439rm -f conftest.err conftest.$ac_ext
29440fi # $ac_x_includes = no
29441
29442if test "$ac_x_libraries" = no; then
29443 # Check for the libraries.
29444 # See if we find them without any special options.
29445 # Don't add to $LIBS permanently.
29446 ac_save_LIBS=$LIBS
5039a2df 29447 LIBS="-lXt $LIBS"
a848cd7e
SC
29448 cat >conftest.$ac_ext <<_ACEOF
29449/* confdefs.h. */
29450_ACEOF
29451cat confdefs.h >>conftest.$ac_ext
29452cat >>conftest.$ac_ext <<_ACEOF
29453/* end confdefs.h. */
5039a2df 29454#include <X11/Intrinsic.h>
a848cd7e
SC
29455int
29456main ()
29457{
5039a2df 29458XtMalloc (0)
a848cd7e
SC
29459 ;
29460 return 0;
29461}
29462_ACEOF
29463rm -f conftest.$ac_objext conftest$ac_exeext
29464if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 29465 (eval $ac_link) 2>conftest.er1
a848cd7e 29466 ac_status=$?
ac1cb8d3
VS
29467 grep -v '^ *+' conftest.er1 >conftest.err
29468 rm -f conftest.er1
29469 cat conftest.err >&5
a848cd7e
SC
29470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29471 (exit $ac_status); } &&
6a5c9b3f
RR
29472 { ac_try='test -z "$ac_cxx_werror_flag"
29473 || test ! -s conftest.err'
ac1cb8d3
VS
29474 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29475 (eval $ac_try) 2>&5
29476 ac_status=$?
29477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29478 (exit $ac_status); }; } &&
29479 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
29480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29481 (eval $ac_try) 2>&5
29482 ac_status=$?
29483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29484 (exit $ac_status); }; }; then
29485 LIBS=$ac_save_LIBS
29486# We can link X programs with no special library path.
29487ac_x_libraries=
29488else
29489 echo "$as_me: failed program was:" >&5
29490sed 's/^/| /' conftest.$ac_ext >&5
29491
29492LIBS=$ac_save_LIBS
29493for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
29494do
29495 # Don't even attempt the hair of trying to link an X program!
29496 for ac_extension in a so sl; do
5039a2df 29497 if test -r $ac_dir/libXt.$ac_extension; then
a848cd7e
SC
29498 ac_x_libraries=$ac_dir
29499 break 2
29500 fi
29501 done
29502done
29503fi
ac1cb8d3
VS
29504rm -f conftest.err conftest.$ac_objext \
29505 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
29506fi # $ac_x_libraries = no
29507
29508if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
29509 # Didn't find X anywhere. Cache the known absence of X.
29510 ac_cv_have_x="have_x=no"
29511else
29512 # Record where we found X for the cache.
29513 ac_cv_have_x="have_x=yes \
ac1cb8d3 29514 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
a848cd7e
SC
29515fi
29516fi
29517
29518 fi
29519 eval "$ac_cv_have_x"
29520fi # $with_x != no
29521
29522if test "$have_x" != yes; then
29523 echo "$as_me:$LINENO: result: $have_x" >&5
29524echo "${ECHO_T}$have_x" >&6
29525 no_x=yes
29526else
29527 # If each of the values was on the command line, it overrides each guess.
29528 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
29529 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
29530 # Update the cache value to reflect the command line values.
29531 ac_cv_have_x="have_x=yes \
29532 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
6a5c9b3f
RR
29533 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
29534echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
a848cd7e
SC
29535fi
29536
29537if test "$no_x" = yes; then
29538 # Not all programs may use this symbol, but it does not hurt to define it.
29539
29540cat >>confdefs.h <<\_ACEOF
29541#define X_DISPLAY_MISSING 1
29542_ACEOF
29543
29544 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
29545else
29546 if test -n "$x_includes"; then
29547 X_CFLAGS="$X_CFLAGS -I$x_includes"
29548 fi
29549
29550 # It would also be nice to do this for all -L options, not just this one.
29551 if test -n "$x_libraries"; then
29552 X_LIBS="$X_LIBS -L$x_libraries"
29553 # For Solaris; some versions of Sun CC require a space after -R and
29554 # others require no space. Words are not sufficient . . . .
29555 case `(uname -sr) 2>/dev/null` in
29556 "SunOS 5"*)
29557 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
29558echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
29559 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
29560 cat >conftest.$ac_ext <<_ACEOF
29561/* confdefs.h. */
29562_ACEOF
29563cat confdefs.h >>conftest.$ac_ext
29564cat >>conftest.$ac_ext <<_ACEOF
29565/* end confdefs.h. */
29566
29567int
29568main ()
29569{
29570
29571 ;
29572 return 0;
29573}
29574_ACEOF
29575rm -f conftest.$ac_objext conftest$ac_exeext
29576if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 29577 (eval $ac_link) 2>conftest.er1
a848cd7e 29578 ac_status=$?
ac1cb8d3
VS
29579 grep -v '^ *+' conftest.er1 >conftest.err
29580 rm -f conftest.er1
29581 cat conftest.err >&5
a848cd7e
SC
29582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29583 (exit $ac_status); } &&
6a5c9b3f
RR
29584 { ac_try='test -z "$ac_cxx_werror_flag"
29585 || test ! -s conftest.err'
ac1cb8d3
VS
29586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29587 (eval $ac_try) 2>&5
29588 ac_status=$?
29589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29590 (exit $ac_status); }; } &&
29591 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
29592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29593 (eval $ac_try) 2>&5
29594 ac_status=$?
29595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29596 (exit $ac_status); }; }; then
29597 ac_R_nospace=yes
29598else
29599 echo "$as_me: failed program was:" >&5
29600sed 's/^/| /' conftest.$ac_ext >&5
29601
29602ac_R_nospace=no
29603fi
ac1cb8d3
VS
29604rm -f conftest.err conftest.$ac_objext \
29605 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
29606 if test $ac_R_nospace = yes; then
29607 echo "$as_me:$LINENO: result: no" >&5
29608echo "${ECHO_T}no" >&6
29609 X_LIBS="$X_LIBS -R$x_libraries"
29610 else
29611 LIBS="$ac_xsave_LIBS -R $x_libraries"
29612 cat >conftest.$ac_ext <<_ACEOF
29613/* confdefs.h. */
29614_ACEOF
29615cat confdefs.h >>conftest.$ac_ext
29616cat >>conftest.$ac_ext <<_ACEOF
29617/* end confdefs.h. */
29618
29619int
29620main ()
29621{
29622
29623 ;
29624 return 0;
29625}
29626_ACEOF
29627rm -f conftest.$ac_objext conftest$ac_exeext
29628if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 29629 (eval $ac_link) 2>conftest.er1
a848cd7e 29630 ac_status=$?
ac1cb8d3
VS
29631 grep -v '^ *+' conftest.er1 >conftest.err
29632 rm -f conftest.er1
29633 cat conftest.err >&5
a848cd7e
SC
29634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29635 (exit $ac_status); } &&
6a5c9b3f
RR
29636 { ac_try='test -z "$ac_cxx_werror_flag"
29637 || test ! -s conftest.err'
ac1cb8d3
VS
29638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29639 (eval $ac_try) 2>&5
29640 ac_status=$?
29641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29642 (exit $ac_status); }; } &&
29643 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
29644 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29645 (eval $ac_try) 2>&5
29646 ac_status=$?
29647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29648 (exit $ac_status); }; }; then
29649 ac_R_space=yes
29650else
29651 echo "$as_me: failed program was:" >&5
29652sed 's/^/| /' conftest.$ac_ext >&5
29653
29654ac_R_space=no
29655fi
ac1cb8d3
VS
29656rm -f conftest.err conftest.$ac_objext \
29657 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
29658 if test $ac_R_space = yes; then
29659 echo "$as_me:$LINENO: result: yes" >&5
29660echo "${ECHO_T}yes" >&6
29661 X_LIBS="$X_LIBS -R $x_libraries"
29662 else
29663 echo "$as_me:$LINENO: result: neither works" >&5
29664echo "${ECHO_T}neither works" >&6
29665 fi
29666 fi
29667 LIBS=$ac_xsave_LIBS
29668 esac
29669 fi
29670
29671 # Check for system-dependent libraries X programs must link with.
29672 # Do this before checking for the system-independent R6 libraries
29673 # (-lICE), since we may need -lsocket or whatever for X linking.
29674
29675 if test "$ISC" = yes; then
29676 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
29677 else
29678 # Martyn Johnson says this is needed for Ultrix, if the X
29679 # libraries were built with DECnet support. And Karl Berry says
29680 # the Alpha needs dnet_stub (dnet does not exist).
29681 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
29682 cat >conftest.$ac_ext <<_ACEOF
29683/* confdefs.h. */
29684_ACEOF
29685cat confdefs.h >>conftest.$ac_ext
29686cat >>conftest.$ac_ext <<_ACEOF
29687/* end confdefs.h. */
29688
29689/* Override any gcc2 internal prototype to avoid an error. */
29690#ifdef __cplusplus
29691extern "C"
29692#endif
29693/* We use char because int might match the return type of a gcc2
29694 builtin and then its argument prototype would still apply. */
29695char XOpenDisplay ();
29696int
29697main ()
29698{
29699XOpenDisplay ();
29700 ;
29701 return 0;
29702}
29703_ACEOF
29704rm -f conftest.$ac_objext conftest$ac_exeext
29705if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 29706 (eval $ac_link) 2>conftest.er1
a848cd7e 29707 ac_status=$?
ac1cb8d3
VS
29708 grep -v '^ *+' conftest.er1 >conftest.err
29709 rm -f conftest.er1
29710 cat conftest.err >&5
a848cd7e
SC
29711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29712 (exit $ac_status); } &&
6a5c9b3f
RR
29713 { ac_try='test -z "$ac_cxx_werror_flag"
29714 || test ! -s conftest.err'
ac1cb8d3
VS
29715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29716 (eval $ac_try) 2>&5
29717 ac_status=$?
29718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29719 (exit $ac_status); }; } &&
29720 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
29721 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29722 (eval $ac_try) 2>&5
29723 ac_status=$?
29724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29725 (exit $ac_status); }; }; then
29726 :
29727else
29728 echo "$as_me: failed program was:" >&5
29729sed 's/^/| /' conftest.$ac_ext >&5
29730
29731echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
29732echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
29733if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
29734 echo $ECHO_N "(cached) $ECHO_C" >&6
29735else
29736 ac_check_lib_save_LIBS=$LIBS
29737LIBS="-ldnet $LIBS"
29738cat >conftest.$ac_ext <<_ACEOF
29739/* confdefs.h. */
29740_ACEOF
29741cat confdefs.h >>conftest.$ac_ext
29742cat >>conftest.$ac_ext <<_ACEOF
29743/* end confdefs.h. */
29744
29745/* Override any gcc2 internal prototype to avoid an error. */
29746#ifdef __cplusplus
29747extern "C"
29748#endif
29749/* We use char because int might match the return type of a gcc2
29750 builtin and then its argument prototype would still apply. */
29751char dnet_ntoa ();
29752int
29753main ()
29754{
29755dnet_ntoa ();
29756 ;
29757 return 0;
29758}
29759_ACEOF
29760rm -f conftest.$ac_objext conftest$ac_exeext
29761if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 29762 (eval $ac_link) 2>conftest.er1
a848cd7e 29763 ac_status=$?
ac1cb8d3
VS
29764 grep -v '^ *+' conftest.er1 >conftest.err
29765 rm -f conftest.er1
29766 cat conftest.err >&5
a848cd7e
SC
29767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29768 (exit $ac_status); } &&
6a5c9b3f
RR
29769 { ac_try='test -z "$ac_cxx_werror_flag"
29770 || test ! -s conftest.err'
ac1cb8d3
VS
29771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29772 (eval $ac_try) 2>&5
29773 ac_status=$?
29774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29775 (exit $ac_status); }; } &&
29776 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
29777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29778 (eval $ac_try) 2>&5
29779 ac_status=$?
29780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29781 (exit $ac_status); }; }; then
29782 ac_cv_lib_dnet_dnet_ntoa=yes
29783else
29784 echo "$as_me: failed program was:" >&5
29785sed 's/^/| /' conftest.$ac_ext >&5
29786
29787ac_cv_lib_dnet_dnet_ntoa=no
29788fi
ac1cb8d3
VS
29789rm -f conftest.err conftest.$ac_objext \
29790 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
29791LIBS=$ac_check_lib_save_LIBS
29792fi
29793echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
29794echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
29795if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
29796 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
29797fi
29798
29799 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
29800 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
29801echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
29802if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
29803 echo $ECHO_N "(cached) $ECHO_C" >&6
29804else
29805 ac_check_lib_save_LIBS=$LIBS
29806LIBS="-ldnet_stub $LIBS"
29807cat >conftest.$ac_ext <<_ACEOF
29808/* confdefs.h. */
29809_ACEOF
29810cat confdefs.h >>conftest.$ac_ext
29811cat >>conftest.$ac_ext <<_ACEOF
29812/* end confdefs.h. */
29813
29814/* Override any gcc2 internal prototype to avoid an error. */
29815#ifdef __cplusplus
29816extern "C"
29817#endif
29818/* We use char because int might match the return type of a gcc2
29819 builtin and then its argument prototype would still apply. */
29820char dnet_ntoa ();
29821int
29822main ()
29823{
29824dnet_ntoa ();
29825 ;
29826 return 0;
29827}
29828_ACEOF
29829rm -f conftest.$ac_objext conftest$ac_exeext
29830if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 29831 (eval $ac_link) 2>conftest.er1
a848cd7e 29832 ac_status=$?
ac1cb8d3
VS
29833 grep -v '^ *+' conftest.er1 >conftest.err
29834 rm -f conftest.er1
29835 cat conftest.err >&5
a848cd7e
SC
29836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29837 (exit $ac_status); } &&
6a5c9b3f
RR
29838 { ac_try='test -z "$ac_cxx_werror_flag"
29839 || test ! -s conftest.err'
ac1cb8d3
VS
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); }; } &&
29845 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
29846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29847 (eval $ac_try) 2>&5
29848 ac_status=$?
29849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29850 (exit $ac_status); }; }; then
29851 ac_cv_lib_dnet_stub_dnet_ntoa=yes
29852else
29853 echo "$as_me: failed program was:" >&5
29854sed 's/^/| /' conftest.$ac_ext >&5
29855
29856ac_cv_lib_dnet_stub_dnet_ntoa=no
29857fi
ac1cb8d3
VS
29858rm -f conftest.err conftest.$ac_objext \
29859 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
29860LIBS=$ac_check_lib_save_LIBS
29861fi
29862echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
29863echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
29864if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
29865 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
29866fi
29867
29868 fi
29869fi
ac1cb8d3
VS
29870rm -f conftest.err conftest.$ac_objext \
29871 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
29872 LIBS="$ac_xsave_LIBS"
29873
29874 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
29875 # to get the SysV transport functions.
29876 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
29877 # needs -lnsl.
29878 # The nsl library prevents programs from opening the X display
29879 # on Irix 5.2, according to T.E. Dickey.
29880 # The functions gethostbyname, getservbyname, and inet_addr are
29881 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
29882 echo "$as_me:$LINENO: checking for gethostbyname" >&5
29883echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
29884if test "${ac_cv_func_gethostbyname+set}" = set; then
29885 echo $ECHO_N "(cached) $ECHO_C" >&6
29886else
29887 cat >conftest.$ac_ext <<_ACEOF
29888/* confdefs.h. */
29889_ACEOF
29890cat confdefs.h >>conftest.$ac_ext
29891cat >>conftest.$ac_ext <<_ACEOF
29892/* end confdefs.h. */
ac1cb8d3
VS
29893/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
29894 For example, HP-UX 11i <limits.h> declares gettimeofday. */
29895#define gethostbyname innocuous_gethostbyname
29896
a848cd7e
SC
29897/* System header to define __stub macros and hopefully few prototypes,
29898 which can conflict with char gethostbyname (); below.
29899 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29900 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 29901
a848cd7e
SC
29902#ifdef __STDC__
29903# include <limits.h>
29904#else
29905# include <assert.h>
29906#endif
ac1cb8d3
VS
29907
29908#undef gethostbyname
29909
a848cd7e
SC
29910/* Override any gcc2 internal prototype to avoid an error. */
29911#ifdef __cplusplus
29912extern "C"
29913{
29914#endif
29915/* We use char because int might match the return type of a gcc2
29916 builtin and then its argument prototype would still apply. */
29917char gethostbyname ();
29918/* The GNU C library defines this for functions which it implements
29919 to always fail with ENOSYS. Some functions are actually named
29920 something starting with __ and the normal name is an alias. */
29921#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
29922choke me
29923#else
29924char (*f) () = gethostbyname;
29925#endif
29926#ifdef __cplusplus
29927}
29928#endif
29929
29930int
29931main ()
29932{
29933return f != gethostbyname;
29934 ;
29935 return 0;
29936}
29937_ACEOF
29938rm -f conftest.$ac_objext conftest$ac_exeext
29939if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 29940 (eval $ac_link) 2>conftest.er1
a848cd7e 29941 ac_status=$?
ac1cb8d3
VS
29942 grep -v '^ *+' conftest.er1 >conftest.err
29943 rm -f conftest.er1
29944 cat conftest.err >&5
a848cd7e
SC
29945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29946 (exit $ac_status); } &&
6a5c9b3f
RR
29947 { ac_try='test -z "$ac_cxx_werror_flag"
29948 || test ! -s conftest.err'
ac1cb8d3
VS
29949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29950 (eval $ac_try) 2>&5
29951 ac_status=$?
29952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29953 (exit $ac_status); }; } &&
29954 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
29955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29956 (eval $ac_try) 2>&5
29957 ac_status=$?
29958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29959 (exit $ac_status); }; }; then
29960 ac_cv_func_gethostbyname=yes
29961else
29962 echo "$as_me: failed program was:" >&5
29963sed 's/^/| /' conftest.$ac_ext >&5
29964
29965ac_cv_func_gethostbyname=no
29966fi
ac1cb8d3
VS
29967rm -f conftest.err conftest.$ac_objext \
29968 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
29969fi
29970echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
29971echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
29972
29973 if test $ac_cv_func_gethostbyname = no; then
29974 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
29975echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
29976if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
29977 echo $ECHO_N "(cached) $ECHO_C" >&6
29978else
29979 ac_check_lib_save_LIBS=$LIBS
29980LIBS="-lnsl $LIBS"
29981cat >conftest.$ac_ext <<_ACEOF
29982/* confdefs.h. */
29983_ACEOF
29984cat confdefs.h >>conftest.$ac_ext
29985cat >>conftest.$ac_ext <<_ACEOF
29986/* end confdefs.h. */
29987
29988/* Override any gcc2 internal prototype to avoid an error. */
29989#ifdef __cplusplus
29990extern "C"
29991#endif
29992/* We use char because int might match the return type of a gcc2
29993 builtin and then its argument prototype would still apply. */
29994char gethostbyname ();
29995int
29996main ()
29997{
29998gethostbyname ();
29999 ;
30000 return 0;
30001}
30002_ACEOF
30003rm -f conftest.$ac_objext conftest$ac_exeext
30004if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3
VS
30005 (eval $ac_link) 2>conftest.er1
30006 ac_status=$?
30007 grep -v '^ *+' conftest.er1 >conftest.err
30008 rm -f conftest.er1
30009 cat conftest.err >&5
30010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30011 (exit $ac_status); } &&
6a5c9b3f
RR
30012 { ac_try='test -z "$ac_cxx_werror_flag"
30013 || test ! -s conftest.err'
ac1cb8d3
VS
30014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30015 (eval $ac_try) 2>&5
30016 ac_status=$?
30017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30018 (exit $ac_status); }; } &&
30019 { ac_try='test -s conftest$ac_exeext'
30020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30021 (eval $ac_try) 2>&5
30022 ac_status=$?
30023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30024 (exit $ac_status); }; }; then
30025 ac_cv_lib_nsl_gethostbyname=yes
30026else
30027 echo "$as_me: failed program was:" >&5
30028sed 's/^/| /' conftest.$ac_ext >&5
30029
30030ac_cv_lib_nsl_gethostbyname=no
30031fi
30032rm -f conftest.err conftest.$ac_objext \
30033 conftest$ac_exeext conftest.$ac_ext
30034LIBS=$ac_check_lib_save_LIBS
30035fi
30036echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
30037echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
30038if test $ac_cv_lib_nsl_gethostbyname = yes; then
30039 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
30040fi
30041
30042 if test $ac_cv_lib_nsl_gethostbyname = no; then
30043 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
30044echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
30045if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
30046 echo $ECHO_N "(cached) $ECHO_C" >&6
30047else
30048 ac_check_lib_save_LIBS=$LIBS
30049LIBS="-lbsd $LIBS"
30050cat >conftest.$ac_ext <<_ACEOF
30051/* confdefs.h. */
30052_ACEOF
30053cat confdefs.h >>conftest.$ac_ext
30054cat >>conftest.$ac_ext <<_ACEOF
30055/* end confdefs.h. */
30056
30057/* Override any gcc2 internal prototype to avoid an error. */
30058#ifdef __cplusplus
30059extern "C"
30060#endif
30061/* We use char because int might match the return type of a gcc2
30062 builtin and then its argument prototype would still apply. */
30063char gethostbyname ();
30064int
30065main ()
30066{
30067gethostbyname ();
30068 ;
30069 return 0;
30070}
30071_ACEOF
30072rm -f conftest.$ac_objext conftest$ac_exeext
30073if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30074 (eval $ac_link) 2>conftest.er1
a848cd7e 30075 ac_status=$?
ac1cb8d3
VS
30076 grep -v '^ *+' conftest.er1 >conftest.err
30077 rm -f conftest.er1
30078 cat conftest.err >&5
a848cd7e
SC
30079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30080 (exit $ac_status); } &&
6a5c9b3f
RR
30081 { ac_try='test -z "$ac_cxx_werror_flag"
30082 || test ! -s conftest.err'
a848cd7e
SC
30083 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30084 (eval $ac_try) 2>&5
30085 ac_status=$?
30086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ac1cb8d3
VS
30087 (exit $ac_status); }; } &&
30088 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
30089 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30090 (eval $ac_try) 2>&5
30091 ac_status=$?
30092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30093 (exit $ac_status); }; }; then
30094 ac_cv_lib_bsd_gethostbyname=yes
30095else
30096 echo "$as_me: failed program was:" >&5
30097sed 's/^/| /' conftest.$ac_ext >&5
30098
30099ac_cv_lib_bsd_gethostbyname=no
30100fi
ac1cb8d3
VS
30101rm -f conftest.err conftest.$ac_objext \
30102 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
30103LIBS=$ac_check_lib_save_LIBS
30104fi
30105echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
30106echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
30107if test $ac_cv_lib_bsd_gethostbyname = yes; then
30108 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
30109fi
30110
30111 fi
30112 fi
30113
30114 # lieder@skyler.mavd.honeywell.com says without -lsocket,
30115 # socket/setsockopt and other routines are undefined under SCO ODT
30116 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
30117 # on later versions), says Simon Leinen: it contains gethostby*
30118 # variants that don't use the name server (or something). -lsocket
30119 # must be given before -lnsl if both are needed. We assume that
30120 # if connect needs -lnsl, so does gethostbyname.
30121 echo "$as_me:$LINENO: checking for connect" >&5
30122echo $ECHO_N "checking for connect... $ECHO_C" >&6
30123if test "${ac_cv_func_connect+set}" = set; then
30124 echo $ECHO_N "(cached) $ECHO_C" >&6
30125else
30126 cat >conftest.$ac_ext <<_ACEOF
30127/* confdefs.h. */
30128_ACEOF
30129cat confdefs.h >>conftest.$ac_ext
30130cat >>conftest.$ac_ext <<_ACEOF
30131/* end confdefs.h. */
ac1cb8d3
VS
30132/* Define connect to an innocuous variant, in case <limits.h> declares connect.
30133 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30134#define connect innocuous_connect
30135
a848cd7e
SC
30136/* System header to define __stub macros and hopefully few prototypes,
30137 which can conflict with char connect (); below.
30138 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30139 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 30140
a848cd7e
SC
30141#ifdef __STDC__
30142# include <limits.h>
30143#else
30144# include <assert.h>
30145#endif
ac1cb8d3
VS
30146
30147#undef connect
30148
a848cd7e
SC
30149/* Override any gcc2 internal prototype to avoid an error. */
30150#ifdef __cplusplus
30151extern "C"
30152{
30153#endif
30154/* We use char because int might match the return type of a gcc2
30155 builtin and then its argument prototype would still apply. */
30156char connect ();
30157/* The GNU C library defines this for functions which it implements
30158 to always fail with ENOSYS. Some functions are actually named
30159 something starting with __ and the normal name is an alias. */
30160#if defined (__stub_connect) || defined (__stub___connect)
30161choke me
30162#else
30163char (*f) () = connect;
30164#endif
30165#ifdef __cplusplus
30166}
30167#endif
30168
30169int
30170main ()
30171{
30172return f != connect;
30173 ;
30174 return 0;
30175}
30176_ACEOF
30177rm -f conftest.$ac_objext conftest$ac_exeext
30178if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 30179 (eval $ac_link) 2>conftest.er1
a848cd7e 30180 ac_status=$?
ac1cb8d3
VS
30181 grep -v '^ *+' conftest.er1 >conftest.err
30182 rm -f conftest.er1
30183 cat conftest.err >&5
a848cd7e
SC
30184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30185 (exit $ac_status); } &&
6a5c9b3f
RR
30186 { ac_try='test -z "$ac_cxx_werror_flag"
30187 || test ! -s conftest.err'
ac1cb8d3
VS
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_exeext'
a848cd7e
SC
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_cv_func_connect=yes
30200else
30201 echo "$as_me: failed program was:" >&5
30202sed 's/^/| /' conftest.$ac_ext >&5
30203
30204ac_cv_func_connect=no
30205fi
ac1cb8d3
VS
30206rm -f conftest.err conftest.$ac_objext \
30207 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
30208fi
30209echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
30210echo "${ECHO_T}$ac_cv_func_connect" >&6
30211
30212 if test $ac_cv_func_connect = no; then
30213 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
30214echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
30215if test "${ac_cv_lib_socket_connect+set}" = set; then
30216 echo $ECHO_N "(cached) $ECHO_C" >&6
30217else
30218 ac_check_lib_save_LIBS=$LIBS
30219LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
30220cat >conftest.$ac_ext <<_ACEOF
30221/* confdefs.h. */
30222_ACEOF
30223cat confdefs.h >>conftest.$ac_ext
30224cat >>conftest.$ac_ext <<_ACEOF
30225/* end confdefs.h. */
30226
30227/* Override any gcc2 internal prototype to avoid an error. */
30228#ifdef __cplusplus
30229extern "C"
30230#endif
30231/* We use char because int might match the return type of a gcc2
30232 builtin and then its argument prototype would still apply. */
30233char connect ();
30234int
30235main ()
30236{
30237connect ();
30238 ;
30239 return 0;
30240}
30241_ACEOF
30242rm -f conftest.$ac_objext conftest$ac_exeext
30243if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 30244 (eval $ac_link) 2>conftest.er1
a848cd7e 30245 ac_status=$?
ac1cb8d3
VS
30246 grep -v '^ *+' conftest.er1 >conftest.err
30247 rm -f conftest.er1
30248 cat conftest.err >&5
a848cd7e
SC
30249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30250 (exit $ac_status); } &&
6a5c9b3f
RR
30251 { ac_try='test -z "$ac_cxx_werror_flag"
30252 || test ! -s conftest.err'
ac1cb8d3
VS
30253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30254 (eval $ac_try) 2>&5
30255 ac_status=$?
30256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30257 (exit $ac_status); }; } &&
30258 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
30259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30260 (eval $ac_try) 2>&5
30261 ac_status=$?
30262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30263 (exit $ac_status); }; }; then
30264 ac_cv_lib_socket_connect=yes
30265else
30266 echo "$as_me: failed program was:" >&5
30267sed 's/^/| /' conftest.$ac_ext >&5
30268
30269ac_cv_lib_socket_connect=no
30270fi
ac1cb8d3
VS
30271rm -f conftest.err conftest.$ac_objext \
30272 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
30273LIBS=$ac_check_lib_save_LIBS
30274fi
30275echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
30276echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
30277if test $ac_cv_lib_socket_connect = yes; then
30278 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
30279fi
30280
30281 fi
30282
30283 # Guillermo Gomez says -lposix is necessary on A/UX.
30284 echo "$as_me:$LINENO: checking for remove" >&5
30285echo $ECHO_N "checking for remove... $ECHO_C" >&6
30286if test "${ac_cv_func_remove+set}" = set; then
30287 echo $ECHO_N "(cached) $ECHO_C" >&6
30288else
30289 cat >conftest.$ac_ext <<_ACEOF
30290/* confdefs.h. */
30291_ACEOF
30292cat confdefs.h >>conftest.$ac_ext
30293cat >>conftest.$ac_ext <<_ACEOF
30294/* end confdefs.h. */
ac1cb8d3
VS
30295/* Define remove to an innocuous variant, in case <limits.h> declares remove.
30296 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30297#define remove innocuous_remove
30298
a848cd7e
SC
30299/* System header to define __stub macros and hopefully few prototypes,
30300 which can conflict with char remove (); below.
30301 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30302 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 30303
a848cd7e
SC
30304#ifdef __STDC__
30305# include <limits.h>
30306#else
30307# include <assert.h>
30308#endif
ac1cb8d3
VS
30309
30310#undef remove
30311
a848cd7e
SC
30312/* Override any gcc2 internal prototype to avoid an error. */
30313#ifdef __cplusplus
30314extern "C"
30315{
30316#endif
30317/* We use char because int might match the return type of a gcc2
30318 builtin and then its argument prototype would still apply. */
30319char remove ();
30320/* The GNU C library defines this for functions which it implements
30321 to always fail with ENOSYS. Some functions are actually named
30322 something starting with __ and the normal name is an alias. */
30323#if defined (__stub_remove) || defined (__stub___remove)
30324choke me
30325#else
30326char (*f) () = remove;
30327#endif
30328#ifdef __cplusplus
30329}
30330#endif
30331
30332int
30333main ()
30334{
30335return f != remove;
30336 ;
30337 return 0;
30338}
30339_ACEOF
30340rm -f conftest.$ac_objext conftest$ac_exeext
30341if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 30342 (eval $ac_link) 2>conftest.er1
a848cd7e 30343 ac_status=$?
ac1cb8d3
VS
30344 grep -v '^ *+' conftest.er1 >conftest.err
30345 rm -f conftest.er1
30346 cat conftest.err >&5
a848cd7e
SC
30347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30348 (exit $ac_status); } &&
6a5c9b3f
RR
30349 { ac_try='test -z "$ac_cxx_werror_flag"
30350 || test ! -s conftest.err'
ac1cb8d3
VS
30351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30352 (eval $ac_try) 2>&5
30353 ac_status=$?
30354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30355 (exit $ac_status); }; } &&
30356 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
30357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30358 (eval $ac_try) 2>&5
30359 ac_status=$?
30360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30361 (exit $ac_status); }; }; then
30362 ac_cv_func_remove=yes
30363else
30364 echo "$as_me: failed program was:" >&5
30365sed 's/^/| /' conftest.$ac_ext >&5
30366
30367ac_cv_func_remove=no
30368fi
ac1cb8d3
VS
30369rm -f conftest.err conftest.$ac_objext \
30370 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
30371fi
30372echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
30373echo "${ECHO_T}$ac_cv_func_remove" >&6
30374
30375 if test $ac_cv_func_remove = no; then
30376 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
30377echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
30378if test "${ac_cv_lib_posix_remove+set}" = set; then
30379 echo $ECHO_N "(cached) $ECHO_C" >&6
30380else
30381 ac_check_lib_save_LIBS=$LIBS
30382LIBS="-lposix $LIBS"
30383cat >conftest.$ac_ext <<_ACEOF
30384/* confdefs.h. */
30385_ACEOF
30386cat confdefs.h >>conftest.$ac_ext
30387cat >>conftest.$ac_ext <<_ACEOF
30388/* end confdefs.h. */
30389
30390/* Override any gcc2 internal prototype to avoid an error. */
30391#ifdef __cplusplus
30392extern "C"
30393#endif
30394/* We use char because int might match the return type of a gcc2
30395 builtin and then its argument prototype would still apply. */
30396char remove ();
30397int
30398main ()
30399{
30400remove ();
30401 ;
30402 return 0;
30403}
30404_ACEOF
30405rm -f conftest.$ac_objext conftest$ac_exeext
30406if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 30407 (eval $ac_link) 2>conftest.er1
a848cd7e 30408 ac_status=$?
ac1cb8d3
VS
30409 grep -v '^ *+' conftest.er1 >conftest.err
30410 rm -f conftest.er1
30411 cat conftest.err >&5
a848cd7e
SC
30412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30413 (exit $ac_status); } &&
6a5c9b3f
RR
30414 { ac_try='test -z "$ac_cxx_werror_flag"
30415 || test ! -s conftest.err'
ac1cb8d3
VS
30416 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30417 (eval $ac_try) 2>&5
30418 ac_status=$?
30419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30420 (exit $ac_status); }; } &&
30421 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
30422 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30423 (eval $ac_try) 2>&5
30424 ac_status=$?
30425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30426 (exit $ac_status); }; }; then
30427 ac_cv_lib_posix_remove=yes
30428else
30429 echo "$as_me: failed program was:" >&5
30430sed 's/^/| /' conftest.$ac_ext >&5
30431
30432ac_cv_lib_posix_remove=no
30433fi
ac1cb8d3
VS
30434rm -f conftest.err conftest.$ac_objext \
30435 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
30436LIBS=$ac_check_lib_save_LIBS
30437fi
30438echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
30439echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
30440if test $ac_cv_lib_posix_remove = yes; then
30441 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
30442fi
30443
30444 fi
30445
30446 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
30447 echo "$as_me:$LINENO: checking for shmat" >&5
30448echo $ECHO_N "checking for shmat... $ECHO_C" >&6
30449if test "${ac_cv_func_shmat+set}" = set; then
30450 echo $ECHO_N "(cached) $ECHO_C" >&6
30451else
30452 cat >conftest.$ac_ext <<_ACEOF
30453/* confdefs.h. */
30454_ACEOF
30455cat confdefs.h >>conftest.$ac_ext
30456cat >>conftest.$ac_ext <<_ACEOF
30457/* end confdefs.h. */
ac1cb8d3
VS
30458/* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
30459 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30460#define shmat innocuous_shmat
30461
a848cd7e
SC
30462/* System header to define __stub macros and hopefully few prototypes,
30463 which can conflict with char shmat (); below.
30464 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30465 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 30466
a848cd7e
SC
30467#ifdef __STDC__
30468# include <limits.h>
30469#else
30470# include <assert.h>
30471#endif
ac1cb8d3
VS
30472
30473#undef shmat
30474
a848cd7e
SC
30475/* Override any gcc2 internal prototype to avoid an error. */
30476#ifdef __cplusplus
30477extern "C"
30478{
30479#endif
30480/* We use char because int might match the return type of a gcc2
30481 builtin and then its argument prototype would still apply. */
30482char shmat ();
30483/* The GNU C library defines this for functions which it implements
30484 to always fail with ENOSYS. Some functions are actually named
30485 something starting with __ and the normal name is an alias. */
30486#if defined (__stub_shmat) || defined (__stub___shmat)
30487choke me
30488#else
30489char (*f) () = shmat;
30490#endif
30491#ifdef __cplusplus
30492}
30493#endif
30494
30495int
30496main ()
30497{
30498return f != shmat;
30499 ;
30500 return 0;
30501}
30502_ACEOF
30503rm -f conftest.$ac_objext conftest$ac_exeext
30504if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 30505 (eval $ac_link) 2>conftest.er1
a848cd7e 30506 ac_status=$?
ac1cb8d3
VS
30507 grep -v '^ *+' conftest.er1 >conftest.err
30508 rm -f conftest.er1
30509 cat conftest.err >&5
a848cd7e
SC
30510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30511 (exit $ac_status); } &&
6a5c9b3f
RR
30512 { ac_try='test -z "$ac_cxx_werror_flag"
30513 || test ! -s conftest.err'
ac1cb8d3
VS
30514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30515 (eval $ac_try) 2>&5
30516 ac_status=$?
30517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30518 (exit $ac_status); }; } &&
30519 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
30520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30521 (eval $ac_try) 2>&5
30522 ac_status=$?
30523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30524 (exit $ac_status); }; }; then
30525 ac_cv_func_shmat=yes
30526else
30527 echo "$as_me: failed program was:" >&5
30528sed 's/^/| /' conftest.$ac_ext >&5
30529
30530ac_cv_func_shmat=no
30531fi
ac1cb8d3
VS
30532rm -f conftest.err conftest.$ac_objext \
30533 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
30534fi
30535echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
30536echo "${ECHO_T}$ac_cv_func_shmat" >&6
30537
30538 if test $ac_cv_func_shmat = no; then
30539 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
30540echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
30541if test "${ac_cv_lib_ipc_shmat+set}" = set; then
30542 echo $ECHO_N "(cached) $ECHO_C" >&6
30543else
30544 ac_check_lib_save_LIBS=$LIBS
30545LIBS="-lipc $LIBS"
30546cat >conftest.$ac_ext <<_ACEOF
30547/* confdefs.h. */
30548_ACEOF
30549cat confdefs.h >>conftest.$ac_ext
30550cat >>conftest.$ac_ext <<_ACEOF
30551/* end confdefs.h. */
30552
30553/* Override any gcc2 internal prototype to avoid an error. */
30554#ifdef __cplusplus
30555extern "C"
30556#endif
30557/* We use char because int might match the return type of a gcc2
30558 builtin and then its argument prototype would still apply. */
30559char shmat ();
30560int
30561main ()
30562{
30563shmat ();
30564 ;
30565 return 0;
30566}
30567_ACEOF
30568rm -f conftest.$ac_objext conftest$ac_exeext
30569if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 30570 (eval $ac_link) 2>conftest.er1
a848cd7e 30571 ac_status=$?
ac1cb8d3
VS
30572 grep -v '^ *+' conftest.er1 >conftest.err
30573 rm -f conftest.er1
30574 cat conftest.err >&5
a848cd7e
SC
30575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30576 (exit $ac_status); } &&
6a5c9b3f
RR
30577 { ac_try='test -z "$ac_cxx_werror_flag"
30578 || test ! -s conftest.err'
ac1cb8d3
VS
30579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30580 (eval $ac_try) 2>&5
30581 ac_status=$?
30582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30583 (exit $ac_status); }; } &&
30584 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
30585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30586 (eval $ac_try) 2>&5
30587 ac_status=$?
30588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30589 (exit $ac_status); }; }; then
30590 ac_cv_lib_ipc_shmat=yes
30591else
30592 echo "$as_me: failed program was:" >&5
30593sed 's/^/| /' conftest.$ac_ext >&5
30594
30595ac_cv_lib_ipc_shmat=no
30596fi
ac1cb8d3
VS
30597rm -f conftest.err conftest.$ac_objext \
30598 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
30599LIBS=$ac_check_lib_save_LIBS
30600fi
30601echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
30602echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
30603if test $ac_cv_lib_ipc_shmat = yes; then
30604 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
30605fi
30606
30607 fi
30608 fi
30609
30610 # Check for libraries that X11R6 Xt/Xaw programs need.
30611 ac_save_LDFLAGS=$LDFLAGS
30612 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
30613 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
30614 # check for ICE first), but we must link in the order -lSM -lICE or
30615 # we get undefined symbols. So assume we have SM if we have ICE.
30616 # These have to be linked with before -lX11, unlike the other
30617 # libraries we check for below, so use a different variable.
30618 # John Interrante, Karl Berry
30619 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
30620echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
30621if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
30622 echo $ECHO_N "(cached) $ECHO_C" >&6
30623else
30624 ac_check_lib_save_LIBS=$LIBS
30625LIBS="-lICE $X_EXTRA_LIBS $LIBS"
30626cat >conftest.$ac_ext <<_ACEOF
30627/* confdefs.h. */
30628_ACEOF
30629cat confdefs.h >>conftest.$ac_ext
30630cat >>conftest.$ac_ext <<_ACEOF
30631/* end confdefs.h. */
30632
30633/* Override any gcc2 internal prototype to avoid an error. */
30634#ifdef __cplusplus
30635extern "C"
30636#endif
30637/* We use char because int might match the return type of a gcc2
30638 builtin and then its argument prototype would still apply. */
30639char IceConnectionNumber ();
30640int
30641main ()
30642{
30643IceConnectionNumber ();
30644 ;
30645 return 0;
30646}
30647_ACEOF
30648rm -f conftest.$ac_objext conftest$ac_exeext
30649if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 30650 (eval $ac_link) 2>conftest.er1
a848cd7e 30651 ac_status=$?
ac1cb8d3
VS
30652 grep -v '^ *+' conftest.er1 >conftest.err
30653 rm -f conftest.er1
30654 cat conftest.err >&5
a848cd7e
SC
30655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30656 (exit $ac_status); } &&
6a5c9b3f
RR
30657 { ac_try='test -z "$ac_cxx_werror_flag"
30658 || test ! -s conftest.err'
ac1cb8d3
VS
30659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30660 (eval $ac_try) 2>&5
30661 ac_status=$?
30662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30663 (exit $ac_status); }; } &&
30664 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
30665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30666 (eval $ac_try) 2>&5
30667 ac_status=$?
30668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30669 (exit $ac_status); }; }; then
30670 ac_cv_lib_ICE_IceConnectionNumber=yes
30671else
30672 echo "$as_me: failed program was:" >&5
30673sed 's/^/| /' conftest.$ac_ext >&5
30674
30675ac_cv_lib_ICE_IceConnectionNumber=no
30676fi
ac1cb8d3
VS
30677rm -f conftest.err conftest.$ac_objext \
30678 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
30679LIBS=$ac_check_lib_save_LIBS
30680fi
30681echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
30682echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
30683if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
30684 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
30685fi
30686
30687 LDFLAGS=$ac_save_LDFLAGS
30688
30689fi
30690
30691
30692 if test "$no_x" = "yes"; then
89d90d6d
VZ
30693 { { echo "$as_me:$LINENO: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&5
30694echo "$as_me: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&2;}
30695 { (exit 1); exit 1; }; }
a848cd7e
SC
30696 fi
30697
74b84332
VS
30698 GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
30699 TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'`
a848cd7e
SC
30700 AFMINSTALL=afminstall
30701 COMPILED_X_PROGRAM=0
30702
74b84332
VS
30703 fi
30704
30705 if test "$wxUSE_X11" = 1; then
a848cd7e
SC
30706 if test "$wxUSE_NANOX" = "yes"; then
30707 echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
30708echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
30709 if test "x$MICROWIN" = x ; then
30710 echo "$as_me:$LINENO: result: not found" >&5
30711echo "${ECHO_T}not found" >&6
30712 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
30713echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
30714 { (exit 1); exit 1; }; }
30715 else
30716 echo "$as_me:$LINENO: result: $MICROWIN" >&5
30717echo "${ECHO_T}$MICROWIN" >&6
30718 cat >>confdefs.h <<\_ACEOF
30719#define wxUSE_NANOX 1
30720_ACEOF
30721
30722 fi
30723 fi
30724
30725 if test "$wxUSE_UNICODE" = "yes"; then
30726
3ecd9f92
MW
30727pkg_failed=no
30728echo "$as_me:$LINENO: checking for PANGOX" >&5
30729echo $ECHO_N "checking for PANGOX... $ECHO_C" >&6
a848cd7e 30730
3ecd9f92
MW
30731if test -n "$PKG_CONFIG"; then
30732 if test -n "$PANGOX_CFLAGS"; then
30733 pkg_cv_PANGOX_CFLAGS="$PANGOX_CFLAGS"
30734 else
30735 if test -n "$PKG_CONFIG" && \
30736 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangox\"") >&5
30737 ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
30738 ac_status=$?
30739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30740 (exit $ac_status); }; then
30741 pkg_cv_PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox" 2>/dev/null`
30742else
30743 pkg_failed=yes
30744fi
30745 fi
30746else
30747 pkg_failed=untried
30748fi
30749if test -n "$PKG_CONFIG"; then
30750 if test -n "$PANGOX_LIBS"; then
30751 pkg_cv_PANGOX_LIBS="$PANGOX_LIBS"
30752 else
30753 if test -n "$PKG_CONFIG" && \
30754 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangox\"") >&5
30755 ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
30756 ac_status=$?
30757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30758 (exit $ac_status); }; then
30759 pkg_cv_PANGOX_LIBS=`$PKG_CONFIG --libs "pangox" 2>/dev/null`
30760else
30761 pkg_failed=yes
30762fi
30763 fi
30764else
30765 pkg_failed=untried
30766fi
30767
30768
30769
30770if test $pkg_failed = yes; then
30771
30772if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
30773 _pkg_short_errors_supported=yes
30774else
30775 _pkg_short_errors_supported=no
30776fi
30777 if test $_pkg_short_errors_supported = yes; then
30778 PANGOX_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangox"`
30779 else
30780 PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
a848cd7e 30781 fi
3ecd9f92
MW
30782 # Put the nasty error message in config.log where it belongs
30783 echo "$PANGOX_PKG_ERRORS" >&5
a848cd7e
SC
30784
30785
3ecd9f92
MW
30786 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
30787echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
30788 { (exit 1); exit 1; }; }
a848cd7e 30789
a848cd7e 30790
3ecd9f92 30791elif test $pkg_failed = untried; then
a848cd7e 30792
3ecd9f92
MW
30793 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
30794echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
30795 { (exit 1); exit 1; }; }
30796
30797
30798else
30799 PANGOX_CFLAGS=$pkg_cv_PANGOX_CFLAGS
30800 PANGOX_LIBS=$pkg_cv_PANGOX_LIBS
30801 echo "$as_me:$LINENO: result: yes" >&5
30802echo "${ECHO_T}yes" >&6
30803
30804 CXXFLAGS="$PANGOX_CFLAGS $CXXFLAGS"
30805 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOX_LIBS"
30806
30807fi
30808
30809pkg_failed=no
30810echo "$as_me:$LINENO: checking for PANGOFT2" >&5
30811echo $ECHO_N "checking for PANGOFT2... $ECHO_C" >&6
30812
30813if test -n "$PKG_CONFIG"; then
30814 if test -n "$PANGOFT2_CFLAGS"; then
30815 pkg_cv_PANGOFT2_CFLAGS="$PANGOFT2_CFLAGS"
30816 else
30817 if test -n "$PKG_CONFIG" && \
30818 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoft2\"") >&5
30819 ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
30820 ac_status=$?
30821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30822 (exit $ac_status); }; then
30823 pkg_cv_PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2" 2>/dev/null`
30824else
30825 pkg_failed=yes
30826fi
30827 fi
30828else
30829 pkg_failed=untried
30830fi
30831if test -n "$PKG_CONFIG"; then
30832 if test -n "$PANGOFT2_LIBS"; then
30833 pkg_cv_PANGOFT2_LIBS="$PANGOFT2_LIBS"
30834 else
30835 if test -n "$PKG_CONFIG" && \
30836 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoft2\"") >&5
30837 ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
30838 ac_status=$?
30839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30840 (exit $ac_status); }; then
30841 pkg_cv_PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2" 2>/dev/null`
30842else
30843 pkg_failed=yes
30844fi
30845 fi
30846else
30847 pkg_failed=untried
30848fi
30849
30850
30851
30852if test $pkg_failed = yes; then
30853
30854if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
30855 _pkg_short_errors_supported=yes
30856else
30857 _pkg_short_errors_supported=no
30858fi
30859 if test $_pkg_short_errors_supported = yes; then
30860 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoft2"`
30861 else
30862 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
30863 fi
30864 # Put the nasty error message in config.log where it belongs
30865 echo "$PANGOFT2_PKG_ERRORS" >&5
a848cd7e 30866
a848cd7e
SC
30867
30868 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
30869echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
30870 wxUSE_PRINTING_ARCHITECTURE="no"
30871
30872
3ecd9f92 30873elif test $pkg_failed = untried; then
a848cd7e 30874
3ecd9f92
MW
30875 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
30876echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
30877 wxUSE_PRINTING_ARCHITECTURE="no"
a848cd7e 30878
a848cd7e 30879
a848cd7e 30880else
3ecd9f92
MW
30881 PANGOFT2_CFLAGS=$pkg_cv_PANGOFT2_CFLAGS
30882 PANGOFT2_LIBS=$pkg_cv_PANGOFT2_LIBS
30883 echo "$as_me:$LINENO: result: yes" >&5
30884echo "${ECHO_T}yes" >&6
30885
30886 CXXFLAGS="$PANGOFT2_CFLAGS $CXXFLAGS"
30887 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
a848cd7e 30888
a848cd7e 30889fi
3ecd9f92
MW
30890
30891pkg_failed=no
30892echo "$as_me:$LINENO: checking for PANGOXFT" >&5
30893echo $ECHO_N "checking for PANGOXFT... $ECHO_C" >&6
a848cd7e
SC
30894
30895if test -n "$PKG_CONFIG"; then
3ecd9f92
MW
30896 if test -n "$PANGOXFT_CFLAGS"; then
30897 pkg_cv_PANGOXFT_CFLAGS="$PANGOXFT_CFLAGS"
30898 else
30899 if test -n "$PKG_CONFIG" && \
30900 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoxft\"") >&5
30901 ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
30902 ac_status=$?
30903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30904 (exit $ac_status); }; then
30905 pkg_cv_PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft" 2>/dev/null`
a848cd7e 30906else
3ecd9f92
MW
30907 pkg_failed=yes
30908fi
30909 fi
30910else
30911 pkg_failed=untried
30912fi
30913if test -n "$PKG_CONFIG"; then
30914 if test -n "$PANGOXFT_LIBS"; then
30915 pkg_cv_PANGOXFT_LIBS="$PANGOXFT_LIBS"
30916 else
30917 if test -n "$PKG_CONFIG" && \
30918 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoxft\"") >&5
30919 ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
30920 ac_status=$?
30921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30922 (exit $ac_status); }; then
30923 pkg_cv_PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft" 2>/dev/null`
30924else
30925 pkg_failed=yes
30926fi
30927 fi
30928else
30929 pkg_failed=untried
a848cd7e
SC
30930fi
30931
a848cd7e 30932
a848cd7e 30933
3ecd9f92 30934if test $pkg_failed = yes; then
a848cd7e 30935
3ecd9f92
MW
30936if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
30937 _pkg_short_errors_supported=yes
30938else
30939 _pkg_short_errors_supported=no
30940fi
30941 if test $_pkg_short_errors_supported = yes; then
30942 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoxft"`
30943 else
30944 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
a848cd7e 30945 fi
3ecd9f92
MW
30946 # Put the nasty error message in config.log where it belongs
30947 echo "$PANGOXFT_PKG_ERRORS" >&5
a848cd7e
SC
30948
30949
3ecd9f92
MW
30950 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
30951echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
30952
a848cd7e 30953
3ecd9f92 30954elif test $pkg_failed = untried; then
a848cd7e 30955
3ecd9f92
MW
30956 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
30957echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
30958
30959
30960else
30961 PANGOXFT_CFLAGS=$pkg_cv_PANGOXFT_CFLAGS
30962 PANGOXFT_LIBS=$pkg_cv_PANGOXFT_LIBS
30963 echo "$as_me:$LINENO: result: yes" >&5
30964echo "${ECHO_T}yes" >&6
a848cd7e 30965
4ae1af05
MB
30966 cat >>confdefs.h <<\_ACEOF
30967#define HAVE_PANGO_XFT 1
30968_ACEOF
30969
c92ad099 30970 CXXFLAGS="$PANGOXFT_CFLAGS $CXXFLAGS"
a848cd7e
SC
30971 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
30972
3ecd9f92 30973fi
e56f4f9e 30974 save_CXXFLAGS="$CXXFLAGS"
304205f1 30975 save_LIBS="$LIBS"
e56f4f9e 30976 CXXFLAGS="$PANGOX_CFLAGS $CXXFLAGS"
304205f1
VS
30977 LIBS="$LIBS $PANGOX_LIBS"
30978
30979for ac_func in pango_font_family_is_monospace
30980do
30981as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30982echo "$as_me:$LINENO: checking for $ac_func" >&5
30983echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30984if eval "test \"\${$as_ac_var+set}\" = set"; then
30985 echo $ECHO_N "(cached) $ECHO_C" >&6
30986else
30987 cat >conftest.$ac_ext <<_ACEOF
30988/* confdefs.h. */
30989_ACEOF
30990cat confdefs.h >>conftest.$ac_ext
30991cat >>conftest.$ac_ext <<_ACEOF
30992/* end confdefs.h. */
30993/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30994 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30995#define $ac_func innocuous_$ac_func
30996
30997/* System header to define __stub macros and hopefully few prototypes,
30998 which can conflict with char $ac_func (); below.
30999 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31000 <limits.h> exists even on freestanding compilers. */
31001
31002#ifdef __STDC__
31003# include <limits.h>
31004#else
31005# include <assert.h>
31006#endif
31007
31008#undef $ac_func
31009
31010/* Override any gcc2 internal prototype to avoid an error. */
31011#ifdef __cplusplus
31012extern "C"
31013{
31014#endif
31015/* We use char because int might match the return type of a gcc2
31016 builtin and then its argument prototype would still apply. */
31017char $ac_func ();
31018/* The GNU C library defines this for functions which it implements
31019 to always fail with ENOSYS. Some functions are actually named
31020 something starting with __ and the normal name is an alias. */
31021#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31022choke me
31023#else
31024char (*f) () = $ac_func;
31025#endif
31026#ifdef __cplusplus
31027}
31028#endif
31029
31030int
31031main ()
31032{
31033return f != $ac_func;
31034 ;
31035 return 0;
31036}
31037_ACEOF
31038rm -f conftest.$ac_objext conftest$ac_exeext
31039if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31040 (eval $ac_link) 2>conftest.er1
31041 ac_status=$?
31042 grep -v '^ *+' conftest.er1 >conftest.err
31043 rm -f conftest.er1
31044 cat conftest.err >&5
31045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31046 (exit $ac_status); } &&
6a5c9b3f
RR
31047 { ac_try='test -z "$ac_cxx_werror_flag"
31048 || test ! -s conftest.err'
304205f1
VS
31049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31050 (eval $ac_try) 2>&5
31051 ac_status=$?
31052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31053 (exit $ac_status); }; } &&
31054 { ac_try='test -s conftest$ac_exeext'
31055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31056 (eval $ac_try) 2>&5
31057 ac_status=$?
31058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31059 (exit $ac_status); }; }; then
31060 eval "$as_ac_var=yes"
31061else
31062 echo "$as_me: failed program was:" >&5
31063sed 's/^/| /' conftest.$ac_ext >&5
31064
31065eval "$as_ac_var=no"
31066fi
31067rm -f conftest.err conftest.$ac_objext \
31068 conftest$ac_exeext conftest.$ac_ext
31069fi
31070echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31071echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31072if test `eval echo '${'$as_ac_var'}'` = yes; then
31073 cat >>confdefs.h <<_ACEOF
31074#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31075_ACEOF
31076
31077fi
31078done
31079
e56f4f9e 31080 CXXFLAGS="$save_CXXFLAGS"
304205f1 31081 LIBS="$save_LIBS"
a848cd7e
SC
31082 fi
31083
31084 wxUSE_UNIVERSAL="yes"
31085
31086 if test "$wxUSE_NANOX" = "yes"; then
31087 TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
31088 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"
31089 GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
31090 else
31091 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11"
31092 fi
31093
a848cd7e
SC
31094 TOOLKIT=X11
31095 GUIDIST=X11_DIST
31096 fi
31097
31098 if test "$wxUSE_MOTIF" = 1; then
0a08f02a
MB
31099 if test "$wxUSE_UNICODE" = "yes"; then
31100 { { echo "$as_me:$LINENO: error: Unicode configuration not supported with Motif" >&5
31101echo "$as_me: error: Unicode configuration not supported with Motif" >&2;}
31102 { (exit 1); exit 1; }; }
31103 fi
31104
74b84332
VS
31105 echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
31106echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
a848cd7e 31107
74b84332
VS
31108ac_find_includes=
31109for ac_dir in $SEARCH_INCLUDE /usr/include;
31110 do
31111 if test -f "$ac_dir/Xm/Xm.h"; then
31112 ac_find_includes=$ac_dir
31113 break
31114 fi
31115 done
a848cd7e 31116
74b84332
VS
31117 if test "$ac_find_includes" != "" ; then
31118 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
31119echo "${ECHO_T}found in $ac_find_includes" >&6
31120
31121 if test "x$ac_find_includes" = "x/usr/include"; then
31122 ac_path_to_include=""
31123 else
31124 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
31125 result=$?
31126 if test $result = 0; then
31127 ac_path_to_include=""
31128 else
31129 ac_path_to_include=" -I$ac_find_includes"
31130 fi
a848cd7e
SC
31131 fi
31132
74b84332
VS
31133 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
31134 else
e56f4f9e
VZ
31135 save_CXXFLAGS=$CXXFLAGS
31136 CXXFLAGS="$TOOLKIT_INCLUDE $CXXFLAGS"
e051b34e 31137
74b84332 31138 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
31139/* confdefs.h. */
31140_ACEOF
31141cat confdefs.h >>conftest.$ac_ext
31142cat >>conftest.$ac_ext <<_ACEOF
31143/* end confdefs.h. */
31144
74b84332
VS
31145 #include <Xm/Xm.h>
31146
a848cd7e
SC
31147int
31148main ()
31149{
31150
74b84332
VS
31151 int version;
31152 version = xmUseVersion;
31153
a848cd7e
SC
31154 ;
31155 return 0;
31156}
31157_ACEOF
74b84332
VS
31158rm -f conftest.$ac_objext
31159if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31160 (eval $ac_compile) 2>conftest.er1
a848cd7e 31161 ac_status=$?
ac1cb8d3
VS
31162 grep -v '^ *+' conftest.er1 >conftest.err
31163 rm -f conftest.er1
31164 cat conftest.err >&5
a848cd7e
SC
31165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31166 (exit $ac_status); } &&
6a5c9b3f
RR
31167 { ac_try='test -z "$ac_cxx_werror_flag"
31168 || test ! -s conftest.err'
ac1cb8d3
VS
31169 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31170 (eval $ac_try) 2>&5
31171 ac_status=$?
31172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31173 (exit $ac_status); }; } &&
74b84332 31174 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
31175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31176 (eval $ac_try) 2>&5
31177 ac_status=$?
31178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31179 (exit $ac_status); }; }; then
74b84332
VS
31180
31181 echo "$as_me:$LINENO: result: found in default search path" >&5
31182echo "${ECHO_T}found in default search path" >&6
31183 COMPILED_X_PROGRAM=1
31184
a848cd7e
SC
31185else
31186 echo "$as_me: failed program was:" >&5
31187sed 's/^/| /' conftest.$ac_ext >&5
31188
a848cd7e 31189
74b84332
VS
31190 echo "$as_me:$LINENO: result: no" >&5
31191echo "${ECHO_T}no" >&6
e051b34e
MW
31192 { { echo "$as_me:$LINENO: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&5
31193echo "$as_me: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&2;}
74b84332 31194 { (exit 1); exit 1; }; }
a848cd7e 31195
a848cd7e 31196
a848cd7e 31197fi
74b84332 31198rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
e051b34e 31199
e56f4f9e 31200 CXXFLAGS=$save_CXXFLAGS
74b84332
VS
31201 fi
31202
0ad5d837
VZ
31203
31204 echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
74b84332
VS
31205echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
31206
0ad5d837
VZ
31207 ac_find_libraries=
31208 for ac_dir in $SEARCH_LIB;
74b84332 31209 do
3eca31dc 31210 for ac_extension in a so sl dylib dll.a; do
74b84332
VS
31211 if test -f "$ac_dir/libXm.$ac_extension"; then
31212 ac_find_libraries=$ac_dir
31213 break 2
a848cd7e 31214 fi
74b84332
VS
31215 done
31216 done
a848cd7e 31217
0ad5d837
VZ
31218
31219 if test "x$ac_find_libraries" != "x" ; then
31220 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
31221echo "${ECHO_T}found in $ac_find_libraries" >&6
a848cd7e 31222
74b84332 31223
0ad5d837 31224 if test "$ac_find_libraries" = "default location"; then
74b84332 31225 ac_path_to_link=""
a848cd7e 31226 else
0ad5d837
VZ
31227 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
31228 result=$?
31229 if test $result = 0; then
31230 ac_path_to_link=""
31231 else
31232 ac_path_to_link=" -L$ac_find_libraries"
31233 fi
74b84332
VS
31234 fi
31235
0ad5d837
VZ
31236 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
31237 else
e56f4f9e
VZ
31238 save_CXXFLAGS=$CXXFLAGS
31239 CXXFLAGS="$TOOLKIT_INCLUDE $CXXFLAGS"
6f9cf1e6
MW
31240 save_LIBS="$LIBS"
31241 LIBS="$GUI_TK_LIBRARY -lXm -lXmu -lXext -lX11"
74b84332 31242
0ad5d837 31243 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
31244/* confdefs.h. */
31245_ACEOF
31246cat confdefs.h >>conftest.$ac_ext
31247cat >>conftest.$ac_ext <<_ACEOF
31248/* end confdefs.h. */
31249
0ad5d837 31250 #include <Xm/Xm.h>
74b84332 31251
a848cd7e
SC
31252int
31253main ()
31254{
74b84332 31255
0ad5d837
VZ
31256 int version;
31257 version = xmUseVersion;
74b84332 31258
a848cd7e
SC
31259 ;
31260 return 0;
31261}
31262_ACEOF
0ad5d837
VZ
31263rm -f conftest.$ac_objext conftest$ac_exeext
31264if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31265 (eval $ac_link) 2>conftest.er1
a848cd7e 31266 ac_status=$?
ac1cb8d3
VS
31267 grep -v '^ *+' conftest.er1 >conftest.err
31268 rm -f conftest.er1
31269 cat conftest.err >&5
a848cd7e
SC
31270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31271 (exit $ac_status); } &&
6a5c9b3f
RR
31272 { ac_try='test -z "$ac_cxx_werror_flag"
31273 || test ! -s conftest.err'
ac1cb8d3
VS
31274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31275 (eval $ac_try) 2>&5
31276 ac_status=$?
31277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31278 (exit $ac_status); }; } &&
0ad5d837 31279 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
31280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31281 (eval $ac_try) 2>&5
31282 ac_status=$?
31283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31284 (exit $ac_status); }; }; then
74b84332 31285
0ad5d837 31286 echo "$as_me:$LINENO: result: found in default search path" >&5
74b84332 31287echo "${ECHO_T}found in default search path" >&6
0ad5d837 31288 COMPILED_X_PROGRAM=1
74b84332 31289
a848cd7e
SC
31290else
31291 echo "$as_me: failed program was:" >&5
31292sed 's/^/| /' conftest.$ac_ext >&5
31293
74b84332 31294
6f9cf1e6 31295 echo "$as_me:$LINENO: result: no" >&5
74b84332 31296echo "${ECHO_T}no" >&6
6f9cf1e6 31297 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
74b84332
VS
31298echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
31299 { (exit 1); exit 1; }; }
31300
31301
31302fi
0ad5d837
VZ
31303rm -f conftest.err conftest.$ac_objext \
31304 conftest$ac_exeext conftest.$ac_ext
74b84332 31305
e56f4f9e 31306 CXXFLAGS=$save_CXXFLAGS
6f9cf1e6 31307 LIBS="$save_LIBS"
74b84332
VS
31308 fi
31309
31310 echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
31311echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
31312 libp_link=""
31313 libsm_ice_link=""
31314 libs_found=0
31315 for libp in "" " -lXp"; do
31316 if test "$libs_found" = "0"; then
31317 for libsm_ice in "" " -lSM -lICE"; do
31318 if test "$libs_found" = "0"; then
31319 save_LIBS="$LIBS"
31320 LIBS="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
e56f4f9e
VZ
31321 save_CXXFLAGS=$CXXFLAGS
31322 CXXFLAGS="$TOOLKIT_INCLUDE $CXXFLAGS"
74b84332
VS
31323
31324 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
31325/* confdefs.h. */
31326_ACEOF
31327cat confdefs.h >>conftest.$ac_ext
31328cat >>conftest.$ac_ext <<_ACEOF
31329/* end confdefs.h. */
31330
74b84332
VS
31331 #include <Xm/Xm.h>
31332 #include <Xm/List.h>
31333
a848cd7e
SC
31334int
31335main ()
31336{
74b84332
VS
31337
31338 XmString string = NULL;
31339 Widget w = NULL;
31340 int position = 0;
31341 XmListAddItem(w, string, position);
31342
a848cd7e
SC
31343 ;
31344 return 0;
31345}
31346_ACEOF
31347rm -f conftest.$ac_objext conftest$ac_exeext
31348if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 31349 (eval $ac_link) 2>conftest.er1
a848cd7e 31350 ac_status=$?
ac1cb8d3
VS
31351 grep -v '^ *+' conftest.er1 >conftest.err
31352 rm -f conftest.er1
31353 cat conftest.err >&5
a848cd7e
SC
31354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31355 (exit $ac_status); } &&
6a5c9b3f
RR
31356 { ac_try='test -z "$ac_cxx_werror_flag"
31357 || test ! -s conftest.err'
ac1cb8d3
VS
31358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31359 (eval $ac_try) 2>&5
31360 ac_status=$?
31361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31362 (exit $ac_status); }; } &&
31363 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
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); }; }; then
31369
31370 libp_link="$libp"
31371 libsm_ice_link="$libsm_ice"
31372 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
31373echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
31374 libs_found=1
31375
31376else
31377 echo "$as_me: failed program was:" >&5
31378sed 's/^/| /' conftest.$ac_ext >&5
31379
31380
31381
31382fi
ac1cb8d3
VS
31383rm -f conftest.err conftest.$ac_objext \
31384 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
31385
31386 LIBS="$save_LIBS"
e56f4f9e 31387 CXXFLAGS=$save_CXXFLAGS
a848cd7e
SC
31388 fi
31389 done
31390 fi
31391 done
31392
31393 if test "$libs_found" = "0"; then
31394 echo "$as_me:$LINENO: result: can't find the right libraries" >&5
31395echo "${ECHO_T}can't find the right libraries" >&6
31396 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
31397echo "$as_me: error: can't link a simple motif program" >&2;}
31398 { (exit 1); exit 1; }; }
31399 fi
31400
62fa8b3a
MW
31401 echo "$as_me:$LINENO: checking for SgCreateList in -lSgm" >&5
31402echo $ECHO_N "checking for SgCreateList in -lSgm... $ECHO_C" >&6
31403if test "${ac_cv_lib_Sgm_SgCreateList+set}" = set; then
31404 echo $ECHO_N "(cached) $ECHO_C" >&6
31405else
31406 ac_check_lib_save_LIBS=$LIBS
31407LIBS="-lSgm $LIBS"
31408cat >conftest.$ac_ext <<_ACEOF
31409/* confdefs.h. */
31410_ACEOF
31411cat confdefs.h >>conftest.$ac_ext
31412cat >>conftest.$ac_ext <<_ACEOF
31413/* end confdefs.h. */
31414
31415/* Override any gcc2 internal prototype to avoid an error. */
31416#ifdef __cplusplus
31417extern "C"
31418#endif
31419/* We use char because int might match the return type of a gcc2
31420 builtin and then its argument prototype would still apply. */
31421char SgCreateList ();
31422int
31423main ()
31424{
31425SgCreateList ();
31426 ;
31427 return 0;
31428}
31429_ACEOF
31430rm -f conftest.$ac_objext conftest$ac_exeext
31431if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31432 (eval $ac_link) 2>conftest.er1
31433 ac_status=$?
31434 grep -v '^ *+' conftest.er1 >conftest.err
31435 rm -f conftest.er1
31436 cat conftest.err >&5
31437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31438 (exit $ac_status); } &&
6a5c9b3f
RR
31439 { ac_try='test -z "$ac_cxx_werror_flag"
31440 || test ! -s conftest.err'
62fa8b3a
MW
31441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31442 (eval $ac_try) 2>&5
31443 ac_status=$?
31444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31445 (exit $ac_status); }; } &&
31446 { ac_try='test -s conftest$ac_exeext'
31447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31448 (eval $ac_try) 2>&5
31449 ac_status=$?
31450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31451 (exit $ac_status); }; }; then
31452 ac_cv_lib_Sgm_SgCreateList=yes
31453else
31454 echo "$as_me: failed program was:" >&5
31455sed 's/^/| /' conftest.$ac_ext >&5
31456
31457ac_cv_lib_Sgm_SgCreateList=no
31458fi
31459rm -f conftest.err conftest.$ac_objext \
31460 conftest$ac_exeext conftest.$ac_ext
31461LIBS=$ac_check_lib_save_LIBS
31462fi
31463echo "$as_me:$LINENO: result: $ac_cv_lib_Sgm_SgCreateList" >&5
31464echo "${ECHO_T}$ac_cv_lib_Sgm_SgCreateList" >&6
31465if test $ac_cv_lib_Sgm_SgCreateList = yes; then
31466 libsgm_link=" -lSgm"
31467fi
31468
31469
e56f4f9e
VZ
31470 save_CXXFLAGS=$CXXFLAGS
31471 CXXFLAGS="$TOOLKIT_INCLUDE $CXXFLAGS"
0ad5d837 31472
a848cd7e
SC
31473 echo "$as_me:$LINENO: checking for Motif 2" >&5
31474echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
0ad5d837
VZ
31475if test "${wx_cv_lib_motif2+set}" = set; then
31476 echo $ECHO_N "(cached) $ECHO_C" >&6
31477else
31478 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
31479/* confdefs.h. */
31480_ACEOF
31481cat confdefs.h >>conftest.$ac_ext
31482cat >>conftest.$ac_ext <<_ACEOF
31483/* end confdefs.h. */
31484
0ad5d837 31485 #include <Xm/Xm.h>
a848cd7e
SC
31486
31487int
31488main ()
31489{
31490
0ad5d837
VZ
31491 #if XmVersion < 2000
31492 Not Motif 2
31493 #endif
a848cd7e
SC
31494
31495 ;
31496 return 0;
31497}
31498_ACEOF
31499rm -f conftest.$ac_objext
31500if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 31501 (eval $ac_compile) 2>conftest.er1
a848cd7e 31502 ac_status=$?
ac1cb8d3
VS
31503 grep -v '^ *+' conftest.er1 >conftest.err
31504 rm -f conftest.er1
31505 cat conftest.err >&5
a848cd7e
SC
31506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31507 (exit $ac_status); } &&
6a5c9b3f
RR
31508 { ac_try='test -z "$ac_cxx_werror_flag"
31509 || test ! -s conftest.err'
ac1cb8d3
VS
31510 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31511 (eval $ac_try) 2>&5
31512 ac_status=$?
31513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31514 (exit $ac_status); }; } &&
31515 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
31516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31517 (eval $ac_try) 2>&5
31518 ac_status=$?
31519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31520 (exit $ac_status); }; }; then
0ad5d837 31521 wx_cv_lib_motif2="yes"
a848cd7e
SC
31522else
31523 echo "$as_me: failed program was:" >&5
31524sed 's/^/| /' conftest.$ac_ext >&5
31525
0ad5d837
VZ
31526wx_cv_lib_motif2="no"
31527fi
31528rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31529fi
31530echo "$as_me:$LINENO: result: $wx_cv_lib_motif2" >&5
31531echo "${ECHO_T}$wx_cv_lib_motif2" >&6
31532 if test "$wx_cv_lib_motif2" = "yes"; then
31533 cat >>confdefs.h <<\_ACEOF
31534#define __WXMOTIF20__ 1
31535_ACEOF
a848cd7e 31536
0ad5d837
VZ
31537 else
31538 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
31539#define __WXMOTIF20__ 0
31540_ACEOF
31541
0ad5d837 31542 fi
2113bc77
MW
31543
31544 echo "$as_me:$LINENO: checking whether Motif is Lesstif" >&5
31545echo $ECHO_N "checking whether Motif is Lesstif... $ECHO_C" >&6
0ad5d837
VZ
31546if test "${wx_cv_lib_lesstif+set}" = set; then
31547 echo $ECHO_N "(cached) $ECHO_C" >&6
31548else
31549 cat >conftest.$ac_ext <<_ACEOF
2113bc77
MW
31550/* confdefs.h. */
31551_ACEOF
31552cat confdefs.h >>conftest.$ac_ext
31553cat >>conftest.$ac_ext <<_ACEOF
31554/* end confdefs.h. */
31555
0ad5d837 31556 #include <Xm/Xm.h>
2113bc77
MW
31557
31558int
31559main ()
31560{
31561
0ad5d837
VZ
31562 #if !defined(LesstifVersion) || LesstifVersion <= 0
31563 Not Lesstif
31564 #endif
2113bc77
MW
31565
31566 ;
31567 return 0;
31568}
31569_ACEOF
31570rm -f conftest.$ac_objext
31571if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31572 (eval $ac_compile) 2>conftest.er1
31573 ac_status=$?
31574 grep -v '^ *+' conftest.er1 >conftest.err
31575 rm -f conftest.er1
31576 cat conftest.err >&5
31577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31578 (exit $ac_status); } &&
6a5c9b3f
RR
31579 { ac_try='test -z "$ac_cxx_werror_flag"
31580 || test ! -s conftest.err'
2113bc77
MW
31581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31582 (eval $ac_try) 2>&5
31583 ac_status=$?
31584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31585 (exit $ac_status); }; } &&
31586 { ac_try='test -s conftest.$ac_objext'
31587 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31588 (eval $ac_try) 2>&5
31589 ac_status=$?
31590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31591 (exit $ac_status); }; }; then
0ad5d837 31592 wx_cv_lib_lesstif="yes"
2113bc77
MW
31593else
31594 echo "$as_me: failed program was:" >&5
31595sed 's/^/| /' conftest.$ac_ext >&5
31596
0ad5d837
VZ
31597wx_cv_lib_lesstif="no"
31598fi
31599rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2113bc77 31600
0ad5d837
VZ
31601fi
31602echo "$as_me:$LINENO: result: $wx_cv_lib_lesstif" >&5
31603echo "${ECHO_T}$wx_cv_lib_lesstif" >&6
31604 if test "$wx_cv_lib_lesstif" = "yes"; then
31605 cat >>confdefs.h <<\_ACEOF
31606#define __WXLESSTIF__ 1
31607_ACEOF
31608
31609 else
31610 cat >>confdefs.h <<\_ACEOF
2113bc77
MW
31611#define __WXLESSTIF__ 0
31612_ACEOF
31613
0ad5d837 31614 fi
2113bc77 31615
e56f4f9e 31616 CXXFLAGS=$save_CXXFLAGS
a848cd7e 31617
62fa8b3a 31618 GUI_TK_LIBRARY="$GUI_TK_LIBRARY${libsgm_link} -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
a848cd7e
SC
31619 TOOLKIT=MOTIF
31620 GUIDIST=MOTIF_DIST
31621 fi
31622
74b84332 31623 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
a848cd7e
SC
31624 if test "$wxUSE_LIBXPM" = "sys"; then
31625 echo "$as_me:$LINENO: checking for Xpm library" >&5
31626echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
31627
0ad5d837
VZ
31628 ac_find_libraries=
31629 for ac_dir in $SEARCH_LIB;
a848cd7e 31630 do
3eca31dc 31631 for ac_extension in a so sl dylib dll.a; do
a848cd7e
SC
31632 if test -f "$ac_dir/libXpm.$ac_extension"; then
31633 ac_find_libraries=$ac_dir
31634 break 2
31635 fi
31636 done
31637 done
31638
31639 if test "$ac_find_libraries" != "" ; then
31640
0ad5d837 31641 if test "$ac_find_libraries" = "default location"; then
a848cd7e
SC
31642 ac_path_to_link=""
31643 else
0ad5d837
VZ
31644 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
31645 result=$?
31646 if test $result = 0; then
31647 ac_path_to_link=""
31648 else
31649 ac_path_to_link=" -L$ac_find_libraries"
31650 fi
a848cd7e
SC
31651 fi
31652
31653 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
0ad5d837
VZ
31654 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
31655echo "${ECHO_T}found in $ac_find_libraries" >&6
a848cd7e
SC
31656
31657 echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
31658echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
31659if test "${wx_cv_x11_xpm_h+set}" = set; then
31660 echo $ECHO_N "(cached) $ECHO_C" >&6
31661else
31662
e56f4f9e
VZ
31663 save_CXXFLAGS=$CXXFLAGS
31664 CXXFLAGS="$TOOLKIT_INCLUDE $CXXFLAGS"
a848cd7e
SC
31665
31666 cat >conftest.$ac_ext <<_ACEOF
31667/* confdefs.h. */
31668_ACEOF
31669cat confdefs.h >>conftest.$ac_ext
31670cat >>conftest.$ac_ext <<_ACEOF
31671/* end confdefs.h. */
31672
31673 #include <X11/xpm.h>
31674
31675int
31676main ()
31677{
31678
31679 int version;
31680 version = XpmLibraryVersion();
31681
31682 ;
31683 return 0;
31684}
31685_ACEOF
31686rm -f conftest.$ac_objext
31687if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 31688 (eval $ac_compile) 2>conftest.er1
a848cd7e 31689 ac_status=$?
ac1cb8d3
VS
31690 grep -v '^ *+' conftest.er1 >conftest.err
31691 rm -f conftest.er1
31692 cat conftest.err >&5
a848cd7e
SC
31693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31694 (exit $ac_status); } &&
6a5c9b3f
RR
31695 { ac_try='test -z "$ac_cxx_werror_flag"
31696 || test ! -s conftest.err'
ac1cb8d3
VS
31697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31698 (eval $ac_try) 2>&5
31699 ac_status=$?
31700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31701 (exit $ac_status); }; } &&
31702 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
31703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31704 (eval $ac_try) 2>&5
31705 ac_status=$?
31706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31707 (exit $ac_status); }; }; then
31708 wx_cv_x11_xpm_h=yes
31709else
31710 echo "$as_me: failed program was:" >&5
31711sed 's/^/| /' conftest.$ac_ext >&5
31712
31713wx_cv_x11_xpm_h=no
31714
31715fi
ac1cb8d3 31716rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 31717
e56f4f9e 31718 CXXFLAGS=$save_CXXFLAGS
a848cd7e
SC
31719
31720
31721fi
31722echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
31723echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6
31724
31725 if test $wx_cv_x11_xpm_h = "yes"; then
31726 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXpm"
31727 cat >>confdefs.h <<\_ACEOF
31728#define wxHAVE_LIB_XPM 1
31729_ACEOF
31730
31731 else
31732 { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
31733echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
31734 fi
31735 fi
31736
31737 fi
31738
31739 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
31740echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
31741if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
31742 echo $ECHO_N "(cached) $ECHO_C" >&6
31743else
31744 ac_check_lib_save_LIBS=$LIBS
31745LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
31746cat >conftest.$ac_ext <<_ACEOF
31747/* confdefs.h. */
31748_ACEOF
31749cat confdefs.h >>conftest.$ac_ext
31750cat >>conftest.$ac_ext <<_ACEOF
31751/* end confdefs.h. */
31752
31753/* Override any gcc2 internal prototype to avoid an error. */
31754#ifdef __cplusplus
31755extern "C"
31756#endif
31757/* We use char because int might match the return type of a gcc2
31758 builtin and then its argument prototype would still apply. */
31759char XShapeQueryExtension ();
31760int
31761main ()
31762{
31763XShapeQueryExtension ();
31764 ;
31765 return 0;
31766}
31767_ACEOF
31768rm -f conftest.$ac_objext conftest$ac_exeext
31769if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 31770 (eval $ac_link) 2>conftest.er1
a848cd7e 31771 ac_status=$?
ac1cb8d3
VS
31772 grep -v '^ *+' conftest.er1 >conftest.err
31773 rm -f conftest.er1
31774 cat conftest.err >&5
a848cd7e
SC
31775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31776 (exit $ac_status); } &&
6a5c9b3f
RR
31777 { ac_try='test -z "$ac_cxx_werror_flag"
31778 || test ! -s conftest.err'
ac1cb8d3
VS
31779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31780 (eval $ac_try) 2>&5
31781 ac_status=$?
31782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31783 (exit $ac_status); }; } &&
31784 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
31785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31786 (eval $ac_try) 2>&5
31787 ac_status=$?
31788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31789 (exit $ac_status); }; }; then
31790 ac_cv_lib_Xext_XShapeQueryExtension=yes
31791else
31792 echo "$as_me: failed program was:" >&5
31793sed 's/^/| /' conftest.$ac_ext >&5
31794
31795ac_cv_lib_Xext_XShapeQueryExtension=no
31796fi
ac1cb8d3
VS
31797rm -f conftest.err conftest.$ac_objext \
31798 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
31799LIBS=$ac_check_lib_save_LIBS
31800fi
31801echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
31802echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
31803if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
31804
31805 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext"
31806 wxHAVE_XEXT_LIB=1
31807
31808fi
31809
31810
31811 if test "$wxHAVE_XEXT_LIB" = 1; then
e56f4f9e
VZ
31812 save_CXXFLAGS="$CXXFLAGS"
31813 CXXFLAGS="$TOOLKIT_INCLUDE $CXXFLAGS"
a848cd7e
SC
31814
31815 echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
31816echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
31817 cat >conftest.$ac_ext <<_ACEOF
31818/* confdefs.h. */
31819_ACEOF
31820cat confdefs.h >>conftest.$ac_ext
31821cat >>conftest.$ac_ext <<_ACEOF
31822/* end confdefs.h. */
31823
31824 #include <X11/Xlib.h>
31825 #include <X11/extensions/shape.h>
31826
31827int
31828main ()
31829{
31830
31831 int dummy1, dummy2;
31832 XShapeQueryExtension((Display*)NULL,
31833 (int*)NULL, (int*)NULL);
31834
31835 ;
31836 return 0;
31837}
31838_ACEOF
31839rm -f conftest.$ac_objext
31840if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 31841 (eval $ac_compile) 2>conftest.er1
a848cd7e 31842 ac_status=$?
ac1cb8d3
VS
31843 grep -v '^ *+' conftest.er1 >conftest.err
31844 rm -f conftest.er1
31845 cat conftest.err >&5
a848cd7e
SC
31846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31847 (exit $ac_status); } &&
6a5c9b3f
RR
31848 { ac_try='test -z "$ac_cxx_werror_flag"
31849 || test ! -s conftest.err'
ac1cb8d3
VS
31850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31851 (eval $ac_try) 2>&5
31852 ac_status=$?
31853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31854 (exit $ac_status); }; } &&
31855 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
31856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31857 (eval $ac_try) 2>&5
31858 ac_status=$?
31859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31860 (exit $ac_status); }; }; then
31861
31862 cat >>confdefs.h <<\_ACEOF
31863#define HAVE_XSHAPE 1
31864_ACEOF
31865
31866 echo "$as_me:$LINENO: result: found" >&5
31867echo "${ECHO_T}found" >&6
31868
31869else
31870 echo "$as_me: failed program was:" >&5
31871sed 's/^/| /' conftest.$ac_ext >&5
31872
31873
31874 echo "$as_me:$LINENO: result: not found" >&5
31875echo "${ECHO_T}not found" >&6
31876
31877fi
ac1cb8d3 31878rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
e56f4f9e 31879 CXXFLAGS="$save_CXXFLAGS"
a848cd7e
SC
31880
31881 fi
31882 fi
31883
31884 if test "$wxUSE_MAC" = 1; then
31885 echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
31886echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6
31887 if test "$GCC" = yes; then
31888 echo "$as_me:$LINENO: result: gcc" >&5
31889echo "${ECHO_T}gcc" >&6
31890 CPPFLAGS_PASCAL="-fpascal-strings"
31891 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
31892 echo "$as_me:$LINENO: result: xlc" >&5
31893echo "${ECHO_T}xlc" >&6
31894 CPPFLAGS_PASCAL="-qmacpstr"
31895 else
31896 echo "$as_me:$LINENO: result: none" >&5
31897echo "${ECHO_T}none" >&6
31898 fi
31899
1e9e8aba 31900 if test "x$wxUSE_UNIX" = "xyes"; then
c92ad099 31901 CPPFLAGS="$CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon $CPPFLAGS"
1e9e8aba 31902 else
c92ad099 31903 CPPFLAGS="$CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -DTARGET_CARBON $CPPFLAGS"
1e9e8aba 31904 fi
a848cd7e 31905
a848cd7e
SC
31906 TOOLKIT=MAC
31907 GUIDIST=MACX_DIST
dd21ced8 31908 WXBASEPORT="_carbon"
a848cd7e
SC
31909 fi
31910
31911 if test "$wxUSE_COCOA" = 1; then
a848cd7e
SC
31912 TOOLKIT=COCOA
31913 GUIDIST=COCOA_DIST
31914 fi
31915
31916 if test "$wxUSE_PM" = 1; then
31917 TOOLKIT=PM
de59c161
RD
31918 GUIDIST=PM_DIST
31919 echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
31920echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6
31921if test "${wx_cv_spbcdata+set}" = set; then
31922 echo $ECHO_N "(cached) $ECHO_C" >&6
31923else
31924
31925 cat >conftest.$ac_ext <<_ACEOF
de59c161
RD
31926/* confdefs.h. */
31927_ACEOF
31928cat confdefs.h >>conftest.$ac_ext
31929cat >>conftest.$ac_ext <<_ACEOF
31930/* end confdefs.h. */
31931
31932 #define INCL_PM
31933 #include <os2.h>
31934
31935int
31936main ()
31937{
31938
31939 SPBCDATA test;
31940
31941 ;
31942 return 0;
31943}
31944_ACEOF
31945rm -f conftest.$ac_objext
31946if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 31947 (eval $ac_compile) 2>conftest.er1
de59c161 31948 ac_status=$?
ac1cb8d3
VS
31949 grep -v '^ *+' conftest.er1 >conftest.err
31950 rm -f conftest.er1
31951 cat conftest.err >&5
de59c161
RD
31952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31953 (exit $ac_status); } &&
6a5c9b3f
RR
31954 { ac_try='test -z "$ac_cxx_werror_flag"
31955 || test ! -s conftest.err'
ac1cb8d3
VS
31956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31957 (eval $ac_try) 2>&5
31958 ac_status=$?
31959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31960 (exit $ac_status); }; } &&
31961 { ac_try='test -s conftest.$ac_objext'
de59c161
RD
31962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31963 (eval $ac_try) 2>&5
31964 ac_status=$?
31965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31966 (exit $ac_status); }; }; then
31967 wx_cv_spbcdata=yes
31968else
31969 echo "$as_me: failed program was:" >&5
31970sed 's/^/| /' conftest.$ac_ext >&5
31971
31972wx_cv_spbcdata=no
31973
31974fi
ac1cb8d3 31975rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
de59c161
RD
31976
31977
31978fi
31979echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
31980echo "${ECHO_T}$wx_cv_spbcdata" >&6
31981
31982 if test $wx_cv_spbcdata = "yes"; then
31983 cat >>confdefs.h <<\_ACEOF
31984#define HAVE_SPBCDATA 1
31985_ACEOF
31986
31987 fi
a848cd7e
SC
31988 fi
31989
31990 if test "$TOOLKIT" = "PM" ; then
31991 TOOLKIT_DIR="os2"
31992 else
31993 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
31994 fi
31995
a848cd7e 31996 if test "$wxUSE_UNIVERSAL" = "yes"; then
a848cd7e
SC
31997 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
31998 WIDGET_SET=univ
a848cd7e
SC
31999 fi
32000
32001 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
32002 DISTDIR="wx\$(TOOLKIT)"
32003else
32004 USE_GUI=0
32005
32006 TOOLKIT_DIR="base"
32007
32008 if test "$USE_WIN32" = 1 ; then
a848cd7e 32009 TOOLKIT="MSW"
a848cd7e
SC
32010 fi
32011
a848cd7e
SC
32012 GUIDIST="BASE_DIST"
32013 DISTDIR="wxBase"
32014fi
32015
32016
d12aef51
VZ
32017if test "$wxUSE_GUI" = "yes"; then
32018 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
32019
32020for ac_header in X11/Xlib.h
32021do
32022as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
32023if eval "test \"\${$as_ac_Header+set}\" = set"; then
32024 echo "$as_me:$LINENO: checking for $ac_header" >&5
32025echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
32026if eval "test \"\${$as_ac_Header+set}\" = set"; then
32027 echo $ECHO_N "(cached) $ECHO_C" >&6
32028fi
32029echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32030echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32031else
32032 # Is the header compilable?
32033echo "$as_me:$LINENO: checking $ac_header usability" >&5
32034echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
32035cat >conftest.$ac_ext <<_ACEOF
32036/* confdefs.h. */
32037_ACEOF
32038cat confdefs.h >>conftest.$ac_ext
32039cat >>conftest.$ac_ext <<_ACEOF
32040/* end confdefs.h. */
32041$ac_includes_default
32042#include <$ac_header>
32043_ACEOF
32044rm -f conftest.$ac_objext
32045if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32046 (eval $ac_compile) 2>conftest.er1
32047 ac_status=$?
32048 grep -v '^ *+' conftest.er1 >conftest.err
32049 rm -f conftest.er1
32050 cat conftest.err >&5
32051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32052 (exit $ac_status); } &&
6a5c9b3f
RR
32053 { ac_try='test -z "$ac_cxx_werror_flag"
32054 || test ! -s conftest.err'
d12aef51
VZ
32055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32056 (eval $ac_try) 2>&5
32057 ac_status=$?
32058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32059 (exit $ac_status); }; } &&
32060 { ac_try='test -s conftest.$ac_objext'
32061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32062 (eval $ac_try) 2>&5
32063 ac_status=$?
32064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32065 (exit $ac_status); }; }; then
32066 ac_header_compiler=yes
32067else
32068 echo "$as_me: failed program was:" >&5
32069sed 's/^/| /' conftest.$ac_ext >&5
32070
32071ac_header_compiler=no
32072fi
32073rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32074echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
32075echo "${ECHO_T}$ac_header_compiler" >&6
32076
32077# Is the header present?
32078echo "$as_me:$LINENO: checking $ac_header presence" >&5
32079echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
32080cat >conftest.$ac_ext <<_ACEOF
32081/* confdefs.h. */
32082_ACEOF
32083cat confdefs.h >>conftest.$ac_ext
32084cat >>conftest.$ac_ext <<_ACEOF
32085/* end confdefs.h. */
32086#include <$ac_header>
32087_ACEOF
32088if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
32089 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
32090 ac_status=$?
32091 grep -v '^ *+' conftest.er1 >conftest.err
32092 rm -f conftest.er1
32093 cat conftest.err >&5
32094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32095 (exit $ac_status); } >/dev/null; then
32096 if test -s conftest.err; then
5d7b7554
VZ
32097 ac_cpp_err=$ac_cxx_preproc_warn_flag
32098 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
d12aef51
VZ
32099 else
32100 ac_cpp_err=
32101 fi
32102else
32103 ac_cpp_err=yes
32104fi
32105if test -z "$ac_cpp_err"; then
32106 ac_header_preproc=yes
32107else
32108 echo "$as_me: failed program was:" >&5
32109sed 's/^/| /' conftest.$ac_ext >&5
32110
32111 ac_header_preproc=no
32112fi
32113rm -f conftest.err conftest.$ac_ext
32114echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
32115echo "${ECHO_T}$ac_header_preproc" >&6
32116
32117# So? What about this header?
5d7b7554 32118case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
d12aef51
VZ
32119 yes:no: )
32120 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
32121echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
32122 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
32123echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
32124 ac_header_preproc=yes
32125 ;;
32126 no:yes:* )
32127 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
32128echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
32129 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
32130echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
32131 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
32132echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
32133 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
32134echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
32135 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
32136echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
32137 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
32138echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
32139 (
32140 cat <<\_ASBOX
32141## ----------------------------------------- ##
32142## Report this to wx-dev@lists.wxwidgets.org ##
32143## ----------------------------------------- ##
32144_ASBOX
32145 ) |
32146 sed "s/^/$as_me: WARNING: /" >&2
32147 ;;
32148esac
32149echo "$as_me:$LINENO: checking for $ac_header" >&5
32150echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
32151if eval "test \"\${$as_ac_Header+set}\" = set"; then
32152 echo $ECHO_N "(cached) $ECHO_C" >&6
32153else
32154 eval "$as_ac_Header=\$ac_header_preproc"
32155fi
32156echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32157echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32158
32159fi
32160if test `eval echo '${'$as_ac_Header'}'` = yes; then
32161 cat >>confdefs.h <<_ACEOF
32162#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
32163_ACEOF
32164
32165fi
32166
32167done
32168
32169
32170for ac_header in X11/XKBlib.h
32171do
32172as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
32173echo "$as_me:$LINENO: checking for $ac_header" >&5
32174echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
32175if eval "test \"\${$as_ac_Header+set}\" = set"; then
32176 echo $ECHO_N "(cached) $ECHO_C" >&6
32177else
32178 cat >conftest.$ac_ext <<_ACEOF
32179/* confdefs.h. */
32180_ACEOF
32181cat confdefs.h >>conftest.$ac_ext
32182cat >>conftest.$ac_ext <<_ACEOF
32183/* end confdefs.h. */
32184
32185 #if HAVE_X11_XLIB_H
32186 #include <X11/Xlib.h>
32187 #endif
32188
32189
32190#include <$ac_header>
32191_ACEOF
32192rm -f conftest.$ac_objext
32193if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32194 (eval $ac_compile) 2>conftest.er1
32195 ac_status=$?
32196 grep -v '^ *+' conftest.er1 >conftest.err
32197 rm -f conftest.er1
32198 cat conftest.err >&5
32199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32200 (exit $ac_status); } &&
6a5c9b3f
RR
32201 { ac_try='test -z "$ac_cxx_werror_flag"
32202 || test ! -s conftest.err'
d12aef51
VZ
32203 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32204 (eval $ac_try) 2>&5
32205 ac_status=$?
32206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32207 (exit $ac_status); }; } &&
32208 { ac_try='test -s conftest.$ac_objext'
32209 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32210 (eval $ac_try) 2>&5
32211 ac_status=$?
32212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32213 (exit $ac_status); }; }; then
32214 eval "$as_ac_Header=yes"
32215else
32216 echo "$as_me: failed program was:" >&5
32217sed 's/^/| /' conftest.$ac_ext >&5
32218
32219eval "$as_ac_Header=no"
32220fi
32221rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32222fi
32223echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32224echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32225if test `eval echo '${'$as_ac_Header'}'` = yes; then
32226 cat >>confdefs.h <<_ACEOF
32227#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
32228_ACEOF
32229
32230fi
32231
32232done
32233
32234 fi
32235fi
32236
a848cd7e
SC
32237
32238
32239IODBC_C_SRC=""
32240
32241
32242if test "$TOOLKIT" != "MSW" ; then
32243
32244 if test "$wxUSE_ODBC" = "sys" -o "$wxUSE_ODBC" = "yes" ; then
32245
32246 if test "${ac_cv_header_sql_h+set}" = set; then
32247 echo "$as_me:$LINENO: checking for sql.h" >&5
32248echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
32249if test "${ac_cv_header_sql_h+set}" = set; then
32250 echo $ECHO_N "(cached) $ECHO_C" >&6
32251fi
32252echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
32253echo "${ECHO_T}$ac_cv_header_sql_h" >&6
32254else
32255 # Is the header compilable?
32256echo "$as_me:$LINENO: checking sql.h usability" >&5
32257echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
32258cat >conftest.$ac_ext <<_ACEOF
32259/* confdefs.h. */
32260_ACEOF
32261cat confdefs.h >>conftest.$ac_ext
32262cat >>conftest.$ac_ext <<_ACEOF
32263/* end confdefs.h. */
32264$ac_includes_default
32265#include <sql.h>
32266_ACEOF
32267rm -f conftest.$ac_objext
32268if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 32269 (eval $ac_compile) 2>conftest.er1
a848cd7e 32270 ac_status=$?
ac1cb8d3
VS
32271 grep -v '^ *+' conftest.er1 >conftest.err
32272 rm -f conftest.er1
32273 cat conftest.err >&5
a848cd7e
SC
32274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32275 (exit $ac_status); } &&
6a5c9b3f
RR
32276 { ac_try='test -z "$ac_cxx_werror_flag"
32277 || test ! -s conftest.err'
ac1cb8d3
VS
32278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32279 (eval $ac_try) 2>&5
32280 ac_status=$?
32281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32282 (exit $ac_status); }; } &&
32283 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
32284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32285 (eval $ac_try) 2>&5
32286 ac_status=$?
32287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32288 (exit $ac_status); }; }; then
32289 ac_header_compiler=yes
32290else
32291 echo "$as_me: failed program was:" >&5
32292sed 's/^/| /' conftest.$ac_ext >&5
32293
32294ac_header_compiler=no
32295fi
ac1cb8d3 32296rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
32297echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
32298echo "${ECHO_T}$ac_header_compiler" >&6
32299
32300# Is the header present?
32301echo "$as_me:$LINENO: checking sql.h presence" >&5
32302echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
32303cat >conftest.$ac_ext <<_ACEOF
32304/* confdefs.h. */
32305_ACEOF
32306cat confdefs.h >>conftest.$ac_ext
32307cat >>conftest.$ac_ext <<_ACEOF
32308/* end confdefs.h. */
32309#include <sql.h>
32310_ACEOF
32311if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
32312 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
32313 ac_status=$?
32314 grep -v '^ *+' conftest.er1 >conftest.err
32315 rm -f conftest.er1
32316 cat conftest.err >&5
32317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32318 (exit $ac_status); } >/dev/null; then
32319 if test -s conftest.err; then
5d7b7554
VZ
32320 ac_cpp_err=$ac_cxx_preproc_warn_flag
32321 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
32322 else
32323 ac_cpp_err=
32324 fi
32325else
32326 ac_cpp_err=yes
32327fi
32328if test -z "$ac_cpp_err"; then
32329 ac_header_preproc=yes
32330else
32331 echo "$as_me: failed program was:" >&5
32332sed 's/^/| /' conftest.$ac_ext >&5
32333
32334 ac_header_preproc=no
32335fi
32336rm -f conftest.err conftest.$ac_ext
32337echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
32338echo "${ECHO_T}$ac_header_preproc" >&6
32339
32340# So? What about this header?
5d7b7554 32341case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
ac1cb8d3 32342 yes:no: )
a848cd7e
SC
32343 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
32344echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
32345 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the compiler's result" >&5
32346echo "$as_me: WARNING: sql.h: proceeding with the compiler's result" >&2;}
32347 ac_header_preproc=yes
a848cd7e 32348 ;;
ac1cb8d3 32349 no:yes:* )
a848cd7e
SC
32350 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
32351echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
32352 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
32353echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
32354 { echo "$as_me:$LINENO: WARNING: sql.h: see the Autoconf documentation" >&5
32355echo "$as_me: WARNING: sql.h: see the Autoconf documentation" >&2;}
32356 { echo "$as_me:$LINENO: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&5
32357echo "$as_me: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
32358 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
32359echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
32360 { echo "$as_me:$LINENO: WARNING: sql.h: in the future, the compiler will take precedence" >&5
32361echo "$as_me: WARNING: sql.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
32362 (
32363 cat <<\_ASBOX
ac1cb8d3
VS
32364## ----------------------------------------- ##
32365## Report this to wx-dev@lists.wxwidgets.org ##
32366## ----------------------------------------- ##
a848cd7e
SC
32367_ASBOX
32368 ) |
32369 sed "s/^/$as_me: WARNING: /" >&2
32370 ;;
32371esac
32372echo "$as_me:$LINENO: checking for sql.h" >&5
32373echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
32374if test "${ac_cv_header_sql_h+set}" = set; then
32375 echo $ECHO_N "(cached) $ECHO_C" >&6
32376else
32377 ac_cv_header_sql_h=$ac_header_preproc
32378fi
32379echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
32380echo "${ECHO_T}$ac_cv_header_sql_h" >&6
32381
32382fi
32383if test $ac_cv_header_sql_h = yes; then
32384 found_sql_h=1
32385fi
32386
32387
32388 if test "x$found_sql_h" = "x1" ; then
32389 echo "$as_me:$LINENO: checking for SQLAllocEnv in -liodbc" >&5
32390echo $ECHO_N "checking for SQLAllocEnv in -liodbc... $ECHO_C" >&6
32391if test "${ac_cv_lib_iodbc_SQLAllocEnv+set}" = set; then
32392 echo $ECHO_N "(cached) $ECHO_C" >&6
32393else
32394 ac_check_lib_save_LIBS=$LIBS
32395LIBS="-liodbc $LIBS"
32396cat >conftest.$ac_ext <<_ACEOF
32397/* confdefs.h. */
32398_ACEOF
32399cat confdefs.h >>conftest.$ac_ext
32400cat >>conftest.$ac_ext <<_ACEOF
32401/* end confdefs.h. */
32402
32403/* Override any gcc2 internal prototype to avoid an error. */
32404#ifdef __cplusplus
32405extern "C"
32406#endif
32407/* We use char because int might match the return type of a gcc2
32408 builtin and then its argument prototype would still apply. */
32409char SQLAllocEnv ();
32410int
32411main ()
32412{
32413SQLAllocEnv ();
32414 ;
32415 return 0;
32416}
32417_ACEOF
32418rm -f conftest.$ac_objext conftest$ac_exeext
32419if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 32420 (eval $ac_link) 2>conftest.er1
a848cd7e 32421 ac_status=$?
ac1cb8d3
VS
32422 grep -v '^ *+' conftest.er1 >conftest.err
32423 rm -f conftest.er1
32424 cat conftest.err >&5
a848cd7e
SC
32425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32426 (exit $ac_status); } &&
6a5c9b3f
RR
32427 { ac_try='test -z "$ac_cxx_werror_flag"
32428 || test ! -s conftest.err'
ac1cb8d3
VS
32429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32430 (eval $ac_try) 2>&5
32431 ac_status=$?
32432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32433 (exit $ac_status); }; } &&
32434 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
32435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32436 (eval $ac_try) 2>&5
32437 ac_status=$?
32438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32439 (exit $ac_status); }; }; then
32440 ac_cv_lib_iodbc_SQLAllocEnv=yes
32441else
32442 echo "$as_me: failed program was:" >&5
32443sed 's/^/| /' conftest.$ac_ext >&5
32444
32445ac_cv_lib_iodbc_SQLAllocEnv=no
32446fi
ac1cb8d3
VS
32447rm -f conftest.err conftest.$ac_objext \
32448 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
32449LIBS=$ac_check_lib_save_LIBS
32450fi
32451echo "$as_me:$LINENO: result: $ac_cv_lib_iodbc_SQLAllocEnv" >&5
32452echo "${ECHO_T}$ac_cv_lib_iodbc_SQLAllocEnv" >&6
32453if test $ac_cv_lib_iodbc_SQLAllocEnv = yes; then
32454 ODBC_LINK=" -liodbc"
32455else
32456
32457 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lunixodbc" >&5
32458echo $ECHO_N "checking for SQLAllocEnv in -lunixodbc... $ECHO_C" >&6
32459if test "${ac_cv_lib_unixodbc_SQLAllocEnv+set}" = set; then
32460 echo $ECHO_N "(cached) $ECHO_C" >&6
32461else
32462 ac_check_lib_save_LIBS=$LIBS
32463LIBS="-lunixodbc $LIBS"
32464cat >conftest.$ac_ext <<_ACEOF
32465/* confdefs.h. */
32466_ACEOF
32467cat confdefs.h >>conftest.$ac_ext
32468cat >>conftest.$ac_ext <<_ACEOF
32469/* end confdefs.h. */
32470
32471/* Override any gcc2 internal prototype to avoid an error. */
32472#ifdef __cplusplus
32473extern "C"
32474#endif
32475/* We use char because int might match the return type of a gcc2
32476 builtin and then its argument prototype would still apply. */
32477char SQLAllocEnv ();
32478int
32479main ()
32480{
32481SQLAllocEnv ();
32482 ;
32483 return 0;
32484}
32485_ACEOF
32486rm -f conftest.$ac_objext conftest$ac_exeext
32487if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 32488 (eval $ac_link) 2>conftest.er1
a848cd7e 32489 ac_status=$?
ac1cb8d3
VS
32490 grep -v '^ *+' conftest.er1 >conftest.err
32491 rm -f conftest.er1
32492 cat conftest.err >&5
a848cd7e
SC
32493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32494 (exit $ac_status); } &&
6a5c9b3f
RR
32495 { ac_try='test -z "$ac_cxx_werror_flag"
32496 || test ! -s conftest.err'
ac1cb8d3
VS
32497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32498 (eval $ac_try) 2>&5
32499 ac_status=$?
32500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32501 (exit $ac_status); }; } &&
32502 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
32503 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32504 (eval $ac_try) 2>&5
32505 ac_status=$?
32506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32507 (exit $ac_status); }; }; then
32508 ac_cv_lib_unixodbc_SQLAllocEnv=yes
32509else
32510 echo "$as_me: failed program was:" >&5
32511sed 's/^/| /' conftest.$ac_ext >&5
32512
32513ac_cv_lib_unixodbc_SQLAllocEnv=no
32514fi
ac1cb8d3
VS
32515rm -f conftest.err conftest.$ac_objext \
32516 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
32517LIBS=$ac_check_lib_save_LIBS
32518fi
32519echo "$as_me:$LINENO: result: $ac_cv_lib_unixodbc_SQLAllocEnv" >&5
32520echo "${ECHO_T}$ac_cv_lib_unixodbc_SQLAllocEnv" >&6
32521if test $ac_cv_lib_unixodbc_SQLAllocEnv = yes; then
32522 ODBC_LINK=" -lunixodbc"
32523else
32524
32525 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lodbc" >&5
32526echo $ECHO_N "checking for SQLAllocEnv in -lodbc... $ECHO_C" >&6
32527if test "${ac_cv_lib_odbc_SQLAllocEnv+set}" = set; then
32528 echo $ECHO_N "(cached) $ECHO_C" >&6
32529else
32530 ac_check_lib_save_LIBS=$LIBS
32531LIBS="-lodbc $LIBS"
32532cat >conftest.$ac_ext <<_ACEOF
32533/* confdefs.h. */
32534_ACEOF
32535cat confdefs.h >>conftest.$ac_ext
32536cat >>conftest.$ac_ext <<_ACEOF
32537/* end confdefs.h. */
32538
32539/* Override any gcc2 internal prototype to avoid an error. */
32540#ifdef __cplusplus
32541extern "C"
32542#endif
32543/* We use char because int might match the return type of a gcc2
32544 builtin and then its argument prototype would still apply. */
32545char SQLAllocEnv ();
32546int
32547main ()
32548{
32549SQLAllocEnv ();
32550 ;
32551 return 0;
32552}
32553_ACEOF
32554rm -f conftest.$ac_objext conftest$ac_exeext
32555if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 32556 (eval $ac_link) 2>conftest.er1
a848cd7e 32557 ac_status=$?
ac1cb8d3
VS
32558 grep -v '^ *+' conftest.er1 >conftest.err
32559 rm -f conftest.er1
32560 cat conftest.err >&5
a848cd7e
SC
32561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32562 (exit $ac_status); } &&
6a5c9b3f
RR
32563 { ac_try='test -z "$ac_cxx_werror_flag"
32564 || test ! -s conftest.err'
ac1cb8d3
VS
32565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32566 (eval $ac_try) 2>&5
32567 ac_status=$?
32568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32569 (exit $ac_status); }; } &&
32570 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
32571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32572 (eval $ac_try) 2>&5
32573 ac_status=$?
32574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32575 (exit $ac_status); }; }; then
32576 ac_cv_lib_odbc_SQLAllocEnv=yes
32577else
32578 echo "$as_me: failed program was:" >&5
32579sed 's/^/| /' conftest.$ac_ext >&5
32580
32581ac_cv_lib_odbc_SQLAllocEnv=no
32582fi
ac1cb8d3
VS
32583rm -f conftest.err conftest.$ac_objext \
32584 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
32585LIBS=$ac_check_lib_save_LIBS
32586fi
32587echo "$as_me:$LINENO: result: $ac_cv_lib_odbc_SQLAllocEnv" >&5
32588echo "${ECHO_T}$ac_cv_lib_odbc_SQLAllocEnv" >&6
32589if test $ac_cv_lib_odbc_SQLAllocEnv = yes; then
32590 ODBC_LINK=" -lodbc"
32591fi
32592
32593
32594fi
32595
32596
32597fi
32598
32599 fi
32600 if test "x$ODBC_LINK" = "x" ; then
32601 if test "$wxUSE_ODBC" = "sys" ; then
32602 { { echo "$as_me:$LINENO: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&5
32603echo "$as_me: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&2;}
32604 { (exit 1); exit 1; }; }
32605 else
32606 { echo "$as_me:$LINENO: WARNING: system ODBC library not found, will use built-in instead" >&5
32607echo "$as_me: WARNING: system ODBC library not found, will use built-in instead" >&2;}
32608 wxUSE_ODBC=builtin
32609 fi
32610 else
32611 wxUSE_ODBC=sys
32612 fi
32613 fi
a848cd7e 32614
2da0c077
RD
32615 if test "$wxUSE_ODBC" = "builtin" ; then
32616 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
32617#define wxUSE_BUILTIN_IODBC 1
32618_ACEOF
32619
a848cd7e
SC
32620 fi
32621fi
32622
2da0c077
RD
32623if test "$wxUSE_ODBC" != "no" ; then
32624 cat >>confdefs.h <<\_ACEOF
32625#define wxUSE_ODBC 1
32626_ACEOF
32627
32628 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
32629
5ff751d6 32630 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_IODBC_"
2da0c077 32631fi
a848cd7e 32632
01cb68df 32633
a848cd7e 32634if test "$wxUSE_DISPLAY" = "yes"; then
2a5d7a98 32635 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
a848cd7e
SC
32636 echo "$as_me:$LINENO: checking for Xinerama" >&5
32637echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6
32638
0ad5d837
VZ
32639 ac_find_libraries=
32640 for ac_dir in $SEARCH_LIB;
32641 do
32642 for ac_extension in a so sl dylib dll.a; do
32643 if test -f "$ac_dir/libXinerama.$ac_extension"; then
32644 ac_find_libraries=$ac_dir
32645 break 2
32646 fi
32647 done
32648 done
32649
a848cd7e
SC
32650 if test "$ac_find_libraries" != "" ; then
32651
0ad5d837 32652 if test "$ac_find_libraries" = "default location"; then
a848cd7e
SC
32653 ac_path_to_link=""
32654 else
0ad5d837
VZ
32655 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
32656 result=$?
32657 if test $result = 0; then
32658 ac_path_to_link=""
32659 else
32660 ac_path_to_link=" -L$ac_find_libraries"
32661 fi
a848cd7e
SC
32662 fi
32663
32664 if test "$ac_path_to_link" != " -L/usr/lib" ; then
32665 LDFLAGS="$LDFLAGS $ac_path_to_link"
32666 fi
32667 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXinerama"
32668 echo "$as_me:$LINENO: result: yes" >&5
32669echo "${ECHO_T}yes" >&6
32670
32671 echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5
32672echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6
32673
0ad5d837
VZ
32674 ac_find_libraries=
32675 for ac_dir in $SEARCH_LIB;
a848cd7e 32676 do
3eca31dc 32677 for ac_extension in a so sl dylib dll.a; do
a848cd7e
SC
32678 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
32679 ac_find_libraries=$ac_dir
32680 break 2
32681 fi
32682 done
32683 done
32684
32685 if test "$ac_find_libraries" != "" ; then
32686 echo "$as_me:$LINENO: result: yes" >&5
32687echo "${ECHO_T}yes" >&6
32688
32689for ac_header in X11/extensions/xf86vmode.h
32690do
32691as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
32692echo "$as_me:$LINENO: checking for $ac_header" >&5
32693echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
32694if eval "test \"\${$as_ac_Header+set}\" = set"; then
32695 echo $ECHO_N "(cached) $ECHO_C" >&6
32696else
32697 cat >conftest.$ac_ext <<_ACEOF
32698/* confdefs.h. */
32699_ACEOF
32700cat confdefs.h >>conftest.$ac_ext
32701cat >>conftest.$ac_ext <<_ACEOF
32702/* end confdefs.h. */
32703
32704 #if HAVE_X11_XLIB_H
32705 #include <X11/Xlib.h>
32706 #endif
32707
32708
32709#include <$ac_header>
32710_ACEOF
32711rm -f conftest.$ac_objext
32712if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 32713 (eval $ac_compile) 2>conftest.er1
a848cd7e 32714 ac_status=$?
ac1cb8d3
VS
32715 grep -v '^ *+' conftest.er1 >conftest.err
32716 rm -f conftest.er1
32717 cat conftest.err >&5
a848cd7e
SC
32718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32719 (exit $ac_status); } &&
6a5c9b3f
RR
32720 { ac_try='test -z "$ac_cxx_werror_flag"
32721 || test ! -s conftest.err'
ac1cb8d3
VS
32722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32723 (eval $ac_try) 2>&5
32724 ac_status=$?
32725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32726 (exit $ac_status); }; } &&
32727 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
32728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32729 (eval $ac_try) 2>&5
32730 ac_status=$?
32731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32732 (exit $ac_status); }; }; then
32733 eval "$as_ac_Header=yes"
32734else
32735 echo "$as_me: failed program was:" >&5
32736sed 's/^/| /' conftest.$ac_ext >&5
32737
32738eval "$as_ac_Header=no"
32739fi
ac1cb8d3 32740rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
32741fi
32742echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32743echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32744if test `eval echo '${'$as_ac_Header'}'` = yes; then
32745 cat >>confdefs.h <<_ACEOF
32746#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
32747_ACEOF
32748
32749 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXxf86vm"
32750
32751fi
32752
32753done
32754
32755 else
32756 echo "$as_me:$LINENO: result: no" >&5
32757echo "${ECHO_T}no" >&6
32758 fi
32759
32760 else
32761 echo "$as_me:$LINENO: result: no" >&5
32762echo "${ECHO_T}no" >&6
dcc1b6ad
VS
32763 { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
32764echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
a848cd7e
SC
32765 wxUSE_DISPLAY="no"
32766 fi
01cb68df
RG
32767 elif test "$wxUSE_MSW" = 1; then
32768
e5efa97e 32769for ac_header in ddraw.h
01cb68df
RG
32770do
32771as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5294a27e 32772echo "$as_me:$LINENO: checking for $ac_header" >&5
01cb68df
RG
32773echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
32774if eval "test \"\${$as_ac_Header+set}\" = set"; then
32775 echo $ECHO_N "(cached) $ECHO_C" >&6
01cb68df 32776else
5294a27e 32777 cat >conftest.$ac_ext <<_ACEOF
01cb68df
RG
32778/* confdefs.h. */
32779_ACEOF
32780cat confdefs.h >>conftest.$ac_ext
32781cat >>conftest.$ac_ext <<_ACEOF
32782/* end confdefs.h. */
5294a27e
VZ
32783#include <windows.h>
32784
01cb68df
RG
32785#include <$ac_header>
32786_ACEOF
32787rm -f conftest.$ac_objext
32788if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 32789 (eval $ac_compile) 2>conftest.er1
01cb68df 32790 ac_status=$?
ac1cb8d3
VS
32791 grep -v '^ *+' conftest.er1 >conftest.err
32792 rm -f conftest.er1
32793 cat conftest.err >&5
01cb68df
RG
32794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32795 (exit $ac_status); } &&
6a5c9b3f
RR
32796 { ac_try='test -z "$ac_cxx_werror_flag"
32797 || test ! -s conftest.err'
ac1cb8d3
VS
32798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32799 (eval $ac_try) 2>&5
32800 ac_status=$?
32801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32802 (exit $ac_status); }; } &&
32803 { ac_try='test -s conftest.$ac_objext'
01cb68df
RG
32804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32805 (eval $ac_try) 2>&5
32806 ac_status=$?
32807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32808 (exit $ac_status); }; }; then
5294a27e 32809 eval "$as_ac_Header=yes"
01cb68df
RG
32810else
32811 echo "$as_me: failed program was:" >&5
32812sed 's/^/| /' conftest.$ac_ext >&5
32813
5294a27e 32814eval "$as_ac_Header=no"
01cb68df 32815fi
ac1cb8d3 32816rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
01cb68df
RG
32817fi
32818echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32819echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
01cb68df
RG
32820if test `eval echo '${'$as_ac_Header'}'` = yes; then
32821 cat >>confdefs.h <<_ACEOF
32822#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
32823_ACEOF
32824
01cb68df
RG
32825fi
32826
32827done
32828
a848cd7e
SC
32829 fi
32830fi
32831
32832
32833USE_OPENGL=0
32834if test "$wxUSE_OPENGL" = "yes"; then
32835 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
32836 OPENGL_LIBS="-framework OpenGL -framework AGL"
32837 elif test "$wxUSE_MSW" = 1; then
32838 OPENGL_LIBS="-lopengl32 -lglu32"
32839 else
32840
32841
32842ac_find_includes=
32843for ac_dir in $SEARCH_INCLUDE /usr/include;
32844 do
32845 if test -f "$ac_dir/GL/gl.h"; then
32846 ac_find_includes=$ac_dir
32847 break
32848 fi
32849 done
32850
32851 if test "$ac_find_includes" != "" ; then
32852 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
32853echo "${ECHO_T}found in $ac_find_includes" >&6
32854
32855 if test "x$ac_find_includes" = "x/usr/include"; then
32856 ac_path_to_include=""
32857 else
32858 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
32859 result=$?
32860 if test $result = 0; then
32861 ac_path_to_include=""
32862 else
32863 ac_path_to_include=" -I$ac_find_includes"
32864 fi
32865 fi
32866
c92ad099 32867 CPPFLAGS="$ac_path_to_include $CPPFLAGS"
a848cd7e
SC
32868 fi
32869
32870 if test "${ac_cv_header_GL_gl_h+set}" = set; then
32871 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
32872echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
32873if test "${ac_cv_header_GL_gl_h+set}" = set; then
32874 echo $ECHO_N "(cached) $ECHO_C" >&6
32875fi
32876echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
32877echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
32878else
32879 # Is the header compilable?
32880echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
32881echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
32882cat >conftest.$ac_ext <<_ACEOF
32883/* confdefs.h. */
32884_ACEOF
32885cat confdefs.h >>conftest.$ac_ext
32886cat >>conftest.$ac_ext <<_ACEOF
32887/* end confdefs.h. */
32888$ac_includes_default
32889#include <GL/gl.h>
32890_ACEOF
32891rm -f conftest.$ac_objext
32892if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 32893 (eval $ac_compile) 2>conftest.er1
a848cd7e 32894 ac_status=$?
ac1cb8d3
VS
32895 grep -v '^ *+' conftest.er1 >conftest.err
32896 rm -f conftest.er1
32897 cat conftest.err >&5
a848cd7e
SC
32898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32899 (exit $ac_status); } &&
6a5c9b3f
RR
32900 { ac_try='test -z "$ac_cxx_werror_flag"
32901 || test ! -s conftest.err'
ac1cb8d3
VS
32902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32903 (eval $ac_try) 2>&5
32904 ac_status=$?
32905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32906 (exit $ac_status); }; } &&
32907 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
32908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32909 (eval $ac_try) 2>&5
32910 ac_status=$?
32911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32912 (exit $ac_status); }; }; then
32913 ac_header_compiler=yes
32914else
32915 echo "$as_me: failed program was:" >&5
32916sed 's/^/| /' conftest.$ac_ext >&5
32917
32918ac_header_compiler=no
32919fi
ac1cb8d3 32920rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
32921echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
32922echo "${ECHO_T}$ac_header_compiler" >&6
32923
32924# Is the header present?
32925echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
32926echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
32927cat >conftest.$ac_ext <<_ACEOF
32928/* confdefs.h. */
32929_ACEOF
32930cat confdefs.h >>conftest.$ac_ext
32931cat >>conftest.$ac_ext <<_ACEOF
32932/* end confdefs.h. */
32933#include <GL/gl.h>
32934_ACEOF
32935if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
32936 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
32937 ac_status=$?
32938 grep -v '^ *+' conftest.er1 >conftest.err
32939 rm -f conftest.er1
32940 cat conftest.err >&5
32941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32942 (exit $ac_status); } >/dev/null; then
32943 if test -s conftest.err; then
5d7b7554
VZ
32944 ac_cpp_err=$ac_cxx_preproc_warn_flag
32945 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
32946 else
32947 ac_cpp_err=
32948 fi
32949else
32950 ac_cpp_err=yes
32951fi
32952if test -z "$ac_cpp_err"; then
32953 ac_header_preproc=yes
32954else
32955 echo "$as_me: failed program was:" >&5
32956sed 's/^/| /' conftest.$ac_ext >&5
32957
32958 ac_header_preproc=no
32959fi
32960rm -f conftest.err conftest.$ac_ext
32961echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
32962echo "${ECHO_T}$ac_header_preproc" >&6
32963
32964# So? What about this header?
5d7b7554 32965case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
ac1cb8d3 32966 yes:no: )
a848cd7e
SC
32967 { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
32968echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
32969 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the compiler's result" >&5
32970echo "$as_me: WARNING: GL/gl.h: proceeding with the compiler's result" >&2;}
32971 ac_header_preproc=yes
a848cd7e 32972 ;;
ac1cb8d3 32973 no:yes:* )
a848cd7e
SC
32974 { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
32975echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
32976 { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
32977echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
32978 { echo "$as_me:$LINENO: WARNING: GL/gl.h: see the Autoconf documentation" >&5
32979echo "$as_me: WARNING: GL/gl.h: see the Autoconf documentation" >&2;}
32980 { echo "$as_me:$LINENO: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&5
32981echo "$as_me: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
32982 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
32983echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
32984 { echo "$as_me:$LINENO: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&5
32985echo "$as_me: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
32986 (
32987 cat <<\_ASBOX
ac1cb8d3
VS
32988## ----------------------------------------- ##
32989## Report this to wx-dev@lists.wxwidgets.org ##
32990## ----------------------------------------- ##
a848cd7e
SC
32991_ASBOX
32992 ) |
32993 sed "s/^/$as_me: WARNING: /" >&2
32994 ;;
32995esac
32996echo "$as_me:$LINENO: checking for GL/gl.h" >&5
32997echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
32998if test "${ac_cv_header_GL_gl_h+set}" = set; then
32999 echo $ECHO_N "(cached) $ECHO_C" >&6
33000else
33001 ac_cv_header_GL_gl_h=$ac_header_preproc
33002fi
33003echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
33004echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
33005
33006fi
33007if test $ac_cv_header_GL_gl_h = yes; then
33008
33009 found_gl=0
33010
33011 echo "$as_me:$LINENO: checking for -lGL" >&5
33012echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
33013
0ad5d837
VZ
33014 ac_find_libraries=
33015 for ac_dir in $SEARCH_LIB;
a848cd7e 33016 do
3eca31dc 33017 for ac_extension in a so sl dylib dll.a; do
a848cd7e
SC
33018 if test -f "$ac_dir/libGL.$ac_extension"; then
33019 ac_find_libraries=$ac_dir
33020 break 2
33021 fi
33022 done
33023 done
33024
33025 if test "$ac_find_libraries" != "" ; then
69120ee4
VZ
33026 echo "$as_me:$LINENO: result: yes" >&5
33027echo "${ECHO_T}yes" >&6
33028
a848cd7e 33029
0ad5d837 33030 if test "$ac_find_libraries" = "default location"; then
a848cd7e
SC
33031 ac_path_to_link=""
33032 else
0ad5d837
VZ
33033 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
33034 result=$?
33035 if test $result = 0; then
33036 ac_path_to_link=""
33037 else
33038 ac_path_to_link=" -L$ac_find_libraries"
33039 fi
a848cd7e
SC
33040 fi
33041
33042 if test "$ac_path_to_link" != " -L/usr/lib" ; then
33043 LDFLAGS_GL="$ac_path_to_link"
33044 fi
33045
69120ee4
VZ
33046 echo "$as_me:$LINENO: checking for -lGLU" >&5
33047echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6
a848cd7e 33048
0ad5d837
VZ
33049 ac_find_libraries=
33050 for ac_dir in $SEARCH_LIB;
33051 do
33052 for ac_extension in a so sl dylib dll.a; do
33053 if test -f "$ac_dir/libGLU.$ac_extension"; then
33054 ac_find_libraries=$ac_dir
33055 break 2
33056 fi
33057 done
33058 done
33059
a848cd7e
SC
33060 if test "$ac_find_libraries" != "" ; then
33061
0ad5d837 33062 if test "$ac_find_libraries" = "default location"; then
a848cd7e
SC
33063 ac_path_to_link=""
33064 else
0ad5d837
VZ
33065 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
33066 result=$?
33067 if test $result = 0; then
33068 ac_path_to_link=""
33069 else
33070 ac_path_to_link=" -L$ac_find_libraries"
33071 fi
a848cd7e
SC
33072 fi
33073
33074 if test "$ac_path_to_link" != " -L/usr/lib" -a \
33075 "$ac_path_to_link" != "$LDFLAGS_GL"; then
33076 LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
33077 fi
33078
33079 found_gl=1
33080 OPENGL_LIBS="-lGL -lGLU"
33081 echo "$as_me:$LINENO: result: yes" >&5
33082echo "${ECHO_T}yes" >&6
69120ee4
VZ
33083 else
33084 echo "$as_me:$LINENO: result: no" >&5
33085echo "${ECHO_T}no" >&6
a848cd7e 33086 fi
69120ee4
VZ
33087 else
33088 echo "$as_me:$LINENO: result: no" >&5
33089echo "${ECHO_T}no" >&6
a848cd7e
SC
33090 fi
33091
33092 if test "$found_gl" != 1; then
a848cd7e
SC
33093 echo "$as_me:$LINENO: checking for -lMesaGL" >&5
33094echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
33095
0ad5d837
VZ
33096 ac_find_libraries=
33097 for ac_dir in $SEARCH_LIB;
a848cd7e 33098 do
3eca31dc 33099 for ac_extension in a so sl dylib dll.a; do
a848cd7e
SC
33100 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
33101 ac_find_libraries=$ac_dir
33102 break 2
33103 fi
33104 done
33105 done
33106
33107 if test "$ac_find_libraries" != "" ; then
33108
0ad5d837 33109 if test "$ac_find_libraries" = "default location"; then
a848cd7e
SC
33110 ac_path_to_link=""
33111 else
0ad5d837
VZ
33112 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
33113 result=$?
33114 if test $result = 0; then
33115 ac_path_to_link=""
33116 else
33117 ac_path_to_link=" -L$ac_find_libraries"
33118 fi
a848cd7e
SC
33119 fi
33120
33121 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
33122 OPENGL_LIBS="-lMesaGL -lMesaGLU"
33123 echo "$as_me:$LINENO: result: yes" >&5
33124echo "${ECHO_T}yes" >&6
33125 else
33126 echo "$as_me:$LINENO: result: no" >&5
33127echo "${ECHO_T}no" >&6
33128 fi
33129 fi
33130
33131fi
33132
33133
33134
33135 if test "x$OPENGL_LIBS" = "x"; then
33136 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
33137echo "$as_me: error: OpenGL libraries not available" >&2;}
33138 { (exit 1); exit 1; }; }
33139 fi
33140 fi
33141
33142 if test "$wxUSE_OPENGL" = "yes"; then
33143 USE_OPENGL=1
33144 cat >>confdefs.h <<\_ACEOF
33145#define wxUSE_OPENGL 1
33146_ACEOF
33147
33148 cat >>confdefs.h <<\_ACEOF
33149#define wxUSE_GLCANVAS 1
33150_ACEOF
33151
33152 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
33153 fi
33154fi
33155
a848cd7e
SC
33156
33157if test -n "$TOOLKIT" ; then
33158 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
33159fi
33160
a848cd7e
SC
33161
33162
33163if test "$wxUSE_SHARED" = "yes"; then
33164 case "${host}" in
33165 *-pc-msdosdjgpp )
33166 wxUSE_SHARED=no
33167 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
33168echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
33169 ;;
33170 esac
33171fi
33172
a848cd7e 33173if test "$wxUSE_SHARED" = "yes"; then
a848cd7e
SC
33174
33175
33176 found_versioning=no
33177
33178
33179 if test $found_versioning = no ; then
33180 echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
33181echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
33182if test "${wx_cv_version_script+set}" = set; then
33183 echo $ECHO_N "(cached) $ECHO_C" >&6
33184else
33185
33186 echo "VER_1 { *; };" >conftest.sym
33187 echo "int main() { return 0; }" >conftest.cpp
33188
33189 if { ac_try='
33190 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
33191 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
33192 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33193 (eval $ac_try) 2>&5
33194 ac_status=$?
33195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33196 (exit $ac_status); }; } ; then
33197 if test -s conftest.stderr ; then
33198 wx_cv_version_script=no
33199 else
33200 wx_cv_version_script=yes
33201 fi
33202 else
33203 wx_cv_version_script=no
33204 fi
e5d4b470
MW
33205
33206 if test $wx_cv_version_script = yes
33207 then
33208 echo "struct B { virtual ~B() { } }; \
33209 struct D : public B { }; \
33210 void F() { D d; }" > conftest.cpp
33211
33212 if { ac_try='
33213 $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
33214 -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null'
33215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33216 (eval $ac_try) 2>&5
33217 ac_status=$?
33218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33219 (exit $ac_status); }; } &&
33220 { ac_try='
33221 $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
33222 -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null'
33223 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33224 (eval $ac_try) 2>&5
33225 ac_status=$?
33226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33227 (exit $ac_status); }; }
33228 then
33229 if { ac_try='
33230 $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
33231 -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null'
33232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33233 (eval $ac_try) 2>&5
33234 ac_status=$?
33235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33236 (exit $ac_status); }; }
33237 then
33238 wx_cv_version_script=yes
33239 else
33240 wx_cv_version_script=no
33241 fi
33242 fi
33243 fi
33244
a848cd7e 33245 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
e5d4b470 33246 rm -f conftest1.output conftest2.output conftest3.output
a848cd7e
SC
33247
33248fi
33249echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
33250echo "${ECHO_T}$wx_cv_version_script" >&6
33251 if test $wx_cv_version_script = yes ; then
33252 LDFLAGS_VERSIONING="-Wl,--version-script,\$(top_builddir)version-script"
33253 fi
33254 fi
33255
33256
33257 case "${host}" in
33258 *-*-linux* | *-*-gnu* )
33259 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
ffa0583f 33260 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
6ebeb4c7 33261 ;;
a848cd7e
SC
33262
33263 *-*-solaris2* )
33264 if test "$GCC" = yes ; then
c92ad099 33265 CPPFLAGS="-isystem /usr/openwin/include $CPPFLAGS"
a848cd7e
SC
33266
33267 saveLdflags="$LDFLAGS"
33268 LDFLAGS="$saveLdflags -Wl,-rpath,/"
33269 echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
33270echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
33271 cat >conftest.$ac_ext <<_ACEOF
33272/* confdefs.h. */
33273_ACEOF
33274cat confdefs.h >>conftest.$ac_ext
33275cat >>conftest.$ac_ext <<_ACEOF
33276/* end confdefs.h. */
33277
33278int
33279main ()
33280{
33281
33282 ;
33283 return 0;
33284}
33285_ACEOF
33286rm -f conftest.$ac_objext conftest$ac_exeext
33287if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 33288 (eval $ac_link) 2>conftest.er1
a848cd7e 33289 ac_status=$?
ac1cb8d3
VS
33290 grep -v '^ *+' conftest.er1 >conftest.err
33291 rm -f conftest.er1
33292 cat conftest.err >&5
a848cd7e
SC
33293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33294 (exit $ac_status); } &&
6a5c9b3f
RR
33295 { ac_try='test -z "$ac_cxx_werror_flag"
33296 || test ! -s conftest.err'
ac1cb8d3
VS
33297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33298 (eval $ac_try) 2>&5
33299 ac_status=$?
33300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33301 (exit $ac_status); }; } &&
33302 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33304 (eval $ac_try) 2>&5
33305 ac_status=$?
33306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33307 (exit $ac_status); }; }; then
33308
33309 echo "$as_me:$LINENO: result: yes" >&5
33310echo "${ECHO_T}yes" >&6
33311 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
ffa0583f 33312 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
a848cd7e
SC
33313
33314else
33315 echo "$as_me: failed program was:" >&5
33316sed 's/^/| /' conftest.$ac_ext >&5
33317
33318
33319 echo "$as_me:$LINENO: result: no" >&5
33320echo "${ECHO_T}no" >&6
33321 echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
33322echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
33323 LDFLAGS="$saveLdflags -Wl,-R,/"
33324 cat >conftest.$ac_ext <<_ACEOF
33325/* confdefs.h. */
33326_ACEOF
33327cat confdefs.h >>conftest.$ac_ext
33328cat >>conftest.$ac_ext <<_ACEOF
33329/* end confdefs.h. */
33330
33331int
33332main ()
33333{
33334
33335 ;
33336 return 0;
33337}
33338_ACEOF
33339rm -f conftest.$ac_objext conftest$ac_exeext
33340if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 33341 (eval $ac_link) 2>conftest.er1
a848cd7e 33342 ac_status=$?
ac1cb8d3
VS
33343 grep -v '^ *+' conftest.er1 >conftest.err
33344 rm -f conftest.er1
33345 cat conftest.err >&5
a848cd7e
SC
33346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33347 (exit $ac_status); } &&
6a5c9b3f
RR
33348 { ac_try='test -z "$ac_cxx_werror_flag"
33349 || test ! -s conftest.err'
ac1cb8d3
VS
33350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33351 (eval $ac_try) 2>&5
33352 ac_status=$?
33353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33354 (exit $ac_status); }; } &&
33355 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33357 (eval $ac_try) 2>&5
33358 ac_status=$?
33359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33360 (exit $ac_status); }; }; then
33361
ffa0583f 33362 echo "$as_me:$LINENO: result: yes" >&5
a848cd7e 33363echo "${ECHO_T}yes" >&6
ffa0583f
RL
33364 SAMPLES_RPATH_FLAG="-Wl,-R,\$(top_builddir)lib"
33365 WXCONFIG_RPATH="-Wl,-R,\$libdir"
33366
a848cd7e
SC
33367else
33368 echo "$as_me: failed program was:" >&5
33369sed 's/^/| /' conftest.$ac_ext >&5
33370
33371
33372 echo "$as_me:$LINENO: result: no" >&5
33373echo "${ECHO_T}no" >&6
33374
33375fi
ac1cb8d3
VS
33376rm -f conftest.err conftest.$ac_objext \
33377 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33378
33379fi
ac1cb8d3
VS
33380rm -f conftest.err conftest.$ac_objext \
33381 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33382 LDFLAGS="$saveLdflags"
33383 else
a848cd7e 33384 SAMPLES_RPATH_FLAG="-R\$(top_builddir)lib"
ffa0583f 33385 WXCONFIG_RPATH="-R\$libdir"
a848cd7e
SC
33386 fi
33387 ;;
33388
cfda0ea8 33389 *-*-darwin* )
0caebc27
MW
33390 install_name_tool=`which install_name_tool`
33391 if test "$install_name_tool" -a -x "$install_name_tool"; then
33392 SAMPLES_RPATH_POSTLINK="\$(top_builddir)change-install-names \$(LIBDIRNAME) \$(prefix) \$@"
33393 cat <<EOF >change-install-names
a848cd7e
SC
33394#!/bin/sh
33395libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
33396inst_cmd="install_name_tool "
33397for i in \${libnames} ; do
33398 inst_cmd="\${inst_cmd} -change \${2}/lib/\${i} \${1}/\${i}"
33399done
33400\${inst_cmd} \${3}
33401EOF
0caebc27
MW
33402 chmod +x change-install-names
33403 fi
a848cd7e
SC
33404 ;;
33405
33406 *-*-cygwin* | *-*-mingw32* )
5ff751d6
VZ
33407 WXCONFIG_ONLY_CPPFLAGS="$WXCONFIG_ONLY_CPPFLAGS -DWXUSINGDLL"
33408 ;;
a848cd7e 33409
81f90336
MW
33410 *-*-hpux* )
33411 SAMPLES_RPATH_FLAG="-Wl,+b,\$(top_builddir)lib"
33412 WXCONFIG_RPATH="-Wl,+b,\$libdir"
5ff751d6 33413 ;;
81f90336 33414
a848cd7e 33415 esac
ceec2216 33416
ffa0583f
RL
33417 if test $wxUSE_RPATH = "no"; then
33418 SAMPLES_RPATH_FLAG=''
33419 SAMPLES_RPATH_POSTLINK=''
33420 WXCONFIG_RPATH=''
33421 fi
33422
33423 SHARED=1
33424
33425else
33426
ceec2216
RL
33427 config_linkage_component="-static"
33428 SHARED=0
ffa0583f 33429
ceec2216 33430fi
a848cd7e 33431
a848cd7e 33432
ceec2216
RL
33433UNICODE=0
33434lib_unicode_suffix=
33435WX_CHARTYPE="ansi"
33436if test "$wxUSE_UNICODE" = "yes"; then
33437 lib_unicode_suffix=u
33438 WX_CHARTYPE="unicode"
33439 UNICODE=1
a848cd7e
SC
33440fi
33441
ceec2216
RL
33442lib_debug_suffix=
33443WX_DEBUGTYPE="release"
33444DEBUG_FLAG=0
33445if test "$wxUSE_DEBUG_FLAG" = "yes"; then
33446 lib_debug_suffix=d
33447 WX_DEBUGTYPE="debug"
33448 DEBUG_FLAG=1
33449fi
a848cd7e 33450
ceec2216
RL
33451WX_FLAVOUR=${WX_FLAVOUR:+-$WX_FLAVOUR}
33452WX_LIB_FLAVOUR=`echo $WX_FLAVOUR | tr '-' '_'`
a848cd7e 33453
ceec2216
RL
33454DEBUG_INFO=0
33455if test "$wxUSE_DEBUG_INFO" = "yes"; then
33456 DEBUG_INFO=1
33457fi
a848cd7e 33458
ceec2216 33459WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
a848cd7e 33460
ceec2216 33461TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}"
a848cd7e 33462
ceec2216 33463TOOLCHAIN_FULLNAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}-${WX_DEBUGTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
a848cd7e 33464
ceec2216
RL
33465if test "$cross_compiling" = "yes"; then
33466 HOST_SUFFIX="-$host_alias"
33467 TOOLCHAIN_NAME="$TOOLCHAIN_NAME$HOST_SUFFIX"
33468 TOOLCHAIN_FULLNAME="${host_alias}-$TOOLCHAIN_FULLNAME"
a848cd7e
SC
33469fi
33470
dd21ced8 33471WX_LIBRARY_BASENAME_NOGUI="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
abc736fd
MW
33472if test "${TOOLKIT_DIR}" = "os2"; then
33473 WX_LIBRARY_BASENAME_GUI="wx_pm${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
33474else
33475 WX_LIBRARY_BASENAME_GUI="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
33476fi
ceec2216
RL
33477
33478
33479
1d1af5ea
DE
33480if test "$wxUSE_COCOA" = 1; then
33481
33482
33483 ac_ext=c
33484ac_cpp='$CPP $CPPFLAGS'
33485ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33486ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33487ac_compiler_gnu=$ac_cv_c_compiler_gnu
33488
33489ac_ext=m
33490
33491 echo "$as_me:$LINENO: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
33492echo $ECHO_N "checking if AppKit/NSEvent.h conflicts with CoreFoundation... $ECHO_C" >&6
33493 cat >conftest.$ac_ext <<_ACEOF
33494/* confdefs.h. */
33495_ACEOF
33496cat confdefs.h >>conftest.$ac_ext
33497cat >>conftest.$ac_ext <<_ACEOF
33498/* end confdefs.h. */
33499#include <AppKit/NSEvent.h>
33500#include <CoreFoundation/CoreFoundation.h>
33501
33502int
33503main ()
33504{
33505
33506 ;
33507 return 0;
33508}
33509_ACEOF
33510rm -f conftest.$ac_objext
33511if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33512 (eval $ac_compile) 2>conftest.er1
33513 ac_status=$?
33514 grep -v '^ *+' conftest.er1 >conftest.err
33515 rm -f conftest.er1
33516 cat conftest.err >&5
33517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33518 (exit $ac_status); } &&
6a5c9b3f
RR
33519 { ac_try='test -z "$ac_c_werror_flag"
33520 || test ! -s conftest.err'
1d1af5ea
DE
33521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33522 (eval $ac_try) 2>&5
33523 ac_status=$?
33524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33525 (exit $ac_status); }; } &&
33526 { ac_try='test -s conftest.$ac_objext'
33527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33528 (eval $ac_try) 2>&5
33529 ac_status=$?
33530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33531 (exit $ac_status); }; }; then
33532 echo "$as_me:$LINENO: result: no" >&5
33533echo "${ECHO_T}no" >&6
33534else
33535 echo "$as_me: failed program was:" >&5
33536sed 's/^/| /' conftest.$ac_ext >&5
33537
33538echo "$as_me:$LINENO: result: yes" >&5
33539echo "${ECHO_T}yes" >&6
33540 echo "$as_me:$LINENO: checking if defining __Point__ will fix it" >&5
33541echo $ECHO_N "checking if defining __Point__ will fix it... $ECHO_C" >&6
33542 cat >conftest.$ac_ext <<_ACEOF
33543/* confdefs.h. */
33544_ACEOF
33545cat confdefs.h >>conftest.$ac_ext
33546cat >>conftest.$ac_ext <<_ACEOF
33547/* end confdefs.h. */
33548#define __Point__ 1
33549#include <AppKit/NSEvent.h>
33550#include <CoreFoundation/CoreFoundation.h>
33551
33552int
33553main ()
33554{
33555
33556 ;
33557 return 0;
33558}
33559_ACEOF
33560rm -f conftest.$ac_objext
33561if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33562 (eval $ac_compile) 2>conftest.er1
33563 ac_status=$?
33564 grep -v '^ *+' conftest.er1 >conftest.err
33565 rm -f conftest.er1
33566 cat conftest.err >&5
33567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33568 (exit $ac_status); } &&
6a5c9b3f
RR
33569 { ac_try='test -z "$ac_c_werror_flag"
33570 || test ! -s conftest.err'
1d1af5ea
DE
33571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33572 (eval $ac_try) 2>&5
33573 ac_status=$?
33574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33575 (exit $ac_status); }; } &&
33576 { ac_try='test -s conftest.$ac_objext'
33577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33578 (eval $ac_try) 2>&5
33579 ac_status=$?
33580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33581 (exit $ac_status); }; }; then
33582 echo "$as_me:$LINENO: result: yes" >&5
33583echo "${ECHO_T}yes" >&6
33584 cat >>confdefs.h <<\_ACEOF
33585#define __Point__ 1
33586_ACEOF
33587
33588
33589else
33590 echo "$as_me: failed program was:" >&5
33591sed 's/^/| /' conftest.$ac_ext >&5
33592
33593{ { echo "$as_me:$LINENO: error: no
33594See \`config.log' for more details." >&5
33595echo "$as_me: error: no
33596See \`config.log' for more details." >&2;}
33597 { (exit 1); exit 1; }; }
33598
33599fi
33600rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33601
33602fi
33603rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5d7b7554
VZ
33604 ac_ext=cc
33605ac_cpp='$CXXCPP $CPPFLAGS'
33606ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33607ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33608ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
1d1af5ea
DE
33609
33610fi
33611
a848cd7e 33612if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
abb9aae7
VZ
33613 WX_RESOURCES_MACOSX_ASCII="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
33614 WX_RESOURCES_MACOSX_DATA="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
ceec2216 33615
a848cd7e 33616 LIBWXMACRES="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
a848cd7e
SC
33617
33618 # Extract the first word of "Rez", so it can be a program name with args.
33619set dummy Rez; ac_word=$2
33620echo "$as_me:$LINENO: checking for $ac_word" >&5
33621echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8ced02f6 33622if test "${ac_cv_prog_REZ+set}" = set; then
a848cd7e
SC
33623 echo $ECHO_N "(cached) $ECHO_C" >&6
33624else
8ced02f6
DE
33625 if test -n "$REZ"; then
33626 ac_cv_prog_REZ="$REZ" # Let the user override the test.
a848cd7e
SC
33627else
33628as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33629for as_dir in $PATH
33630do
33631 IFS=$as_save_IFS
33632 test -z "$as_dir" && as_dir=.
33633 for ac_exec_ext in '' $ac_executable_extensions; do
33634 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8ced02f6 33635 ac_cv_prog_REZ="Rez"
a848cd7e
SC
33636 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33637 break 2
33638 fi
33639done
33640done
33641
8ced02f6 33642 test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ="/Developer/Tools/Rez"
a848cd7e
SC
33643fi
33644fi
8ced02f6
DE
33645REZ=$ac_cv_prog_REZ
33646if test -n "$REZ"; then
33647 echo "$as_me:$LINENO: result: $REZ" >&5
33648echo "${ECHO_T}$REZ" >&6
a848cd7e
SC
33649else
33650 echo "$as_me:$LINENO: result: no" >&5
33651echo "${ECHO_T}no" >&6
33652fi
33653
33654 # Extract the first word of "DeRez", so it can be a program name with args.
33655set dummy DeRez; ac_word=$2
33656echo "$as_me:$LINENO: checking for $ac_word" >&5
33657echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33658if test "${ac_cv_prog_DEREZ+set}" = set; then
33659 echo $ECHO_N "(cached) $ECHO_C" >&6
33660else
33661 if test -n "$DEREZ"; then
33662 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
33663else
33664as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33665for as_dir in $PATH
33666do
33667 IFS=$as_save_IFS
33668 test -z "$as_dir" && as_dir=.
33669 for ac_exec_ext in '' $ac_executable_extensions; do
33670 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33671 ac_cv_prog_DEREZ="DeRez"
33672 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33673 break 2
33674 fi
33675done
33676done
33677
33678 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
33679fi
33680fi
33681DEREZ=$ac_cv_prog_DEREZ
33682if test -n "$DEREZ"; then
33683 echo "$as_me:$LINENO: result: $DEREZ" >&5
33684echo "${ECHO_T}$DEREZ" >&6
33685else
33686 echo "$as_me:$LINENO: result: no" >&5
33687echo "${ECHO_T}no" >&6
33688fi
33689
33690 # Extract the first word of "SetFile", so it can be a program name with args.
33691set dummy SetFile; ac_word=$2
33692echo "$as_me:$LINENO: checking for $ac_word" >&5
33693echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33694if test "${ac_cv_prog_SETFILE+set}" = set; then
33695 echo $ECHO_N "(cached) $ECHO_C" >&6
33696else
33697 if test -n "$SETFILE"; then
33698 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
33699else
33700as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33701for as_dir in $PATH
33702do
33703 IFS=$as_save_IFS
33704 test -z "$as_dir" && as_dir=.
33705 for ac_exec_ext in '' $ac_executable_extensions; do
33706 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33707 ac_cv_prog_SETFILE="SetFile"
33708 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33709 break 2
33710 fi
33711done
33712done
33713
33714 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
33715fi
33716fi
33717SETFILE=$ac_cv_prog_SETFILE
33718if test -n "$SETFILE"; then
33719 echo "$as_me:$LINENO: result: $SETFILE" >&5
33720echo "${ECHO_T}$SETFILE" >&6
33721else
33722 echo "$as_me:$LINENO: result: no" >&5
33723echo "${ECHO_T}no" >&6
33724fi
33725
33726
33727 MACSETFILE="\$(SETFILE)"
33728
33729 if test "$wxUSE_MAC" = 1; then
8ced02f6 33730 POSTLINK_COMMAND="\$(REZ) -d __DARWIN__ -t APPL Carbon.r -o"
004ee6da
RL
33731 RESCOMP="$REZ"
33732 WXCONFIG_RESFLAGS="-d __DARWIN__ -t APPL Carbon.r -o"
a848cd7e 33733 else
004ee6da
RL
33734 POSTLINK_COMMAND="echo -n | \$(REZ) -d __DARWIN__ -t APPL ${LIBWXMACRES}"
33735 RESCOMP="echo -n \| $REZ"
33736 WXCONFIG_RESFLAGS="-d __DARWIN__ -t APPL \$libdir/$WX_RESOURCES_MACOSX_ASCII"
a848cd7e 33737 fi
004ee6da 33738
a848cd7e 33739else
ffa0583f 33740 MACSETFILE="@true"
a848cd7e 33741
8ced02f6 33742 if test "$wxUSE_PM" = 1; then
004ee6da
RL
33743 RESCOMP="emxbind"
33744 WXCONFIG_RESFLAGS="-ep"
33745
33746 POSTLINK_COMMAND="$RESCOMP $WXCONFIG_RESFLAGS"
a848cd7e 33747 else
8ced02f6 33748 POSTLINK_COMMAND="@true"
a848cd7e 33749 fi
004ee6da 33750
a848cd7e
SC
33751fi
33752
33753
33754
33755echo "$as_me:$LINENO: checking for mode_t" >&5
33756echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
33757if test "${ac_cv_type_mode_t+set}" = set; then
33758 echo $ECHO_N "(cached) $ECHO_C" >&6
33759else
33760 cat >conftest.$ac_ext <<_ACEOF
33761/* confdefs.h. */
33762_ACEOF
33763cat confdefs.h >>conftest.$ac_ext
33764cat >>conftest.$ac_ext <<_ACEOF
33765/* end confdefs.h. */
33766$ac_includes_default
33767int
33768main ()
33769{
33770if ((mode_t *) 0)
33771 return 0;
33772if (sizeof (mode_t))
33773 return 0;
33774 ;
33775 return 0;
33776}
33777_ACEOF
33778rm -f conftest.$ac_objext
33779if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 33780 (eval $ac_compile) 2>conftest.er1
a848cd7e 33781 ac_status=$?
ac1cb8d3
VS
33782 grep -v '^ *+' conftest.er1 >conftest.err
33783 rm -f conftest.er1
33784 cat conftest.err >&5
a848cd7e
SC
33785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33786 (exit $ac_status); } &&
6a5c9b3f
RR
33787 { ac_try='test -z "$ac_cxx_werror_flag"
33788 || test ! -s conftest.err'
ac1cb8d3
VS
33789 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33790 (eval $ac_try) 2>&5
33791 ac_status=$?
33792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33793 (exit $ac_status); }; } &&
33794 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
33795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33796 (eval $ac_try) 2>&5
33797 ac_status=$?
33798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33799 (exit $ac_status); }; }; then
33800 ac_cv_type_mode_t=yes
33801else
33802 echo "$as_me: failed program was:" >&5
33803sed 's/^/| /' conftest.$ac_ext >&5
33804
33805ac_cv_type_mode_t=no
33806fi
ac1cb8d3 33807rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
33808fi
33809echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
33810echo "${ECHO_T}$ac_cv_type_mode_t" >&6
33811if test $ac_cv_type_mode_t = yes; then
33812 :
33813else
33814
33815cat >>confdefs.h <<_ACEOF
33816#define mode_t int
33817_ACEOF
33818
33819fi
33820
33821echo "$as_me:$LINENO: checking for off_t" >&5
33822echo $ECHO_N "checking for off_t... $ECHO_C" >&6
33823if test "${ac_cv_type_off_t+set}" = set; then
33824 echo $ECHO_N "(cached) $ECHO_C" >&6
33825else
33826 cat >conftest.$ac_ext <<_ACEOF
33827/* confdefs.h. */
33828_ACEOF
33829cat confdefs.h >>conftest.$ac_ext
33830cat >>conftest.$ac_ext <<_ACEOF
33831/* end confdefs.h. */
33832$ac_includes_default
33833int
33834main ()
33835{
33836if ((off_t *) 0)
33837 return 0;
33838if (sizeof (off_t))
33839 return 0;
33840 ;
33841 return 0;
33842}
33843_ACEOF
33844rm -f conftest.$ac_objext
33845if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 33846 (eval $ac_compile) 2>conftest.er1
a848cd7e 33847 ac_status=$?
ac1cb8d3
VS
33848 grep -v '^ *+' conftest.er1 >conftest.err
33849 rm -f conftest.er1
33850 cat conftest.err >&5
a848cd7e
SC
33851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33852 (exit $ac_status); } &&
6a5c9b3f
RR
33853 { ac_try='test -z "$ac_cxx_werror_flag"
33854 || test ! -s conftest.err'
ac1cb8d3
VS
33855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33856 (eval $ac_try) 2>&5
33857 ac_status=$?
33858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33859 (exit $ac_status); }; } &&
33860 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
33861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33862 (eval $ac_try) 2>&5
33863 ac_status=$?
33864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33865 (exit $ac_status); }; }; then
33866 ac_cv_type_off_t=yes
33867else
33868 echo "$as_me: failed program was:" >&5
33869sed 's/^/| /' conftest.$ac_ext >&5
33870
33871ac_cv_type_off_t=no
33872fi
ac1cb8d3 33873rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
33874fi
33875echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
33876echo "${ECHO_T}$ac_cv_type_off_t" >&6
33877if test $ac_cv_type_off_t = yes; then
33878 :
33879else
33880
33881cat >>confdefs.h <<_ACEOF
33882#define off_t long
33883_ACEOF
33884
33885fi
33886
33887echo "$as_me:$LINENO: checking for pid_t" >&5
33888echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
33889if test "${ac_cv_type_pid_t+set}" = set; then
33890 echo $ECHO_N "(cached) $ECHO_C" >&6
33891else
33892 cat >conftest.$ac_ext <<_ACEOF
33893/* confdefs.h. */
33894_ACEOF
33895cat confdefs.h >>conftest.$ac_ext
33896cat >>conftest.$ac_ext <<_ACEOF
33897/* end confdefs.h. */
33898$ac_includes_default
33899int
33900main ()
33901{
33902if ((pid_t *) 0)
33903 return 0;
33904if (sizeof (pid_t))
33905 return 0;
33906 ;
33907 return 0;
33908}
33909_ACEOF
33910rm -f conftest.$ac_objext
33911if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 33912 (eval $ac_compile) 2>conftest.er1
a848cd7e 33913 ac_status=$?
ac1cb8d3
VS
33914 grep -v '^ *+' conftest.er1 >conftest.err
33915 rm -f conftest.er1
33916 cat conftest.err >&5
a848cd7e
SC
33917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33918 (exit $ac_status); } &&
6a5c9b3f
RR
33919 { ac_try='test -z "$ac_cxx_werror_flag"
33920 || test ! -s conftest.err'
ac1cb8d3
VS
33921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33922 (eval $ac_try) 2>&5
33923 ac_status=$?
33924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33925 (exit $ac_status); }; } &&
33926 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
33927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33928 (eval $ac_try) 2>&5
33929 ac_status=$?
33930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33931 (exit $ac_status); }; }; then
33932 ac_cv_type_pid_t=yes
33933else
33934 echo "$as_me: failed program was:" >&5
33935sed 's/^/| /' conftest.$ac_ext >&5
33936
33937ac_cv_type_pid_t=no
33938fi
ac1cb8d3 33939rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
33940fi
33941echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
33942echo "${ECHO_T}$ac_cv_type_pid_t" >&6
33943if test $ac_cv_type_pid_t = yes; then
33944 :
33945else
33946
33947cat >>confdefs.h <<_ACEOF
33948#define pid_t int
33949_ACEOF
33950
33951fi
33952
33953echo "$as_me:$LINENO: checking for size_t" >&5
33954echo $ECHO_N "checking for size_t... $ECHO_C" >&6
33955if test "${ac_cv_type_size_t+set}" = set; then
33956 echo $ECHO_N "(cached) $ECHO_C" >&6
33957else
33958 cat >conftest.$ac_ext <<_ACEOF
33959/* confdefs.h. */
33960_ACEOF
33961cat confdefs.h >>conftest.$ac_ext
33962cat >>conftest.$ac_ext <<_ACEOF
33963/* end confdefs.h. */
33964$ac_includes_default
33965int
33966main ()
33967{
33968if ((size_t *) 0)
33969 return 0;
33970if (sizeof (size_t))
33971 return 0;
33972 ;
33973 return 0;
33974}
33975_ACEOF
33976rm -f conftest.$ac_objext
33977if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 33978 (eval $ac_compile) 2>conftest.er1
a848cd7e 33979 ac_status=$?
ac1cb8d3
VS
33980 grep -v '^ *+' conftest.er1 >conftest.err
33981 rm -f conftest.er1
33982 cat conftest.err >&5
a848cd7e
SC
33983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33984 (exit $ac_status); } &&
6a5c9b3f
RR
33985 { ac_try='test -z "$ac_cxx_werror_flag"
33986 || test ! -s conftest.err'
ac1cb8d3
VS
33987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33988 (eval $ac_try) 2>&5
33989 ac_status=$?
33990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33991 (exit $ac_status); }; } &&
33992 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
33993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33994 (eval $ac_try) 2>&5
33995 ac_status=$?
33996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33997 (exit $ac_status); }; }; then
33998 ac_cv_type_size_t=yes
33999else
34000 echo "$as_me: failed program was:" >&5
34001sed 's/^/| /' conftest.$ac_ext >&5
34002
34003ac_cv_type_size_t=no
34004fi
ac1cb8d3 34005rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
34006fi
34007echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
34008echo "${ECHO_T}$ac_cv_type_size_t" >&6
34009if test $ac_cv_type_size_t = yes; then
34010 :
34011else
34012
34013cat >>confdefs.h <<_ACEOF
34014#define size_t unsigned
34015_ACEOF
34016
34017fi
34018
34019echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
34020echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
34021if test "${ac_cv_type_uid_t+set}" = set; then
34022 echo $ECHO_N "(cached) $ECHO_C" >&6
34023else
34024 cat >conftest.$ac_ext <<_ACEOF
34025/* confdefs.h. */
34026_ACEOF
34027cat confdefs.h >>conftest.$ac_ext
34028cat >>conftest.$ac_ext <<_ACEOF
34029/* end confdefs.h. */
34030#include <sys/types.h>
34031
34032_ACEOF
34033if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
34034 $EGREP "uid_t" >/dev/null 2>&1; then
34035 ac_cv_type_uid_t=yes
34036else
34037 ac_cv_type_uid_t=no
34038fi
34039rm -f conftest*
34040
34041fi
34042echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
34043echo "${ECHO_T}$ac_cv_type_uid_t" >&6
34044if test $ac_cv_type_uid_t = no; then
34045
34046cat >>confdefs.h <<\_ACEOF
34047#define uid_t int
34048_ACEOF
34049
34050
34051cat >>confdefs.h <<\_ACEOF
34052#define gid_t int
34053_ACEOF
34054
34055fi
34056
34057
d51253e8
RL
34058echo "$as_me:$LINENO: checking for ssize_t" >&5
34059echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
34060if test "${ac_cv_type_ssize_t+set}" = set; then
34061 echo $ECHO_N "(cached) $ECHO_C" >&6
34062else
34063 cat >conftest.$ac_ext <<_ACEOF
34064/* confdefs.h. */
34065_ACEOF
34066cat confdefs.h >>conftest.$ac_ext
34067cat >>conftest.$ac_ext <<_ACEOF
34068/* end confdefs.h. */
34069$ac_includes_default
34070int
34071main ()
34072{
34073if ((ssize_t *) 0)
34074 return 0;
34075if (sizeof (ssize_t))
34076 return 0;
34077 ;
34078 return 0;
34079}
34080_ACEOF
34081rm -f conftest.$ac_objext
34082if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34083 (eval $ac_compile) 2>conftest.er1
34084 ac_status=$?
34085 grep -v '^ *+' conftest.er1 >conftest.err
34086 rm -f conftest.er1
34087 cat conftest.err >&5
34088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34089 (exit $ac_status); } &&
6a5c9b3f
RR
34090 { ac_try='test -z "$ac_cxx_werror_flag"
34091 || test ! -s conftest.err'
d51253e8
RL
34092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34093 (eval $ac_try) 2>&5
34094 ac_status=$?
34095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34096 (exit $ac_status); }; } &&
34097 { ac_try='test -s conftest.$ac_objext'
34098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34099 (eval $ac_try) 2>&5
34100 ac_status=$?
34101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34102 (exit $ac_status); }; }; then
34103 ac_cv_type_ssize_t=yes
34104else
34105 echo "$as_me: failed program was:" >&5
34106sed 's/^/| /' conftest.$ac_ext >&5
34107
34108ac_cv_type_ssize_t=no
34109fi
34110rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34111fi
34112echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
34113echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
34114if test $ac_cv_type_ssize_t = yes; then
34115
34116cat >>confdefs.h <<_ACEOF
34117#define HAVE_SSIZE_T 1
34118_ACEOF
34119
34120
34121fi
34122
34123
a848cd7e
SC
34124echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
34125echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
34126if test "${wx_cv_size_t_is_uint+set}" = set; then
34127 echo $ECHO_N "(cached) $ECHO_C" >&6
34128else
34129
34130 cat >conftest.$ac_ext <<_ACEOF
34131/* confdefs.h. */
34132_ACEOF
34133cat confdefs.h >>conftest.$ac_ext
34134cat >>conftest.$ac_ext <<_ACEOF
34135/* end confdefs.h. */
34136#include <stddef.h>
34137int
34138main ()
34139{
34140
34141 return 0; }
34142
34143 struct Foo { void foo(size_t); void foo(unsigned int); };
34144
34145 int bar() {
34146
34147 ;
34148 return 0;
34149}
34150_ACEOF
34151rm -f conftest.$ac_objext
34152if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 34153 (eval $ac_compile) 2>conftest.er1
a848cd7e 34154 ac_status=$?
ac1cb8d3
VS
34155 grep -v '^ *+' conftest.er1 >conftest.err
34156 rm -f conftest.er1
34157 cat conftest.err >&5
a848cd7e
SC
34158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34159 (exit $ac_status); } &&
6a5c9b3f
RR
34160 { ac_try='test -z "$ac_cxx_werror_flag"
34161 || test ! -s conftest.err'
ac1cb8d3
VS
34162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34163 (eval $ac_try) 2>&5
34164 ac_status=$?
34165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34166 (exit $ac_status); }; } &&
34167 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
34168 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34169 (eval $ac_try) 2>&5
34170 ac_status=$?
34171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34172 (exit $ac_status); }; }; then
34173 wx_cv_size_t_is_uint=no
34174else
34175 echo "$as_me: failed program was:" >&5
34176sed 's/^/| /' conftest.$ac_ext >&5
34177
34178wx_cv_size_t_is_uint=yes
34179
34180fi
ac1cb8d3 34181rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
34182
34183
34184fi
34185echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
34186echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
34187
34188if test "$wx_cv_size_t_is_uint" = "yes"; then
34189 cat >>confdefs.h <<\_ACEOF
34190#define wxSIZE_T_IS_UINT 1
34191_ACEOF
34192
34193else
34194 echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
34195echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
34196if test "${wx_cv_size_t_is_ulong+set}" = set; then
34197 echo $ECHO_N "(cached) $ECHO_C" >&6
34198else
34199 cat >conftest.$ac_ext <<_ACEOF
34200/* confdefs.h. */
34201_ACEOF
34202cat confdefs.h >>conftest.$ac_ext
34203cat >>conftest.$ac_ext <<_ACEOF
34204/* end confdefs.h. */
34205#include <stddef.h>
34206int
34207main ()
34208{
34209
34210 return 0; }
34211
34212 struct Foo { void foo(size_t); void foo(unsigned long); };
34213
34214 int bar() {
34215
34216 ;
34217 return 0;
34218}
34219_ACEOF
34220rm -f conftest.$ac_objext
34221if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 34222 (eval $ac_compile) 2>conftest.er1
a848cd7e 34223 ac_status=$?
ac1cb8d3
VS
34224 grep -v '^ *+' conftest.er1 >conftest.err
34225 rm -f conftest.er1
34226 cat conftest.err >&5
a848cd7e
SC
34227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34228 (exit $ac_status); } &&
6a5c9b3f
RR
34229 { ac_try='test -z "$ac_cxx_werror_flag"
34230 || test ! -s conftest.err'
ac1cb8d3
VS
34231 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34232 (eval $ac_try) 2>&5
34233 ac_status=$?
34234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34235 (exit $ac_status); }; } &&
34236 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
34237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34238 (eval $ac_try) 2>&5
34239 ac_status=$?
34240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34241 (exit $ac_status); }; }; then
34242 wx_cv_size_t_is_ulong=no
34243else
34244 echo "$as_me: failed program was:" >&5
34245sed 's/^/| /' conftest.$ac_ext >&5
34246
34247wx_cv_size_t_is_ulong=yes
34248
34249fi
ac1cb8d3 34250rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
34251
34252fi
34253echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
34254echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
34255
34256 if test "$wx_cv_size_t_is_ulong" = "yes"; then
34257 cat >>confdefs.h <<\_ACEOF
34258#define wxSIZE_T_IS_ULONG 1
34259_ACEOF
34260
34261 fi
34262fi
34263
a848cd7e
SC
34264
34265echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
34266echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
34267if test "${wx_cv_struct_pw_gecos+set}" = set; then
34268 echo $ECHO_N "(cached) $ECHO_C" >&6
34269else
34270
34271 cat >conftest.$ac_ext <<_ACEOF
34272/* confdefs.h. */
34273_ACEOF
34274cat confdefs.h >>conftest.$ac_ext
34275cat >>conftest.$ac_ext <<_ACEOF
34276/* end confdefs.h. */
34277#include <pwd.h>
34278int
34279main ()
34280{
34281
34282 char *p;
34283 struct passwd *pw;
34284 p = pw->pw_gecos;
34285
34286 ;
34287 return 0;
34288}
34289_ACEOF
34290rm -f conftest.$ac_objext
34291if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 34292 (eval $ac_compile) 2>conftest.er1
a848cd7e 34293 ac_status=$?
ac1cb8d3
VS
34294 grep -v '^ *+' conftest.er1 >conftest.err
34295 rm -f conftest.er1
34296 cat conftest.err >&5
a848cd7e
SC
34297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34298 (exit $ac_status); } &&
6a5c9b3f
RR
34299 { ac_try='test -z "$ac_cxx_werror_flag"
34300 || test ! -s conftest.err'
ac1cb8d3
VS
34301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34302 (eval $ac_try) 2>&5
34303 ac_status=$?
34304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34305 (exit $ac_status); }; } &&
34306 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
34307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34308 (eval $ac_try) 2>&5
34309 ac_status=$?
34310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34311 (exit $ac_status); }; }; then
34312
34313 wx_cv_struct_pw_gecos=yes
34314
34315else
34316 echo "$as_me: failed program was:" >&5
34317sed 's/^/| /' conftest.$ac_ext >&5
34318
34319
34320 wx_cv_struct_pw_gecos=no
34321
34322
34323fi
ac1cb8d3 34324rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
34325
34326
34327fi
34328echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
34329echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
34330
34331if test "$wx_cv_struct_pw_gecos" = "yes"; then
34332 cat >>confdefs.h <<\_ACEOF
34333#define HAVE_PW_GECOS 1
34334_ACEOF
34335
34336fi
34337
34338
47a7e797 34339if test "$wxUSE_WCHAR_T" = "yes"; then
a848cd7e
SC
34340 cat >>confdefs.h <<\_ACEOF
34341#define wxUSE_WCHAR_T 1
34342_ACEOF
34343
34344
34345 WCSLEN_FOUND=0
34346 WCHAR_LINK=
34347
34348for ac_func in wcslen
34349do
34350as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34351echo "$as_me:$LINENO: checking for $ac_func" >&5
34352echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34353if eval "test \"\${$as_ac_var+set}\" = set"; then
34354 echo $ECHO_N "(cached) $ECHO_C" >&6
34355else
34356 cat >conftest.$ac_ext <<_ACEOF
34357/* confdefs.h. */
34358_ACEOF
34359cat confdefs.h >>conftest.$ac_ext
34360cat >>conftest.$ac_ext <<_ACEOF
34361/* end confdefs.h. */
ac1cb8d3
VS
34362/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34363 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34364#define $ac_func innocuous_$ac_func
34365
a848cd7e
SC
34366/* System header to define __stub macros and hopefully few prototypes,
34367 which can conflict with char $ac_func (); below.
34368 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34369 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 34370
a848cd7e
SC
34371#ifdef __STDC__
34372# include <limits.h>
34373#else
34374# include <assert.h>
34375#endif
ac1cb8d3
VS
34376
34377#undef $ac_func
34378
a848cd7e
SC
34379/* Override any gcc2 internal prototype to avoid an error. */
34380#ifdef __cplusplus
34381extern "C"
34382{
34383#endif
34384/* We use char because int might match the return type of a gcc2
34385 builtin and then its argument prototype would still apply. */
34386char $ac_func ();
34387/* The GNU C library defines this for functions which it implements
34388 to always fail with ENOSYS. Some functions are actually named
34389 something starting with __ and the normal name is an alias. */
34390#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34391choke me
34392#else
34393char (*f) () = $ac_func;
34394#endif
34395#ifdef __cplusplus
34396}
34397#endif
34398
34399int
34400main ()
34401{
34402return f != $ac_func;
34403 ;
34404 return 0;
34405}
34406_ACEOF
34407rm -f conftest.$ac_objext conftest$ac_exeext
34408if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34409 (eval $ac_link) 2>conftest.er1
a848cd7e 34410 ac_status=$?
ac1cb8d3
VS
34411 grep -v '^ *+' conftest.er1 >conftest.err
34412 rm -f conftest.er1
34413 cat conftest.err >&5
a848cd7e
SC
34414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34415 (exit $ac_status); } &&
6a5c9b3f
RR
34416 { ac_try='test -z "$ac_cxx_werror_flag"
34417 || test ! -s conftest.err'
ac1cb8d3
VS
34418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34419 (eval $ac_try) 2>&5
34420 ac_status=$?
34421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34422 (exit $ac_status); }; } &&
34423 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34424 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34425 (eval $ac_try) 2>&5
34426 ac_status=$?
34427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34428 (exit $ac_status); }; }; then
34429 eval "$as_ac_var=yes"
34430else
34431 echo "$as_me: failed program was:" >&5
34432sed 's/^/| /' conftest.$ac_ext >&5
34433
34434eval "$as_ac_var=no"
34435fi
ac1cb8d3
VS
34436rm -f conftest.err conftest.$ac_objext \
34437 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34438fi
34439echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34440echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34441if test `eval echo '${'$as_ac_var'}'` = yes; then
34442 cat >>confdefs.h <<_ACEOF
34443#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34444_ACEOF
34445 WCSLEN_FOUND=1
34446fi
34447done
34448
34449
34450 if test "$WCSLEN_FOUND" = 0; then
34451 if test "$TOOLKIT" = "MSW"; then
34452 echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
34453echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
34454if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
34455 echo $ECHO_N "(cached) $ECHO_C" >&6
34456else
34457 ac_check_lib_save_LIBS=$LIBS
34458LIBS="-lmsvcrt $LIBS"
34459cat >conftest.$ac_ext <<_ACEOF
34460/* confdefs.h. */
34461_ACEOF
34462cat confdefs.h >>conftest.$ac_ext
34463cat >>conftest.$ac_ext <<_ACEOF
34464/* end confdefs.h. */
34465
34466/* Override any gcc2 internal prototype to avoid an error. */
34467#ifdef __cplusplus
34468extern "C"
34469#endif
34470/* We use char because int might match the return type of a gcc2
34471 builtin and then its argument prototype would still apply. */
34472char wcslen ();
34473int
34474main ()
34475{
34476wcslen ();
34477 ;
34478 return 0;
34479}
34480_ACEOF
34481rm -f conftest.$ac_objext conftest$ac_exeext
34482if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34483 (eval $ac_link) 2>conftest.er1
a848cd7e 34484 ac_status=$?
ac1cb8d3
VS
34485 grep -v '^ *+' conftest.er1 >conftest.err
34486 rm -f conftest.er1
34487 cat conftest.err >&5
a848cd7e
SC
34488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34489 (exit $ac_status); } &&
6a5c9b3f
RR
34490 { ac_try='test -z "$ac_cxx_werror_flag"
34491 || test ! -s conftest.err'
ac1cb8d3
VS
34492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34493 (eval $ac_try) 2>&5
34494 ac_status=$?
34495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34496 (exit $ac_status); }; } &&
34497 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34499 (eval $ac_try) 2>&5
34500 ac_status=$?
34501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34502 (exit $ac_status); }; }; then
34503 ac_cv_lib_msvcrt_wcslen=yes
34504else
34505 echo "$as_me: failed program was:" >&5
34506sed 's/^/| /' conftest.$ac_ext >&5
34507
34508ac_cv_lib_msvcrt_wcslen=no
34509fi
ac1cb8d3
VS
34510rm -f conftest.err conftest.$ac_objext \
34511 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34512LIBS=$ac_check_lib_save_LIBS
34513fi
34514echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
34515echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
34516if test $ac_cv_lib_msvcrt_wcslen = yes; then
34517 WCHAR_OK=1
34518fi
34519
34520 else
34521 echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
34522echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
34523if test "${ac_cv_lib_w_wcslen+set}" = set; then
34524 echo $ECHO_N "(cached) $ECHO_C" >&6
34525else
34526 ac_check_lib_save_LIBS=$LIBS
34527LIBS="-lw $LIBS"
34528cat >conftest.$ac_ext <<_ACEOF
34529/* confdefs.h. */
34530_ACEOF
34531cat confdefs.h >>conftest.$ac_ext
34532cat >>conftest.$ac_ext <<_ACEOF
34533/* end confdefs.h. */
34534
34535/* Override any gcc2 internal prototype to avoid an error. */
34536#ifdef __cplusplus
34537extern "C"
34538#endif
34539/* We use char because int might match the return type of a gcc2
34540 builtin and then its argument prototype would still apply. */
34541char wcslen ();
34542int
34543main ()
34544{
34545wcslen ();
34546 ;
34547 return 0;
34548}
34549_ACEOF
34550rm -f conftest.$ac_objext conftest$ac_exeext
34551if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34552 (eval $ac_link) 2>conftest.er1
a848cd7e 34553 ac_status=$?
ac1cb8d3
VS
34554 grep -v '^ *+' conftest.er1 >conftest.err
34555 rm -f conftest.er1
34556 cat conftest.err >&5
a848cd7e
SC
34557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34558 (exit $ac_status); } &&
6a5c9b3f
RR
34559 { ac_try='test -z "$ac_cxx_werror_flag"
34560 || test ! -s conftest.err'
ac1cb8d3
VS
34561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34562 (eval $ac_try) 2>&5
34563 ac_status=$?
34564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34565 (exit $ac_status); }; } &&
34566 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34568 (eval $ac_try) 2>&5
34569 ac_status=$?
34570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34571 (exit $ac_status); }; }; then
34572 ac_cv_lib_w_wcslen=yes
34573else
34574 echo "$as_me: failed program was:" >&5
34575sed 's/^/| /' conftest.$ac_ext >&5
34576
34577ac_cv_lib_w_wcslen=no
34578fi
ac1cb8d3
VS
34579rm -f conftest.err conftest.$ac_objext \
34580 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34581LIBS=$ac_check_lib_save_LIBS
34582fi
34583echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
34584echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
34585if test $ac_cv_lib_w_wcslen = yes; then
34586
34587 WCHAR_LINK=" -lw"
34588 WCSLEN_FOUND=1
34589
34590fi
34591
34592 fi
34593 fi
34594
34595 if test "$WCSLEN_FOUND" = 1; then
34596 cat >>confdefs.h <<\_ACEOF
34597#define HAVE_WCSLEN 1
34598_ACEOF
34599
34600 fi
34601
efdf6afe 34602 if test "$USE_HPUX" = 1 -a "$GCC" != "yes"; then
c92ad099 34603 CPPFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CPPFLAGS"
473276a9
VS
34604 fi
34605
efdf6afe
VZ
34606 echo "$as_me:$LINENO: checking for mbstate_t" >&5
34607echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6
34608if test "${ac_cv_type_mbstate_t+set}" = set; then
34609 echo $ECHO_N "(cached) $ECHO_C" >&6
34610else
34611 cat >conftest.$ac_ext <<_ACEOF
34612/* confdefs.h. */
34613_ACEOF
34614cat confdefs.h >>conftest.$ac_ext
34615cat >>conftest.$ac_ext <<_ACEOF
34616/* end confdefs.h. */
34617#include <wchar.h>
34618
34619int
34620main ()
34621{
34622if ((mbstate_t *) 0)
34623 return 0;
34624if (sizeof (mbstate_t))
34625 return 0;
34626 ;
34627 return 0;
34628}
34629_ACEOF
34630rm -f conftest.$ac_objext
34631if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34632 (eval $ac_compile) 2>conftest.er1
34633 ac_status=$?
34634 grep -v '^ *+' conftest.er1 >conftest.err
34635 rm -f conftest.er1
34636 cat conftest.err >&5
34637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34638 (exit $ac_status); } &&
6a5c9b3f
RR
34639 { ac_try='test -z "$ac_cxx_werror_flag"
34640 || test ! -s conftest.err'
efdf6afe
VZ
34641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34642 (eval $ac_try) 2>&5
34643 ac_status=$?
34644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34645 (exit $ac_status); }; } &&
34646 { ac_try='test -s conftest.$ac_objext'
34647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34648 (eval $ac_try) 2>&5
34649 ac_status=$?
34650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34651 (exit $ac_status); }; }; then
34652 ac_cv_type_mbstate_t=yes
34653else
34654 echo "$as_me: failed program was:" >&5
34655sed 's/^/| /' conftest.$ac_ext >&5
34656
34657ac_cv_type_mbstate_t=no
34658fi
34659rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34660fi
34661echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
34662echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6
34663if test $ac_cv_type_mbstate_t = yes; then
34664
34665cat >>confdefs.h <<_ACEOF
34666#define HAVE_MBSTATE_T 1
34667_ACEOF
34668
a848cd7e
SC
34669
34670for ac_func in wcsrtombs
34671do
34672as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34673echo "$as_me:$LINENO: checking for $ac_func" >&5
34674echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34675if eval "test \"\${$as_ac_var+set}\" = set"; then
34676 echo $ECHO_N "(cached) $ECHO_C" >&6
34677else
34678 cat >conftest.$ac_ext <<_ACEOF
34679/* confdefs.h. */
34680_ACEOF
34681cat confdefs.h >>conftest.$ac_ext
34682cat >>conftest.$ac_ext <<_ACEOF
34683/* end confdefs.h. */
ac1cb8d3
VS
34684/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34685 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34686#define $ac_func innocuous_$ac_func
34687
a848cd7e
SC
34688/* System header to define __stub macros and hopefully few prototypes,
34689 which can conflict with char $ac_func (); below.
34690 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34691 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 34692
a848cd7e
SC
34693#ifdef __STDC__
34694# include <limits.h>
34695#else
34696# include <assert.h>
34697#endif
ac1cb8d3
VS
34698
34699#undef $ac_func
34700
a848cd7e
SC
34701/* Override any gcc2 internal prototype to avoid an error. */
34702#ifdef __cplusplus
34703extern "C"
34704{
34705#endif
34706/* We use char because int might match the return type of a gcc2
34707 builtin and then its argument prototype would still apply. */
34708char $ac_func ();
34709/* The GNU C library defines this for functions which it implements
34710 to always fail with ENOSYS. Some functions are actually named
34711 something starting with __ and the normal name is an alias. */
34712#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34713choke me
34714#else
34715char (*f) () = $ac_func;
34716#endif
34717#ifdef __cplusplus
34718}
34719#endif
34720
34721int
34722main ()
34723{
34724return f != $ac_func;
34725 ;
34726 return 0;
34727}
34728_ACEOF
34729rm -f conftest.$ac_objext conftest$ac_exeext
34730if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34731 (eval $ac_link) 2>conftest.er1
a848cd7e 34732 ac_status=$?
ac1cb8d3
VS
34733 grep -v '^ *+' conftest.er1 >conftest.err
34734 rm -f conftest.er1
34735 cat conftest.err >&5
a848cd7e
SC
34736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34737 (exit $ac_status); } &&
6a5c9b3f
RR
34738 { ac_try='test -z "$ac_cxx_werror_flag"
34739 || test ! -s conftest.err'
ac1cb8d3
VS
34740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34741 (eval $ac_try) 2>&5
34742 ac_status=$?
34743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34744 (exit $ac_status); }; } &&
34745 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34747 (eval $ac_try) 2>&5
34748 ac_status=$?
34749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34750 (exit $ac_status); }; }; then
34751 eval "$as_ac_var=yes"
34752else
34753 echo "$as_me: failed program was:" >&5
34754sed 's/^/| /' conftest.$ac_ext >&5
34755
34756eval "$as_ac_var=no"
34757fi
ac1cb8d3
VS
34758rm -f conftest.err conftest.$ac_objext \
34759 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34760fi
34761echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34762echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34763if test `eval echo '${'$as_ac_var'}'` = yes; then
34764 cat >>confdefs.h <<_ACEOF
34765#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34766_ACEOF
34767
34768fi
34769done
34770
efdf6afe
VZ
34771fi
34772
a848cd7e
SC
34773else
34774 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
34775echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
34776fi
34777
a848cd7e 34778
4a767dd5
VZ
34779
34780for ac_func in snprintf vsnprintf
a848cd7e
SC
34781do
34782as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34783echo "$as_me:$LINENO: checking for $ac_func" >&5
34784echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34785if eval "test \"\${$as_ac_var+set}\" = set"; then
34786 echo $ECHO_N "(cached) $ECHO_C" >&6
34787else
34788 cat >conftest.$ac_ext <<_ACEOF
34789/* confdefs.h. */
34790_ACEOF
34791cat confdefs.h >>conftest.$ac_ext
34792cat >>conftest.$ac_ext <<_ACEOF
34793/* end confdefs.h. */
ac1cb8d3
VS
34794/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34795 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34796#define $ac_func innocuous_$ac_func
34797
a848cd7e
SC
34798/* System header to define __stub macros and hopefully few prototypes,
34799 which can conflict with char $ac_func (); below.
34800 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34801 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 34802
a848cd7e
SC
34803#ifdef __STDC__
34804# include <limits.h>
34805#else
34806# include <assert.h>
34807#endif
ac1cb8d3
VS
34808
34809#undef $ac_func
34810
a848cd7e
SC
34811/* Override any gcc2 internal prototype to avoid an error. */
34812#ifdef __cplusplus
34813extern "C"
34814{
34815#endif
34816/* We use char because int might match the return type of a gcc2
34817 builtin and then its argument prototype would still apply. */
34818char $ac_func ();
34819/* The GNU C library defines this for functions which it implements
34820 to always fail with ENOSYS. Some functions are actually named
34821 something starting with __ and the normal name is an alias. */
34822#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34823choke me
34824#else
34825char (*f) () = $ac_func;
34826#endif
34827#ifdef __cplusplus
34828}
34829#endif
34830
34831int
34832main ()
34833{
34834return f != $ac_func;
34835 ;
34836 return 0;
34837}
34838_ACEOF
34839rm -f conftest.$ac_objext conftest$ac_exeext
34840if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34841 (eval $ac_link) 2>conftest.er1
a848cd7e 34842 ac_status=$?
ac1cb8d3
VS
34843 grep -v '^ *+' conftest.er1 >conftest.err
34844 rm -f conftest.er1
34845 cat conftest.err >&5
a848cd7e
SC
34846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34847 (exit $ac_status); } &&
6a5c9b3f
RR
34848 { ac_try='test -z "$ac_cxx_werror_flag"
34849 || test ! -s conftest.err'
ac1cb8d3
VS
34850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34851 (eval $ac_try) 2>&5
34852 ac_status=$?
34853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34854 (exit $ac_status); }; } &&
34855 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34857 (eval $ac_try) 2>&5
34858 ac_status=$?
34859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34860 (exit $ac_status); }; }; then
34861 eval "$as_ac_var=yes"
34862else
34863 echo "$as_me: failed program was:" >&5
34864sed 's/^/| /' conftest.$ac_ext >&5
34865
34866eval "$as_ac_var=no"
34867fi
ac1cb8d3
VS
34868rm -f conftest.err conftest.$ac_objext \
34869 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34870fi
34871echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34872echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34873if test `eval echo '${'$as_ac_var'}'` = yes; then
34874 cat >>confdefs.h <<_ACEOF
34875#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34876_ACEOF
34877
34878fi
34879done
34880
34881
34882if test "$ac_cv_func_vsnprintf" = "yes"; then
34883 echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
34884echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
34885if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
34886 echo $ECHO_N "(cached) $ECHO_C" >&6
34887else
34888
efdf6afe 34889 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
34890/* confdefs.h. */
34891_ACEOF
34892cat confdefs.h >>conftest.$ac_ext
34893cat >>conftest.$ac_ext <<_ACEOF
34894/* end confdefs.h. */
34895
34896 #include <stdio.h>
34897 #include <stdarg.h>
efdf6afe
VZ
34898 #ifdef __MSL__
34899 #if __MSL__ >= 0x6000
34900 namespace std {}
34901 using namespace std;
34902 #endif
34903 #endif
a848cd7e
SC
34904
34905int
34906main ()
34907{
34908
34909 char *buf;
34910 va_list ap;
62fa8b3a 34911 vsnprintf(buf, 10u, "%s", ap);
c122b164
DE
34912
34913 ;
34914 return 0;
34915}
34916_ACEOF
34917rm -f conftest.$ac_objext
34918if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34919 (eval $ac_compile) 2>conftest.er1
34920 ac_status=$?
34921 grep -v '^ *+' conftest.er1 >conftest.err
34922 rm -f conftest.er1
34923 cat conftest.err >&5
34924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34925 (exit $ac_status); } &&
6a5c9b3f
RR
34926 { ac_try='test -z "$ac_cxx_werror_flag"
34927 || test ! -s conftest.err'
c122b164
DE
34928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34929 (eval $ac_try) 2>&5
34930 ac_status=$?
34931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34932 (exit $ac_status); }; } &&
34933 { ac_try='test -s conftest.$ac_objext'
34934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34935 (eval $ac_try) 2>&5
34936 ac_status=$?
34937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34938 (exit $ac_status); }; }; then
34939 wx_cv_func_vsnprintf_decl=yes
34940else
34941 echo "$as_me: failed program was:" >&5
34942sed 's/^/| /' conftest.$ac_ext >&5
34943
a848cd7e
SC
34944wx_cv_func_vsnprintf_decl=no
34945
34946fi
ac1cb8d3 34947rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
34948
34949
34950fi
34951echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
34952echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
34953
34954 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
34955 cat >>confdefs.h <<\_ACEOF
34956#define HAVE_VSNPRINTF_DECL 1
34957_ACEOF
34958
62fa8b3a
MW
34959
34960 echo "$as_me:$LINENO: checking if vsnprintf declaration is broken" >&5
34961echo $ECHO_N "checking if vsnprintf declaration is broken... $ECHO_C" >&6
34962if test "${wx_cv_func_broken_vsnprintf_decl+set}" = set; then
34963 echo $ECHO_N "(cached) $ECHO_C" >&6
34964else
34965
34966 cat >conftest.$ac_ext <<_ACEOF
34967/* confdefs.h. */
34968_ACEOF
34969cat confdefs.h >>conftest.$ac_ext
34970cat >>conftest.$ac_ext <<_ACEOF
34971/* end confdefs.h. */
34972
34973 #include <stdio.h>
34974 #include <stdarg.h>
34975 #ifdef __MSL__
34976 #if __MSL__ >= 0x6000
34977 namespace std {}
34978 using namespace std;
34979 #endif
34980 #endif
34981
34982int
34983main ()
34984{
34985
34986 char *buf;
34987 va_list ap;
34988 const char *fmt = "%s";
34989 vsnprintf(buf, 10u, fmt, ap);
34990
34991 ;
34992 return 0;
34993}
34994_ACEOF
34995rm -f conftest.$ac_objext
34996if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34997 (eval $ac_compile) 2>conftest.er1
34998 ac_status=$?
34999 grep -v '^ *+' conftest.er1 >conftest.err
35000 rm -f conftest.er1
35001 cat conftest.err >&5
35002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35003 (exit $ac_status); } &&
6a5c9b3f
RR
35004 { ac_try='test -z "$ac_cxx_werror_flag"
35005 || test ! -s conftest.err'
62fa8b3a
MW
35006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35007 (eval $ac_try) 2>&5
35008 ac_status=$?
35009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35010 (exit $ac_status); }; } &&
35011 { ac_try='test -s conftest.$ac_objext'
35012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35013 (eval $ac_try) 2>&5
35014 ac_status=$?
35015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35016 (exit $ac_status); }; }; then
35017 wx_cv_func_broken_vsnprintf_decl=no
35018else
35019 echo "$as_me: failed program was:" >&5
35020sed 's/^/| /' conftest.$ac_ext >&5
35021
35022wx_cv_func_broken_vsnprintf_decl=yes
35023
35024fi
35025rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
35026
35027
35028fi
35029echo "$as_me:$LINENO: result: $wx_cv_func_broken_vsnprintf_decl" >&5
35030echo "${ECHO_T}$wx_cv_func_broken_vsnprintf_decl" >&6
35031
35032 if test "$wx_cv_func_broken_vsnprintf_decl" = "yes"; then
35033 cat >>confdefs.h <<\_ACEOF
35034#define HAVE_BROKEN_VSNPRINTF_DECL 1
35035_ACEOF
35036
35037 fi
a848cd7e
SC
35038 fi
35039fi
35040
4a767dd5
VZ
35041if test "$ac_cv_func_snprintf" = "yes"; then
35042 echo "$as_me:$LINENO: checking for snprintf declaration" >&5
35043echo $ECHO_N "checking for snprintf declaration... $ECHO_C" >&6
35044if test "${wx_cv_func_snprintf_decl+set}" = set; then
35045 echo $ECHO_N "(cached) $ECHO_C" >&6
35046else
35047
35048 cat >conftest.$ac_ext <<_ACEOF
35049/* confdefs.h. */
35050_ACEOF
35051cat confdefs.h >>conftest.$ac_ext
35052cat >>conftest.$ac_ext <<_ACEOF
35053/* end confdefs.h. */
35054
35055 #include <stdio.h>
35056 #include <stdarg.h>
35057 #ifdef __MSL__
35058 #if __MSL__ >= 0x6000
35059 namespace std {}
35060 using namespace std;
35061 #endif
35062 #endif
35063
35064int
35065main ()
35066{
35067
35068 char *buf;
62fa8b3a 35069 snprintf(buf, 10u, "%s", "wx");
4a767dd5
VZ
35070
35071 ;
35072 return 0;
35073}
35074_ACEOF
35075rm -f conftest.$ac_objext
35076if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35077 (eval $ac_compile) 2>conftest.er1
35078 ac_status=$?
35079 grep -v '^ *+' conftest.er1 >conftest.err
35080 rm -f conftest.er1
35081 cat conftest.err >&5
35082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35083 (exit $ac_status); } &&
6a5c9b3f
RR
35084 { ac_try='test -z "$ac_cxx_werror_flag"
35085 || test ! -s conftest.err'
4a767dd5
VZ
35086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35087 (eval $ac_try) 2>&5
35088 ac_status=$?
35089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35090 (exit $ac_status); }; } &&
35091 { ac_try='test -s conftest.$ac_objext'
35092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35093 (eval $ac_try) 2>&5
35094 ac_status=$?
35095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35096 (exit $ac_status); }; }; then
35097 wx_cv_func_snprintf_decl=yes
35098else
35099 echo "$as_me: failed program was:" >&5
35100sed 's/^/| /' conftest.$ac_ext >&5
35101
35102wx_cv_func_snprintf_decl=no
35103
35104fi
35105rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
35106
35107
35108fi
35109echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_decl" >&5
35110echo "${ECHO_T}$wx_cv_func_snprintf_decl" >&6
35111
35112 if test "$wx_cv_func_snprintf_decl" = "yes"; then
35113 cat >>confdefs.h <<\_ACEOF
35114#define HAVE_SNPRINTF_DECL 1
35115_ACEOF
35116
62fa8b3a
MW
35117
35118 echo "$as_me:$LINENO: checking if snprintf declaration is broken" >&5
35119echo $ECHO_N "checking if snprintf declaration is broken... $ECHO_C" >&6
35120if test "${wx_cv_func_broken_snprintf_decl+set}" = set; then
35121 echo $ECHO_N "(cached) $ECHO_C" >&6
35122else
35123
35124 cat >conftest.$ac_ext <<_ACEOF
35125/* confdefs.h. */
35126_ACEOF
35127cat confdefs.h >>conftest.$ac_ext
35128cat >>conftest.$ac_ext <<_ACEOF
35129/* end confdefs.h. */
35130
35131 #include <stdio.h>
35132 #include <stdarg.h>
35133 #ifdef __MSL__
35134 #if __MSL__ >= 0x6000
35135 namespace std {}
35136 using namespace std;
35137 #endif
35138 #endif
35139
35140int
35141main ()
35142{
35143
35144 char *buf;
35145 const char *fmt = "%s";
35146 snprintf(buf, 10u, fmt, "wx");
35147
35148 ;
35149 return 0;
35150}
35151_ACEOF
35152rm -f conftest.$ac_objext
35153if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35154 (eval $ac_compile) 2>conftest.er1
35155 ac_status=$?
35156 grep -v '^ *+' conftest.er1 >conftest.err
35157 rm -f conftest.er1
35158 cat conftest.err >&5
35159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35160 (exit $ac_status); } &&
6a5c9b3f
RR
35161 { ac_try='test -z "$ac_cxx_werror_flag"
35162 || test ! -s conftest.err'
62fa8b3a
MW
35163 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35164 (eval $ac_try) 2>&5
35165 ac_status=$?
35166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35167 (exit $ac_status); }; } &&
35168 { ac_try='test -s conftest.$ac_objext'
35169 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35170 (eval $ac_try) 2>&5
35171 ac_status=$?
35172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35173 (exit $ac_status); }; }; then
35174 wx_cv_func_broken_snprintf_decl=no
35175else
35176 echo "$as_me: failed program was:" >&5
35177sed 's/^/| /' conftest.$ac_ext >&5
35178
35179wx_cv_func_broken_snprintf_decl=yes
35180
35181fi
35182rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
35183
35184
35185fi
35186echo "$as_me:$LINENO: result: $wx_cv_func_broken_snprintf_decl" >&5
35187echo "${ECHO_T}$wx_cv_func_broken_snprintf_decl" >&6
35188
35189 if test "$wx_cv_func_broken_snprintf_decl" = "yes"; then
35190 cat >>confdefs.h <<\_ACEOF
35191#define HAVE_BROKEN_SNPRINTF_DECL 1
8b6682b9
JS
35192_ACEOF
35193
35194 fi
35195 fi
35196
35197 if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
35198
35199 echo "$as_me:$LINENO: checking if snprintf supports positional arguments" >&5
35200echo $ECHO_N "checking if snprintf supports positional arguments... $ECHO_C" >&6
35201if test "${wx_cv_func_snprintf_pos_params+set}" = set; then
35202 echo $ECHO_N "(cached) $ECHO_C" >&6
35203else
35204
35205 if test "$cross_compiling" = yes; then
5039a2df
VZ
35206
35207 { echo "$as_me:$LINENO: WARNING: Assuming Unix98 printf() is not available,
35208define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&5
35209echo "$as_me: WARNING: Assuming Unix98 printf() is not available,
35210define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&2;}
35211 wx_cv_func_snprintf_pos_params=no
35212
35213
8b6682b9
JS
35214else
35215 cat >conftest.$ac_ext <<_ACEOF
35216/* confdefs.h. */
35217_ACEOF
35218cat confdefs.h >>conftest.$ac_ext
35219cat >>conftest.$ac_ext <<_ACEOF
35220/* end confdefs.h. */
35221
35222 #include <stdio.h>
35223
35224 int main (void)
35225 {
35226 char buffer[128];
35227 snprintf (buffer, 128, "%2\$d %3\$d %1\$d", 1, 2, 3);
35228 if (strcmp ("2 3 1", buffer) == 0)
35229 exit (0);
35230 exit (1);
35231 }
35232
35233_ACEOF
35234rm -f conftest$ac_exeext
35235if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35236 (eval $ac_link) 2>&5
35237 ac_status=$?
35238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35239 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
35240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35241 (eval $ac_try) 2>&5
35242 ac_status=$?
35243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35244 (exit $ac_status); }; }; then
35245 wx_cv_func_snprintf_pos_params=no
35246else
35247 echo "$as_me: program exited with status $ac_status" >&5
35248echo "$as_me: failed program was:" >&5
35249sed 's/^/| /' conftest.$ac_ext >&5
35250
35251( exit $ac_status )
35252wx_cv_func_snprintf_pos_params=yes
8b6682b9
JS
35253fi
35254rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
35255fi
35256
35257
35258fi
35259echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_pos_params" >&5
35260echo "${ECHO_T}$wx_cv_func_snprintf_pos_params" >&6
35261
35262 if test "$wx_cv_func_snprintf_pos_params" = "yes"; then
35263 cat >>confdefs.h <<\_ACEOF
35264#define HAVE_UNIX98_PRINTF 1
62fa8b3a
MW
35265_ACEOF
35266
35267 fi
4a767dd5
VZ
35268 fi
35269fi
35270
a848cd7e
SC
35271if test "$wxUSE_UNICODE" = yes; then
35272
35273
6a5c9b3f
RR
35274for ac_func in swprintf
35275do
35276as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35277echo "$as_me:$LINENO: checking for $ac_func" >&5
35278echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35279if eval "test \"\${$as_ac_var+set}\" = set"; then
35280 echo $ECHO_N "(cached) $ECHO_C" >&6
35281else
35282 cat >conftest.$ac_ext <<_ACEOF
35283/* confdefs.h. */
35284_ACEOF
35285cat confdefs.h >>conftest.$ac_ext
35286cat >>conftest.$ac_ext <<_ACEOF
35287/* end confdefs.h. */
35288/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35289 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35290#define $ac_func innocuous_$ac_func
35291
35292/* System header to define __stub macros and hopefully few prototypes,
35293 which can conflict with char $ac_func (); below.
35294 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35295 <limits.h> exists even on freestanding compilers. */
35296
35297#ifdef __STDC__
35298# include <limits.h>
35299#else
35300# include <assert.h>
35301#endif
35302
35303#undef $ac_func
35304
35305/* Override any gcc2 internal prototype to avoid an error. */
35306#ifdef __cplusplus
35307extern "C"
35308{
35309#endif
35310/* We use char because int might match the return type of a gcc2
35311 builtin and then its argument prototype would still apply. */
35312char $ac_func ();
35313/* The GNU C library defines this for functions which it implements
35314 to always fail with ENOSYS. Some functions are actually named
35315 something starting with __ and the normal name is an alias. */
35316#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35317choke me
35318#else
35319char (*f) () = $ac_func;
35320#endif
35321#ifdef __cplusplus
35322}
35323#endif
35324
35325int
35326main ()
35327{
35328return f != $ac_func;
35329 ;
35330 return 0;
35331}
35332_ACEOF
35333rm -f conftest.$ac_objext conftest$ac_exeext
35334if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35335 (eval $ac_link) 2>conftest.er1
35336 ac_status=$?
35337 grep -v '^ *+' conftest.er1 >conftest.err
35338 rm -f conftest.er1
35339 cat conftest.err >&5
35340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35341 (exit $ac_status); } &&
35342 { ac_try='test -z "$ac_cxx_werror_flag"
35343 || test ! -s conftest.err'
35344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35345 (eval $ac_try) 2>&5
35346 ac_status=$?
35347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35348 (exit $ac_status); }; } &&
35349 { ac_try='test -s conftest$ac_exeext'
35350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35351 (eval $ac_try) 2>&5
35352 ac_status=$?
35353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35354 (exit $ac_status); }; }; then
35355 eval "$as_ac_var=yes"
35356else
35357 echo "$as_me: failed program was:" >&5
35358sed 's/^/| /' conftest.$ac_ext >&5
35359
35360eval "$as_ac_var=no"
35361fi
35362rm -f conftest.err conftest.$ac_objext \
35363 conftest$ac_exeext conftest.$ac_ext
35364fi
35365echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35366echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35367if test `eval echo '${'$as_ac_var'}'` = yes; then
35368 cat >>confdefs.h <<_ACEOF
35369#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35370_ACEOF
35371
35372fi
35373done
35374
35375
35376 if test "$ac_cv_func_swprintf" = "yes"; then
35377 echo "$as_me:$LINENO: checking if swprintf declaration is broken" >&5
35378echo $ECHO_N "checking if swprintf declaration is broken... $ECHO_C" >&6
35379if test "${wx_cv_func_broken_swprintf_decl+set}" = set; then
35380 echo $ECHO_N "(cached) $ECHO_C" >&6
35381else
35382
35383 cat >conftest.$ac_ext <<_ACEOF
35384/* confdefs.h. */
35385_ACEOF
35386cat confdefs.h >>conftest.$ac_ext
35387cat >>conftest.$ac_ext <<_ACEOF
35388/* end confdefs.h. */
35389
35390 #include <stdio.h>
35391 #include <stdarg.h>
35392 #include <wchar.h>
35393
35394int
35395main ()
35396{
35397
35398 wchar_t *buf;
35399 const wchar_t *fmt = L"test";
35400 swprintf(buf, 10u, fmt);
35401
35402 ;
35403 return 0;
35404}
35405_ACEOF
35406rm -f conftest.$ac_objext
35407if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35408 (eval $ac_compile) 2>conftest.er1
35409 ac_status=$?
35410 grep -v '^ *+' conftest.er1 >conftest.err
35411 rm -f conftest.er1
35412 cat conftest.err >&5
35413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35414 (exit $ac_status); } &&
35415 { ac_try='test -z "$ac_cxx_werror_flag"
35416 || test ! -s conftest.err'
35417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35418 (eval $ac_try) 2>&5
35419 ac_status=$?
35420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35421 (exit $ac_status); }; } &&
35422 { ac_try='test -s conftest.$ac_objext'
35423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35424 (eval $ac_try) 2>&5
35425 ac_status=$?
35426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35427 (exit $ac_status); }; }; then
35428 wx_cv_func_broken_swprintf_decl=no
35429else
35430 echo "$as_me: failed program was:" >&5
35431sed 's/^/| /' conftest.$ac_ext >&5
35432
35433wx_cv_func_broken_swprintf_decl=yes
35434
35435fi
35436rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
35437
35438
35439fi
35440echo "$as_me:$LINENO: result: $wx_cv_func_broken_swprintf_decl" >&5
35441echo "${ECHO_T}$wx_cv_func_broken_swprintf_decl" >&6
35442
35443 if test "$wx_cv_func_broken_swprintf_decl" = "yes"; then
35444 cat >>confdefs.h <<\_ACEOF
35445#define HAVE_BROKEN_SWPRINTF_DECL 1
35446_ACEOF
35447
35448 fi
35449 fi
35450
35451
35452
a848cd7e 35453
fbe47c7b
VS
35454
35455
35456
35457for ac_func in wputc wputchar putws fputws wprintf vswprintf
a848cd7e
SC
35458do
35459as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35460echo "$as_me:$LINENO: checking for $ac_func" >&5
35461echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35462if eval "test \"\${$as_ac_var+set}\" = set"; then
35463 echo $ECHO_N "(cached) $ECHO_C" >&6
35464else
35465 cat >conftest.$ac_ext <<_ACEOF
35466/* confdefs.h. */
35467_ACEOF
35468cat confdefs.h >>conftest.$ac_ext
35469cat >>conftest.$ac_ext <<_ACEOF
35470/* end confdefs.h. */
ac1cb8d3
VS
35471/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35472 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35473#define $ac_func innocuous_$ac_func
35474
a848cd7e
SC
35475/* System header to define __stub macros and hopefully few prototypes,
35476 which can conflict with char $ac_func (); below.
35477 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35478 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 35479
a848cd7e
SC
35480#ifdef __STDC__
35481# include <limits.h>
35482#else
35483# include <assert.h>
35484#endif
ac1cb8d3
VS
35485
35486#undef $ac_func
35487
a848cd7e
SC
35488/* Override any gcc2 internal prototype to avoid an error. */
35489#ifdef __cplusplus
35490extern "C"
35491{
35492#endif
35493/* We use char because int might match the return type of a gcc2
35494 builtin and then its argument prototype would still apply. */
35495char $ac_func ();
35496/* The GNU C library defines this for functions which it implements
35497 to always fail with ENOSYS. Some functions are actually named
35498 something starting with __ and the normal name is an alias. */
35499#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35500choke me
35501#else
35502char (*f) () = $ac_func;
35503#endif
35504#ifdef __cplusplus
35505}
35506#endif
35507
35508int
35509main ()
35510{
35511return f != $ac_func;
35512 ;
35513 return 0;
35514}
35515_ACEOF
35516rm -f conftest.$ac_objext conftest$ac_exeext
35517if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35518 (eval $ac_link) 2>conftest.er1
a848cd7e 35519 ac_status=$?
ac1cb8d3
VS
35520 grep -v '^ *+' conftest.er1 >conftest.err
35521 rm -f conftest.er1
35522 cat conftest.err >&5
a848cd7e
SC
35523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35524 (exit $ac_status); } &&
6a5c9b3f
RR
35525 { ac_try='test -z "$ac_cxx_werror_flag"
35526 || test ! -s conftest.err'
ac1cb8d3
VS
35527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35528 (eval $ac_try) 2>&5
35529 ac_status=$?
35530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35531 (exit $ac_status); }; } &&
35532 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35534 (eval $ac_try) 2>&5
35535 ac_status=$?
35536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35537 (exit $ac_status); }; }; then
35538 eval "$as_ac_var=yes"
35539else
35540 echo "$as_me: failed program was:" >&5
35541sed 's/^/| /' conftest.$ac_ext >&5
35542
35543eval "$as_ac_var=no"
35544fi
ac1cb8d3
VS
35545rm -f conftest.err conftest.$ac_objext \
35546 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35547fi
35548echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35549echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35550if test `eval echo '${'$as_ac_var'}'` = yes; then
35551 cat >>confdefs.h <<_ACEOF
35552#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35553_ACEOF
35554
35555fi
35556done
35557
35558
35559 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
35560echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
35561 cat >conftest.$ac_ext <<_ACEOF
35562/* confdefs.h. */
35563_ACEOF
35564cat confdefs.h >>conftest.$ac_ext
35565cat >>conftest.$ac_ext <<_ACEOF
35566/* end confdefs.h. */
35567#include <wchar.h>
35568int
35569main ()
35570{
35571&_vsnwprintf;
35572 ;
35573 return 0;
35574}
35575_ACEOF
35576rm -f conftest.$ac_objext
35577if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 35578 (eval $ac_compile) 2>conftest.er1
a848cd7e 35579 ac_status=$?
ac1cb8d3
VS
35580 grep -v '^ *+' conftest.er1 >conftest.err
35581 rm -f conftest.er1
35582 cat conftest.err >&5
a848cd7e
SC
35583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35584 (exit $ac_status); } &&
6a5c9b3f
RR
35585 { ac_try='test -z "$ac_cxx_werror_flag"
35586 || test ! -s conftest.err'
ac1cb8d3
VS
35587 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35588 (eval $ac_try) 2>&5
35589 ac_status=$?
35590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35591 (exit $ac_status); }; } &&
35592 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
35593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35594 (eval $ac_try) 2>&5
35595 ac_status=$?
35596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35597 (exit $ac_status); }; }; then
35598 echo "$as_me:$LINENO: result: yes" >&5
35599echo "${ECHO_T}yes" >&6
35600 cat >>confdefs.h <<\_ACEOF
35601#define HAVE__VSNWPRINTF 1
35602_ACEOF
35603
35604else
35605 echo "$as_me: failed program was:" >&5
35606sed 's/^/| /' conftest.$ac_ext >&5
35607
35608echo "$as_me:$LINENO: result: no" >&5
35609echo "${ECHO_T}no" >&6
35610fi
ac1cb8d3 35611rm -f conftest.err conftest.$ac_objext conftest.$ac_ext;
a848cd7e
SC
35612fi
35613
6ebeb4c7
VZ
35614if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
35615
35616for ac_func in fnmatch
35617do
35618as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35619echo "$as_me:$LINENO: checking for $ac_func" >&5
35620echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35621if eval "test \"\${$as_ac_var+set}\" = set"; then
35622 echo $ECHO_N "(cached) $ECHO_C" >&6
35623else
35624 cat >conftest.$ac_ext <<_ACEOF
35625/* confdefs.h. */
35626_ACEOF
35627cat confdefs.h >>conftest.$ac_ext
35628cat >>conftest.$ac_ext <<_ACEOF
35629/* end confdefs.h. */
35630/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35631 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35632#define $ac_func innocuous_$ac_func
35633
35634/* System header to define __stub macros and hopefully few prototypes,
35635 which can conflict with char $ac_func (); below.
35636 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35637 <limits.h> exists even on freestanding compilers. */
35638
35639#ifdef __STDC__
35640# include <limits.h>
35641#else
35642# include <assert.h>
35643#endif
35644
35645#undef $ac_func
35646
35647/* Override any gcc2 internal prototype to avoid an error. */
35648#ifdef __cplusplus
35649extern "C"
35650{
35651#endif
35652/* We use char because int might match the return type of a gcc2
35653 builtin and then its argument prototype would still apply. */
35654char $ac_func ();
35655/* The GNU C library defines this for functions which it implements
35656 to always fail with ENOSYS. Some functions are actually named
35657 something starting with __ and the normal name is an alias. */
35658#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35659choke me
35660#else
35661char (*f) () = $ac_func;
35662#endif
35663#ifdef __cplusplus
35664}
35665#endif
35666
35667int
35668main ()
35669{
35670return f != $ac_func;
35671 ;
35672 return 0;
35673}
35674_ACEOF
35675rm -f conftest.$ac_objext conftest$ac_exeext
35676if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35677 (eval $ac_link) 2>conftest.er1
35678 ac_status=$?
35679 grep -v '^ *+' conftest.er1 >conftest.err
35680 rm -f conftest.er1
35681 cat conftest.err >&5
35682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35683 (exit $ac_status); } &&
6a5c9b3f
RR
35684 { ac_try='test -z "$ac_cxx_werror_flag"
35685 || test ! -s conftest.err'
6ebeb4c7
VZ
35686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35687 (eval $ac_try) 2>&5
35688 ac_status=$?
35689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35690 (exit $ac_status); }; } &&
35691 { ac_try='test -s conftest$ac_exeext'
35692 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35693 (eval $ac_try) 2>&5
35694 ac_status=$?
35695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35696 (exit $ac_status); }; }; then
35697 eval "$as_ac_var=yes"
35698else
35699 echo "$as_me: failed program was:" >&5
35700sed 's/^/| /' conftest.$ac_ext >&5
35701
35702eval "$as_ac_var=no"
35703fi
35704rm -f conftest.err conftest.$ac_objext \
35705 conftest$ac_exeext conftest.$ac_ext
35706fi
35707echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35708echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35709if test `eval echo '${'$as_ac_var'}'` = yes; then
35710 cat >>confdefs.h <<_ACEOF
35711#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35712_ACEOF
35713
35714fi
35715done
35716
35717fi
35718
35719if test "$wxUSE_FILE" = "yes"; then
35720
35721for ac_func in fsync
35722do
35723as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35724echo "$as_me:$LINENO: checking for $ac_func" >&5
35725echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35726if eval "test \"\${$as_ac_var+set}\" = set"; then
35727 echo $ECHO_N "(cached) $ECHO_C" >&6
35728else
35729 cat >conftest.$ac_ext <<_ACEOF
35730/* confdefs.h. */
35731_ACEOF
35732cat confdefs.h >>conftest.$ac_ext
35733cat >>conftest.$ac_ext <<_ACEOF
35734/* end confdefs.h. */
35735/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35736 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35737#define $ac_func innocuous_$ac_func
35738
35739/* System header to define __stub macros and hopefully few prototypes,
35740 which can conflict with char $ac_func (); below.
35741 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35742 <limits.h> exists even on freestanding compilers. */
35743
35744#ifdef __STDC__
35745# include <limits.h>
35746#else
35747# include <assert.h>
35748#endif
35749
35750#undef $ac_func
35751
35752/* Override any gcc2 internal prototype to avoid an error. */
35753#ifdef __cplusplus
35754extern "C"
35755{
35756#endif
35757/* We use char because int might match the return type of a gcc2
35758 builtin and then its argument prototype would still apply. */
35759char $ac_func ();
35760/* The GNU C library defines this for functions which it implements
35761 to always fail with ENOSYS. Some functions are actually named
35762 something starting with __ and the normal name is an alias. */
35763#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35764choke me
35765#else
35766char (*f) () = $ac_func;
35767#endif
35768#ifdef __cplusplus
35769}
35770#endif
35771
35772int
35773main ()
35774{
35775return f != $ac_func;
35776 ;
35777 return 0;
35778}
35779_ACEOF
35780rm -f conftest.$ac_objext conftest$ac_exeext
35781if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35782 (eval $ac_link) 2>conftest.er1
35783 ac_status=$?
35784 grep -v '^ *+' conftest.er1 >conftest.err
35785 rm -f conftest.er1
35786 cat conftest.err >&5
35787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35788 (exit $ac_status); } &&
6a5c9b3f
RR
35789 { ac_try='test -z "$ac_cxx_werror_flag"
35790 || test ! -s conftest.err'
6ebeb4c7
VZ
35791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35792 (eval $ac_try) 2>&5
35793 ac_status=$?
35794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35795 (exit $ac_status); }; } &&
35796 { ac_try='test -s conftest$ac_exeext'
35797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35798 (eval $ac_try) 2>&5
35799 ac_status=$?
35800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35801 (exit $ac_status); }; }; then
35802 eval "$as_ac_var=yes"
35803else
35804 echo "$as_me: failed program was:" >&5
35805sed 's/^/| /' conftest.$ac_ext >&5
35806
35807eval "$as_ac_var=no"
35808fi
35809rm -f conftest.err conftest.$ac_objext \
35810 conftest$ac_exeext conftest.$ac_ext
35811fi
35812echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35813echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35814if test `eval echo '${'$as_ac_var'}'` = yes; then
35815 cat >>confdefs.h <<_ACEOF
35816#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35817_ACEOF
35818
35819fi
35820done
35821
35822fi
a848cd7e
SC
35823
35824
c2e9ada4
VZ
35825for ac_func in round
35826do
35827as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35828echo "$as_me:$LINENO: checking for $ac_func" >&5
35829echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35830if eval "test \"\${$as_ac_var+set}\" = set"; then
35831 echo $ECHO_N "(cached) $ECHO_C" >&6
35832else
35833 cat >conftest.$ac_ext <<_ACEOF
35834/* confdefs.h. */
35835_ACEOF
35836cat confdefs.h >>conftest.$ac_ext
35837cat >>conftest.$ac_ext <<_ACEOF
35838/* end confdefs.h. */
35839/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35840 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35841#define $ac_func innocuous_$ac_func
35842
35843/* System header to define __stub macros and hopefully few prototypes,
35844 which can conflict with char $ac_func (); below.
35845 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35846 <limits.h> exists even on freestanding compilers. */
35847
35848#ifdef __STDC__
35849# include <limits.h>
35850#else
35851# include <assert.h>
35852#endif
35853
35854#undef $ac_func
35855
35856/* Override any gcc2 internal prototype to avoid an error. */
35857#ifdef __cplusplus
35858extern "C"
35859{
35860#endif
35861/* We use char because int might match the return type of a gcc2
35862 builtin and then its argument prototype would still apply. */
35863char $ac_func ();
35864/* The GNU C library defines this for functions which it implements
35865 to always fail with ENOSYS. Some functions are actually named
35866 something starting with __ and the normal name is an alias. */
35867#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35868choke me
35869#else
35870char (*f) () = $ac_func;
35871#endif
35872#ifdef __cplusplus
35873}
35874#endif
35875
35876int
35877main ()
35878{
35879return f != $ac_func;
35880 ;
35881 return 0;
35882}
35883_ACEOF
35884rm -f conftest.$ac_objext conftest$ac_exeext
35885if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35886 (eval $ac_link) 2>conftest.er1
35887 ac_status=$?
35888 grep -v '^ *+' conftest.er1 >conftest.err
35889 rm -f conftest.er1
35890 cat conftest.err >&5
35891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35892 (exit $ac_status); } &&
6a5c9b3f
RR
35893 { ac_try='test -z "$ac_cxx_werror_flag"
35894 || test ! -s conftest.err'
c2e9ada4
VZ
35895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35896 (eval $ac_try) 2>&5
35897 ac_status=$?
35898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35899 (exit $ac_status); }; } &&
35900 { ac_try='test -s conftest$ac_exeext'
35901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35902 (eval $ac_try) 2>&5
35903 ac_status=$?
35904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35905 (exit $ac_status); }; }; then
35906 eval "$as_ac_var=yes"
35907else
35908 echo "$as_me: failed program was:" >&5
35909sed 's/^/| /' conftest.$ac_ext >&5
35910
35911eval "$as_ac_var=no"
35912fi
35913rm -f conftest.err conftest.$ac_objext \
35914 conftest$ac_exeext conftest.$ac_ext
35915fi
35916echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35917echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35918if test `eval echo '${'$as_ac_var'}'` = yes; then
35919 cat >>confdefs.h <<_ACEOF
35920#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35921_ACEOF
35922
35923fi
35924done
35925
35926if test "$ac_cv_func_round" = yes; then
35927 echo "$as_me:$LINENO: checking whether round is declared" >&5
35928echo $ECHO_N "checking whether round is declared... $ECHO_C" >&6
35929if test "${ac_cv_have_decl_round+set}" = set; then
35930 echo $ECHO_N "(cached) $ECHO_C" >&6
35931else
35932 cat >conftest.$ac_ext <<_ACEOF
35933/* confdefs.h. */
35934_ACEOF
35935cat confdefs.h >>conftest.$ac_ext
35936cat >>conftest.$ac_ext <<_ACEOF
35937/* end confdefs.h. */
35938#include <math.h>
35939
35940int
35941main ()
35942{
35943#ifndef round
35944 char *p = (char *) round;
35945#endif
35946
35947 ;
35948 return 0;
35949}
35950_ACEOF
35951rm -f conftest.$ac_objext
35952if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35953 (eval $ac_compile) 2>conftest.er1
35954 ac_status=$?
35955 grep -v '^ *+' conftest.er1 >conftest.err
35956 rm -f conftest.er1
35957 cat conftest.err >&5
35958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35959 (exit $ac_status); } &&
6a5c9b3f
RR
35960 { ac_try='test -z "$ac_cxx_werror_flag"
35961 || test ! -s conftest.err'
c2e9ada4
VZ
35962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35963 (eval $ac_try) 2>&5
35964 ac_status=$?
35965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35966 (exit $ac_status); }; } &&
35967 { ac_try='test -s conftest.$ac_objext'
35968 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35969 (eval $ac_try) 2>&5
35970 ac_status=$?
35971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35972 (exit $ac_status); }; }; then
35973 ac_cv_have_decl_round=yes
35974else
35975 echo "$as_me: failed program was:" >&5
35976sed 's/^/| /' conftest.$ac_ext >&5
35977
35978ac_cv_have_decl_round=no
35979fi
35980rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
35981fi
35982echo "$as_me:$LINENO: result: $ac_cv_have_decl_round" >&5
35983echo "${ECHO_T}$ac_cv_have_decl_round" >&6
35984if test $ac_cv_have_decl_round = yes; then
35985
35986cat >>confdefs.h <<_ACEOF
35987#define HAVE_DECL_ROUND 1
35988_ACEOF
35989
35990
35991else
35992 cat >>confdefs.h <<_ACEOF
35993#define HAVE_DECL_ROUND 0
35994_ACEOF
35995
35996
35997fi
35998
35999
36000fi
36001
36002
a848cd7e
SC
36003if test "$TOOLKIT" != "MSW"; then
36004
36005
a848cd7e
SC
36006
36007
36008
36009# Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
36010if test "${with_libiconv_prefix+set}" = set; then
36011 withval="$with_libiconv_prefix"
36012
36013 for dir in `echo "$withval" | tr : ' '`; do
36014 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
36015 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
36016 done
36017
36018fi;
36019
36020 echo "$as_me:$LINENO: checking for iconv" >&5
36021echo $ECHO_N "checking for iconv... $ECHO_C" >&6
36022if test "${am_cv_func_iconv+set}" = set; then
36023 echo $ECHO_N "(cached) $ECHO_C" >&6
36024else
36025
36026 am_cv_func_iconv="no, consider installing GNU libiconv"
36027 am_cv_lib_iconv=no
36028 cat >conftest.$ac_ext <<_ACEOF
36029/* confdefs.h. */
36030_ACEOF
36031cat confdefs.h >>conftest.$ac_ext
36032cat >>conftest.$ac_ext <<_ACEOF
36033/* end confdefs.h. */
36034#include <stdlib.h>
36035#include <iconv.h>
36036int
36037main ()
36038{
36039iconv_t cd = iconv_open("","");
36040 iconv(cd,NULL,NULL,NULL,NULL);
36041 iconv_close(cd);
36042 ;
36043 return 0;
36044}
36045_ACEOF
36046rm -f conftest.$ac_objext conftest$ac_exeext
36047if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 36048 (eval $ac_link) 2>conftest.er1
a848cd7e 36049 ac_status=$?
ac1cb8d3
VS
36050 grep -v '^ *+' conftest.er1 >conftest.err
36051 rm -f conftest.er1
36052 cat conftest.err >&5
a848cd7e
SC
36053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36054 (exit $ac_status); } &&
6a5c9b3f
RR
36055 { ac_try='test -z "$ac_cxx_werror_flag"
36056 || test ! -s conftest.err'
ac1cb8d3
VS
36057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36058 (eval $ac_try) 2>&5
36059 ac_status=$?
36060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36061 (exit $ac_status); }; } &&
36062 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
36063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36064 (eval $ac_try) 2>&5
36065 ac_status=$?
36066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36067 (exit $ac_status); }; }; then
36068 am_cv_func_iconv=yes
36069else
36070 echo "$as_me: failed program was:" >&5
36071sed 's/^/| /' conftest.$ac_ext >&5
36072
36073fi
ac1cb8d3
VS
36074rm -f conftest.err conftest.$ac_objext \
36075 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
36076 if test "$am_cv_func_iconv" != yes; then
36077 am_save_LIBS="$LIBS"
36078 LIBS="$LIBS -liconv"
36079 cat >conftest.$ac_ext <<_ACEOF
36080/* confdefs.h. */
36081_ACEOF
36082cat confdefs.h >>conftest.$ac_ext
36083cat >>conftest.$ac_ext <<_ACEOF
36084/* end confdefs.h. */
36085#include <stdlib.h>
36086#include <iconv.h>
36087int
36088main ()
36089{
36090iconv_t cd = iconv_open("","");
36091 iconv(cd,NULL,NULL,NULL,NULL);
36092 iconv_close(cd);
36093 ;
36094 return 0;
36095}
36096_ACEOF
36097rm -f conftest.$ac_objext conftest$ac_exeext
36098if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 36099 (eval $ac_link) 2>conftest.er1
a848cd7e 36100 ac_status=$?
ac1cb8d3
VS
36101 grep -v '^ *+' conftest.er1 >conftest.err
36102 rm -f conftest.er1
36103 cat conftest.err >&5
a848cd7e
SC
36104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36105 (exit $ac_status); } &&
6a5c9b3f
RR
36106 { ac_try='test -z "$ac_cxx_werror_flag"
36107 || test ! -s conftest.err'
ac1cb8d3
VS
36108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36109 (eval $ac_try) 2>&5
36110 ac_status=$?
36111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36112 (exit $ac_status); }; } &&
36113 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
36114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36115 (eval $ac_try) 2>&5
36116 ac_status=$?
36117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36118 (exit $ac_status); }; }; then
36119 am_cv_lib_iconv=yes
36120 am_cv_func_iconv=yes
36121else
36122 echo "$as_me: failed program was:" >&5
36123sed 's/^/| /' conftest.$ac_ext >&5
36124
36125fi
ac1cb8d3
VS
36126rm -f conftest.err conftest.$ac_objext \
36127 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
36128 LIBS="$am_save_LIBS"
36129 fi
36130
36131fi
36132echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
36133echo "${ECHO_T}$am_cv_func_iconv" >&6
36134 if test "$am_cv_func_iconv" = yes; then
36135
36136cat >>confdefs.h <<\_ACEOF
36137#define HAVE_ICONV 1
36138_ACEOF
36139
36140 echo "$as_me:$LINENO: checking if iconv needs const" >&5
36141echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
36142if test "${wx_cv_func_iconv_const+set}" = set; then
36143 echo $ECHO_N "(cached) $ECHO_C" >&6
36144else
36145 cat >conftest.$ac_ext <<_ACEOF
36146/* confdefs.h. */
36147_ACEOF
36148cat confdefs.h >>conftest.$ac_ext
36149cat >>conftest.$ac_ext <<_ACEOF
36150/* end confdefs.h. */
36151
36152#include <stdlib.h>
36153#include <iconv.h>
36154extern
36155#ifdef __cplusplus
36156"C"
36157#endif
36158#if defined(__STDC__) || defined(__cplusplus)
36159size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
36160#else
36161size_t iconv();
36162#endif
36163
36164int
36165main ()
36166{
36167
36168 ;
36169 return 0;
36170}
36171_ACEOF
36172rm -f conftest.$ac_objext
36173if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 36174 (eval $ac_compile) 2>conftest.er1
a848cd7e 36175 ac_status=$?
ac1cb8d3
VS
36176 grep -v '^ *+' conftest.er1 >conftest.err
36177 rm -f conftest.er1
36178 cat conftest.err >&5
a848cd7e
SC
36179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36180 (exit $ac_status); } &&
6a5c9b3f
RR
36181 { ac_try='test -z "$ac_cxx_werror_flag"
36182 || test ! -s conftest.err'
ac1cb8d3
VS
36183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36184 (eval $ac_try) 2>&5
36185 ac_status=$?
36186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36187 (exit $ac_status); }; } &&
36188 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
36189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36190 (eval $ac_try) 2>&5
36191 ac_status=$?
36192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36193 (exit $ac_status); }; }; then
36194 wx_cv_func_iconv_const="no"
36195else
36196 echo "$as_me: failed program was:" >&5
36197sed 's/^/| /' conftest.$ac_ext >&5
36198
36199wx_cv_func_iconv_const="yes"
36200
36201fi
ac1cb8d3 36202rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
36203
36204fi
36205echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
36206echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
36207
36208 iconv_const=
36209 if test "x$wx_cv_func_iconv_const" = "xyes"; then
36210 iconv_const="const"
36211 fi
36212
36213
36214cat >>confdefs.h <<_ACEOF
36215#define ICONV_CONST $iconv_const
36216_ACEOF
36217
36218 fi
36219 LIBICONV=
36220 if test "$am_cv_lib_iconv" = yes; then
36221 LIBICONV="-liconv"
36222 fi
36223
36224
36225LIBS="$LIBICONV $LIBS"
a848cd7e
SC
36226
36227if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
36228
36229for ac_func in sigaction
36230do
36231as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36232echo "$as_me:$LINENO: checking for $ac_func" >&5
36233echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36234if eval "test \"\${$as_ac_var+set}\" = set"; then
36235 echo $ECHO_N "(cached) $ECHO_C" >&6
36236else
36237 cat >conftest.$ac_ext <<_ACEOF
36238/* confdefs.h. */
36239_ACEOF
36240cat confdefs.h >>conftest.$ac_ext
36241cat >>conftest.$ac_ext <<_ACEOF
36242/* end confdefs.h. */
ac1cb8d3
VS
36243/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36244 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36245#define $ac_func innocuous_$ac_func
36246
a848cd7e
SC
36247/* System header to define __stub macros and hopefully few prototypes,
36248 which can conflict with char $ac_func (); below.
36249 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36250 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 36251
a848cd7e
SC
36252#ifdef __STDC__
36253# include <limits.h>
36254#else
36255# include <assert.h>
36256#endif
ac1cb8d3
VS
36257
36258#undef $ac_func
36259
a848cd7e
SC
36260/* Override any gcc2 internal prototype to avoid an error. */
36261#ifdef __cplusplus
36262extern "C"
36263{
36264#endif
36265/* We use char because int might match the return type of a gcc2
36266 builtin and then its argument prototype would still apply. */
36267char $ac_func ();
36268/* The GNU C library defines this for functions which it implements
36269 to always fail with ENOSYS. Some functions are actually named
36270 something starting with __ and the normal name is an alias. */
36271#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36272choke me
36273#else
36274char (*f) () = $ac_func;
36275#endif
36276#ifdef __cplusplus
36277}
36278#endif
36279
36280int
36281main ()
36282{
36283return f != $ac_func;
36284 ;
36285 return 0;
36286}
36287_ACEOF
36288rm -f conftest.$ac_objext conftest$ac_exeext
36289if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 36290 (eval $ac_link) 2>conftest.er1
a848cd7e 36291 ac_status=$?
ac1cb8d3
VS
36292 grep -v '^ *+' conftest.er1 >conftest.err
36293 rm -f conftest.er1
36294 cat conftest.err >&5
a848cd7e
SC
36295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36296 (exit $ac_status); } &&
6a5c9b3f
RR
36297 { ac_try='test -z "$ac_cxx_werror_flag"
36298 || test ! -s conftest.err'
ac1cb8d3
VS
36299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36300 (eval $ac_try) 2>&5
36301 ac_status=$?
36302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36303 (exit $ac_status); }; } &&
36304 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
36305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36306 (eval $ac_try) 2>&5
36307 ac_status=$?
36308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36309 (exit $ac_status); }; }; then
36310 eval "$as_ac_var=yes"
36311else
36312 echo "$as_me: failed program was:" >&5
36313sed 's/^/| /' conftest.$ac_ext >&5
36314
36315eval "$as_ac_var=no"
36316fi
ac1cb8d3
VS
36317rm -f conftest.err conftest.$ac_objext \
36318 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
36319fi
36320echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36321echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36322if test `eval echo '${'$as_ac_var'}'` = yes; then
36323 cat >>confdefs.h <<_ACEOF
36324#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36325_ACEOF
36326
36327fi
36328done
36329
36330
36331 if test "$ac_cv_func_sigaction" = "no"; then
36332 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
36333echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
36334 wxUSE_ON_FATAL_EXCEPTION=no
36335 fi
36336
36337 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
a848cd7e
SC
36338 echo "$as_me:$LINENO: checking for sa_handler type" >&5
36339echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
36340if test "${wx_cv_type_sa_handler+set}" = set; then
36341 echo $ECHO_N "(cached) $ECHO_C" >&6
36342else
36343
36344 cat >conftest.$ac_ext <<_ACEOF
36345/* confdefs.h. */
36346_ACEOF
36347cat confdefs.h >>conftest.$ac_ext
36348cat >>conftest.$ac_ext <<_ACEOF
36349/* end confdefs.h. */
36350#include <signal.h>
36351int
36352main ()
36353{
36354
36355 extern void testSigHandler(int);
36356
36357 struct sigaction sa;
36358 sa.sa_handler = testSigHandler;
36359
36360 ;
36361 return 0;
36362}
36363_ACEOF
36364rm -f conftest.$ac_objext
36365if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 36366 (eval $ac_compile) 2>conftest.er1
a848cd7e 36367 ac_status=$?
ac1cb8d3
VS
36368 grep -v '^ *+' conftest.er1 >conftest.err
36369 rm -f conftest.er1
36370 cat conftest.err >&5
a848cd7e
SC
36371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36372 (exit $ac_status); } &&
6a5c9b3f
RR
36373 { ac_try='test -z "$ac_cxx_werror_flag"
36374 || test ! -s conftest.err'
ac1cb8d3
VS
36375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36376 (eval $ac_try) 2>&5
36377 ac_status=$?
36378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36379 (exit $ac_status); }; } &&
36380 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
36381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36382 (eval $ac_try) 2>&5
36383 ac_status=$?
36384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36385 (exit $ac_status); }; }; then
36386
36387 wx_cv_type_sa_handler=int
36388
36389else
36390 echo "$as_me: failed program was:" >&5
36391sed 's/^/| /' conftest.$ac_ext >&5
36392
36393
36394 wx_cv_type_sa_handler=void
36395
36396fi
ac1cb8d3 36397rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
36398
36399fi
36400echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
36401echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
36402
a848cd7e
SC
36403 cat >>confdefs.h <<_ACEOF
36404#define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
36405_ACEOF
36406
36407 fi
36408fi
36409
eaff0f0d 36410if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
eaff0f0d
VZ
36411 echo "$as_me:$LINENO: checking for backtrace() in <execinfo.h>" >&5
36412echo $ECHO_N "checking for backtrace() in <execinfo.h>... $ECHO_C" >&6
36413if test "${wx_cv_func_backtrace+set}" = set; then
36414 echo $ECHO_N "(cached) $ECHO_C" >&6
36415else
36416
36417 cat >conftest.$ac_ext <<_ACEOF
36418/* confdefs.h. */
36419_ACEOF
36420cat confdefs.h >>conftest.$ac_ext
36421cat >>conftest.$ac_ext <<_ACEOF
36422/* end confdefs.h. */
36423#include <execinfo.h>
36424int
36425main ()
36426{
36427
36428 void *trace[1];
36429 char **messages;
36430
36431 backtrace(trace, 1);
36432 messages = backtrace_symbols(trace, 1);
36433
36434 ;
36435 return 0;
36436}
36437_ACEOF
36438rm -f conftest.$ac_objext
36439if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36440 (eval $ac_compile) 2>conftest.er1
36441 ac_status=$?
36442 grep -v '^ *+' conftest.er1 >conftest.err
36443 rm -f conftest.er1
36444 cat conftest.err >&5
36445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36446 (exit $ac_status); } &&
6a5c9b3f
RR
36447 { ac_try='test -z "$ac_cxx_werror_flag"
36448 || test ! -s conftest.err'
eaff0f0d
VZ
36449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36450 (eval $ac_try) 2>&5
36451 ac_status=$?
36452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36453 (exit $ac_status); }; } &&
36454 { ac_try='test -s conftest.$ac_objext'
36455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36456 (eval $ac_try) 2>&5
36457 ac_status=$?
36458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36459 (exit $ac_status); }; }; then
36460 wx_cv_func_backtrace=yes
36461else
36462 echo "$as_me: failed program was:" >&5
36463sed 's/^/| /' conftest.$ac_ext >&5
36464
36465wx_cv_func_backtrace=no
36466
36467fi
36468rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
36469
36470
36471fi
36472echo "$as_me:$LINENO: result: $wx_cv_func_backtrace" >&5
36473echo "${ECHO_T}$wx_cv_func_backtrace" >&6
36474
36475
36476 if test "$wx_cv_func_backtrace" = "no"; then
36477 { echo "$as_me:$LINENO: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
36478echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
36479 wxUSE_STACKWALKER=no
36480 else
36481 echo "$as_me:$LINENO: checking for __cxa_demangle() in <cxxabi.h>" >&5
36482echo $ECHO_N "checking for __cxa_demangle() in <cxxabi.h>... $ECHO_C" >&6
36483if test "${wx_cv_func_cxa_demangle+set}" = set; then
36484 echo $ECHO_N "(cached) $ECHO_C" >&6
36485else
36486
36487 cat >conftest.$ac_ext <<_ACEOF
36488/* confdefs.h. */
36489_ACEOF
36490cat confdefs.h >>conftest.$ac_ext
36491cat >>conftest.$ac_ext <<_ACEOF
36492/* end confdefs.h. */
36493#include <cxxabi.h>
36494int
36495main ()
36496{
36497
36498 int rc;
36499 __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
36500
36501 ;
36502 return 0;
36503}
36504_ACEOF
dfe0c803
JS
36505rm -f conftest.$ac_objext conftest$ac_exeext
36506if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36507 (eval $ac_link) 2>conftest.er1
eaff0f0d
VZ
36508 ac_status=$?
36509 grep -v '^ *+' conftest.er1 >conftest.err
36510 rm -f conftest.er1
36511 cat conftest.err >&5
36512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36513 (exit $ac_status); } &&
6a5c9b3f
RR
36514 { ac_try='test -z "$ac_cxx_werror_flag"
36515 || test ! -s conftest.err'
eaff0f0d
VZ
36516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36517 (eval $ac_try) 2>&5
36518 ac_status=$?
36519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36520 (exit $ac_status); }; } &&
dfe0c803 36521 { ac_try='test -s conftest$ac_exeext'
eaff0f0d
VZ
36522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36523 (eval $ac_try) 2>&5
36524 ac_status=$?
36525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36526 (exit $ac_status); }; }; then
36527 wx_cv_func_cxa_demangle=yes
36528else
36529 echo "$as_me: failed program was:" >&5
36530sed 's/^/| /' conftest.$ac_ext >&5
36531
36532wx_cv_func_cxa_demangle=no
36533
36534fi
dfe0c803
JS
36535rm -f conftest.err conftest.$ac_objext \
36536 conftest$ac_exeext conftest.$ac_ext
eaff0f0d
VZ
36537
36538
36539fi
36540echo "$as_me:$LINENO: result: $wx_cv_func_cxa_demangle" >&5
36541echo "${ECHO_T}$wx_cv_func_cxa_demangle" >&6
36542
36543 if test "$wx_cv_func_cxa_demangle" = "yes"; then
36544 cat >>confdefs.h <<\_ACEOF
36545#define HAVE_CXA_DEMANGLE 1
36546_ACEOF
36547
36548 fi
36549 fi
eaff0f0d
VZ
36550fi
36551
898beab1
DE
36552if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != "1" -a "$USE_UNIX" != "1"; then
36553 { echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
36554echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
36555 wxUSE_STACKWALKER=no
36556fi
36557
36558
a848cd7e
SC
36559
36560
36561for ac_func in mkstemp mktemp
36562do
36563as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36564echo "$as_me:$LINENO: checking for $ac_func" >&5
36565echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36566if eval "test \"\${$as_ac_var+set}\" = set"; then
36567 echo $ECHO_N "(cached) $ECHO_C" >&6
36568else
36569 cat >conftest.$ac_ext <<_ACEOF
36570/* confdefs.h. */
36571_ACEOF
36572cat confdefs.h >>conftest.$ac_ext
36573cat >>conftest.$ac_ext <<_ACEOF
36574/* end confdefs.h. */
ac1cb8d3
VS
36575/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36576 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36577#define $ac_func innocuous_$ac_func
36578
a848cd7e
SC
36579/* System header to define __stub macros and hopefully few prototypes,
36580 which can conflict with char $ac_func (); below.
36581 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36582 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 36583
a848cd7e
SC
36584#ifdef __STDC__
36585# include <limits.h>
36586#else
36587# include <assert.h>
36588#endif
ac1cb8d3
VS
36589
36590#undef $ac_func
36591
a848cd7e
SC
36592/* Override any gcc2 internal prototype to avoid an error. */
36593#ifdef __cplusplus
36594extern "C"
36595{
36596#endif
36597/* We use char because int might match the return type of a gcc2
36598 builtin and then its argument prototype would still apply. */
36599char $ac_func ();
36600/* The GNU C library defines this for functions which it implements
36601 to always fail with ENOSYS. Some functions are actually named
36602 something starting with __ and the normal name is an alias. */
36603#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36604choke me
36605#else
36606char (*f) () = $ac_func;
36607#endif
36608#ifdef __cplusplus
36609}
36610#endif
36611
36612int
36613main ()
36614{
36615return f != $ac_func;
36616 ;
36617 return 0;
36618}
36619_ACEOF
36620rm -f conftest.$ac_objext conftest$ac_exeext
36621if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 36622 (eval $ac_link) 2>conftest.er1
a848cd7e 36623 ac_status=$?
ac1cb8d3
VS
36624 grep -v '^ *+' conftest.er1 >conftest.err
36625 rm -f conftest.er1
36626 cat conftest.err >&5
a848cd7e
SC
36627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36628 (exit $ac_status); } &&
6a5c9b3f
RR
36629 { ac_try='test -z "$ac_cxx_werror_flag"
36630 || test ! -s conftest.err'
ac1cb8d3
VS
36631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36632 (eval $ac_try) 2>&5
36633 ac_status=$?
36634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36635 (exit $ac_status); }; } &&
36636 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
36637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36638 (eval $ac_try) 2>&5
36639 ac_status=$?
36640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36641 (exit $ac_status); }; }; then
36642 eval "$as_ac_var=yes"
36643else
36644 echo "$as_me: failed program was:" >&5
36645sed 's/^/| /' conftest.$ac_ext >&5
36646
36647eval "$as_ac_var=no"
36648fi
ac1cb8d3
VS
36649rm -f conftest.err conftest.$ac_objext \
36650 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
36651fi
36652echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36653echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36654if test `eval echo '${'$as_ac_var'}'` = yes; then
36655 cat >>confdefs.h <<_ACEOF
36656#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36657_ACEOF
36658 break
36659fi
36660done
36661
36662
36663echo "$as_me:$LINENO: checking for statfs" >&5
36664echo $ECHO_N "checking for statfs... $ECHO_C" >&6
36665if test "${wx_cv_func_statfs+set}" = set; then
36666 echo $ECHO_N "(cached) $ECHO_C" >&6
36667else
36668 cat >conftest.$ac_ext <<_ACEOF
36669/* confdefs.h. */
36670_ACEOF
36671cat confdefs.h >>conftest.$ac_ext
36672cat >>conftest.$ac_ext <<_ACEOF
36673/* end confdefs.h. */
36674
36675 #if defined(__BSD__)
84ae7ca4
VZ
36676 #include <sys/param.h>
36677 #include <sys/mount.h>
a848cd7e 36678 #else
84ae7ca4 36679 #include <sys/vfs.h>
a848cd7e
SC
36680 #endif
36681
36682int
36683main ()
36684{
36685
36686 long l;
36687 struct statfs fs;
36688 statfs("/", &fs);
36689 l = fs.f_bsize;
36690 l += fs.f_blocks;
36691 l += fs.f_bavail;
36692
36693 ;
36694 return 0;
36695}
36696_ACEOF
36697rm -f conftest.$ac_objext
36698if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 36699 (eval $ac_compile) 2>conftest.er1
a848cd7e 36700 ac_status=$?
ac1cb8d3
VS
36701 grep -v '^ *+' conftest.er1 >conftest.err
36702 rm -f conftest.er1
36703 cat conftest.err >&5
a848cd7e
SC
36704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36705 (exit $ac_status); } &&
6a5c9b3f
RR
36706 { ac_try='test -z "$ac_cxx_werror_flag"
36707 || test ! -s conftest.err'
ac1cb8d3
VS
36708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36709 (eval $ac_try) 2>&5
36710 ac_status=$?
36711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36712 (exit $ac_status); }; } &&
36713 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
36714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36715 (eval $ac_try) 2>&5
36716 ac_status=$?
36717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36718 (exit $ac_status); }; }; then
84ae7ca4 36719 wx_cv_func_statfs=yes
a848cd7e
SC
36720else
36721 echo "$as_me: failed program was:" >&5
36722sed 's/^/| /' conftest.$ac_ext >&5
36723
84ae7ca4 36724wx_cv_func_statfs=no
a848cd7e
SC
36725
36726fi
ac1cb8d3 36727rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
36728
36729fi
36730echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
36731echo "${ECHO_T}$wx_cv_func_statfs" >&6
36732
36733if test "$wx_cv_func_statfs" = "yes"; then
5d7b7554 36734 echo "$as_me:$LINENO: checking for statfs declaration" >&5
84ae7ca4
VZ
36735echo $ECHO_N "checking for statfs declaration... $ECHO_C" >&6
36736if test "${wx_cv_func_statfs_decl+set}" = set; then
36737 echo $ECHO_N "(cached) $ECHO_C" >&6
36738else
0683aca6
VZ
36739 cat >conftest.$ac_ext <<_ACEOF
36740/* confdefs.h. */
36741_ACEOF
36742cat confdefs.h >>conftest.$ac_ext
36743cat >>conftest.$ac_ext <<_ACEOF
36744/* end confdefs.h. */
84ae7ca4 36745
0683aca6
VZ
36746 #if defined(__BSD__)
36747 #include <sys/param.h>
36748 #include <sys/mount.h>
36749 #else
36750 #include <sys/vfs.h>
36751 #endif
36752
36753int
36754main ()
36755{
36756
36757 struct statfs fs;
36758 statfs("", &fs);
36759
36760 ;
36761 return 0;
36762}
36763_ACEOF
36764rm -f conftest.$ac_objext
36765if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36766 (eval $ac_compile) 2>conftest.er1
36767 ac_status=$?
36768 grep -v '^ *+' conftest.er1 >conftest.err
36769 rm -f conftest.er1
36770 cat conftest.err >&5
36771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36772 (exit $ac_status); } &&
6a5c9b3f
RR
36773 { ac_try='test -z "$ac_cxx_werror_flag"
36774 || test ! -s conftest.err'
0683aca6
VZ
36775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36776 (eval $ac_try) 2>&5
36777 ac_status=$?
36778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36779 (exit $ac_status); }; } &&
36780 { ac_try='test -s conftest.$ac_objext'
36781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36782 (eval $ac_try) 2>&5
36783 ac_status=$?
36784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36785 (exit $ac_status); }; }; then
36786 wx_cv_func_statfs_decl=yes
36787else
36788 echo "$as_me: failed program was:" >&5
36789sed 's/^/| /' conftest.$ac_ext >&5
36790
36791wx_cv_func_statfs_decl=no
36792
36793fi
36794rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
84ae7ca4
VZ
36795
36796fi
36797echo "$as_me:$LINENO: result: $wx_cv_func_statfs_decl" >&5
36798echo "${ECHO_T}$wx_cv_func_statfs_decl" >&6
84ae7ca4
VZ
36799
36800 if test "$wx_cv_func_statfs_decl" = "yes"; then
36801 cat >>confdefs.h <<\_ACEOF
36802#define HAVE_STATFS_DECL 1
36803_ACEOF
36804
36805 fi
36806
a848cd7e
SC
36807 wx_cv_type_statvfs_t="struct statfs"
36808 cat >>confdefs.h <<\_ACEOF
36809#define HAVE_STATFS 1
36810_ACEOF
36811
36812else
36813 echo "$as_me:$LINENO: checking for statvfs" >&5
36814echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
36815if test "${wx_cv_func_statvfs+set}" = set; then
36816 echo $ECHO_N "(cached) $ECHO_C" >&6
36817else
36818 cat >conftest.$ac_ext <<_ACEOF
36819/* confdefs.h. */
36820_ACEOF
36821cat confdefs.h >>conftest.$ac_ext
36822cat >>conftest.$ac_ext <<_ACEOF
36823/* end confdefs.h. */
36824
36825 #include <stddef.h>
36826 #include <sys/statvfs.h>
36827
36828int
36829main ()
36830{
36831
36832 statvfs("/", NULL);
36833
36834 ;
36835 return 0;
36836}
36837_ACEOF
36838rm -f conftest.$ac_objext
36839if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 36840 (eval $ac_compile) 2>conftest.er1
a848cd7e 36841 ac_status=$?
ac1cb8d3
VS
36842 grep -v '^ *+' conftest.er1 >conftest.err
36843 rm -f conftest.er1
36844 cat conftest.err >&5
a848cd7e
SC
36845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36846 (exit $ac_status); } &&
6a5c9b3f
RR
36847 { ac_try='test -z "$ac_cxx_werror_flag"
36848 || test ! -s conftest.err'
ac1cb8d3
VS
36849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36850 (eval $ac_try) 2>&5
36851 ac_status=$?
36852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36853 (exit $ac_status); }; } &&
36854 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
36855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36856 (eval $ac_try) 2>&5
36857 ac_status=$?
36858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36859 (exit $ac_status); }; }; then
36860 wx_cv_func_statvfs=yes
36861else
36862 echo "$as_me: failed program was:" >&5
36863sed 's/^/| /' conftest.$ac_ext >&5
36864
36865wx_cv_func_statvfs=no
36866
36867fi
ac1cb8d3 36868rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
36869
36870fi
36871echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
36872echo "${ECHO_T}$wx_cv_func_statvfs" >&6
36873
36874 if test "$wx_cv_func_statvfs" = "yes"; then
5d7b7554 36875 echo "$as_me:$LINENO: checking for statvfs argument type" >&5
a848cd7e
SC
36876echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
36877if test "${wx_cv_type_statvfs_t+set}" = set; then
36878 echo $ECHO_N "(cached) $ECHO_C" >&6
36879else
36880 cat >conftest.$ac_ext <<_ACEOF
36881/* confdefs.h. */
36882_ACEOF
36883cat confdefs.h >>conftest.$ac_ext
36884cat >>conftest.$ac_ext <<_ACEOF
36885/* end confdefs.h. */
36886
36887 #include <sys/statvfs.h>
36888
36889int
36890main ()
36891{
36892
36893 long l;
36894 statvfs_t fs;
36895 statvfs("/", &fs);
36896 l = fs.f_bsize;
36897 l += fs.f_blocks;
36898 l += fs.f_bavail;
36899
36900 ;
36901 return 0;
36902}
36903_ACEOF
36904rm -f conftest.$ac_objext
36905if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 36906 (eval $ac_compile) 2>conftest.er1
a848cd7e 36907 ac_status=$?
ac1cb8d3
VS
36908 grep -v '^ *+' conftest.er1 >conftest.err
36909 rm -f conftest.er1
36910 cat conftest.err >&5
a848cd7e
SC
36911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36912 (exit $ac_status); } &&
6a5c9b3f
RR
36913 { ac_try='test -z "$ac_cxx_werror_flag"
36914 || test ! -s conftest.err'
ac1cb8d3
VS
36915 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36916 (eval $ac_try) 2>&5
36917 ac_status=$?
36918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36919 (exit $ac_status); }; } &&
36920 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
36921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36922 (eval $ac_try) 2>&5
36923 ac_status=$?
36924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36925 (exit $ac_status); }; }; then
36926 wx_cv_type_statvfs_t=statvfs_t
36927else
36928 echo "$as_me: failed program was:" >&5
36929sed 's/^/| /' conftest.$ac_ext >&5
36930
36931
36932 cat >conftest.$ac_ext <<_ACEOF
36933/* confdefs.h. */
36934_ACEOF
36935cat confdefs.h >>conftest.$ac_ext
36936cat >>conftest.$ac_ext <<_ACEOF
36937/* end confdefs.h. */
36938
36939 #include <sys/statvfs.h>
36940
36941int
36942main ()
36943{
36944
36945 long l;
36946 struct statvfs fs;
36947 statvfs("/", &fs);
36948 l = fs.f_bsize;
36949 l += fs.f_blocks;
36950 l += fs.f_bavail;
36951
36952 ;
36953 return 0;
36954}
36955_ACEOF
36956rm -f conftest.$ac_objext
36957if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 36958 (eval $ac_compile) 2>conftest.er1
a848cd7e 36959 ac_status=$?
ac1cb8d3
VS
36960 grep -v '^ *+' conftest.er1 >conftest.err
36961 rm -f conftest.er1
36962 cat conftest.err >&5
a848cd7e
SC
36963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36964 (exit $ac_status); } &&
6a5c9b3f
RR
36965 { ac_try='test -z "$ac_cxx_werror_flag"
36966 || test ! -s conftest.err'
ac1cb8d3
VS
36967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36968 (eval $ac_try) 2>&5
36969 ac_status=$?
36970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36971 (exit $ac_status); }; } &&
36972 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
36973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36974 (eval $ac_try) 2>&5
36975 ac_status=$?
36976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36977 (exit $ac_status); }; }; then
36978 wx_cv_type_statvfs_t="struct statvfs"
36979else
36980 echo "$as_me: failed program was:" >&5
36981sed 's/^/| /' conftest.$ac_ext >&5
36982
36983wx_cv_type_statvfs_t="unknown"
36984
36985fi
ac1cb8d3 36986rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
36987
36988
36989fi
ac1cb8d3 36990rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
36991
36992fi
36993echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
36994echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
36995
a848cd7e
SC
36996 if test "$wx_cv_type_statvfs_t" != "unknown"; then
36997 cat >>confdefs.h <<\_ACEOF
36998#define HAVE_STATVFS 1
36999_ACEOF
37000
37001 fi
37002 else
37003 wx_cv_type_statvfs_t="unknown"
37004 fi
37005fi
37006
37007if test "$wx_cv_type_statvfs_t" != "unknown"; then
37008 cat >>confdefs.h <<_ACEOF
37009#define WX_STATFS_T $wx_cv_type_statvfs_t
37010_ACEOF
37011
37012else
37013 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
37014echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
37015fi
37016
37017if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
37018
37019
37020for ac_func in fcntl flock
37021do
37022as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37023echo "$as_me:$LINENO: checking for $ac_func" >&5
37024echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37025if eval "test \"\${$as_ac_var+set}\" = set"; then
37026 echo $ECHO_N "(cached) $ECHO_C" >&6
37027else
37028 cat >conftest.$ac_ext <<_ACEOF
37029/* confdefs.h. */
37030_ACEOF
37031cat confdefs.h >>conftest.$ac_ext
37032cat >>conftest.$ac_ext <<_ACEOF
37033/* end confdefs.h. */
ac1cb8d3
VS
37034/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37035 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37036#define $ac_func innocuous_$ac_func
37037
a848cd7e
SC
37038/* System header to define __stub macros and hopefully few prototypes,
37039 which can conflict with char $ac_func (); below.
37040 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37041 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 37042
a848cd7e
SC
37043#ifdef __STDC__
37044# include <limits.h>
37045#else
37046# include <assert.h>
37047#endif
ac1cb8d3
VS
37048
37049#undef $ac_func
37050
a848cd7e
SC
37051/* Override any gcc2 internal prototype to avoid an error. */
37052#ifdef __cplusplus
37053extern "C"
37054{
37055#endif
37056/* We use char because int might match the return type of a gcc2
37057 builtin and then its argument prototype would still apply. */
37058char $ac_func ();
37059/* The GNU C library defines this for functions which it implements
37060 to always fail with ENOSYS. Some functions are actually named
37061 something starting with __ and the normal name is an alias. */
37062#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37063choke me
37064#else
37065char (*f) () = $ac_func;
37066#endif
37067#ifdef __cplusplus
37068}
37069#endif
37070
37071int
37072main ()
37073{
37074return f != $ac_func;
37075 ;
37076 return 0;
37077}
37078_ACEOF
37079rm -f conftest.$ac_objext conftest$ac_exeext
37080if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37081 (eval $ac_link) 2>conftest.er1
a848cd7e 37082 ac_status=$?
ac1cb8d3
VS
37083 grep -v '^ *+' conftest.er1 >conftest.err
37084 rm -f conftest.er1
37085 cat conftest.err >&5
a848cd7e
SC
37086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37087 (exit $ac_status); } &&
6a5c9b3f
RR
37088 { ac_try='test -z "$ac_cxx_werror_flag"
37089 || test ! -s conftest.err'
ac1cb8d3
VS
37090 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37091 (eval $ac_try) 2>&5
37092 ac_status=$?
37093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37094 (exit $ac_status); }; } &&
37095 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37097 (eval $ac_try) 2>&5
37098 ac_status=$?
37099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37100 (exit $ac_status); }; }; then
37101 eval "$as_ac_var=yes"
37102else
37103 echo "$as_me: failed program was:" >&5
37104sed 's/^/| /' conftest.$ac_ext >&5
37105
37106eval "$as_ac_var=no"
37107fi
ac1cb8d3
VS
37108rm -f conftest.err conftest.$ac_objext \
37109 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37110fi
37111echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37112echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37113if test `eval echo '${'$as_ac_var'}'` = yes; then
37114 cat >>confdefs.h <<_ACEOF
37115#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37116_ACEOF
37117 break
37118fi
37119done
37120
37121
37122 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
37123 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
37124echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
37125 wxUSE_SNGLINST_CHECKER=no
37126 fi
37127fi
37128
37129
37130for ac_func in timegm
37131do
37132as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37133echo "$as_me:$LINENO: checking for $ac_func" >&5
37134echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37135if eval "test \"\${$as_ac_var+set}\" = set"; then
37136 echo $ECHO_N "(cached) $ECHO_C" >&6
37137else
37138 cat >conftest.$ac_ext <<_ACEOF
37139/* confdefs.h. */
37140_ACEOF
37141cat confdefs.h >>conftest.$ac_ext
37142cat >>conftest.$ac_ext <<_ACEOF
37143/* end confdefs.h. */
ac1cb8d3
VS
37144/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37145 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37146#define $ac_func innocuous_$ac_func
37147
a848cd7e
SC
37148/* System header to define __stub macros and hopefully few prototypes,
37149 which can conflict with char $ac_func (); below.
37150 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37151 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 37152
a848cd7e
SC
37153#ifdef __STDC__
37154# include <limits.h>
37155#else
37156# include <assert.h>
37157#endif
ac1cb8d3
VS
37158
37159#undef $ac_func
37160
a848cd7e
SC
37161/* Override any gcc2 internal prototype to avoid an error. */
37162#ifdef __cplusplus
37163extern "C"
37164{
37165#endif
37166/* We use char because int might match the return type of a gcc2
37167 builtin and then its argument prototype would still apply. */
37168char $ac_func ();
37169/* The GNU C library defines this for functions which it implements
37170 to always fail with ENOSYS. Some functions are actually named
37171 something starting with __ and the normal name is an alias. */
37172#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37173choke me
37174#else
37175char (*f) () = $ac_func;
37176#endif
37177#ifdef __cplusplus
37178}
37179#endif
37180
37181int
37182main ()
37183{
37184return f != $ac_func;
37185 ;
37186 return 0;
37187}
37188_ACEOF
37189rm -f conftest.$ac_objext conftest$ac_exeext
37190if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37191 (eval $ac_link) 2>conftest.er1
a848cd7e 37192 ac_status=$?
ac1cb8d3
VS
37193 grep -v '^ *+' conftest.er1 >conftest.err
37194 rm -f conftest.er1
37195 cat conftest.err >&5
a848cd7e
SC
37196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37197 (exit $ac_status); } &&
6a5c9b3f
RR
37198 { ac_try='test -z "$ac_cxx_werror_flag"
37199 || test ! -s conftest.err'
ac1cb8d3
VS
37200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37201 (eval $ac_try) 2>&5
37202 ac_status=$?
37203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37204 (exit $ac_status); }; } &&
37205 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37207 (eval $ac_try) 2>&5
37208 ac_status=$?
37209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37210 (exit $ac_status); }; }; then
37211 eval "$as_ac_var=yes"
37212else
37213 echo "$as_me: failed program was:" >&5
37214sed 's/^/| /' conftest.$ac_ext >&5
37215
37216eval "$as_ac_var=no"
37217fi
ac1cb8d3
VS
37218rm -f conftest.err conftest.$ac_objext \
37219 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37220fi
37221echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37222echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37223if test `eval echo '${'$as_ac_var'}'` = yes; then
37224 cat >>confdefs.h <<_ACEOF
37225#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37226_ACEOF
37227
37228fi
37229done
37230
37231
37232
37233
37234for ac_func in putenv setenv
37235do
37236as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37237echo "$as_me:$LINENO: checking for $ac_func" >&5
37238echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37239if eval "test \"\${$as_ac_var+set}\" = set"; then
37240 echo $ECHO_N "(cached) $ECHO_C" >&6
37241else
37242 cat >conftest.$ac_ext <<_ACEOF
37243/* confdefs.h. */
37244_ACEOF
37245cat confdefs.h >>conftest.$ac_ext
37246cat >>conftest.$ac_ext <<_ACEOF
37247/* end confdefs.h. */
ac1cb8d3
VS
37248/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37249 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37250#define $ac_func innocuous_$ac_func
37251
a848cd7e
SC
37252/* System header to define __stub macros and hopefully few prototypes,
37253 which can conflict with char $ac_func (); below.
37254 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37255 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 37256
a848cd7e
SC
37257#ifdef __STDC__
37258# include <limits.h>
37259#else
37260# include <assert.h>
37261#endif
ac1cb8d3
VS
37262
37263#undef $ac_func
37264
a848cd7e
SC
37265/* Override any gcc2 internal prototype to avoid an error. */
37266#ifdef __cplusplus
37267extern "C"
37268{
37269#endif
37270/* We use char because int might match the return type of a gcc2
37271 builtin and then its argument prototype would still apply. */
37272char $ac_func ();
37273/* The GNU C library defines this for functions which it implements
37274 to always fail with ENOSYS. Some functions are actually named
37275 something starting with __ and the normal name is an alias. */
37276#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37277choke me
37278#else
37279char (*f) () = $ac_func;
37280#endif
37281#ifdef __cplusplus
37282}
37283#endif
37284
37285int
37286main ()
37287{
37288return f != $ac_func;
37289 ;
37290 return 0;
37291}
37292_ACEOF
37293rm -f conftest.$ac_objext conftest$ac_exeext
37294if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37295 (eval $ac_link) 2>conftest.er1
a848cd7e 37296 ac_status=$?
ac1cb8d3
VS
37297 grep -v '^ *+' conftest.er1 >conftest.err
37298 rm -f conftest.er1
37299 cat conftest.err >&5
a848cd7e
SC
37300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37301 (exit $ac_status); } &&
6a5c9b3f
RR
37302 { ac_try='test -z "$ac_cxx_werror_flag"
37303 || test ! -s conftest.err'
ac1cb8d3
VS
37304 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37305 (eval $ac_try) 2>&5
37306 ac_status=$?
37307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37308 (exit $ac_status); }; } &&
37309 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37311 (eval $ac_try) 2>&5
37312 ac_status=$?
37313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37314 (exit $ac_status); }; }; then
37315 eval "$as_ac_var=yes"
37316else
37317 echo "$as_me: failed program was:" >&5
37318sed 's/^/| /' conftest.$ac_ext >&5
37319
37320eval "$as_ac_var=no"
37321fi
ac1cb8d3
VS
37322rm -f conftest.err conftest.$ac_objext \
37323 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37324fi
37325echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37326echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37327if test `eval echo '${'$as_ac_var'}'` = yes; then
37328 cat >>confdefs.h <<_ACEOF
37329#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37330_ACEOF
37331 break
37332fi
37333done
37334
37335
37336HAVE_SOME_SLEEP_FUNC=0
37337if test "$USE_BEOS" = 1; then
37338 cat >>confdefs.h <<\_ACEOF
37339#define HAVE_SLEEP 1
37340_ACEOF
37341
37342 HAVE_SOME_SLEEP_FUNC=1
37343fi
37344
37345if test "$USE_DARWIN" = 1; then
37346 cat >>confdefs.h <<\_ACEOF
37347#define HAVE_USLEEP 1
37348_ACEOF
37349
37350 HAVE_SOME_SLEEP_FUNC=1
37351fi
37352
37353if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
37354 POSIX4_LINK=
37355
37356for ac_func in nanosleep
37357do
37358as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37359echo "$as_me:$LINENO: checking for $ac_func" >&5
37360echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37361if eval "test \"\${$as_ac_var+set}\" = set"; then
37362 echo $ECHO_N "(cached) $ECHO_C" >&6
37363else
37364 cat >conftest.$ac_ext <<_ACEOF
37365/* confdefs.h. */
37366_ACEOF
37367cat confdefs.h >>conftest.$ac_ext
37368cat >>conftest.$ac_ext <<_ACEOF
37369/* end confdefs.h. */
ac1cb8d3
VS
37370/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37371 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37372#define $ac_func innocuous_$ac_func
37373
a848cd7e
SC
37374/* System header to define __stub macros and hopefully few prototypes,
37375 which can conflict with char $ac_func (); below.
37376 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37377 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 37378
a848cd7e
SC
37379#ifdef __STDC__
37380# include <limits.h>
37381#else
37382# include <assert.h>
37383#endif
ac1cb8d3
VS
37384
37385#undef $ac_func
37386
a848cd7e
SC
37387/* Override any gcc2 internal prototype to avoid an error. */
37388#ifdef __cplusplus
37389extern "C"
37390{
37391#endif
37392/* We use char because int might match the return type of a gcc2
37393 builtin and then its argument prototype would still apply. */
37394char $ac_func ();
37395/* The GNU C library defines this for functions which it implements
37396 to always fail with ENOSYS. Some functions are actually named
37397 something starting with __ and the normal name is an alias. */
37398#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37399choke me
37400#else
37401char (*f) () = $ac_func;
37402#endif
37403#ifdef __cplusplus
37404}
37405#endif
37406
37407int
37408main ()
37409{
37410return f != $ac_func;
37411 ;
37412 return 0;
37413}
37414_ACEOF
37415rm -f conftest.$ac_objext conftest$ac_exeext
37416if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37417 (eval $ac_link) 2>conftest.er1
a848cd7e 37418 ac_status=$?
ac1cb8d3
VS
37419 grep -v '^ *+' conftest.er1 >conftest.err
37420 rm -f conftest.er1
37421 cat conftest.err >&5
a848cd7e
SC
37422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37423 (exit $ac_status); } &&
6a5c9b3f
RR
37424 { ac_try='test -z "$ac_cxx_werror_flag"
37425 || test ! -s conftest.err'
ac1cb8d3
VS
37426 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37427 (eval $ac_try) 2>&5
37428 ac_status=$?
37429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37430 (exit $ac_status); }; } &&
37431 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37433 (eval $ac_try) 2>&5
37434 ac_status=$?
37435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37436 (exit $ac_status); }; }; then
37437 eval "$as_ac_var=yes"
37438else
37439 echo "$as_me: failed program was:" >&5
37440sed 's/^/| /' conftest.$ac_ext >&5
37441
37442eval "$as_ac_var=no"
37443fi
ac1cb8d3
VS
37444rm -f conftest.err conftest.$ac_objext \
37445 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37446fi
37447echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37448echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37449if test `eval echo '${'$as_ac_var'}'` = yes; then
37450 cat >>confdefs.h <<_ACEOF
37451#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37452_ACEOF
37453 cat >>confdefs.h <<\_ACEOF
37454#define HAVE_NANOSLEEP 1
37455_ACEOF
37456
37457else
37458
37459 echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
37460echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
37461if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
37462 echo $ECHO_N "(cached) $ECHO_C" >&6
37463else
37464 ac_check_lib_save_LIBS=$LIBS
37465LIBS="-lposix4 $LIBS"
37466cat >conftest.$ac_ext <<_ACEOF
37467/* confdefs.h. */
37468_ACEOF
37469cat confdefs.h >>conftest.$ac_ext
37470cat >>conftest.$ac_ext <<_ACEOF
37471/* end confdefs.h. */
37472
37473/* Override any gcc2 internal prototype to avoid an error. */
37474#ifdef __cplusplus
37475extern "C"
37476#endif
37477/* We use char because int might match the return type of a gcc2
37478 builtin and then its argument prototype would still apply. */
37479char nanosleep ();
37480int
37481main ()
37482{
37483nanosleep ();
37484 ;
37485 return 0;
37486}
37487_ACEOF
37488rm -f conftest.$ac_objext conftest$ac_exeext
37489if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37490 (eval $ac_link) 2>conftest.er1
a848cd7e 37491 ac_status=$?
ac1cb8d3
VS
37492 grep -v '^ *+' conftest.er1 >conftest.err
37493 rm -f conftest.er1
37494 cat conftest.err >&5
a848cd7e
SC
37495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37496 (exit $ac_status); } &&
6a5c9b3f
RR
37497 { ac_try='test -z "$ac_cxx_werror_flag"
37498 || test ! -s conftest.err'
ac1cb8d3
VS
37499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37500 (eval $ac_try) 2>&5
37501 ac_status=$?
37502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37503 (exit $ac_status); }; } &&
37504 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37506 (eval $ac_try) 2>&5
37507 ac_status=$?
37508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37509 (exit $ac_status); }; }; then
37510 ac_cv_lib_posix4_nanosleep=yes
37511else
37512 echo "$as_me: failed program was:" >&5
37513sed 's/^/| /' conftest.$ac_ext >&5
37514
37515ac_cv_lib_posix4_nanosleep=no
37516fi
ac1cb8d3
VS
37517rm -f conftest.err conftest.$ac_objext \
37518 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37519LIBS=$ac_check_lib_save_LIBS
37520fi
37521echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
37522echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
37523if test $ac_cv_lib_posix4_nanosleep = yes; then
37524
37525 cat >>confdefs.h <<\_ACEOF
37526#define HAVE_NANOSLEEP 1
37527_ACEOF
37528
37529 POSIX4_LINK=" -lposix4"
37530
37531else
37532
37533
37534for ac_func in usleep
37535do
37536as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37537echo "$as_me:$LINENO: checking for $ac_func" >&5
37538echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37539if eval "test \"\${$as_ac_var+set}\" = set"; then
37540 echo $ECHO_N "(cached) $ECHO_C" >&6
37541else
37542 cat >conftest.$ac_ext <<_ACEOF
37543/* confdefs.h. */
37544_ACEOF
37545cat confdefs.h >>conftest.$ac_ext
37546cat >>conftest.$ac_ext <<_ACEOF
37547/* end confdefs.h. */
ac1cb8d3
VS
37548/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37549 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37550#define $ac_func innocuous_$ac_func
37551
a848cd7e
SC
37552/* System header to define __stub macros and hopefully few prototypes,
37553 which can conflict with char $ac_func (); below.
37554 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37555 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 37556
a848cd7e
SC
37557#ifdef __STDC__
37558# include <limits.h>
37559#else
37560# include <assert.h>
37561#endif
ac1cb8d3
VS
37562
37563#undef $ac_func
37564
a848cd7e
SC
37565/* Override any gcc2 internal prototype to avoid an error. */
37566#ifdef __cplusplus
37567extern "C"
37568{
37569#endif
37570/* We use char because int might match the return type of a gcc2
37571 builtin and then its argument prototype would still apply. */
37572char $ac_func ();
37573/* The GNU C library defines this for functions which it implements
37574 to always fail with ENOSYS. Some functions are actually named
37575 something starting with __ and the normal name is an alias. */
37576#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37577choke me
37578#else
37579char (*f) () = $ac_func;
37580#endif
37581#ifdef __cplusplus
37582}
37583#endif
37584
37585int
37586main ()
37587{
37588return f != $ac_func;
37589 ;
37590 return 0;
37591}
37592_ACEOF
37593rm -f conftest.$ac_objext conftest$ac_exeext
37594if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37595 (eval $ac_link) 2>conftest.er1
a848cd7e 37596 ac_status=$?
ac1cb8d3
VS
37597 grep -v '^ *+' conftest.er1 >conftest.err
37598 rm -f conftest.er1
37599 cat conftest.err >&5
a848cd7e
SC
37600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37601 (exit $ac_status); } &&
6a5c9b3f
RR
37602 { ac_try='test -z "$ac_cxx_werror_flag"
37603 || test ! -s conftest.err'
ac1cb8d3
VS
37604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37605 (eval $ac_try) 2>&5
37606 ac_status=$?
37607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37608 (exit $ac_status); }; } &&
37609 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37611 (eval $ac_try) 2>&5
37612 ac_status=$?
37613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37614 (exit $ac_status); }; }; then
37615 eval "$as_ac_var=yes"
37616else
37617 echo "$as_me: failed program was:" >&5
37618sed 's/^/| /' conftest.$ac_ext >&5
37619
37620eval "$as_ac_var=no"
37621fi
ac1cb8d3
VS
37622rm -f conftest.err conftest.$ac_objext \
37623 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37624fi
37625echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37626echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37627if test `eval echo '${'$as_ac_var'}'` = yes; then
37628 cat >>confdefs.h <<_ACEOF
37629#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37630_ACEOF
37631 cat >>confdefs.h <<\_ACEOF
37632#define HAVE_USLEEP 1
37633_ACEOF
37634
37635else
37636 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
37637echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
37638
37639fi
37640done
37641
37642
37643
37644fi
37645
37646
37647
37648fi
37649done
37650
37651fi
37652
37653
37654
37655for ac_func in uname gethostname
37656do
37657as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37658echo "$as_me:$LINENO: checking for $ac_func" >&5
37659echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37660if eval "test \"\${$as_ac_var+set}\" = set"; then
37661 echo $ECHO_N "(cached) $ECHO_C" >&6
37662else
37663 cat >conftest.$ac_ext <<_ACEOF
37664/* confdefs.h. */
37665_ACEOF
37666cat confdefs.h >>conftest.$ac_ext
37667cat >>conftest.$ac_ext <<_ACEOF
37668/* end confdefs.h. */
ac1cb8d3
VS
37669/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37670 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37671#define $ac_func innocuous_$ac_func
37672
a848cd7e
SC
37673/* System header to define __stub macros and hopefully few prototypes,
37674 which can conflict with char $ac_func (); below.
37675 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37676 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 37677
a848cd7e
SC
37678#ifdef __STDC__
37679# include <limits.h>
37680#else
37681# include <assert.h>
37682#endif
ac1cb8d3
VS
37683
37684#undef $ac_func
37685
a848cd7e
SC
37686/* Override any gcc2 internal prototype to avoid an error. */
37687#ifdef __cplusplus
37688extern "C"
37689{
37690#endif
37691/* We use char because int might match the return type of a gcc2
37692 builtin and then its argument prototype would still apply. */
37693char $ac_func ();
37694/* The GNU C library defines this for functions which it implements
37695 to always fail with ENOSYS. Some functions are actually named
37696 something starting with __ and the normal name is an alias. */
37697#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37698choke me
37699#else
37700char (*f) () = $ac_func;
37701#endif
37702#ifdef __cplusplus
37703}
37704#endif
37705
37706int
37707main ()
37708{
37709return f != $ac_func;
37710 ;
37711 return 0;
37712}
37713_ACEOF
37714rm -f conftest.$ac_objext conftest$ac_exeext
37715if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37716 (eval $ac_link) 2>conftest.er1
a848cd7e 37717 ac_status=$?
ac1cb8d3
VS
37718 grep -v '^ *+' conftest.er1 >conftest.err
37719 rm -f conftest.er1
37720 cat conftest.err >&5
a848cd7e
SC
37721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37722 (exit $ac_status); } &&
6a5c9b3f
RR
37723 { ac_try='test -z "$ac_cxx_werror_flag"
37724 || test ! -s conftest.err'
ac1cb8d3
VS
37725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37726 (eval $ac_try) 2>&5
37727 ac_status=$?
37728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37729 (exit $ac_status); }; } &&
37730 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37732 (eval $ac_try) 2>&5
37733 ac_status=$?
37734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37735 (exit $ac_status); }; }; then
37736 eval "$as_ac_var=yes"
37737else
37738 echo "$as_me: failed program was:" >&5
37739sed 's/^/| /' conftest.$ac_ext >&5
37740
37741eval "$as_ac_var=no"
37742fi
ac1cb8d3
VS
37743rm -f conftest.err conftest.$ac_objext \
37744 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37745fi
37746echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37747echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37748if test `eval echo '${'$as_ac_var'}'` = yes; then
37749 cat >>confdefs.h <<_ACEOF
37750#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37751_ACEOF
37752 break
37753fi
37754done
37755
37756
56632e81
MW
37757
37758 for wx_func in strtok_r
37759 do
37760 echo "$as_me:$LINENO: checking for $wx_func" >&5
37761echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6
37762if eval "test \"\${wx_cv_func_$wx_func+set}\" = set"; then
a848cd7e
SC
37763 echo $ECHO_N "(cached) $ECHO_C" >&6
37764else
56632e81
MW
37765
37766 cat >conftest.$ac_ext <<_ACEOF
37767
37768 /* confdefs.h. */
a848cd7e
SC
37769_ACEOF
37770cat confdefs.h >>conftest.$ac_ext
37771cat >>conftest.$ac_ext <<_ACEOF
37772/* end confdefs.h. */
56632e81
MW
37773
37774 #define _REENTRANT
37775 $ac_includes_default
37776
a848cd7e
SC
37777int
37778main ()
37779{
56632e81
MW
37780
37781 #ifndef $wx_func
37782 &$wx_func;
37783 #endif
37784
5acfd58d 37785
a848cd7e
SC
37786 ;
37787 return 0;
37788}
56632e81 37789
a848cd7e 37790_ACEOF
56632e81
MW
37791rm -f conftest.$ac_objext conftest$ac_exeext
37792if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37793 (eval $ac_link) 2>conftest.er1
a848cd7e 37794 ac_status=$?
ac1cb8d3
VS
37795 grep -v '^ *+' conftest.er1 >conftest.err
37796 rm -f conftest.er1
37797 cat conftest.err >&5
a848cd7e
SC
37798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37799 (exit $ac_status); } &&
6a5c9b3f
RR
37800 { ac_try='test -z "$ac_cxx_werror_flag"
37801 || test ! -s conftest.err'
ac1cb8d3
VS
37802 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37803 (eval $ac_try) 2>&5
37804 ac_status=$?
37805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37806 (exit $ac_status); }; } &&
56632e81 37807 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37808 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37809 (eval $ac_try) 2>&5
37810 ac_status=$?
37811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37812 (exit $ac_status); }; }; then
56632e81 37813 eval wx_cv_func_$wx_func=yes
a848cd7e
SC
37814else
37815 echo "$as_me: failed program was:" >&5
37816sed 's/^/| /' conftest.$ac_ext >&5
37817
56632e81 37818eval wx_cv_func_$wx_func=no
a848cd7e 37819fi
56632e81
MW
37820rm -f conftest.err conftest.$ac_objext \
37821 conftest$ac_exeext conftest.$ac_ext
a848cd7e 37822
56632e81
MW
37823fi
37824echo "$as_me:$LINENO: result: `eval echo '${'wx_cv_func_$wx_func'}'`" >&5
37825echo "${ECHO_T}`eval echo '${'wx_cv_func_$wx_func'}'`" >&6
a848cd7e 37826
56632e81
MW
37827 if eval test \$wx_cv_func_$wx_func = yes
37828 then
37829 cat >>confdefs.h <<_ACEOF
37830#define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
82a2636b
MW
37831_ACEOF
37832
37833
56632e81
MW
37834 else
37835 :
5acfd58d 37836
56632e81
MW
37837 fi
37838 done
5acfd58d 37839
a848cd7e 37840
a848cd7e
SC
37841INET_LINK=
37842
37843for ac_func in inet_addr
37844do
37845as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37846echo "$as_me:$LINENO: checking for $ac_func" >&5
37847echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37848if eval "test \"\${$as_ac_var+set}\" = set"; then
37849 echo $ECHO_N "(cached) $ECHO_C" >&6
37850else
37851 cat >conftest.$ac_ext <<_ACEOF
37852/* confdefs.h. */
37853_ACEOF
37854cat confdefs.h >>conftest.$ac_ext
37855cat >>conftest.$ac_ext <<_ACEOF
37856/* end confdefs.h. */
ac1cb8d3
VS
37857/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37858 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37859#define $ac_func innocuous_$ac_func
37860
a848cd7e
SC
37861/* System header to define __stub macros and hopefully few prototypes,
37862 which can conflict with char $ac_func (); below.
37863 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37864 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 37865
a848cd7e
SC
37866#ifdef __STDC__
37867# include <limits.h>
37868#else
37869# include <assert.h>
37870#endif
ac1cb8d3
VS
37871
37872#undef $ac_func
37873
a848cd7e
SC
37874/* Override any gcc2 internal prototype to avoid an error. */
37875#ifdef __cplusplus
37876extern "C"
37877{
37878#endif
37879/* We use char because int might match the return type of a gcc2
37880 builtin and then its argument prototype would still apply. */
37881char $ac_func ();
37882/* The GNU C library defines this for functions which it implements
37883 to always fail with ENOSYS. Some functions are actually named
37884 something starting with __ and the normal name is an alias. */
37885#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37886choke me
37887#else
37888char (*f) () = $ac_func;
37889#endif
37890#ifdef __cplusplus
37891}
37892#endif
37893
37894int
37895main ()
37896{
37897return f != $ac_func;
37898 ;
37899 return 0;
37900}
37901_ACEOF
37902rm -f conftest.$ac_objext conftest$ac_exeext
37903if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37904 (eval $ac_link) 2>conftest.er1
a848cd7e 37905 ac_status=$?
ac1cb8d3
VS
37906 grep -v '^ *+' conftest.er1 >conftest.err
37907 rm -f conftest.er1
37908 cat conftest.err >&5
a848cd7e
SC
37909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37910 (exit $ac_status); } &&
6a5c9b3f
RR
37911 { ac_try='test -z "$ac_cxx_werror_flag"
37912 || test ! -s conftest.err'
ac1cb8d3
VS
37913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37914 (eval $ac_try) 2>&5
37915 ac_status=$?
37916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37917 (exit $ac_status); }; } &&
37918 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37919 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37920 (eval $ac_try) 2>&5
37921 ac_status=$?
37922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37923 (exit $ac_status); }; }; then
37924 eval "$as_ac_var=yes"
37925else
37926 echo "$as_me: failed program was:" >&5
37927sed 's/^/| /' conftest.$ac_ext >&5
37928
37929eval "$as_ac_var=no"
37930fi
ac1cb8d3
VS
37931rm -f conftest.err conftest.$ac_objext \
37932 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37933fi
37934echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37935echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37936if test `eval echo '${'$as_ac_var'}'` = yes; then
37937 cat >>confdefs.h <<_ACEOF
37938#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37939_ACEOF
37940 cat >>confdefs.h <<\_ACEOF
37941#define HAVE_INET_ADDR 1
37942_ACEOF
37943
37944else
37945
37946 echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
37947echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
37948if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
37949 echo $ECHO_N "(cached) $ECHO_C" >&6
37950else
37951 ac_check_lib_save_LIBS=$LIBS
37952LIBS="-lnsl $LIBS"
37953cat >conftest.$ac_ext <<_ACEOF
37954/* confdefs.h. */
37955_ACEOF
37956cat confdefs.h >>conftest.$ac_ext
37957cat >>conftest.$ac_ext <<_ACEOF
37958/* end confdefs.h. */
37959
37960/* Override any gcc2 internal prototype to avoid an error. */
37961#ifdef __cplusplus
37962extern "C"
37963#endif
37964/* We use char because int might match the return type of a gcc2
37965 builtin and then its argument prototype would still apply. */
37966char inet_addr ();
37967int
37968main ()
37969{
37970inet_addr ();
37971 ;
37972 return 0;
37973}
37974_ACEOF
37975rm -f conftest.$ac_objext conftest$ac_exeext
37976if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37977 (eval $ac_link) 2>conftest.er1
a848cd7e 37978 ac_status=$?
ac1cb8d3
VS
37979 grep -v '^ *+' conftest.er1 >conftest.err
37980 rm -f conftest.er1
37981 cat conftest.err >&5
a848cd7e
SC
37982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37983 (exit $ac_status); } &&
6a5c9b3f
RR
37984 { ac_try='test -z "$ac_cxx_werror_flag"
37985 || test ! -s conftest.err'
ac1cb8d3
VS
37986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37987 (eval $ac_try) 2>&5
37988 ac_status=$?
37989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37990 (exit $ac_status); }; } &&
37991 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37993 (eval $ac_try) 2>&5
37994 ac_status=$?
37995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37996 (exit $ac_status); }; }; then
37997 ac_cv_lib_nsl_inet_addr=yes
37998else
37999 echo "$as_me: failed program was:" >&5
38000sed 's/^/| /' conftest.$ac_ext >&5
38001
38002ac_cv_lib_nsl_inet_addr=no
38003fi
ac1cb8d3
VS
38004rm -f conftest.err conftest.$ac_objext \
38005 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
38006LIBS=$ac_check_lib_save_LIBS
38007fi
38008echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
38009echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
38010if test $ac_cv_lib_nsl_inet_addr = yes; then
38011 INET_LINK="nsl"
38012else
38013
38014 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
38015echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
38016if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
38017 echo $ECHO_N "(cached) $ECHO_C" >&6
38018else
38019 ac_check_lib_save_LIBS=$LIBS
38020LIBS="-lresolv $LIBS"
38021cat >conftest.$ac_ext <<_ACEOF
38022/* confdefs.h. */
38023_ACEOF
38024cat confdefs.h >>conftest.$ac_ext
38025cat >>conftest.$ac_ext <<_ACEOF
38026/* end confdefs.h. */
38027
38028/* Override any gcc2 internal prototype to avoid an error. */
38029#ifdef __cplusplus
38030extern "C"
38031#endif
38032/* We use char because int might match the return type of a gcc2
38033 builtin and then its argument prototype would still apply. */
38034char inet_addr ();
38035int
38036main ()
38037{
38038inet_addr ();
38039 ;
38040 return 0;
38041}
38042_ACEOF
38043rm -f conftest.$ac_objext conftest$ac_exeext
38044if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 38045 (eval $ac_link) 2>conftest.er1
a848cd7e 38046 ac_status=$?
ac1cb8d3
VS
38047 grep -v '^ *+' conftest.er1 >conftest.err
38048 rm -f conftest.er1
38049 cat conftest.err >&5
a848cd7e
SC
38050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38051 (exit $ac_status); } &&
6a5c9b3f
RR
38052 { ac_try='test -z "$ac_cxx_werror_flag"
38053 || test ! -s conftest.err'
ac1cb8d3
VS
38054 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38055 (eval $ac_try) 2>&5
38056 ac_status=$?
38057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38058 (exit $ac_status); }; } &&
38059 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
38060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38061 (eval $ac_try) 2>&5
38062 ac_status=$?
38063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38064 (exit $ac_status); }; }; then
38065 ac_cv_lib_resolv_inet_addr=yes
38066else
38067 echo "$as_me: failed program was:" >&5
38068sed 's/^/| /' conftest.$ac_ext >&5
38069
38070ac_cv_lib_resolv_inet_addr=no
38071fi
ac1cb8d3
VS
38072rm -f conftest.err conftest.$ac_objext \
38073 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
38074LIBS=$ac_check_lib_save_LIBS
38075fi
38076echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
38077echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
38078if test $ac_cv_lib_resolv_inet_addr = yes; then
38079 INET_LINK="resolv"
38080else
38081
38082 echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
38083echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
38084if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
38085 echo $ECHO_N "(cached) $ECHO_C" >&6
38086else
38087 ac_check_lib_save_LIBS=$LIBS
38088LIBS="-lsocket $LIBS"
38089cat >conftest.$ac_ext <<_ACEOF
38090/* confdefs.h. */
38091_ACEOF
38092cat confdefs.h >>conftest.$ac_ext
38093cat >>conftest.$ac_ext <<_ACEOF
38094/* end confdefs.h. */
38095
38096/* Override any gcc2 internal prototype to avoid an error. */
38097#ifdef __cplusplus
38098extern "C"
38099#endif
38100/* We use char because int might match the return type of a gcc2
38101 builtin and then its argument prototype would still apply. */
38102char inet_addr ();
38103int
38104main ()
38105{
38106inet_addr ();
38107 ;
38108 return 0;
38109}
38110_ACEOF
38111rm -f conftest.$ac_objext conftest$ac_exeext
38112if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 38113 (eval $ac_link) 2>conftest.er1
a848cd7e 38114 ac_status=$?
ac1cb8d3
VS
38115 grep -v '^ *+' conftest.er1 >conftest.err
38116 rm -f conftest.er1
38117 cat conftest.err >&5
a848cd7e
SC
38118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38119 (exit $ac_status); } &&
6a5c9b3f
RR
38120 { ac_try='test -z "$ac_cxx_werror_flag"
38121 || test ! -s conftest.err'
ac1cb8d3
VS
38122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38123 (eval $ac_try) 2>&5
38124 ac_status=$?
38125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38126 (exit $ac_status); }; } &&
38127 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
38128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38129 (eval $ac_try) 2>&5
38130 ac_status=$?
38131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38132 (exit $ac_status); }; }; then
38133 ac_cv_lib_socket_inet_addr=yes
38134else
38135 echo "$as_me: failed program was:" >&5
38136sed 's/^/| /' conftest.$ac_ext >&5
38137
38138ac_cv_lib_socket_inet_addr=no
38139fi
ac1cb8d3
VS
38140rm -f conftest.err conftest.$ac_objext \
38141 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
38142LIBS=$ac_check_lib_save_LIBS
38143fi
38144echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
38145echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
38146if test $ac_cv_lib_socket_inet_addr = yes; then
38147 INET_LINK="socket"
38148
38149fi
38150
38151
38152
38153fi
38154
38155
38156
38157fi
38158
38159
38160
38161fi
38162done
38163
38164
38165
38166for ac_func in inet_aton
38167do
38168as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38169echo "$as_me:$LINENO: checking for $ac_func" >&5
38170echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
38171if eval "test \"\${$as_ac_var+set}\" = set"; then
38172 echo $ECHO_N "(cached) $ECHO_C" >&6
38173else
38174 cat >conftest.$ac_ext <<_ACEOF
38175/* confdefs.h. */
38176_ACEOF
38177cat confdefs.h >>conftest.$ac_ext
38178cat >>conftest.$ac_ext <<_ACEOF
38179/* end confdefs.h. */
ac1cb8d3
VS
38180/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38181 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38182#define $ac_func innocuous_$ac_func
38183
a848cd7e
SC
38184/* System header to define __stub macros and hopefully few prototypes,
38185 which can conflict with char $ac_func (); below.
38186 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38187 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 38188
a848cd7e
SC
38189#ifdef __STDC__
38190# include <limits.h>
38191#else
38192# include <assert.h>
38193#endif
ac1cb8d3
VS
38194
38195#undef $ac_func
38196
a848cd7e
SC
38197/* Override any gcc2 internal prototype to avoid an error. */
38198#ifdef __cplusplus
38199extern "C"
38200{
38201#endif
38202/* We use char because int might match the return type of a gcc2
38203 builtin and then its argument prototype would still apply. */
38204char $ac_func ();
38205/* The GNU C library defines this for functions which it implements
38206 to always fail with ENOSYS. Some functions are actually named
38207 something starting with __ and the normal name is an alias. */
38208#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
38209choke me
38210#else
38211char (*f) () = $ac_func;
38212#endif
38213#ifdef __cplusplus
38214}
38215#endif
38216
38217int
38218main ()
38219{
38220return f != $ac_func;
38221 ;
38222 return 0;
38223}
38224_ACEOF
38225rm -f conftest.$ac_objext conftest$ac_exeext
38226if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 38227 (eval $ac_link) 2>conftest.er1
a848cd7e 38228 ac_status=$?
ac1cb8d3
VS
38229 grep -v '^ *+' conftest.er1 >conftest.err
38230 rm -f conftest.er1
38231 cat conftest.err >&5
a848cd7e
SC
38232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38233 (exit $ac_status); } &&
6a5c9b3f
RR
38234 { ac_try='test -z "$ac_cxx_werror_flag"
38235 || test ! -s conftest.err'
ac1cb8d3
VS
38236 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38237 (eval $ac_try) 2>&5
38238 ac_status=$?
38239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38240 (exit $ac_status); }; } &&
38241 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
38242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38243 (eval $ac_try) 2>&5
38244 ac_status=$?
38245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38246 (exit $ac_status); }; }; then
38247 eval "$as_ac_var=yes"
38248else
38249 echo "$as_me: failed program was:" >&5
38250sed 's/^/| /' conftest.$ac_ext >&5
38251
38252eval "$as_ac_var=no"
38253fi
ac1cb8d3
VS
38254rm -f conftest.err conftest.$ac_objext \
38255 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
38256fi
38257echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38258echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38259if test `eval echo '${'$as_ac_var'}'` = yes; then
38260 cat >>confdefs.h <<_ACEOF
38261#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38262_ACEOF
38263 cat >>confdefs.h <<\_ACEOF
38264#define HAVE_INET_ATON 1
38265_ACEOF
38266
38267else
38268
38269 as_ac_Lib=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
38270echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
38271echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
38272if eval "test \"\${$as_ac_Lib+set}\" = set"; then
38273 echo $ECHO_N "(cached) $ECHO_C" >&6
38274else
38275 ac_check_lib_save_LIBS=$LIBS
38276LIBS="-l$INET_LINK $LIBS"
38277cat >conftest.$ac_ext <<_ACEOF
38278/* confdefs.h. */
38279_ACEOF
38280cat confdefs.h >>conftest.$ac_ext
38281cat >>conftest.$ac_ext <<_ACEOF
38282/* end confdefs.h. */
38283
38284/* Override any gcc2 internal prototype to avoid an error. */
38285#ifdef __cplusplus
38286extern "C"
38287#endif
38288/* We use char because int might match the return type of a gcc2
38289 builtin and then its argument prototype would still apply. */
38290char inet_aton ();
38291int
38292main ()
38293{
38294inet_aton ();
38295 ;
38296 return 0;
38297}
38298_ACEOF
38299rm -f conftest.$ac_objext conftest$ac_exeext
38300if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 38301 (eval $ac_link) 2>conftest.er1
a848cd7e 38302 ac_status=$?
ac1cb8d3
VS
38303 grep -v '^ *+' conftest.er1 >conftest.err
38304 rm -f conftest.er1
38305 cat conftest.err >&5
a848cd7e
SC
38306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38307 (exit $ac_status); } &&
6a5c9b3f
RR
38308 { ac_try='test -z "$ac_cxx_werror_flag"
38309 || test ! -s conftest.err'
ac1cb8d3
VS
38310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38311 (eval $ac_try) 2>&5
38312 ac_status=$?
38313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38314 (exit $ac_status); }; } &&
38315 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
38316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38317 (eval $ac_try) 2>&5
38318 ac_status=$?
38319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38320 (exit $ac_status); }; }; then
38321 eval "$as_ac_Lib=yes"
38322else
38323 echo "$as_me: failed program was:" >&5
38324sed 's/^/| /' conftest.$ac_ext >&5
38325
38326eval "$as_ac_Lib=no"
38327fi
ac1cb8d3
VS
38328rm -f conftest.err conftest.$ac_objext \
38329 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
38330LIBS=$ac_check_lib_save_LIBS
38331fi
38332echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
38333echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
38334if test `eval echo '${'$as_ac_Lib'}'` = yes; then
38335 cat >>confdefs.h <<\_ACEOF
38336#define HAVE_INET_ATON 1
38337_ACEOF
38338
38339fi
38340
38341
38342fi
38343done
38344
38345
38346if test "x$INET_LINK" != "x"; then
38347 cat >>confdefs.h <<\_ACEOF
38348#define HAVE_INET_ADDR 1
38349_ACEOF
38350
38351 INET_LINK=" -l$INET_LINK"
38352fi
38353
38354fi
38355
38356
38357
38358EXTRALIBS_ESD=
38359echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
38360echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
38361if test "${ac_cv_lib_esd_esd_close+set}" = set; then
38362 echo $ECHO_N "(cached) $ECHO_C" >&6
38363else
38364 ac_check_lib_save_LIBS=$LIBS
38365LIBS="-lesd $LIBS"
38366cat >conftest.$ac_ext <<_ACEOF
38367/* confdefs.h. */
38368_ACEOF
38369cat confdefs.h >>conftest.$ac_ext
38370cat >>conftest.$ac_ext <<_ACEOF
38371/* end confdefs.h. */
38372
38373/* Override any gcc2 internal prototype to avoid an error. */
38374#ifdef __cplusplus
38375extern "C"
38376#endif
38377/* We use char because int might match the return type of a gcc2
38378 builtin and then its argument prototype would still apply. */
38379char esd_close ();
38380int
38381main ()
38382{
38383esd_close ();
38384 ;
38385 return 0;
38386}
38387_ACEOF
38388rm -f conftest.$ac_objext conftest$ac_exeext
38389if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 38390 (eval $ac_link) 2>conftest.er1
a848cd7e 38391 ac_status=$?
ac1cb8d3
VS
38392 grep -v '^ *+' conftest.er1 >conftest.err
38393 rm -f conftest.er1
38394 cat conftest.err >&5
a848cd7e
SC
38395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38396 (exit $ac_status); } &&
6a5c9b3f
RR
38397 { ac_try='test -z "$ac_cxx_werror_flag"
38398 || test ! -s conftest.err'
ac1cb8d3
VS
38399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38400 (eval $ac_try) 2>&5
38401 ac_status=$?
38402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38403 (exit $ac_status); }; } &&
38404 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
38405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38406 (eval $ac_try) 2>&5
38407 ac_status=$?
38408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38409 (exit $ac_status); }; }; then
38410 ac_cv_lib_esd_esd_close=yes
38411else
38412 echo "$as_me: failed program was:" >&5
38413sed 's/^/| /' conftest.$ac_ext >&5
38414
38415ac_cv_lib_esd_esd_close=no
38416fi
ac1cb8d3
VS
38417rm -f conftest.err conftest.$ac_objext \
38418 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
38419LIBS=$ac_check_lib_save_LIBS
38420fi
38421echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
38422echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
38423if test $ac_cv_lib_esd_esd_close = yes; then
38424
38425
38426for ac_header in esd.h
38427do
38428as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
38429if eval "test \"\${$as_ac_Header+set}\" = set"; then
38430 echo "$as_me:$LINENO: checking for $ac_header" >&5
38431echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
38432if eval "test \"\${$as_ac_Header+set}\" = set"; then
38433 echo $ECHO_N "(cached) $ECHO_C" >&6
38434fi
38435echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
38436echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
38437else
38438 # Is the header compilable?
38439echo "$as_me:$LINENO: checking $ac_header usability" >&5
38440echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
38441cat >conftest.$ac_ext <<_ACEOF
38442/* confdefs.h. */
38443_ACEOF
38444cat confdefs.h >>conftest.$ac_ext
38445cat >>conftest.$ac_ext <<_ACEOF
38446/* end confdefs.h. */
38447$ac_includes_default
38448#include <$ac_header>
38449_ACEOF
38450rm -f conftest.$ac_objext
38451if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 38452 (eval $ac_compile) 2>conftest.er1
a848cd7e 38453 ac_status=$?
ac1cb8d3
VS
38454 grep -v '^ *+' conftest.er1 >conftest.err
38455 rm -f conftest.er1
38456 cat conftest.err >&5
a848cd7e
SC
38457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38458 (exit $ac_status); } &&
6a5c9b3f
RR
38459 { ac_try='test -z "$ac_cxx_werror_flag"
38460 || test ! -s conftest.err'
ac1cb8d3
VS
38461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38462 (eval $ac_try) 2>&5
38463 ac_status=$?
38464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38465 (exit $ac_status); }; } &&
38466 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
38467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38468 (eval $ac_try) 2>&5
38469 ac_status=$?
38470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38471 (exit $ac_status); }; }; then
38472 ac_header_compiler=yes
38473else
38474 echo "$as_me: failed program was:" >&5
38475sed 's/^/| /' conftest.$ac_ext >&5
38476
38477ac_header_compiler=no
38478fi
ac1cb8d3 38479rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
38480echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
38481echo "${ECHO_T}$ac_header_compiler" >&6
38482
38483# Is the header present?
38484echo "$as_me:$LINENO: checking $ac_header presence" >&5
38485echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
38486cat >conftest.$ac_ext <<_ACEOF
38487/* confdefs.h. */
38488_ACEOF
38489cat confdefs.h >>conftest.$ac_ext
38490cat >>conftest.$ac_ext <<_ACEOF
38491/* end confdefs.h. */
38492#include <$ac_header>
38493_ACEOF
38494if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
38495 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
38496 ac_status=$?
38497 grep -v '^ *+' conftest.er1 >conftest.err
38498 rm -f conftest.er1
38499 cat conftest.err >&5
38500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38501 (exit $ac_status); } >/dev/null; then
38502 if test -s conftest.err; then
5d7b7554
VZ
38503 ac_cpp_err=$ac_cxx_preproc_warn_flag
38504 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
38505 else
38506 ac_cpp_err=
38507 fi
38508else
38509 ac_cpp_err=yes
38510fi
38511if test -z "$ac_cpp_err"; then
38512 ac_header_preproc=yes
38513else
38514 echo "$as_me: failed program was:" >&5
38515sed 's/^/| /' conftest.$ac_ext >&5
38516
38517 ac_header_preproc=no
38518fi
38519rm -f conftest.err conftest.$ac_ext
38520echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
38521echo "${ECHO_T}$ac_header_preproc" >&6
38522
38523# So? What about this header?
5d7b7554 38524case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
ac1cb8d3 38525 yes:no: )
a848cd7e
SC
38526 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
38527echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
38528 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
38529echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
38530 ac_header_preproc=yes
a848cd7e 38531 ;;
ac1cb8d3 38532 no:yes:* )
a848cd7e
SC
38533 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
38534echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
38535 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
38536echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
38537 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
38538echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
38539 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
38540echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
38541 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
38542echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
38543 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
38544echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
38545 (
38546 cat <<\_ASBOX
ac1cb8d3
VS
38547## ----------------------------------------- ##
38548## Report this to wx-dev@lists.wxwidgets.org ##
38549## ----------------------------------------- ##
a848cd7e
SC
38550_ASBOX
38551 ) |
38552 sed "s/^/$as_me: WARNING: /" >&2
38553 ;;
38554esac
38555echo "$as_me:$LINENO: checking for $ac_header" >&5
38556echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
38557if eval "test \"\${$as_ac_Header+set}\" = set"; then
38558 echo $ECHO_N "(cached) $ECHO_C" >&6
38559else
ac1cb8d3 38560 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
38561fi
38562echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
38563echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
38564
38565fi
38566if test `eval echo '${'$as_ac_Header'}'` = yes; then
38567 cat >>confdefs.h <<_ACEOF
38568#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
38569_ACEOF
38570
38571 EXTRALIBS_ESD="-lesd"
38572
38573fi
38574
38575done
38576
38577
38578fi
38579
38580
38581
38582echo "$as_me:$LINENO: checking for known CD-ROM interface" >&5
38583echo $ECHO_N "checking for known CD-ROM interface... $ECHO_C" >&6
38584cat >conftest.$ac_ext <<_ACEOF
38585/* confdefs.h. */
38586_ACEOF
38587cat confdefs.h >>conftest.$ac_ext
38588cat >>conftest.$ac_ext <<_ACEOF
38589/* end confdefs.h. */
38590#ifdef __linux__
38591 #include <linux/cdrom.h>
38592 #else
38593 /* For Solaris */
38594 #include <sys/cdio.h>
38595 #endif
38596
38597int
38598main ()
38599{
38600struct cdrom_tocentry entry, old_entry;
38601 ;
38602 return 0;
38603}
38604_ACEOF
38605rm -f conftest.$ac_objext
38606if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 38607 (eval $ac_compile) 2>conftest.er1
a848cd7e 38608 ac_status=$?
ac1cb8d3
VS
38609 grep -v '^ *+' conftest.er1 >conftest.err
38610 rm -f conftest.er1
38611 cat conftest.err >&5
a848cd7e
SC
38612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38613 (exit $ac_status); } &&
6a5c9b3f
RR
38614 { ac_try='test -z "$ac_cxx_werror_flag"
38615 || test ! -s conftest.err'
ac1cb8d3
VS
38616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38617 (eval $ac_try) 2>&5
38618 ac_status=$?
38619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38620 (exit $ac_status); }; } &&
38621 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
38622 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38623 (eval $ac_try) 2>&5
38624 ac_status=$?
38625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38626 (exit $ac_status); }; }; then
38627 echo "$as_me:$LINENO: result: yes" >&5
38628echo "${ECHO_T}yes" >&6
38629 cat >>confdefs.h <<\_ACEOF
38630#define HAVE_KNOWN_CDROM_INTERFACE 1
38631_ACEOF
38632
38633else
38634 echo "$as_me: failed program was:" >&5
38635sed 's/^/| /' conftest.$ac_ext >&5
38636
38637echo "$as_me:$LINENO: result: no" >&5
38638echo "${ECHO_T}no" >&6
38639fi
ac1cb8d3 38640rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
38641
38642
38643cat >confcache <<\_ACEOF
38644# This file is a shell script that caches the results of configure
38645# tests run on this system so they can be shared between configure
38646# scripts and configure runs, see configure's option --config-cache.
38647# It is not useful on other systems. If it contains results you don't
38648# want to keep, you may remove or edit it.
38649#
38650# config.status only pays attention to the cache file if you give it
38651# the --recheck option to rerun configure.
38652#
38653# `ac_cv_env_foo' variables (set or unset) will be overridden when
38654# loading this file, other *unset* `ac_cv_foo' will be assigned the
38655# following values.
38656
38657_ACEOF
38658
38659# The following way of writing the cache mishandles newlines in values,
38660# but we know of no workaround that is simple, portable, and efficient.
38661# So, don't put newlines in cache variables' values.
38662# Ultrix sh set writes to stderr and can't be redirected directly,
38663# and sets the high bit in the cache file unless we assign to the vars.
38664{
38665 (set) 2>&1 |
38666 case `(ac_space=' '; set | grep ac_space) 2>&1` in
38667 *ac_space=\ *)
38668 # `set' does not quote correctly, so add quotes (double-quote
38669 # substitution turns \\\\ into \\, and sed turns \\ into \).
38670 sed -n \
ac1cb8d3
VS
38671 "s/'/'\\\\''/g;
38672 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
a848cd7e
SC
38673 ;;
38674 *)
38675 # `set' quotes correctly as required by POSIX, so do not add quotes.
38676 sed -n \
ac1cb8d3 38677 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
a848cd7e
SC
38678 ;;
38679 esac;
38680} |
38681 sed '
38682 t clear
38683 : clear
38684 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
38685 t end
38686 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
38687 : end' >>confcache
38688if diff $cache_file confcache >/dev/null 2>&1; then :; else
38689 if test -w $cache_file; then
38690 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
38691 cat confcache >$cache_file
38692 else
38693 echo "not updating unwritable cache $cache_file"
38694 fi
38695fi
38696rm -f confcache
38697
38698
a848cd7e
SC
38699if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
38700
38701
38702 THREADS_LINK=
e56f4f9e 38703 THREADS_CXXFLAGS=
a848cd7e
SC
38704
38705 if test "$wxUSE_THREADS" = "yes" ; then
38706 if test "$USE_BEOS" = 1; then
38707 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
38708echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
38709 wxUSE_THREADS="no"
38710 fi
38711 fi
38712
38713 if test "$wxUSE_THREADS" = "yes" ; then
38714
38715
38716 THREAD_OPTS="-pthread"
38717 case "${host}" in
38718 *-*-solaris2* | *-*-sunos4* )
38719 if test "x$GCC" = "xyes"; then
38720 THREAD_OPTS="-pthreads $THREAD_OPTS"
38721 else
38722 THREAD_OPTS="-mt $THREAD_OPTS"
38723 fi
38724 ;;
38725 *-*-freebsd*)
38726 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
38727 ;;
38728 *-*-darwin* | *-*-cygwin* )
38729 THREAD_OPTS=""
38730 ;;
38731 *-*-aix*)
38732 THREAD_OPTS="pthreads"
38733 ;;
38734 *-hp-hpux* )
00421666
MW
38735 if test "x$GCC" = "xyes"; then
38736 $CXX -dumpspecs | grep 'pthread:' >/dev/null ||
38737 THREAD_OPTS=""
38738 else
0093c2fc 38739 THREAD_OPTS="-mt"
a848cd7e
SC
38740 fi
38741 ;;
38742
38743 *-*-irix* )
38744 if test "x$GCC" = "xyes"; then
38745 THREAD_OPTS=""
38746 fi
38747 ;;
38748
38749 *-*-*UnixWare*)
38750 if test "x$GCC" != "xyes"; then
38751 THREAD_OPTS="-Ethread"
38752 fi
38753 ;;
38754 esac
38755
38756 THREAD_OPTS="$THREAD_OPTS pthread none"
38757
38758 THREADS_OK=no
38759 for flag in $THREAD_OPTS; do
38760 case $flag in
38761 none)
38762 echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
38763echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
38764 ;;
38765
38766 -*)
38767 echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
38768echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
e56f4f9e 38769 THREADS_CXXFLAGS="$flag"
a848cd7e
SC
38770 ;;
38771
38772 *)
38773 echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
38774echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
38775 THREADS_LINK="-l$flag"
38776 ;;
38777 esac
38778
38779 save_LIBS="$LIBS"
e56f4f9e 38780 save_CXXFLAGS="$CXXFLAGS"
a848cd7e 38781 LIBS="$THREADS_LINK $LIBS"
e56f4f9e 38782 CXXFLAGS="$THREADS_CXXFLAGS $CXXFLAGS"
a848cd7e
SC
38783
38784 cat >conftest.$ac_ext <<_ACEOF
38785/* confdefs.h. */
38786_ACEOF
38787cat confdefs.h >>conftest.$ac_ext
38788cat >>conftest.$ac_ext <<_ACEOF
38789/* end confdefs.h. */
38790#include <pthread.h>
38791int
38792main ()
38793{
38794pthread_create(0,0,0,0);
38795 ;
38796 return 0;
38797}
38798_ACEOF
38799rm -f conftest.$ac_objext conftest$ac_exeext
38800if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 38801 (eval $ac_link) 2>conftest.er1
a848cd7e 38802 ac_status=$?
ac1cb8d3
VS
38803 grep -v '^ *+' conftest.er1 >conftest.err
38804 rm -f conftest.er1
38805 cat conftest.err >&5
a848cd7e
SC
38806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38807 (exit $ac_status); } &&
6a5c9b3f
RR
38808 { ac_try='test -z "$ac_cxx_werror_flag"
38809 || test ! -s conftest.err'
ac1cb8d3
VS
38810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38811 (eval $ac_try) 2>&5
38812 ac_status=$?
38813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38814 (exit $ac_status); }; } &&
38815 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
38816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38817 (eval $ac_try) 2>&5
38818 ac_status=$?
38819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38820 (exit $ac_status); }; }; then
38821 THREADS_OK=yes
38822else
38823 echo "$as_me: failed program was:" >&5
38824sed 's/^/| /' conftest.$ac_ext >&5
38825
38826fi
ac1cb8d3
VS
38827rm -f conftest.err conftest.$ac_objext \
38828 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
38829
38830 LIBS="$save_LIBS"
e56f4f9e 38831 CXXFLAGS="$save_CXXFLAGS"
a848cd7e
SC
38832
38833 echo "$as_me:$LINENO: result: $THREADS_OK" >&5
38834echo "${ECHO_T}$THREADS_OK" >&6
38835 if test "x$THREADS_OK" = "xyes"; then
38836 break;
38837 fi
38838
38839 THREADS_LINK=""
e56f4f9e 38840 THREADS_CXXFLAGS=""
a848cd7e
SC
38841 done
38842
38843 if test "x$THREADS_OK" != "xyes"; then
38844 wxUSE_THREADS=no
38845 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
38846echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
38847 else
e56f4f9e 38848 LDFLAGS="$THREADS_CXXFLAGS $LDFLAGS"
a848cd7e
SC
38849 LIBS="$THREADS_LINK $LIBS"
38850
38851 echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
38852echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
38853 flag=no
38854 case "${host}" in
38855 *-aix*)
38856 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
38857 flag="-D_THREAD_SAFE"
38858 ;;
38859 *-freebsd*)
38860 flag="-D_THREAD_SAFE"
38861 ;;
38862 *-hp-hpux* )
38863 flag="-D_REENTRANT"
38864 if test "x$GCC" != "xyes"; then
38865 flag="$flag -D_RWSTD_MULTI_THREAD"
38866 fi
38867 ;;
38868 *solaris* | alpha*-osf*)
38869 flag="-D_REENTRANT"
38870 ;;
38871 esac
38872 echo "$as_me:$LINENO: result: ${flag}" >&5
38873echo "${ECHO_T}${flag}" >&6
38874 if test "x$flag" != xno; then
e56f4f9e 38875 THREADS_CXXFLAGS="$THREADS_CXXFLAGS $flag"
a848cd7e
SC
38876 fi
38877
e56f4f9e 38878 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS $THREADS_CXXFLAGS"
a848cd7e
SC
38879 fi
38880 fi
38881
38882 if test "$wxUSE_THREADS" = "yes" ; then
38883
38884for ac_func in thr_setconcurrency
38885do
38886as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38887echo "$as_me:$LINENO: checking for $ac_func" >&5
38888echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
38889if eval "test \"\${$as_ac_var+set}\" = set"; then
38890 echo $ECHO_N "(cached) $ECHO_C" >&6
38891else
38892 cat >conftest.$ac_ext <<_ACEOF
38893/* confdefs.h. */
38894_ACEOF
38895cat confdefs.h >>conftest.$ac_ext
38896cat >>conftest.$ac_ext <<_ACEOF
38897/* end confdefs.h. */
ac1cb8d3
VS
38898/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38899 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38900#define $ac_func innocuous_$ac_func
38901
a848cd7e
SC
38902/* System header to define __stub macros and hopefully few prototypes,
38903 which can conflict with char $ac_func (); below.
38904 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38905 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 38906
a848cd7e
SC
38907#ifdef __STDC__
38908# include <limits.h>
38909#else
38910# include <assert.h>
38911#endif
ac1cb8d3
VS
38912
38913#undef $ac_func
38914
a848cd7e
SC
38915/* Override any gcc2 internal prototype to avoid an error. */
38916#ifdef __cplusplus
38917extern "C"
38918{
38919#endif
38920/* We use char because int might match the return type of a gcc2
38921 builtin and then its argument prototype would still apply. */
38922char $ac_func ();
38923/* The GNU C library defines this for functions which it implements
38924 to always fail with ENOSYS. Some functions are actually named
38925 something starting with __ and the normal name is an alias. */
38926#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
38927choke me
38928#else
38929char (*f) () = $ac_func;
38930#endif
38931#ifdef __cplusplus
38932}
38933#endif
38934
38935int
38936main ()
38937{
38938return f != $ac_func;
38939 ;
38940 return 0;
38941}
38942_ACEOF
38943rm -f conftest.$ac_objext conftest$ac_exeext
38944if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 38945 (eval $ac_link) 2>conftest.er1
a848cd7e 38946 ac_status=$?
ac1cb8d3
VS
38947 grep -v '^ *+' conftest.er1 >conftest.err
38948 rm -f conftest.er1
38949 cat conftest.err >&5
a848cd7e
SC
38950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38951 (exit $ac_status); } &&
6a5c9b3f
RR
38952 { ac_try='test -z "$ac_cxx_werror_flag"
38953 || test ! -s conftest.err'
ac1cb8d3
VS
38954 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38955 (eval $ac_try) 2>&5
38956 ac_status=$?
38957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38958 (exit $ac_status); }; } &&
38959 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
38960 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38961 (eval $ac_try) 2>&5
38962 ac_status=$?
38963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38964 (exit $ac_status); }; }; then
38965 eval "$as_ac_var=yes"
38966else
38967 echo "$as_me: failed program was:" >&5
38968sed 's/^/| /' conftest.$ac_ext >&5
38969
38970eval "$as_ac_var=no"
38971fi
ac1cb8d3
VS
38972rm -f conftest.err conftest.$ac_objext \
38973 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
38974fi
38975echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38976echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38977if test `eval echo '${'$as_ac_var'}'` = yes; then
38978 cat >>confdefs.h <<_ACEOF
38979#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38980_ACEOF
38981
38982fi
38983done
38984
38985
6ebeb4c7
VZ
38986 echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5
38987echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6
38988if test "${wx_cv_func_pthread_cleanup+set}" = set; then
38989 echo $ECHO_N "(cached) $ECHO_C" >&6
38990else
38991
38992 cat >conftest.$ac_ext <<_ACEOF
38993/* confdefs.h. */
38994_ACEOF
38995cat confdefs.h >>conftest.$ac_ext
38996cat >>conftest.$ac_ext <<_ACEOF
38997/* end confdefs.h. */
38998#include <pthread.h>
38999 void ThreadCleanupFunc(void *p);
39000
39001int
39002main ()
39003{
39004
39005 void *p;
39006 pthread_cleanup_push(ThreadCleanupFunc, p);
39007 pthread_cleanup_pop(0);
39008
39009 ;
39010 return 0;
39011}
39012_ACEOF
39013rm -f conftest.$ac_objext
39014if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39015 (eval $ac_compile) 2>conftest.er1
39016 ac_status=$?
39017 grep -v '^ *+' conftest.er1 >conftest.err
39018 rm -f conftest.er1
39019 cat conftest.err >&5
39020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39021 (exit $ac_status); } &&
6a5c9b3f
RR
39022 { ac_try='test -z "$ac_cxx_werror_flag"
39023 || test ! -s conftest.err'
6ebeb4c7
VZ
39024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39025 (eval $ac_try) 2>&5
39026 ac_status=$?
39027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39028 (exit $ac_status); }; } &&
39029 { ac_try='test -s conftest.$ac_objext'
39030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39031 (eval $ac_try) 2>&5
39032 ac_status=$?
39033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39034 (exit $ac_status); }; }; then
39035
39036 wx_cv_func_pthread_cleanup=yes
39037
39038else
39039 echo "$as_me: failed program was:" >&5
39040sed 's/^/| /' conftest.$ac_ext >&5
39041
39042
39043 wx_cv_func_pthread_cleanup=no
39044
39045
39046fi
39047rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39048
39049fi
39050echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup" >&5
39051echo "${ECHO_T}$wx_cv_func_pthread_cleanup" >&6
39052 if test "x$wx_cv_func_pthread_cleanup" = "xyes"; then
39053 cat >>confdefs.h <<\_ACEOF
39054#define wxHAVE_PTHREAD_CLEANUP 1
39055_ACEOF
39056
39057 fi
39058
a848cd7e
SC
39059
39060for ac_header in sched.h
39061do
39062as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
39063if eval "test \"\${$as_ac_Header+set}\" = set"; then
39064 echo "$as_me:$LINENO: checking for $ac_header" >&5
39065echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39066if eval "test \"\${$as_ac_Header+set}\" = set"; then
39067 echo $ECHO_N "(cached) $ECHO_C" >&6
39068fi
39069echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39070echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39071else
39072 # Is the header compilable?
39073echo "$as_me:$LINENO: checking $ac_header usability" >&5
39074echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
39075cat >conftest.$ac_ext <<_ACEOF
39076/* confdefs.h. */
39077_ACEOF
39078cat confdefs.h >>conftest.$ac_ext
39079cat >>conftest.$ac_ext <<_ACEOF
39080/* end confdefs.h. */
39081$ac_includes_default
39082#include <$ac_header>
39083_ACEOF
39084rm -f conftest.$ac_objext
39085if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 39086 (eval $ac_compile) 2>conftest.er1
a848cd7e 39087 ac_status=$?
ac1cb8d3
VS
39088 grep -v '^ *+' conftest.er1 >conftest.err
39089 rm -f conftest.er1
39090 cat conftest.err >&5
a848cd7e
SC
39091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39092 (exit $ac_status); } &&
6a5c9b3f
RR
39093 { ac_try='test -z "$ac_cxx_werror_flag"
39094 || test ! -s conftest.err'
ac1cb8d3
VS
39095 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39096 (eval $ac_try) 2>&5
39097 ac_status=$?
39098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39099 (exit $ac_status); }; } &&
39100 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
39101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39102 (eval $ac_try) 2>&5
39103 ac_status=$?
39104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39105 (exit $ac_status); }; }; then
39106 ac_header_compiler=yes
39107else
39108 echo "$as_me: failed program was:" >&5
39109sed 's/^/| /' conftest.$ac_ext >&5
39110
39111ac_header_compiler=no
39112fi
ac1cb8d3 39113rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
39114echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
39115echo "${ECHO_T}$ac_header_compiler" >&6
39116
39117# Is the header present?
39118echo "$as_me:$LINENO: checking $ac_header presence" >&5
39119echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
39120cat >conftest.$ac_ext <<_ACEOF
39121/* confdefs.h. */
39122_ACEOF
39123cat confdefs.h >>conftest.$ac_ext
39124cat >>conftest.$ac_ext <<_ACEOF
39125/* end confdefs.h. */
39126#include <$ac_header>
39127_ACEOF
39128if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
39129 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
39130 ac_status=$?
39131 grep -v '^ *+' conftest.er1 >conftest.err
39132 rm -f conftest.er1
39133 cat conftest.err >&5
39134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39135 (exit $ac_status); } >/dev/null; then
39136 if test -s conftest.err; then
5d7b7554
VZ
39137 ac_cpp_err=$ac_cxx_preproc_warn_flag
39138 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
39139 else
39140 ac_cpp_err=
39141 fi
39142else
39143 ac_cpp_err=yes
39144fi
39145if test -z "$ac_cpp_err"; then
39146 ac_header_preproc=yes
39147else
39148 echo "$as_me: failed program was:" >&5
39149sed 's/^/| /' conftest.$ac_ext >&5
39150
39151 ac_header_preproc=no
39152fi
39153rm -f conftest.err conftest.$ac_ext
39154echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
39155echo "${ECHO_T}$ac_header_preproc" >&6
39156
39157# So? What about this header?
5d7b7554 39158case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
ac1cb8d3 39159 yes:no: )
a848cd7e
SC
39160 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
39161echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
39162 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
39163echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
39164 ac_header_preproc=yes
a848cd7e 39165 ;;
ac1cb8d3 39166 no:yes:* )
a848cd7e
SC
39167 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
39168echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
39169 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
39170echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
39171 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
39172echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
39173 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
39174echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
39175 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
39176echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
39177 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
39178echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
39179 (
39180 cat <<\_ASBOX
ac1cb8d3
VS
39181## ----------------------------------------- ##
39182## Report this to wx-dev@lists.wxwidgets.org ##
39183## ----------------------------------------- ##
a848cd7e
SC
39184_ASBOX
39185 ) |
39186 sed "s/^/$as_me: WARNING: /" >&2
39187 ;;
39188esac
39189echo "$as_me:$LINENO: checking for $ac_header" >&5
39190echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39191if eval "test \"\${$as_ac_Header+set}\" = set"; then
39192 echo $ECHO_N "(cached) $ECHO_C" >&6
39193else
ac1cb8d3 39194 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
39195fi
39196echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39197echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39198
39199fi
39200if test `eval echo '${'$as_ac_Header'}'` = yes; then
39201 cat >>confdefs.h <<_ACEOF
39202#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
39203_ACEOF
39204
39205fi
39206
39207done
39208
39209 if test "$ac_cv_header_sched_h" = "yes"; then
39210 echo "$as_me:$LINENO: checking for sched_yield" >&5
39211echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
39212if test "${ac_cv_func_sched_yield+set}" = set; then
39213 echo $ECHO_N "(cached) $ECHO_C" >&6
39214else
39215 cat >conftest.$ac_ext <<_ACEOF
39216/* confdefs.h. */
39217_ACEOF
39218cat confdefs.h >>conftest.$ac_ext
39219cat >>conftest.$ac_ext <<_ACEOF
39220/* end confdefs.h. */
ac1cb8d3
VS
39221/* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
39222 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39223#define sched_yield innocuous_sched_yield
39224
a848cd7e
SC
39225/* System header to define __stub macros and hopefully few prototypes,
39226 which can conflict with char sched_yield (); below.
39227 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39228 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 39229
a848cd7e
SC
39230#ifdef __STDC__
39231# include <limits.h>
39232#else
39233# include <assert.h>
39234#endif
ac1cb8d3
VS
39235
39236#undef sched_yield
39237
a848cd7e
SC
39238/* Override any gcc2 internal prototype to avoid an error. */
39239#ifdef __cplusplus
39240extern "C"
39241{
39242#endif
39243/* We use char because int might match the return type of a gcc2
39244 builtin and then its argument prototype would still apply. */
39245char sched_yield ();
39246/* The GNU C library defines this for functions which it implements
39247 to always fail with ENOSYS. Some functions are actually named
39248 something starting with __ and the normal name is an alias. */
39249#if defined (__stub_sched_yield) || defined (__stub___sched_yield)
39250choke me
39251#else
39252char (*f) () = sched_yield;
39253#endif
39254#ifdef __cplusplus
39255}
39256#endif
39257
39258int
39259main ()
39260{
39261return f != sched_yield;
39262 ;
39263 return 0;
39264}
39265_ACEOF
39266rm -f conftest.$ac_objext conftest$ac_exeext
39267if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 39268 (eval $ac_link) 2>conftest.er1
a848cd7e 39269 ac_status=$?
ac1cb8d3
VS
39270 grep -v '^ *+' conftest.er1 >conftest.err
39271 rm -f conftest.er1
39272 cat conftest.err >&5
a848cd7e
SC
39273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39274 (exit $ac_status); } &&
6a5c9b3f
RR
39275 { ac_try='test -z "$ac_cxx_werror_flag"
39276 || test ! -s conftest.err'
ac1cb8d3
VS
39277 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39278 (eval $ac_try) 2>&5
39279 ac_status=$?
39280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39281 (exit $ac_status); }; } &&
39282 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
39283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39284 (eval $ac_try) 2>&5
39285 ac_status=$?
39286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39287 (exit $ac_status); }; }; then
39288 ac_cv_func_sched_yield=yes
39289else
39290 echo "$as_me: failed program was:" >&5
39291sed 's/^/| /' conftest.$ac_ext >&5
39292
39293ac_cv_func_sched_yield=no
39294fi
ac1cb8d3
VS
39295rm -f conftest.err conftest.$ac_objext \
39296 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
39297fi
39298echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
39299echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
39300if test $ac_cv_func_sched_yield = yes; then
39301 cat >>confdefs.h <<\_ACEOF
39302#define HAVE_SCHED_YIELD 1
39303_ACEOF
39304
39305else
39306
39307 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
39308echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
39309if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
39310 echo $ECHO_N "(cached) $ECHO_C" >&6
39311else
39312 ac_check_lib_save_LIBS=$LIBS
39313LIBS="-lposix4 $LIBS"
39314cat >conftest.$ac_ext <<_ACEOF
39315/* confdefs.h. */
39316_ACEOF
39317cat confdefs.h >>conftest.$ac_ext
39318cat >>conftest.$ac_ext <<_ACEOF
39319/* end confdefs.h. */
39320
39321/* Override any gcc2 internal prototype to avoid an error. */
39322#ifdef __cplusplus
39323extern "C"
39324#endif
39325/* We use char because int might match the return type of a gcc2
39326 builtin and then its argument prototype would still apply. */
39327char sched_yield ();
39328int
39329main ()
39330{
39331sched_yield ();
39332 ;
39333 return 0;
39334}
39335_ACEOF
39336rm -f conftest.$ac_objext conftest$ac_exeext
39337if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 39338 (eval $ac_link) 2>conftest.er1
a848cd7e 39339 ac_status=$?
ac1cb8d3
VS
39340 grep -v '^ *+' conftest.er1 >conftest.err
39341 rm -f conftest.er1
39342 cat conftest.err >&5
a848cd7e
SC
39343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39344 (exit $ac_status); } &&
6a5c9b3f
RR
39345 { ac_try='test -z "$ac_cxx_werror_flag"
39346 || test ! -s conftest.err'
ac1cb8d3
VS
39347 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39348 (eval $ac_try) 2>&5
39349 ac_status=$?
39350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39351 (exit $ac_status); }; } &&
39352 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
39353 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39354 (eval $ac_try) 2>&5
39355 ac_status=$?
39356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39357 (exit $ac_status); }; }; then
39358 ac_cv_lib_posix4_sched_yield=yes
39359else
39360 echo "$as_me: failed program was:" >&5
39361sed 's/^/| /' conftest.$ac_ext >&5
39362
39363ac_cv_lib_posix4_sched_yield=no
39364fi
ac1cb8d3
VS
39365rm -f conftest.err conftest.$ac_objext \
39366 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
39367LIBS=$ac_check_lib_save_LIBS
39368fi
39369echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
39370echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
39371if test $ac_cv_lib_posix4_sched_yield = yes; then
39372 cat >>confdefs.h <<\_ACEOF
39373#define HAVE_SCHED_YIELD 1
39374_ACEOF
39375 POSIX4_LINK=" -lposix4"
39376else
39377 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
39378echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
39379
39380fi
39381
39382
39383
39384fi
39385
39386 fi
39387
39388 HAVE_PRIOR_FUNCS=0
39389 echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
39390echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
39391if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
39392 echo $ECHO_N "(cached) $ECHO_C" >&6
39393else
39394 cat >conftest.$ac_ext <<_ACEOF
39395/* confdefs.h. */
39396_ACEOF
39397cat confdefs.h >>conftest.$ac_ext
39398cat >>conftest.$ac_ext <<_ACEOF
39399/* end confdefs.h. */
ac1cb8d3
VS
39400/* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
39401 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39402#define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
39403
a848cd7e
SC
39404/* System header to define __stub macros and hopefully few prototypes,
39405 which can conflict with char pthread_attr_getschedpolicy (); below.
39406 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39407 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 39408
a848cd7e
SC
39409#ifdef __STDC__
39410# include <limits.h>
39411#else
39412# include <assert.h>
39413#endif
ac1cb8d3
VS
39414
39415#undef pthread_attr_getschedpolicy
39416
a848cd7e
SC
39417/* Override any gcc2 internal prototype to avoid an error. */
39418#ifdef __cplusplus
39419extern "C"
39420{
39421#endif
39422/* We use char because int might match the return type of a gcc2
39423 builtin and then its argument prototype would still apply. */
39424char pthread_attr_getschedpolicy ();
39425/* The GNU C library defines this for functions which it implements
39426 to always fail with ENOSYS. Some functions are actually named
39427 something starting with __ and the normal name is an alias. */
39428#if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
39429choke me
39430#else
39431char (*f) () = pthread_attr_getschedpolicy;
39432#endif
39433#ifdef __cplusplus
39434}
39435#endif
39436
39437int
39438main ()
39439{
39440return f != pthread_attr_getschedpolicy;
39441 ;
39442 return 0;
39443}
39444_ACEOF
39445rm -f conftest.$ac_objext conftest$ac_exeext
39446if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 39447 (eval $ac_link) 2>conftest.er1
a848cd7e 39448 ac_status=$?
ac1cb8d3
VS
39449 grep -v '^ *+' conftest.er1 >conftest.err
39450 rm -f conftest.er1
39451 cat conftest.err >&5
a848cd7e
SC
39452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39453 (exit $ac_status); } &&
6a5c9b3f
RR
39454 { ac_try='test -z "$ac_cxx_werror_flag"
39455 || test ! -s conftest.err'
ac1cb8d3
VS
39456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39457 (eval $ac_try) 2>&5
39458 ac_status=$?
39459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39460 (exit $ac_status); }; } &&
39461 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
39462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39463 (eval $ac_try) 2>&5
39464 ac_status=$?
39465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39466 (exit $ac_status); }; }; then
39467 ac_cv_func_pthread_attr_getschedpolicy=yes
39468else
39469 echo "$as_me: failed program was:" >&5
39470sed 's/^/| /' conftest.$ac_ext >&5
39471
39472ac_cv_func_pthread_attr_getschedpolicy=no
39473fi
ac1cb8d3
VS
39474rm -f conftest.err conftest.$ac_objext \
39475 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
39476fi
39477echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
39478echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
39479if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
39480 echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
39481echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
39482if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
39483 echo $ECHO_N "(cached) $ECHO_C" >&6
39484else
39485 cat >conftest.$ac_ext <<_ACEOF
39486/* confdefs.h. */
39487_ACEOF
39488cat confdefs.h >>conftest.$ac_ext
39489cat >>conftest.$ac_ext <<_ACEOF
39490/* end confdefs.h. */
ac1cb8d3
VS
39491/* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
39492 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39493#define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
39494
a848cd7e
SC
39495/* System header to define __stub macros and hopefully few prototypes,
39496 which can conflict with char pthread_attr_setschedparam (); below.
39497 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39498 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 39499
a848cd7e
SC
39500#ifdef __STDC__
39501# include <limits.h>
39502#else
39503# include <assert.h>
39504#endif
ac1cb8d3
VS
39505
39506#undef pthread_attr_setschedparam
39507
a848cd7e
SC
39508/* Override any gcc2 internal prototype to avoid an error. */
39509#ifdef __cplusplus
39510extern "C"
39511{
39512#endif
39513/* We use char because int might match the return type of a gcc2
39514 builtin and then its argument prototype would still apply. */
39515char pthread_attr_setschedparam ();
39516/* The GNU C library defines this for functions which it implements
39517 to always fail with ENOSYS. Some functions are actually named
39518 something starting with __ and the normal name is an alias. */
39519#if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
39520choke me
39521#else
39522char (*f) () = pthread_attr_setschedparam;
39523#endif
39524#ifdef __cplusplus
39525}
39526#endif
39527
39528int
39529main ()
39530{
39531return f != pthread_attr_setschedparam;
39532 ;
39533 return 0;
39534}
39535_ACEOF
39536rm -f conftest.$ac_objext conftest$ac_exeext
39537if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 39538 (eval $ac_link) 2>conftest.er1
a848cd7e 39539 ac_status=$?
ac1cb8d3
VS
39540 grep -v '^ *+' conftest.er1 >conftest.err
39541 rm -f conftest.er1
39542 cat conftest.err >&5
a848cd7e
SC
39543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39544 (exit $ac_status); } &&
6a5c9b3f
RR
39545 { ac_try='test -z "$ac_cxx_werror_flag"
39546 || test ! -s conftest.err'
ac1cb8d3
VS
39547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39548 (eval $ac_try) 2>&5
39549 ac_status=$?
39550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39551 (exit $ac_status); }; } &&
39552 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
39553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39554 (eval $ac_try) 2>&5
39555 ac_status=$?
39556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39557 (exit $ac_status); }; }; then
39558 ac_cv_func_pthread_attr_setschedparam=yes
39559else
39560 echo "$as_me: failed program was:" >&5
39561sed 's/^/| /' conftest.$ac_ext >&5
39562
39563ac_cv_func_pthread_attr_setschedparam=no
39564fi
ac1cb8d3
VS
39565rm -f conftest.err conftest.$ac_objext \
39566 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
39567fi
39568echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
39569echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
39570if test $ac_cv_func_pthread_attr_setschedparam = yes; then
39571 echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
39572echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
39573if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
39574 echo $ECHO_N "(cached) $ECHO_C" >&6
39575else
39576 cat >conftest.$ac_ext <<_ACEOF
39577/* confdefs.h. */
39578_ACEOF
39579cat confdefs.h >>conftest.$ac_ext
39580cat >>conftest.$ac_ext <<_ACEOF
39581/* end confdefs.h. */
ac1cb8d3
VS
39582/* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
39583 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39584#define sched_get_priority_max innocuous_sched_get_priority_max
39585
a848cd7e
SC
39586/* System header to define __stub macros and hopefully few prototypes,
39587 which can conflict with char sched_get_priority_max (); below.
39588 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39589 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 39590
a848cd7e
SC
39591#ifdef __STDC__
39592# include <limits.h>
39593#else
39594# include <assert.h>
39595#endif
ac1cb8d3
VS
39596
39597#undef sched_get_priority_max
39598
a848cd7e
SC
39599/* Override any gcc2 internal prototype to avoid an error. */
39600#ifdef __cplusplus
39601extern "C"
39602{
39603#endif
39604/* We use char because int might match the return type of a gcc2
39605 builtin and then its argument prototype would still apply. */
39606char sched_get_priority_max ();
39607/* The GNU C library defines this for functions which it implements
39608 to always fail with ENOSYS. Some functions are actually named
39609 something starting with __ and the normal name is an alias. */
39610#if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
39611choke me
39612#else
39613char (*f) () = sched_get_priority_max;
39614#endif
39615#ifdef __cplusplus
39616}
39617#endif
39618
39619int
39620main ()
39621{
39622return f != sched_get_priority_max;
39623 ;
39624 return 0;
39625}
39626_ACEOF
39627rm -f conftest.$ac_objext conftest$ac_exeext
39628if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 39629 (eval $ac_link) 2>conftest.er1
a848cd7e 39630 ac_status=$?
ac1cb8d3
VS
39631 grep -v '^ *+' conftest.er1 >conftest.err
39632 rm -f conftest.er1
39633 cat conftest.err >&5
a848cd7e
SC
39634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39635 (exit $ac_status); } &&
6a5c9b3f
RR
39636 { ac_try='test -z "$ac_cxx_werror_flag"
39637 || test ! -s conftest.err'
ac1cb8d3
VS
39638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39639 (eval $ac_try) 2>&5
39640 ac_status=$?
39641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39642 (exit $ac_status); }; } &&
39643 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
39644 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39645 (eval $ac_try) 2>&5
39646 ac_status=$?
39647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39648 (exit $ac_status); }; }; then
39649 ac_cv_func_sched_get_priority_max=yes
39650else
39651 echo "$as_me: failed program was:" >&5
39652sed 's/^/| /' conftest.$ac_ext >&5
39653
39654ac_cv_func_sched_get_priority_max=no
39655fi
ac1cb8d3
VS
39656rm -f conftest.err conftest.$ac_objext \
39657 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
39658fi
39659echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
39660echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
39661if test $ac_cv_func_sched_get_priority_max = yes; then
39662 HAVE_PRIOR_FUNCS=1
39663else
39664 echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
39665echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
39666if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
39667 echo $ECHO_N "(cached) $ECHO_C" >&6
39668else
39669 ac_check_lib_save_LIBS=$LIBS
39670LIBS="-lposix4 $LIBS"
39671cat >conftest.$ac_ext <<_ACEOF
39672/* confdefs.h. */
39673_ACEOF
39674cat confdefs.h >>conftest.$ac_ext
39675cat >>conftest.$ac_ext <<_ACEOF
39676/* end confdefs.h. */
39677
39678/* Override any gcc2 internal prototype to avoid an error. */
39679#ifdef __cplusplus
39680extern "C"
39681#endif
39682/* We use char because int might match the return type of a gcc2
39683 builtin and then its argument prototype would still apply. */
39684char sched_get_priority_max ();
39685int
39686main ()
39687{
39688sched_get_priority_max ();
39689 ;
39690 return 0;
39691}
39692_ACEOF
39693rm -f conftest.$ac_objext conftest$ac_exeext
39694if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 39695 (eval $ac_link) 2>conftest.er1
a848cd7e 39696 ac_status=$?
ac1cb8d3
VS
39697 grep -v '^ *+' conftest.er1 >conftest.err
39698 rm -f conftest.er1
39699 cat conftest.err >&5
a848cd7e
SC
39700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39701 (exit $ac_status); } &&
6a5c9b3f
RR
39702 { ac_try='test -z "$ac_cxx_werror_flag"
39703 || test ! -s conftest.err'
ac1cb8d3
VS
39704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39705 (eval $ac_try) 2>&5
39706 ac_status=$?
39707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39708 (exit $ac_status); }; } &&
39709 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
39710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39711 (eval $ac_try) 2>&5
39712 ac_status=$?
39713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39714 (exit $ac_status); }; }; then
39715 ac_cv_lib_posix4_sched_get_priority_max=yes
39716else
39717 echo "$as_me: failed program was:" >&5
39718sed 's/^/| /' conftest.$ac_ext >&5
39719
39720ac_cv_lib_posix4_sched_get_priority_max=no
39721fi
ac1cb8d3
VS
39722rm -f conftest.err conftest.$ac_objext \
39723 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
39724LIBS=$ac_check_lib_save_LIBS
39725fi
39726echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
39727echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
39728if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
39729
39730 HAVE_PRIOR_FUNCS=1
39731 POSIX4_LINK=" -lposix4"
39732
39733fi
39734
39735
39736fi
39737
39738
39739fi
39740
39741
39742fi
39743
39744
39745 if test "$HAVE_PRIOR_FUNCS" = 1; then
39746 cat >>confdefs.h <<\_ACEOF
39747#define HAVE_THREAD_PRIORITY_FUNCTIONS 1
39748_ACEOF
39749
39750 else
39751 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
39752echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
39753 fi
39754
39755 echo "$as_me:$LINENO: checking for pthread_cancel" >&5
39756echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
39757if test "${ac_cv_func_pthread_cancel+set}" = set; then
39758 echo $ECHO_N "(cached) $ECHO_C" >&6
39759else
39760 cat >conftest.$ac_ext <<_ACEOF
39761/* confdefs.h. */
39762_ACEOF
39763cat confdefs.h >>conftest.$ac_ext
39764cat >>conftest.$ac_ext <<_ACEOF
39765/* end confdefs.h. */
ac1cb8d3
VS
39766/* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
39767 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39768#define pthread_cancel innocuous_pthread_cancel
39769
a848cd7e
SC
39770/* System header to define __stub macros and hopefully few prototypes,
39771 which can conflict with char pthread_cancel (); below.
39772 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39773 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 39774
a848cd7e
SC
39775#ifdef __STDC__
39776# include <limits.h>
39777#else
39778# include <assert.h>
39779#endif
ac1cb8d3
VS
39780
39781#undef pthread_cancel
39782
a848cd7e
SC
39783/* Override any gcc2 internal prototype to avoid an error. */
39784#ifdef __cplusplus
39785extern "C"
39786{
39787#endif
39788/* We use char because int might match the return type of a gcc2
39789 builtin and then its argument prototype would still apply. */
39790char pthread_cancel ();
39791/* The GNU C library defines this for functions which it implements
39792 to always fail with ENOSYS. Some functions are actually named
39793 something starting with __ and the normal name is an alias. */
39794#if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
39795choke me
39796#else
39797char (*f) () = pthread_cancel;
39798#endif
39799#ifdef __cplusplus
39800}
39801#endif
39802
39803int
39804main ()
39805{
39806return f != pthread_cancel;
39807 ;
39808 return 0;
39809}
39810_ACEOF
39811rm -f conftest.$ac_objext conftest$ac_exeext
39812if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 39813 (eval $ac_link) 2>conftest.er1
a848cd7e 39814 ac_status=$?
ac1cb8d3
VS
39815 grep -v '^ *+' conftest.er1 >conftest.err
39816 rm -f conftest.er1
39817 cat conftest.err >&5
a848cd7e
SC
39818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39819 (exit $ac_status); } &&
6a5c9b3f
RR
39820 { ac_try='test -z "$ac_cxx_werror_flag"
39821 || test ! -s conftest.err'
ac1cb8d3
VS
39822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39823 (eval $ac_try) 2>&5
39824 ac_status=$?
39825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39826 (exit $ac_status); }; } &&
39827 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
39828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39829 (eval $ac_try) 2>&5
39830 ac_status=$?
39831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39832 (exit $ac_status); }; }; then
39833 ac_cv_func_pthread_cancel=yes
39834else
39835 echo "$as_me: failed program was:" >&5
39836sed 's/^/| /' conftest.$ac_ext >&5
39837
39838ac_cv_func_pthread_cancel=no
39839fi
ac1cb8d3
VS
39840rm -f conftest.err conftest.$ac_objext \
39841 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
39842fi
39843echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
39844echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
39845if test $ac_cv_func_pthread_cancel = yes; then
39846 cat >>confdefs.h <<\_ACEOF
39847#define HAVE_PTHREAD_CANCEL 1
39848_ACEOF
39849
39850else
39851 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
39852echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
39853fi
39854
39855
abc736fd
MW
39856 echo "$as_me:$LINENO: checking for pthread_attr_setstacksize" >&5
39857echo $ECHO_N "checking for pthread_attr_setstacksize... $ECHO_C" >&6
39858if test "${ac_cv_func_pthread_attr_setstacksize+set}" = set; then
39859 echo $ECHO_N "(cached) $ECHO_C" >&6
39860else
39861 cat >conftest.$ac_ext <<_ACEOF
39862/* confdefs.h. */
39863_ACEOF
39864cat confdefs.h >>conftest.$ac_ext
39865cat >>conftest.$ac_ext <<_ACEOF
39866/* end confdefs.h. */
39867/* Define pthread_attr_setstacksize to an innocuous variant, in case <limits.h> declares pthread_attr_setstacksize.
39868 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39869#define pthread_attr_setstacksize innocuous_pthread_attr_setstacksize
39870
39871/* System header to define __stub macros and hopefully few prototypes,
39872 which can conflict with char pthread_attr_setstacksize (); below.
39873 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39874 <limits.h> exists even on freestanding compilers. */
39875
39876#ifdef __STDC__
39877# include <limits.h>
39878#else
39879# include <assert.h>
39880#endif
39881
39882#undef pthread_attr_setstacksize
39883
39884/* Override any gcc2 internal prototype to avoid an error. */
39885#ifdef __cplusplus
39886extern "C"
39887{
39888#endif
39889/* We use char because int might match the return type of a gcc2
39890 builtin and then its argument prototype would still apply. */
39891char pthread_attr_setstacksize ();
39892/* The GNU C library defines this for functions which it implements
39893 to always fail with ENOSYS. Some functions are actually named
39894 something starting with __ and the normal name is an alias. */
39895#if defined (__stub_pthread_attr_setstacksize) || defined (__stub___pthread_attr_setstacksize)
39896choke me
39897#else
39898char (*f) () = pthread_attr_setstacksize;
39899#endif
39900#ifdef __cplusplus
39901}
39902#endif
39903
39904int
39905main ()
39906{
39907return f != pthread_attr_setstacksize;
39908 ;
39909 return 0;
39910}
39911_ACEOF
39912rm -f conftest.$ac_objext conftest$ac_exeext
39913if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39914 (eval $ac_link) 2>conftest.er1
39915 ac_status=$?
39916 grep -v '^ *+' conftest.er1 >conftest.err
39917 rm -f conftest.er1
39918 cat conftest.err >&5
39919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39920 (exit $ac_status); } &&
6a5c9b3f
RR
39921 { ac_try='test -z "$ac_cxx_werror_flag"
39922 || test ! -s conftest.err'
abc736fd
MW
39923 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39924 (eval $ac_try) 2>&5
39925 ac_status=$?
39926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39927 (exit $ac_status); }; } &&
39928 { ac_try='test -s conftest$ac_exeext'
39929 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39930 (eval $ac_try) 2>&5
39931 ac_status=$?
39932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39933 (exit $ac_status); }; }; then
39934 ac_cv_func_pthread_attr_setstacksize=yes
39935else
39936 echo "$as_me: failed program was:" >&5
39937sed 's/^/| /' conftest.$ac_ext >&5
39938
39939ac_cv_func_pthread_attr_setstacksize=no
39940fi
39941rm -f conftest.err conftest.$ac_objext \
39942 conftest$ac_exeext conftest.$ac_ext
39943fi
39944echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setstacksize" >&5
39945echo "${ECHO_T}$ac_cv_func_pthread_attr_setstacksize" >&6
39946if test $ac_cv_func_pthread_attr_setstacksize = yes; then
39947 cat >>confdefs.h <<\_ACEOF
39948#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
39949_ACEOF
39950
39951fi
39952
a848cd7e
SC
39953
39954
39955 echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
39956echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
39957if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
39958 echo $ECHO_N "(cached) $ECHO_C" >&6
39959else
39960
39961 cat >conftest.$ac_ext <<_ACEOF
39962/* confdefs.h. */
39963_ACEOF
39964cat confdefs.h >>conftest.$ac_ext
39965cat >>conftest.$ac_ext <<_ACEOF
39966/* end confdefs.h. */
39967#include <pthread.h>
39968int
39969main ()
39970{
39971
39972 pthread_mutexattr_t attr;
39973 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
39974
39975 ;
39976 return 0;
39977}
39978_ACEOF
39979rm -f conftest.$ac_objext
39980if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 39981 (eval $ac_compile) 2>conftest.er1
a848cd7e 39982 ac_status=$?
ac1cb8d3
VS
39983 grep -v '^ *+' conftest.er1 >conftest.err
39984 rm -f conftest.er1
39985 cat conftest.err >&5
a848cd7e
SC
39986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39987 (exit $ac_status); } &&
6a5c9b3f
RR
39988 { ac_try='test -z "$ac_cxx_werror_flag"
39989 || test ! -s conftest.err'
ac1cb8d3
VS
39990 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39991 (eval $ac_try) 2>&5
39992 ac_status=$?
39993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39994 (exit $ac_status); }; } &&
39995 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
39996 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39997 (eval $ac_try) 2>&5
39998 ac_status=$?
39999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40000 (exit $ac_status); }; }; then
123dca7d 40001 wx_cv_type_pthread_mutexattr_t=yes
a848cd7e
SC
40002else
40003 echo "$as_me: failed program was:" >&5
40004sed 's/^/| /' conftest.$ac_ext >&5
40005
123dca7d 40006wx_cv_type_pthread_mutexattr_t=no
a848cd7e
SC
40007
40008fi
ac1cb8d3 40009rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
40010
40011fi
40012echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
40013echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
40014
40015 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
40016 cat >>confdefs.h <<\_ACEOF
40017#define HAVE_PTHREAD_MUTEXATTR_T 1
40018_ACEOF
40019
123dca7d
VZ
40020
40021 echo "$as_me:$LINENO: checking for pthread_mutexattr_settype declaration" >&5
40022echo $ECHO_N "checking for pthread_mutexattr_settype declaration... $ECHO_C" >&6
40023if test "${wx_cv_func_pthread_mutexattr_settype_decl+set}" = set; then
40024 echo $ECHO_N "(cached) $ECHO_C" >&6
40025else
40026
40027 cat >conftest.$ac_ext <<_ACEOF
40028/* confdefs.h. */
40029_ACEOF
40030cat confdefs.h >>conftest.$ac_ext
40031cat >>conftest.$ac_ext <<_ACEOF
40032/* end confdefs.h. */
40033#include <pthread.h>
40034int
40035main ()
40036{
40037
40038 pthread_mutexattr_t attr;
40039 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
40040
40041 ;
40042 return 0;
40043}
40044_ACEOF
40045rm -f conftest.$ac_objext
40046if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40047 (eval $ac_compile) 2>conftest.er1
40048 ac_status=$?
40049 grep -v '^ *+' conftest.er1 >conftest.err
40050 rm -f conftest.er1
40051 cat conftest.err >&5
40052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40053 (exit $ac_status); } &&
6a5c9b3f
RR
40054 { ac_try='test -z "$ac_cxx_werror_flag"
40055 || test ! -s conftest.err'
123dca7d
VZ
40056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40057 (eval $ac_try) 2>&5
40058 ac_status=$?
40059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40060 (exit $ac_status); }; } &&
40061 { ac_try='test -s conftest.$ac_objext'
40062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40063 (eval $ac_try) 2>&5
40064 ac_status=$?
40065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40066 (exit $ac_status); }; }; then
40067 wx_cv_func_pthread_mutexattr_settype_decl=yes
40068else
40069 echo "$as_me: failed program was:" >&5
40070sed 's/^/| /' conftest.$ac_ext >&5
40071
40072wx_cv_func_pthread_mutexattr_settype_decl=no
40073
40074fi
40075rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40076
40077fi
40078echo "$as_me:$LINENO: result: $wx_cv_func_pthread_mutexattr_settype_decl" >&5
40079echo "${ECHO_T}$wx_cv_func_pthread_mutexattr_settype_decl" >&6
40080 if test "$wx_cv_func_pthread_mutexattr_settype_decl" = "yes"; then
40081 cat >>confdefs.h <<\_ACEOF
40082#define HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL 1
40083_ACEOF
40084
40085 fi
a848cd7e
SC
40086 else
40087 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
40088echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
40089if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
40090 echo $ECHO_N "(cached) $ECHO_C" >&6
40091else
40092
40093 cat >conftest.$ac_ext <<_ACEOF
40094/* confdefs.h. */
40095_ACEOF
40096cat confdefs.h >>conftest.$ac_ext
40097cat >>conftest.$ac_ext <<_ACEOF
40098/* end confdefs.h. */
40099#include <pthread.h>
40100int
40101main ()
40102{
40103
40104 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
40105
40106 ;
40107 return 0;
40108}
40109_ACEOF
40110rm -f conftest.$ac_objext
40111if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 40112 (eval $ac_compile) 2>conftest.er1
a848cd7e 40113 ac_status=$?
ac1cb8d3
VS
40114 grep -v '^ *+' conftest.er1 >conftest.err
40115 rm -f conftest.er1
40116 cat conftest.err >&5
a848cd7e
SC
40117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40118 (exit $ac_status); } &&
6a5c9b3f
RR
40119 { ac_try='test -z "$ac_cxx_werror_flag"
40120 || test ! -s conftest.err'
ac1cb8d3
VS
40121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40122 (eval $ac_try) 2>&5
40123 ac_status=$?
40124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40125 (exit $ac_status); }; } &&
40126 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
40127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40128 (eval $ac_try) 2>&5
40129 ac_status=$?
40130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40131 (exit $ac_status); }; }; then
40132
40133 wx_cv_type_pthread_rec_mutex_init=yes
40134
40135else
40136 echo "$as_me: failed program was:" >&5
40137sed 's/^/| /' conftest.$ac_ext >&5
40138
40139
40140 wx_cv_type_pthread_rec_mutex_init=no
40141
40142
40143fi
ac1cb8d3 40144rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
40145
40146fi
40147echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
40148echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
40149 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
40150 cat >>confdefs.h <<\_ACEOF
40151#define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
40152_ACEOF
40153
40154 else
40155 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
40156echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
40157 fi
40158 fi
40159 fi
40160
40161else
40162 if test "$wxUSE_THREADS" = "yes" ; then
40163 case "${host}" in
40164 *-*-mingw32* )
40165 echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
40166echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
40167if test "${wx_cv_cflags_mthread+set}" = set; then
40168 echo $ECHO_N "(cached) $ECHO_C" >&6
40169else
40170
e56f4f9e
VZ
40171 CXXFLAGS_OLD="$CXXFLAGS"
40172 CXXFLAGS="-mthreads $CXXFLAGS"
a848cd7e
SC
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. */
40179
40180int
40181main ()
40182{
40183
40184 ;
40185 return 0;
40186}
40187_ACEOF
40188rm -f conftest.$ac_objext
40189if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 40190 (eval $ac_compile) 2>conftest.er1
a848cd7e 40191 ac_status=$?
ac1cb8d3
VS
40192 grep -v '^ *+' conftest.er1 >conftest.err
40193 rm -f conftest.er1
40194 cat conftest.err >&5
a848cd7e
SC
40195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40196 (exit $ac_status); } &&
6a5c9b3f
RR
40197 { ac_try='test -z "$ac_cxx_werror_flag"
40198 || test ! -s conftest.err'
ac1cb8d3
VS
40199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40200 (eval $ac_try) 2>&5
40201 ac_status=$?
40202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40203 (exit $ac_status); }; } &&
40204 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
40205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40206 (eval $ac_try) 2>&5
40207 ac_status=$?
40208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40209 (exit $ac_status); }; }; then
40210 wx_cv_cflags_mthread=yes
40211else
40212 echo "$as_me: failed program was:" >&5
40213sed 's/^/| /' conftest.$ac_ext >&5
40214
40215wx_cv_cflags_mthread=no
40216
40217fi
ac1cb8d3 40218rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
40219
40220
40221fi
40222echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
40223echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
40224
40225 if test "$wx_cv_cflags_mthread" = "yes"; then
e56f4f9e 40226 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -mthreads"
a848cd7e
SC
40227 LDFLAGS="$LDFLAGS -mthreads"
40228 else
e56f4f9e 40229 CXXFLAGS="$CXXFLAGS_OLD"
a848cd7e
SC
40230 fi
40231 ;;
40232 *-pc-os2*emx )
5ff751d6
VZ
40233 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -Zmt -D__ST_MT_ERRNO__"
40234 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -Zmt -D__ST_MT_ERRNO__"
a848cd7e
SC
40235 LDFLAGS="$LDFLAGS -Zmt"
40236 ;;
40237 esac
40238 fi
40239fi
40240
004ee6da
RL
40241echo "$as_me:$LINENO: checking for localtime_r" >&5
40242echo $ECHO_N "checking for localtime_r... $ECHO_C" >&6
40243if test "${ac_cv_func_localtime_r+set}" = set; then
a848cd7e
SC
40244 echo $ECHO_N "(cached) $ECHO_C" >&6
40245else
40246 cat >conftest.$ac_ext <<_ACEOF
40247/* confdefs.h. */
40248_ACEOF
40249cat confdefs.h >>conftest.$ac_ext
40250cat >>conftest.$ac_ext <<_ACEOF
40251/* end confdefs.h. */
004ee6da 40252/* Define localtime_r to an innocuous variant, in case <limits.h> declares localtime_r.
ac1cb8d3 40253 For example, HP-UX 11i <limits.h> declares gettimeofday. */
004ee6da 40254#define localtime_r innocuous_localtime_r
ac1cb8d3 40255
a848cd7e 40256/* System header to define __stub macros and hopefully few prototypes,
004ee6da 40257 which can conflict with char localtime_r (); below.
a848cd7e
SC
40258 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40259 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 40260
a848cd7e
SC
40261#ifdef __STDC__
40262# include <limits.h>
40263#else
40264# include <assert.h>
40265#endif
ac1cb8d3 40266
004ee6da 40267#undef localtime_r
ac1cb8d3 40268
a848cd7e
SC
40269/* Override any gcc2 internal prototype to avoid an error. */
40270#ifdef __cplusplus
40271extern "C"
40272{
40273#endif
40274/* We use char because int might match the return type of a gcc2
40275 builtin and then its argument prototype would still apply. */
004ee6da 40276char localtime_r ();
a848cd7e
SC
40277/* The GNU C library defines this for functions which it implements
40278 to always fail with ENOSYS. Some functions are actually named
40279 something starting with __ and the normal name is an alias. */
004ee6da 40280#if defined (__stub_localtime_r) || defined (__stub___localtime_r)
a848cd7e
SC
40281choke me
40282#else
004ee6da 40283char (*f) () = localtime_r;
a848cd7e
SC
40284#endif
40285#ifdef __cplusplus
40286}
40287#endif
40288
40289int
40290main ()
40291{
004ee6da
RL
40292return f != localtime_r;
40293 ;
40294 return 0;
40295}
40296_ACEOF
40297rm -f conftest.$ac_objext conftest$ac_exeext
40298if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40299 (eval $ac_link) 2>conftest.er1
40300 ac_status=$?
40301 grep -v '^ *+' conftest.er1 >conftest.err
40302 rm -f conftest.er1
40303 cat conftest.err >&5
40304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40305 (exit $ac_status); } &&
6a5c9b3f
RR
40306 { ac_try='test -z "$ac_cxx_werror_flag"
40307 || test ! -s conftest.err'
004ee6da
RL
40308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40309 (eval $ac_try) 2>&5
40310 ac_status=$?
40311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40312 (exit $ac_status); }; } &&
40313 { ac_try='test -s conftest$ac_exeext'
40314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40315 (eval $ac_try) 2>&5
40316 ac_status=$?
40317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40318 (exit $ac_status); }; }; then
40319 ac_cv_func_localtime_r=yes
40320else
40321 echo "$as_me: failed program was:" >&5
40322sed 's/^/| /' conftest.$ac_ext >&5
40323
40324ac_cv_func_localtime_r=no
40325fi
40326rm -f conftest.err conftest.$ac_objext \
40327 conftest$ac_exeext conftest.$ac_ext
40328fi
40329echo "$as_me:$LINENO: result: $ac_cv_func_localtime_r" >&5
40330echo "${ECHO_T}$ac_cv_func_localtime_r" >&6
40331if test $ac_cv_func_localtime_r = yes; then
40332 cat >>confdefs.h <<\_ACEOF
40333#define HAVE_LOCALTIME_R 1
40334_ACEOF
40335
40336fi
40337
40338echo "$as_me:$LINENO: checking for gmtime_r" >&5
40339echo $ECHO_N "checking for gmtime_r... $ECHO_C" >&6
40340if test "${ac_cv_func_gmtime_r+set}" = set; then
40341 echo $ECHO_N "(cached) $ECHO_C" >&6
40342else
40343 cat >conftest.$ac_ext <<_ACEOF
40344/* confdefs.h. */
40345_ACEOF
40346cat confdefs.h >>conftest.$ac_ext
40347cat >>conftest.$ac_ext <<_ACEOF
40348/* end confdefs.h. */
40349/* Define gmtime_r to an innocuous variant, in case <limits.h> declares gmtime_r.
40350 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40351#define gmtime_r innocuous_gmtime_r
40352
40353/* System header to define __stub macros and hopefully few prototypes,
40354 which can conflict with char gmtime_r (); below.
40355 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40356 <limits.h> exists even on freestanding compilers. */
40357
40358#ifdef __STDC__
40359# include <limits.h>
40360#else
40361# include <assert.h>
40362#endif
40363
40364#undef gmtime_r
40365
40366/* Override any gcc2 internal prototype to avoid an error. */
40367#ifdef __cplusplus
40368extern "C"
40369{
40370#endif
40371/* We use char because int might match the return type of a gcc2
40372 builtin and then its argument prototype would still apply. */
40373char gmtime_r ();
40374/* The GNU C library defines this for functions which it implements
40375 to always fail with ENOSYS. Some functions are actually named
40376 something starting with __ and the normal name is an alias. */
40377#if defined (__stub_gmtime_r) || defined (__stub___gmtime_r)
40378choke me
40379#else
40380char (*f) () = gmtime_r;
40381#endif
40382#ifdef __cplusplus
40383}
40384#endif
40385
40386int
40387main ()
40388{
40389return f != gmtime_r;
40390 ;
40391 return 0;
40392}
40393_ACEOF
40394rm -f conftest.$ac_objext conftest$ac_exeext
40395if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40396 (eval $ac_link) 2>conftest.er1
40397 ac_status=$?
40398 grep -v '^ *+' conftest.er1 >conftest.err
40399 rm -f conftest.er1
40400 cat conftest.err >&5
40401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40402 (exit $ac_status); } &&
6a5c9b3f
RR
40403 { ac_try='test -z "$ac_cxx_werror_flag"
40404 || test ! -s conftest.err'
004ee6da
RL
40405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40406 (eval $ac_try) 2>&5
40407 ac_status=$?
40408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40409 (exit $ac_status); }; } &&
40410 { ac_try='test -s conftest$ac_exeext'
40411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40412 (eval $ac_try) 2>&5
40413 ac_status=$?
40414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40415 (exit $ac_status); }; }; then
40416 ac_cv_func_gmtime_r=yes
40417else
40418 echo "$as_me: failed program was:" >&5
40419sed 's/^/| /' conftest.$ac_ext >&5
40420
40421ac_cv_func_gmtime_r=no
40422fi
40423rm -f conftest.err conftest.$ac_objext \
40424 conftest$ac_exeext conftest.$ac_ext
40425fi
40426echo "$as_me:$LINENO: result: $ac_cv_func_gmtime_r" >&5
40427echo "${ECHO_T}$ac_cv_func_gmtime_r" >&6
40428if test $ac_cv_func_gmtime_r = yes; then
40429 cat >>confdefs.h <<\_ACEOF
40430#define HAVE_GMTIME_R 1
40431_ACEOF
40432
40433fi
40434
40435echo "$as_me:$LINENO: checking for readdir_r" >&5
40436echo $ECHO_N "checking for readdir_r... $ECHO_C" >&6
40437if test "${ac_cv_func_readdir_r+set}" = set; then
40438 echo $ECHO_N "(cached) $ECHO_C" >&6
40439else
40440 cat >conftest.$ac_ext <<_ACEOF
40441/* confdefs.h. */
40442_ACEOF
40443cat confdefs.h >>conftest.$ac_ext
40444cat >>conftest.$ac_ext <<_ACEOF
40445/* end confdefs.h. */
40446/* Define readdir_r to an innocuous variant, in case <limits.h> declares readdir_r.
40447 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40448#define readdir_r innocuous_readdir_r
40449
40450/* System header to define __stub macros and hopefully few prototypes,
40451 which can conflict with char readdir_r (); below.
40452 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40453 <limits.h> exists even on freestanding compilers. */
40454
40455#ifdef __STDC__
40456# include <limits.h>
40457#else
40458# include <assert.h>
40459#endif
40460
40461#undef readdir_r
40462
40463/* Override any gcc2 internal prototype to avoid an error. */
40464#ifdef __cplusplus
40465extern "C"
40466{
40467#endif
40468/* We use char because int might match the return type of a gcc2
40469 builtin and then its argument prototype would still apply. */
40470char readdir_r ();
40471/* The GNU C library defines this for functions which it implements
40472 to always fail with ENOSYS. Some functions are actually named
40473 something starting with __ and the normal name is an alias. */
40474#if defined (__stub_readdir_r) || defined (__stub___readdir_r)
40475choke me
40476#else
40477char (*f) () = readdir_r;
40478#endif
40479#ifdef __cplusplus
40480}
40481#endif
40482
40483int
40484main ()
40485{
40486return f != readdir_r;
40487 ;
40488 return 0;
40489}
40490_ACEOF
40491rm -f conftest.$ac_objext conftest$ac_exeext
40492if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40493 (eval $ac_link) 2>conftest.er1
40494 ac_status=$?
40495 grep -v '^ *+' conftest.er1 >conftest.err
40496 rm -f conftest.er1
40497 cat conftest.err >&5
40498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40499 (exit $ac_status); } &&
6a5c9b3f
RR
40500 { ac_try='test -z "$ac_cxx_werror_flag"
40501 || test ! -s conftest.err'
004ee6da
RL
40502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40503 (eval $ac_try) 2>&5
40504 ac_status=$?
40505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40506 (exit $ac_status); }; } &&
40507 { ac_try='test -s conftest$ac_exeext'
40508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40509 (eval $ac_try) 2>&5
40510 ac_status=$?
40511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40512 (exit $ac_status); }; }; then
40513 ac_cv_func_readdir_r=yes
40514else
40515 echo "$as_me: failed program was:" >&5
40516sed 's/^/| /' conftest.$ac_ext >&5
40517
40518ac_cv_func_readdir_r=no
40519fi
40520rm -f conftest.err conftest.$ac_objext \
40521 conftest$ac_exeext conftest.$ac_ext
40522fi
40523echo "$as_me:$LINENO: result: $ac_cv_func_readdir_r" >&5
40524echo "${ECHO_T}$ac_cv_func_readdir_r" >&6
40525if test $ac_cv_func_readdir_r = yes; then
40526 cat >>confdefs.h <<\_ACEOF
40527#define HAVE_READDIR_R 1
40528_ACEOF
40529
40530fi
40531
004ee6da 40532
004ee6da
RL
40533
40534
40535 ac_ext=c
40536ac_cpp='$CPP $CPPFLAGS'
40537ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40538ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40539ac_compiler_gnu=$ac_cv_c_compiler_gnu
40540
40541 echo "$as_me:$LINENO: checking how many arguments gethostbyname_r() takes" >&5
40542echo $ECHO_N "checking how many arguments gethostbyname_r() takes... $ECHO_C" >&6
40543
40544 if test "${ac_cv_func_which_gethostbyname_r+set}" = set; then
40545 echo $ECHO_N "(cached) $ECHO_C" >&6
40546else
40547
40548
2f6c5bb5 40549################################################################
004ee6da
RL
40550
40551ac_cv_func_which_gethostbyname_r=unknown
40552
40553#
40554# ONE ARGUMENT (sanity check)
40555#
40556
40557# This should fail, as there is no variant of gethostbyname_r() that takes
40558# a single argument. If it actually compiles, then we can assume that
40559# netdb.h is not declaring the function, and the compiler is thereby
40560# assuming an implicit prototype. In which case, we're out of luck.
40561#
40562cat >conftest.$ac_ext <<_ACEOF
40563/* confdefs.h. */
40564_ACEOF
40565cat confdefs.h >>conftest.$ac_ext
40566cat >>conftest.$ac_ext <<_ACEOF
40567/* end confdefs.h. */
40568#include <netdb.h>
40569int
40570main ()
40571{
40572
40573 char *name = "www.gnu.org";
40574 (void)gethostbyname_r(name) /* ; */
40575
40576 ;
40577 return 0;
40578}
40579_ACEOF
40580rm -f conftest.$ac_objext
40581if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40582 (eval $ac_compile) 2>conftest.er1
40583 ac_status=$?
40584 grep -v '^ *+' conftest.er1 >conftest.err
40585 rm -f conftest.er1
40586 cat conftest.err >&5
40587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40588 (exit $ac_status); } &&
6a5c9b3f
RR
40589 { ac_try='test -z "$ac_c_werror_flag"
40590 || test ! -s conftest.err'
004ee6da
RL
40591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40592 (eval $ac_try) 2>&5
40593 ac_status=$?
40594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40595 (exit $ac_status); }; } &&
40596 { ac_try='test -s conftest.$ac_objext'
40597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40598 (eval $ac_try) 2>&5
40599 ac_status=$?
40600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40601 (exit $ac_status); }; }; then
40602 ac_cv_func_which_gethostbyname_r=no
40603else
40604 echo "$as_me: failed program was:" >&5
40605sed 's/^/| /' conftest.$ac_ext >&5
40606
40607fi
40608rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40609
40610#
40611# SIX ARGUMENTS
40612# (e.g. Linux)
40613#
40614
40615if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
40616
40617cat >conftest.$ac_ext <<_ACEOF
40618/* confdefs.h. */
40619_ACEOF
40620cat confdefs.h >>conftest.$ac_ext
40621cat >>conftest.$ac_ext <<_ACEOF
40622/* end confdefs.h. */
40623#include <netdb.h>
40624int
40625main ()
40626{
40627
40628 char *name = "www.gnu.org";
40629 struct hostent ret, *retp;
40630 char buf[1024];
40631 int buflen = 1024;
40632 int my_h_errno;
40633 (void)gethostbyname_r(name, &ret, buf, buflen, &retp, &my_h_errno) /* ; */
40634
40635 ;
40636 return 0;
40637}
40638_ACEOF
40639rm -f conftest.$ac_objext
40640if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40641 (eval $ac_compile) 2>conftest.er1
40642 ac_status=$?
40643 grep -v '^ *+' conftest.er1 >conftest.err
40644 rm -f conftest.er1
40645 cat conftest.err >&5
40646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40647 (exit $ac_status); } &&
6a5c9b3f
RR
40648 { ac_try='test -z "$ac_c_werror_flag"
40649 || test ! -s conftest.err'
004ee6da
RL
40650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40651 (eval $ac_try) 2>&5
40652 ac_status=$?
40653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40654 (exit $ac_status); }; } &&
40655 { ac_try='test -s conftest.$ac_objext'
40656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40657 (eval $ac_try) 2>&5
40658 ac_status=$?
40659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40660 (exit $ac_status); }; }; then
40661 ac_cv_func_which_gethostbyname_r=six
40662else
40663 echo "$as_me: failed program was:" >&5
40664sed 's/^/| /' conftest.$ac_ext >&5
40665
40666fi
40667rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40668
40669fi
40670
40671#
40672# FIVE ARGUMENTS
40673# (e.g. Solaris)
40674#
40675
40676if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
40677
40678cat >conftest.$ac_ext <<_ACEOF
40679/* confdefs.h. */
40680_ACEOF
40681cat confdefs.h >>conftest.$ac_ext
40682cat >>conftest.$ac_ext <<_ACEOF
40683/* end confdefs.h. */
40684#include <netdb.h>
40685int
40686main ()
40687{
40688
40689 char *name = "www.gnu.org";
40690 struct hostent ret;
40691 char buf[1024];
40692 int buflen = 1024;
40693 int my_h_errno;
40694 (void)gethostbyname_r(name, &ret, buf, buflen, &my_h_errno) /* ; */
40695
40696 ;
40697 return 0;
40698}
40699_ACEOF
40700rm -f conftest.$ac_objext
40701if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40702 (eval $ac_compile) 2>conftest.er1
40703 ac_status=$?
40704 grep -v '^ *+' conftest.er1 >conftest.err
40705 rm -f conftest.er1
40706 cat conftest.err >&5
40707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40708 (exit $ac_status); } &&
6a5c9b3f
RR
40709 { ac_try='test -z "$ac_c_werror_flag"
40710 || test ! -s conftest.err'
004ee6da
RL
40711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40712 (eval $ac_try) 2>&5
40713 ac_status=$?
40714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40715 (exit $ac_status); }; } &&
40716 { ac_try='test -s conftest.$ac_objext'
40717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40718 (eval $ac_try) 2>&5
40719 ac_status=$?
40720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40721 (exit $ac_status); }; }; then
40722 ac_cv_func_which_gethostbyname_r=five
40723else
40724 echo "$as_me: failed program was:" >&5
40725sed 's/^/| /' conftest.$ac_ext >&5
40726
40727fi
40728rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40729
40730fi
40731
40732#
40733# THREE ARGUMENTS
40734# (e.g. AIX, HP-UX, Tru64)
40735#
40736
40737if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
40738
40739cat >conftest.$ac_ext <<_ACEOF
40740/* confdefs.h. */
40741_ACEOF
40742cat confdefs.h >>conftest.$ac_ext
40743cat >>conftest.$ac_ext <<_ACEOF
40744/* end confdefs.h. */
40745#include <netdb.h>
40746int
40747main ()
40748{
40749
40750 char *name = "www.gnu.org";
40751 struct hostent ret;
40752 struct hostent_data data;
40753 (void)gethostbyname_r(name, &ret, &data) /* ; */
40754
40755 ;
40756 return 0;
40757}
40758_ACEOF
40759rm -f conftest.$ac_objext
40760if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40761 (eval $ac_compile) 2>conftest.er1
40762 ac_status=$?
40763 grep -v '^ *+' conftest.er1 >conftest.err
40764 rm -f conftest.er1
40765 cat conftest.err >&5
40766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40767 (exit $ac_status); } &&
6a5c9b3f
RR
40768 { ac_try='test -z "$ac_c_werror_flag"
40769 || test ! -s conftest.err'
004ee6da
RL
40770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40771 (eval $ac_try) 2>&5
40772 ac_status=$?
40773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40774 (exit $ac_status); }; } &&
40775 { ac_try='test -s conftest.$ac_objext'
40776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40777 (eval $ac_try) 2>&5
40778 ac_status=$?
40779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40780 (exit $ac_status); }; }; then
40781 ac_cv_func_which_gethostbyname_r=three
40782else
40783 echo "$as_me: failed program was:" >&5
40784sed 's/^/| /' conftest.$ac_ext >&5
40785
40786fi
40787rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40788
40789fi
40790
2f6c5bb5 40791################################################################
004ee6da
RL
40792
40793
40794fi
40795
40796case "$ac_cv_func_which_gethostbyname_r" in
40797 three)
40798 echo "$as_me:$LINENO: result: three" >&5
40799echo "${ECHO_T}three" >&6
40800 cat >>confdefs.h <<\_ACEOF
40801#define HAVE_FUNC_GETHOSTBYNAME_R_3 1
40802_ACEOF
40803
40804 ;;
40805
40806 five)
40807 echo "$as_me:$LINENO: result: five" >&5
40808echo "${ECHO_T}five" >&6
40809 cat >>confdefs.h <<\_ACEOF
40810#define HAVE_FUNC_GETHOSTBYNAME_R_5 1
40811_ACEOF
40812
40813 ;;
40814
40815 six)
40816 echo "$as_me:$LINENO: result: six" >&5
40817echo "${ECHO_T}six" >&6
40818 cat >>confdefs.h <<\_ACEOF
40819#define HAVE_FUNC_GETHOSTBYNAME_R_6 1
40820_ACEOF
40821
40822 ;;
40823
40824 no)
40825 echo "$as_me:$LINENO: result: cannot find function declaration in netdb.h" >&5
40826echo "${ECHO_T}cannot find function declaration in netdb.h" >&6
40827 ;;
40828
40829 unknown)
40830 echo "$as_me:$LINENO: result: can't tell" >&5
40831echo "${ECHO_T}can't tell" >&6
40832 ;;
40833
40834 *)
40835 { { echo "$as_me:$LINENO: error: internal error" >&5
40836echo "$as_me: error: internal error" >&2;}
40837 { (exit 1); exit 1; }; }
40838 ;;
40839esac
40840
5ec3bc43
JS
40841ac_ext=cc
40842ac_cpp='$CXXCPP $CPPFLAGS'
40843ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40844ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40845ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
004ee6da
RL
40846
40847
40848
40849 if test "x$ac_cv_func_which_gethostbyname_r" = "xno" -o \
40850 "x$ac_cv_func_which_gethostbyname_r" = "xunknown" ; then
40851 echo "$as_me:$LINENO: checking for gethostbyname" >&5
40852echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
40853if test "${ac_cv_func_gethostbyname+set}" = set; then
40854 echo $ECHO_N "(cached) $ECHO_C" >&6
40855else
40856 cat >conftest.$ac_ext <<_ACEOF
40857/* confdefs.h. */
40858_ACEOF
40859cat confdefs.h >>conftest.$ac_ext
40860cat >>conftest.$ac_ext <<_ACEOF
40861/* end confdefs.h. */
40862/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
40863 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40864#define gethostbyname innocuous_gethostbyname
40865
40866/* System header to define __stub macros and hopefully few prototypes,
40867 which can conflict with char gethostbyname (); below.
40868 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40869 <limits.h> exists even on freestanding compilers. */
40870
40871#ifdef __STDC__
40872# include <limits.h>
40873#else
40874# include <assert.h>
40875#endif
40876
40877#undef gethostbyname
40878
40879/* Override any gcc2 internal prototype to avoid an error. */
40880#ifdef __cplusplus
40881extern "C"
40882{
40883#endif
40884/* We use char because int might match the return type of a gcc2
40885 builtin and then its argument prototype would still apply. */
40886char gethostbyname ();
40887/* The GNU C library defines this for functions which it implements
40888 to always fail with ENOSYS. Some functions are actually named
40889 something starting with __ and the normal name is an alias. */
40890#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
40891choke me
40892#else
40893char (*f) () = gethostbyname;
40894#endif
40895#ifdef __cplusplus
40896}
40897#endif
40898
40899int
40900main ()
40901{
40902return f != gethostbyname;
40903 ;
40904 return 0;
40905}
40906_ACEOF
40907rm -f conftest.$ac_objext conftest$ac_exeext
40908if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40909 (eval $ac_link) 2>conftest.er1
40910 ac_status=$?
40911 grep -v '^ *+' conftest.er1 >conftest.err
40912 rm -f conftest.er1
40913 cat conftest.err >&5
40914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40915 (exit $ac_status); } &&
6a5c9b3f
RR
40916 { ac_try='test -z "$ac_cxx_werror_flag"
40917 || test ! -s conftest.err'
004ee6da
RL
40918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40919 (eval $ac_try) 2>&5
40920 ac_status=$?
40921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40922 (exit $ac_status); }; } &&
40923 { ac_try='test -s conftest$ac_exeext'
40924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40925 (eval $ac_try) 2>&5
40926 ac_status=$?
40927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40928 (exit $ac_status); }; }; then
40929 ac_cv_func_gethostbyname=yes
40930else
40931 echo "$as_me: failed program was:" >&5
40932sed 's/^/| /' conftest.$ac_ext >&5
40933
40934ac_cv_func_gethostbyname=no
40935fi
40936rm -f conftest.err conftest.$ac_objext \
40937 conftest$ac_exeext conftest.$ac_ext
40938fi
40939echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
40940echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
40941if test $ac_cv_func_gethostbyname = yes; then
40942 cat >>confdefs.h <<\_ACEOF
40943#define HAVE_GETHOSTBYNAME 1
40944_ACEOF
40945
40946fi
40947
40948 fi
40949 echo "$as_me:$LINENO: checking for getservbyname_r" >&5
40950echo $ECHO_N "checking for getservbyname_r... $ECHO_C" >&6
3ecd9f92
MW
40951if test "${ac_cv_func_which_getservbyname_r+set}" = set; then
40952 echo $ECHO_N "(cached) $ECHO_C" >&6
40953else
40954
40955echo "$as_me:$LINENO: checking for getservbyname_r" >&5
40956echo $ECHO_N "checking for getservbyname_r... $ECHO_C" >&6
004ee6da
RL
40957if test "${ac_cv_func_getservbyname_r+set}" = set; then
40958 echo $ECHO_N "(cached) $ECHO_C" >&6
40959else
40960 cat >conftest.$ac_ext <<_ACEOF
40961/* confdefs.h. */
40962_ACEOF
40963cat confdefs.h >>conftest.$ac_ext
40964cat >>conftest.$ac_ext <<_ACEOF
40965/* end confdefs.h. */
40966/* Define getservbyname_r to an innocuous variant, in case <limits.h> declares getservbyname_r.
40967 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40968#define getservbyname_r innocuous_getservbyname_r
40969
40970/* System header to define __stub macros and hopefully few prototypes,
40971 which can conflict with char getservbyname_r (); below.
40972 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40973 <limits.h> exists even on freestanding compilers. */
40974
40975#ifdef __STDC__
40976# include <limits.h>
40977#else
40978# include <assert.h>
40979#endif
40980
40981#undef getservbyname_r
40982
40983/* Override any gcc2 internal prototype to avoid an error. */
40984#ifdef __cplusplus
40985extern "C"
40986{
40987#endif
40988/* We use char because int might match the return type of a gcc2
40989 builtin and then its argument prototype would still apply. */
40990char getservbyname_r ();
40991/* The GNU C library defines this for functions which it implements
40992 to always fail with ENOSYS. Some functions are actually named
40993 something starting with __ and the normal name is an alias. */
40994#if defined (__stub_getservbyname_r) || defined (__stub___getservbyname_r)
40995choke me
40996#else
40997char (*f) () = getservbyname_r;
40998#endif
40999#ifdef __cplusplus
41000}
41001#endif
41002
41003int
41004main ()
41005{
41006return f != getservbyname_r;
41007 ;
41008 return 0;
41009}
41010_ACEOF
41011rm -f conftest.$ac_objext conftest$ac_exeext
41012if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41013 (eval $ac_link) 2>conftest.er1
41014 ac_status=$?
41015 grep -v '^ *+' conftest.er1 >conftest.err
41016 rm -f conftest.er1
41017 cat conftest.err >&5
41018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41019 (exit $ac_status); } &&
6a5c9b3f
RR
41020 { ac_try='test -z "$ac_cxx_werror_flag"
41021 || test ! -s conftest.err'
004ee6da
RL
41022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41023 (eval $ac_try) 2>&5
41024 ac_status=$?
41025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41026 (exit $ac_status); }; } &&
41027 { ac_try='test -s conftest$ac_exeext'
41028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41029 (eval $ac_try) 2>&5
41030 ac_status=$?
41031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41032 (exit $ac_status); }; }; then
41033 ac_cv_func_getservbyname_r=yes
41034else
41035 echo "$as_me: failed program was:" >&5
41036sed 's/^/| /' conftest.$ac_ext >&5
41037
41038ac_cv_func_getservbyname_r=no
41039fi
41040rm -f conftest.err conftest.$ac_objext \
41041 conftest$ac_exeext conftest.$ac_ext
41042fi
41043echo "$as_me:$LINENO: result: $ac_cv_func_getservbyname_r" >&5
41044echo "${ECHO_T}$ac_cv_func_getservbyname_r" >&6
41045if test $ac_cv_func_getservbyname_r = yes; then
3ecd9f92
MW
41046
41047 cat >conftest.$ac_ext <<_ACEOF
004ee6da
RL
41048/* confdefs.h. */
41049_ACEOF
41050cat confdefs.h >>conftest.$ac_ext
41051cat >>conftest.$ac_ext <<_ACEOF
41052/* end confdefs.h. */
3ecd9f92
MW
41053
41054# include <netdb.h>
41055
004ee6da
RL
41056int
41057main ()
41058{
41059
3ecd9f92
MW
41060
41061 char *name;
41062 char *proto;
41063 struct servent *se;
41064 struct servent_data data;
41065 (void) getservbyname_r(name, proto, se, &data);
41066
004ee6da
RL
41067
41068 ;
41069 return 0;
41070}
41071_ACEOF
41072rm -f conftest.$ac_objext
41073if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41074 (eval $ac_compile) 2>conftest.er1
41075 ac_status=$?
41076 grep -v '^ *+' conftest.er1 >conftest.err
41077 rm -f conftest.er1
41078 cat conftest.err >&5
41079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41080 (exit $ac_status); } &&
6a5c9b3f
RR
41081 { ac_try='test -z "$ac_cxx_werror_flag"
41082 || test ! -s conftest.err'
004ee6da
RL
41083 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41084 (eval $ac_try) 2>&5
41085 ac_status=$?
41086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41087 (exit $ac_status); }; } &&
41088 { ac_try='test -s conftest.$ac_objext'
41089 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41090 (eval $ac_try) 2>&5
41091 ac_status=$?
41092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41093 (exit $ac_status); }; }; then
41094 ac_cv_func_which_getservbyname_r=four
41095else
41096 echo "$as_me: failed program was:" >&5
41097sed 's/^/| /' conftest.$ac_ext >&5
41098
3ecd9f92
MW
41099
41100 cat >conftest.$ac_ext <<_ACEOF
004ee6da
RL
41101/* confdefs.h. */
41102_ACEOF
41103cat confdefs.h >>conftest.$ac_ext
41104cat >>conftest.$ac_ext <<_ACEOF
41105/* end confdefs.h. */
3ecd9f92
MW
41106
41107# include <netdb.h>
41108
004ee6da
RL
41109int
41110main ()
41111{
41112
3ecd9f92
MW
41113 char *name;
41114 char *proto;
41115 struct servent *se, *res;
41116 char buffer[2048];
41117 int buflen = 2048;
41118 (void) getservbyname_r(name, proto, se, buffer, buflen, &res)
004ee6da
RL
41119
41120 ;
41121 return 0;
41122}
41123_ACEOF
41124rm -f conftest.$ac_objext
41125if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41126 (eval $ac_compile) 2>conftest.er1
41127 ac_status=$?
41128 grep -v '^ *+' conftest.er1 >conftest.err
41129 rm -f conftest.er1
41130 cat conftest.err >&5
41131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41132 (exit $ac_status); } &&
6a5c9b3f
RR
41133 { ac_try='test -z "$ac_cxx_werror_flag"
41134 || test ! -s conftest.err'
004ee6da
RL
41135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41136 (eval $ac_try) 2>&5
41137 ac_status=$?
41138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41139 (exit $ac_status); }; } &&
41140 { ac_try='test -s conftest.$ac_objext'
41141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41142 (eval $ac_try) 2>&5
41143 ac_status=$?
41144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41145 (exit $ac_status); }; }; then
41146 ac_cv_func_which_getservbyname_r=six
41147else
41148 echo "$as_me: failed program was:" >&5
41149sed 's/^/| /' conftest.$ac_ext >&5
41150
3ecd9f92
MW
41151
41152 cat >conftest.$ac_ext <<_ACEOF
004ee6da
RL
41153/* confdefs.h. */
41154_ACEOF
41155cat confdefs.h >>conftest.$ac_ext
41156cat >>conftest.$ac_ext <<_ACEOF
41157/* end confdefs.h. */
3ecd9f92
MW
41158
41159# include <netdb.h>
41160
004ee6da
RL
41161int
41162main ()
41163{
41164
3ecd9f92
MW
41165 char *name;
41166 char *proto;
41167 struct servent *se;
41168 char buffer[2048];
41169 int buflen = 2048;
41170 (void) getservbyname_r(name, proto, se, buffer, buflen)
004ee6da
RL
41171
41172 ;
41173 return 0;
41174}
41175_ACEOF
41176rm -f conftest.$ac_objext
41177if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41178 (eval $ac_compile) 2>conftest.er1
41179 ac_status=$?
41180 grep -v '^ *+' conftest.er1 >conftest.err
41181 rm -f conftest.er1
41182 cat conftest.err >&5
41183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41184 (exit $ac_status); } &&
6a5c9b3f
RR
41185 { ac_try='test -z "$ac_cxx_werror_flag"
41186 || test ! -s conftest.err'
004ee6da
RL
41187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41188 (eval $ac_try) 2>&5
41189 ac_status=$?
41190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41191 (exit $ac_status); }; } &&
41192 { ac_try='test -s conftest.$ac_objext'
41193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41194 (eval $ac_try) 2>&5
41195 ac_status=$?
41196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41197 (exit $ac_status); }; }; then
41198 ac_cv_func_which_getservbyname_r=five
41199else
41200 echo "$as_me: failed program was:" >&5
41201sed 's/^/| /' conftest.$ac_ext >&5
41202
41203ac_cv_func_which_getservbyname_r=no
41204fi
41205rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
41206
3ecd9f92
MW
41207
41208
41209
004ee6da
RL
41210fi
41211rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
41212
3ecd9f92 41213
004ee6da
RL
41214fi
41215rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3ecd9f92 41216
004ee6da
RL
41217else
41218 ac_cv_func_which_getservbyname_r=no
41219fi
41220
3ecd9f92
MW
41221fi
41222echo "$as_me:$LINENO: result: $ac_cv_func_which_getservbyname_r" >&5
41223echo "${ECHO_T}$ac_cv_func_which_getservbyname_r" >&6
004ee6da
RL
41224
41225if test $ac_cv_func_which_getservbyname_r = six; then
41226 cat >>confdefs.h <<\_ACEOF
41227#define HAVE_FUNC_GETSERVBYNAME_R_6 1
41228_ACEOF
41229
41230elif test $ac_cv_func_which_getservbyname_r = five; then
41231 cat >>confdefs.h <<\_ACEOF
41232#define HAVE_FUNC_GETSERVBYNAME_R_5 1
41233_ACEOF
41234
41235elif test $ac_cv_func_which_getservbyname_r = four; then
41236 cat >>confdefs.h <<\_ACEOF
41237#define HAVE_FUNC_GETSERVBYNAME_R_4 1
41238_ACEOF
41239
3ecd9f92 41240
004ee6da
RL
41241fi
41242
41243
41244 if test "x$ac_cv_func_which_getservbyname_r" = "xno" -o \
41245 "x$ac_cv_func_which_getservbyname_r" = "xunknown" ; then
41246
41247for ac_func in getservbyname
41248do
41249as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41250echo "$as_me:$LINENO: checking for $ac_func" >&5
41251echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
41252if eval "test \"\${$as_ac_var+set}\" = set"; then
41253 echo $ECHO_N "(cached) $ECHO_C" >&6
41254else
41255 cat >conftest.$ac_ext <<_ACEOF
41256/* confdefs.h. */
41257_ACEOF
41258cat confdefs.h >>conftest.$ac_ext
41259cat >>conftest.$ac_ext <<_ACEOF
41260/* end confdefs.h. */
41261/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41262 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41263#define $ac_func innocuous_$ac_func
41264
41265/* System header to define __stub macros and hopefully few prototypes,
41266 which can conflict with char $ac_func (); below.
41267 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41268 <limits.h> exists even on freestanding compilers. */
41269
41270#ifdef __STDC__
41271# include <limits.h>
41272#else
41273# include <assert.h>
41274#endif
41275
41276#undef $ac_func
41277
41278/* Override any gcc2 internal prototype to avoid an error. */
41279#ifdef __cplusplus
41280extern "C"
41281{
41282#endif
41283/* We use char because int might match the return type of a gcc2
41284 builtin and then its argument prototype would still apply. */
41285char $ac_func ();
41286/* The GNU C library defines this for functions which it implements
41287 to always fail with ENOSYS. Some functions are actually named
41288 something starting with __ and the normal name is an alias. */
41289#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41290choke me
41291#else
41292char (*f) () = $ac_func;
41293#endif
41294#ifdef __cplusplus
41295}
41296#endif
41297
41298int
41299main ()
41300{
41301return f != $ac_func;
41302 ;
41303 return 0;
41304}
41305_ACEOF
41306rm -f conftest.$ac_objext conftest$ac_exeext
41307if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41308 (eval $ac_link) 2>conftest.er1
41309 ac_status=$?
41310 grep -v '^ *+' conftest.er1 >conftest.err
41311 rm -f conftest.er1
41312 cat conftest.err >&5
41313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41314 (exit $ac_status); } &&
6a5c9b3f
RR
41315 { ac_try='test -z "$ac_cxx_werror_flag"
41316 || test ! -s conftest.err'
004ee6da
RL
41317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41318 (eval $ac_try) 2>&5
41319 ac_status=$?
41320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41321 (exit $ac_status); }; } &&
41322 { ac_try='test -s conftest$ac_exeext'
41323 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41324 (eval $ac_try) 2>&5
41325 ac_status=$?
41326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41327 (exit $ac_status); }; }; then
41328 eval "$as_ac_var=yes"
41329else
41330 echo "$as_me: failed program was:" >&5
41331sed 's/^/| /' conftest.$ac_ext >&5
41332
41333eval "$as_ac_var=no"
41334fi
41335rm -f conftest.err conftest.$ac_objext \
41336 conftest$ac_exeext conftest.$ac_ext
41337fi
41338echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
41339echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
41340if test `eval echo '${'$as_ac_var'}'` = yes; then
41341 cat >>confdefs.h <<_ACEOF
41342#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41343_ACEOF
41344 cat >>confdefs.h <<\_ACEOF
41345#define HAVE_GETSERVBYNAME 1
41346_ACEOF
41347
41348fi
41349done
41350
41351 fi
41352
004ee6da
RL
41353if test "$wxUSE_THREADS" = "yes"; then
41354 cat >>confdefs.h <<\_ACEOF
41355#define wxUSE_THREADS 1
41356_ACEOF
41357
41358
41359 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
41360else
56632e81 41361 if test "$wx_cv_func_strtok_r" = "yes"; then
004ee6da
RL
41362 echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
41363echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
41364 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
41365 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_REENTRANT"
41366 echo "$as_me:$LINENO: result: yes" >&5
41367echo "${ECHO_T}yes" >&6
41368 else
41369 echo "$as_me:$LINENO: result: no" >&5
41370echo "${ECHO_T}no" >&6
41371 fi
41372 fi
41373fi
41374
41375if test "$WXGTK20" = 1 ; then
41376 cat >>confdefs.h <<_ACEOF
41377#define __WXGTK20__ $WXGTK20
41378_ACEOF
41379
41380 WXGTK12=1
41381fi
41382
41383if test "$WXGTK12" = 1 ; then
41384 cat >>confdefs.h <<_ACEOF
41385#define __WXGTK12__ $WXGTK12
41386_ACEOF
41387
41388fi
41389
41390if test "$WXGTK127" = 1 ; then
41391 cat >>confdefs.h <<_ACEOF
41392#define __WXGTK127__ $WXGTK127
41393_ACEOF
41394
41395fi
41396
41397if test "$WXGPE" = 1 ; then
41398 cat >>confdefs.h <<_ACEOF
41399#define __WXGPE__ $WXGPE
41400_ACEOF
41401
41402fi
41403
41404DEBUG_CFLAGS=
41405if test "$wxUSE_DEBUG_INFO" = "yes" ; then
41406 DEBUG_CFLAGS="-g"
41407 wxUSE_OPTIMISE=no
41408fi
41409
41410if test "$wxUSE_DEBUG_GDB" = "yes" ; then
41411 wxUSE_DEBUG_INFO=yes
41412 if test "$GCC" = yes; then
41413 DEBUG_CFLAGS="-ggdb"
41414 fi
41415fi
41416
41417if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
41418 cat >>confdefs.h <<\_ACEOF
41419#define WXDEBUG 1
41420_ACEOF
41421
41422 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D__WXDEBUG__"
41423else
41424 if test "$wxUSE_GTK" = 1 ; then
99879bbf
MR
41425 if test "x$wxGTK_VERSION" = "x1" ; then
41426 CPPFLAGS="-DGTK_NO_CHECK_CASTS $CPPFLAGS"
41427 fi
004ee6da
RL
41428 fi
41429fi
41430
41431if test "$wxUSE_MEM_TRACING" = "yes" ; then
41432 cat >>confdefs.h <<\_ACEOF
41433#define wxUSE_MEMORY_TRACING 1
41434_ACEOF
41435
41436 cat >>confdefs.h <<\_ACEOF
41437#define wxUSE_GLOBAL_MEMORY_OPERATORS 1
41438_ACEOF
41439
41440 cat >>confdefs.h <<\_ACEOF
41441#define wxUSE_DEBUG_NEW_ALWAYS 1
41442_ACEOF
41443
41444 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
41445fi
41446
41447if test "$wxUSE_DMALLOC" = "yes" ; then
41448 DMALLOC_LIBS="-ldmallocthcxx"
41449fi
41450
41451PROFILE_FLAGS=
41452if test "$wxUSE_PROFILE" = "yes" ; then
41453 PROFILE_FLAGS=" -pg"
41454fi
41455
41456if test "$GCC" = "yes" ; then
41457 if test "$wxUSE_NO_RTTI" = "yes" ; then
41458 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fno-rtti"
41459 fi
41460 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
41461 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fno-exceptions"
41462 fi
41463 if test "$wxUSE_PERMISSIVE" = "yes" ; then
41464 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -fpermissive"
41465 fi
41466
41467 case "${host}" in
41468 powerpc*-*-aix* )
41469 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -mminimal-toc"
41470 ;;
41471 *-hppa* )
41472 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -ffunction-sections"
41473 ;;
41474 esac
41475fi
41476
41477OPTIMISE_CFLAGS=
41478if test "$wxUSE_OPTIMISE" = "no" ; then
41479 if test "$GCC" = yes ; then
41480 OPTIMISE_CFLAGS="-O0"
41481 fi
41482else
41483 if test "$GCC" = yes ; then
e5efa97e
VZ
41484 case "${host}" in
41485 *-pc-os2_emx | *-pc-os2-emx )
41486 OPTIMISE_CFLAGS="-O2"
41487 ;;
41488 *)
41489 OPTIMISE_CFLAGS="-O2 -fno-strict-aliasing"
41490 ;;
41491 esac
004ee6da
RL
41492 else
41493 OPTIMISE_CFLAGS="-O"
41494 fi
41495fi
41496
41497
41498if test "x$WXWIN_COMPATIBILITY_2_4" = "xyes"; then
41499 cat >>confdefs.h <<\_ACEOF
41500#define WXWIN_COMPATIBILITY_2_4 1
41501_ACEOF
41502
41503
41504 WXWIN_COMPATIBILITY_2_6="yes"
41505fi
41506
41507if test "x$WXWIN_COMPATIBILITY_2_6" != "xno"; then
41508 cat >>confdefs.h <<\_ACEOF
41509#define WXWIN_COMPATIBILITY_2_6 1
41510_ACEOF
41511
41512fi
41513
41514
41515if test "$wxUSE_GUI" = "yes"; then
41516 cat >>confdefs.h <<\_ACEOF
41517#define wxUSE_GUI 1
41518_ACEOF
41519
41520
41521 fi
41522
41523
41524if test "$wxUSE_UNIX" = "yes"; then
41525 cat >>confdefs.h <<\_ACEOF
41526#define wxUSE_UNIX 1
41527_ACEOF
41528
41529fi
41530
41531
41532if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
41533
41534 HAVE_DL_FUNCS=0
41535 HAVE_SHL_FUNCS=0
41536 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
41537 if test "$USE_DARWIN" = 1; then
41538 HAVE_DL_FUNCS=1
41539 elif test "$USE_DOS" = 1; then
41540 HAVE_DL_FUNCS=0
41541 else
41542
41543for ac_func in dlopen
41544do
41545as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41546echo "$as_me:$LINENO: checking for $ac_func" >&5
41547echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
41548if eval "test \"\${$as_ac_var+set}\" = set"; then
41549 echo $ECHO_N "(cached) $ECHO_C" >&6
41550else
41551 cat >conftest.$ac_ext <<_ACEOF
41552/* confdefs.h. */
41553_ACEOF
41554cat confdefs.h >>conftest.$ac_ext
41555cat >>conftest.$ac_ext <<_ACEOF
41556/* end confdefs.h. */
41557/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41558 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41559#define $ac_func innocuous_$ac_func
41560
41561/* System header to define __stub macros and hopefully few prototypes,
41562 which can conflict with char $ac_func (); below.
41563 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41564 <limits.h> exists even on freestanding compilers. */
41565
41566#ifdef __STDC__
41567# include <limits.h>
41568#else
41569# include <assert.h>
41570#endif
41571
41572#undef $ac_func
41573
41574/* Override any gcc2 internal prototype to avoid an error. */
41575#ifdef __cplusplus
41576extern "C"
41577{
41578#endif
41579/* We use char because int might match the return type of a gcc2
41580 builtin and then its argument prototype would still apply. */
41581char $ac_func ();
41582/* The GNU C library defines this for functions which it implements
41583 to always fail with ENOSYS. Some functions are actually named
41584 something starting with __ and the normal name is an alias. */
41585#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41586choke me
41587#else
41588char (*f) () = $ac_func;
41589#endif
41590#ifdef __cplusplus
41591}
41592#endif
41593
41594int
41595main ()
41596{
41597return f != $ac_func;
a848cd7e
SC
41598 ;
41599 return 0;
41600}
41601_ACEOF
41602rm -f conftest.$ac_objext conftest$ac_exeext
41603if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 41604 (eval $ac_link) 2>conftest.er1
a848cd7e 41605 ac_status=$?
ac1cb8d3
VS
41606 grep -v '^ *+' conftest.er1 >conftest.err
41607 rm -f conftest.er1
41608 cat conftest.err >&5
a848cd7e
SC
41609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41610 (exit $ac_status); } &&
6a5c9b3f
RR
41611 { ac_try='test -z "$ac_cxx_werror_flag"
41612 || test ! -s conftest.err'
ac1cb8d3
VS
41613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41614 (eval $ac_try) 2>&5
41615 ac_status=$?
41616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41617 (exit $ac_status); }; } &&
41618 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
41619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41620 (eval $ac_try) 2>&5
41621 ac_status=$?
41622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41623 (exit $ac_status); }; }; then
41624 eval "$as_ac_var=yes"
41625else
41626 echo "$as_me: failed program was:" >&5
41627sed 's/^/| /' conftest.$ac_ext >&5
41628
41629eval "$as_ac_var=no"
41630fi
ac1cb8d3
VS
41631rm -f conftest.err conftest.$ac_objext \
41632 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
41633fi
41634echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
41635echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
41636if test `eval echo '${'$as_ac_var'}'` = yes; then
41637 cat >>confdefs.h <<_ACEOF
41638#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41639_ACEOF
41640
41641 cat >>confdefs.h <<\_ACEOF
41642#define HAVE_DLOPEN 1
41643_ACEOF
41644
41645 HAVE_DL_FUNCS=1
41646
41647else
41648
41649 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
41650echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
41651if test "${ac_cv_lib_dl_dlopen+set}" = set; then
41652 echo $ECHO_N "(cached) $ECHO_C" >&6
41653else
41654 ac_check_lib_save_LIBS=$LIBS
41655LIBS="-ldl $LIBS"
41656cat >conftest.$ac_ext <<_ACEOF
41657/* confdefs.h. */
41658_ACEOF
41659cat confdefs.h >>conftest.$ac_ext
41660cat >>conftest.$ac_ext <<_ACEOF
41661/* end confdefs.h. */
41662
41663/* Override any gcc2 internal prototype to avoid an error. */
41664#ifdef __cplusplus
41665extern "C"
41666#endif
41667/* We use char because int might match the return type of a gcc2
41668 builtin and then its argument prototype would still apply. */
41669char dlopen ();
41670int
41671main ()
41672{
41673dlopen ();
41674 ;
41675 return 0;
41676}
41677_ACEOF
41678rm -f conftest.$ac_objext conftest$ac_exeext
41679if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 41680 (eval $ac_link) 2>conftest.er1
a848cd7e 41681 ac_status=$?
ac1cb8d3
VS
41682 grep -v '^ *+' conftest.er1 >conftest.err
41683 rm -f conftest.er1
41684 cat conftest.err >&5
a848cd7e
SC
41685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41686 (exit $ac_status); } &&
6a5c9b3f
RR
41687 { ac_try='test -z "$ac_cxx_werror_flag"
41688 || test ! -s conftest.err'
ac1cb8d3
VS
41689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41690 (eval $ac_try) 2>&5
41691 ac_status=$?
41692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41693 (exit $ac_status); }; } &&
41694 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
41695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41696 (eval $ac_try) 2>&5
41697 ac_status=$?
41698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41699 (exit $ac_status); }; }; then
41700 ac_cv_lib_dl_dlopen=yes
41701else
41702 echo "$as_me: failed program was:" >&5
41703sed 's/^/| /' conftest.$ac_ext >&5
41704
41705ac_cv_lib_dl_dlopen=no
41706fi
ac1cb8d3
VS
41707rm -f conftest.err conftest.$ac_objext \
41708 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
41709LIBS=$ac_check_lib_save_LIBS
41710fi
41711echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
41712echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
41713if test $ac_cv_lib_dl_dlopen = yes; then
41714
41715 cat >>confdefs.h <<\_ACEOF
41716#define HAVE_DLOPEN 1
41717_ACEOF
41718
41719 HAVE_DL_FUNCS=1
41720 DL_LINK=" -ldl$DL_LINK"
41721
41722else
41723
41724
41725for ac_func in shl_load
41726do
41727as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41728echo "$as_me:$LINENO: checking for $ac_func" >&5
41729echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
41730if eval "test \"\${$as_ac_var+set}\" = set"; then
41731 echo $ECHO_N "(cached) $ECHO_C" >&6
41732else
41733 cat >conftest.$ac_ext <<_ACEOF
41734/* confdefs.h. */
41735_ACEOF
41736cat confdefs.h >>conftest.$ac_ext
41737cat >>conftest.$ac_ext <<_ACEOF
41738/* end confdefs.h. */
ac1cb8d3
VS
41739/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41740 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41741#define $ac_func innocuous_$ac_func
41742
a848cd7e
SC
41743/* System header to define __stub macros and hopefully few prototypes,
41744 which can conflict with char $ac_func (); below.
41745 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41746 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 41747
a848cd7e
SC
41748#ifdef __STDC__
41749# include <limits.h>
41750#else
41751# include <assert.h>
41752#endif
ac1cb8d3
VS
41753
41754#undef $ac_func
41755
a848cd7e
SC
41756/* Override any gcc2 internal prototype to avoid an error. */
41757#ifdef __cplusplus
41758extern "C"
41759{
41760#endif
41761/* We use char because int might match the return type of a gcc2
41762 builtin and then its argument prototype would still apply. */
41763char $ac_func ();
41764/* The GNU C library defines this for functions which it implements
41765 to always fail with ENOSYS. Some functions are actually named
41766 something starting with __ and the normal name is an alias. */
41767#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41768choke me
41769#else
41770char (*f) () = $ac_func;
41771#endif
41772#ifdef __cplusplus
41773}
41774#endif
41775
41776int
41777main ()
41778{
41779return f != $ac_func;
41780 ;
41781 return 0;
41782}
41783_ACEOF
41784rm -f conftest.$ac_objext conftest$ac_exeext
41785if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 41786 (eval $ac_link) 2>conftest.er1
a848cd7e 41787 ac_status=$?
ac1cb8d3
VS
41788 grep -v '^ *+' conftest.er1 >conftest.err
41789 rm -f conftest.er1
41790 cat conftest.err >&5
a848cd7e
SC
41791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41792 (exit $ac_status); } &&
6a5c9b3f
RR
41793 { ac_try='test -z "$ac_cxx_werror_flag"
41794 || test ! -s conftest.err'
ac1cb8d3
VS
41795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41796 (eval $ac_try) 2>&5
41797 ac_status=$?
41798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41799 (exit $ac_status); }; } &&
41800 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
41801 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41802 (eval $ac_try) 2>&5
41803 ac_status=$?
41804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41805 (exit $ac_status); }; }; then
41806 eval "$as_ac_var=yes"
41807else
41808 echo "$as_me: failed program was:" >&5
41809sed 's/^/| /' conftest.$ac_ext >&5
41810
41811eval "$as_ac_var=no"
41812fi
ac1cb8d3
VS
41813rm -f conftest.err conftest.$ac_objext \
41814 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
41815fi
41816echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
41817echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
41818if test `eval echo '${'$as_ac_var'}'` = yes; then
41819 cat >>confdefs.h <<_ACEOF
41820#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41821_ACEOF
41822
41823 cat >>confdefs.h <<\_ACEOF
41824#define HAVE_SHL_LOAD 1
41825_ACEOF
41826
41827 HAVE_SHL_FUNCS=1
41828
41829else
41830
41831 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
41832echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
41833if test "${ac_cv_lib_shl_load_dld+set}" = set; then
41834 echo $ECHO_N "(cached) $ECHO_C" >&6
41835else
41836 ac_check_lib_save_LIBS=$LIBS
41837LIBS="-lshl_load $LIBS"
41838cat >conftest.$ac_ext <<_ACEOF
41839/* confdefs.h. */
41840_ACEOF
41841cat confdefs.h >>conftest.$ac_ext
41842cat >>conftest.$ac_ext <<_ACEOF
41843/* end confdefs.h. */
41844
41845/* Override any gcc2 internal prototype to avoid an error. */
41846#ifdef __cplusplus
41847extern "C"
41848#endif
41849/* We use char because int might match the return type of a gcc2
41850 builtin and then its argument prototype would still apply. */
41851char dld ();
41852int
41853main ()
41854{
41855dld ();
41856 ;
41857 return 0;
41858}
41859_ACEOF
41860rm -f conftest.$ac_objext conftest$ac_exeext
41861if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 41862 (eval $ac_link) 2>conftest.er1
a848cd7e 41863 ac_status=$?
ac1cb8d3
VS
41864 grep -v '^ *+' conftest.er1 >conftest.err
41865 rm -f conftest.er1
41866 cat conftest.err >&5
a848cd7e
SC
41867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41868 (exit $ac_status); } &&
6a5c9b3f
RR
41869 { ac_try='test -z "$ac_cxx_werror_flag"
41870 || test ! -s conftest.err'
ac1cb8d3
VS
41871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41872 (eval $ac_try) 2>&5
41873 ac_status=$?
41874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41875 (exit $ac_status); }; } &&
41876 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
41877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41878 (eval $ac_try) 2>&5
41879 ac_status=$?
41880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41881 (exit $ac_status); }; }; then
41882 ac_cv_lib_shl_load_dld=yes
41883else
41884 echo "$as_me: failed program was:" >&5
41885sed 's/^/| /' conftest.$ac_ext >&5
41886
41887ac_cv_lib_shl_load_dld=no
41888fi
ac1cb8d3
VS
41889rm -f conftest.err conftest.$ac_objext \
41890 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
41891LIBS=$ac_check_lib_save_LIBS
41892fi
41893echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
41894echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
41895if test $ac_cv_lib_shl_load_dld = yes; then
41896
41897 HAVE_SHL_FUNCS=1
41898 DL_LINK=" -ldld$DL_LINK"
41899
41900fi
41901
41902
41903fi
41904done
41905
41906
41907fi
41908
41909
41910fi
41911done
41912
41913
41914 if test "$HAVE_DL_FUNCS" = 1; then
41915
41916for ac_func in dlerror
41917do
41918as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41919echo "$as_me:$LINENO: checking for $ac_func" >&5
41920echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
41921if eval "test \"\${$as_ac_var+set}\" = set"; then
41922 echo $ECHO_N "(cached) $ECHO_C" >&6
41923else
41924 cat >conftest.$ac_ext <<_ACEOF
41925/* confdefs.h. */
41926_ACEOF
41927cat confdefs.h >>conftest.$ac_ext
41928cat >>conftest.$ac_ext <<_ACEOF
41929/* end confdefs.h. */
ac1cb8d3
VS
41930/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41931 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41932#define $ac_func innocuous_$ac_func
41933
a848cd7e
SC
41934/* System header to define __stub macros and hopefully few prototypes,
41935 which can conflict with char $ac_func (); below.
41936 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41937 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 41938
a848cd7e
SC
41939#ifdef __STDC__
41940# include <limits.h>
41941#else
41942# include <assert.h>
41943#endif
ac1cb8d3
VS
41944
41945#undef $ac_func
41946
a848cd7e
SC
41947/* Override any gcc2 internal prototype to avoid an error. */
41948#ifdef __cplusplus
41949extern "C"
41950{
41951#endif
41952/* We use char because int might match the return type of a gcc2
41953 builtin and then its argument prototype would still apply. */
41954char $ac_func ();
41955/* The GNU C library defines this for functions which it implements
41956 to always fail with ENOSYS. Some functions are actually named
41957 something starting with __ and the normal name is an alias. */
41958#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41959choke me
41960#else
41961char (*f) () = $ac_func;
41962#endif
41963#ifdef __cplusplus
41964}
41965#endif
41966
41967int
41968main ()
41969{
41970return f != $ac_func;
41971 ;
41972 return 0;
41973}
41974_ACEOF
41975rm -f conftest.$ac_objext conftest$ac_exeext
41976if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 41977 (eval $ac_link) 2>conftest.er1
a848cd7e 41978 ac_status=$?
ac1cb8d3
VS
41979 grep -v '^ *+' conftest.er1 >conftest.err
41980 rm -f conftest.er1
41981 cat conftest.err >&5
a848cd7e
SC
41982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41983 (exit $ac_status); } &&
6a5c9b3f
RR
41984 { ac_try='test -z "$ac_cxx_werror_flag"
41985 || test ! -s conftest.err'
ac1cb8d3
VS
41986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41987 (eval $ac_try) 2>&5
41988 ac_status=$?
41989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41990 (exit $ac_status); }; } &&
41991 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
41992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41993 (eval $ac_try) 2>&5
41994 ac_status=$?
41995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41996 (exit $ac_status); }; }; then
41997 eval "$as_ac_var=yes"
41998else
41999 echo "$as_me: failed program was:" >&5
42000sed 's/^/| /' conftest.$ac_ext >&5
42001
42002eval "$as_ac_var=no"
42003fi
ac1cb8d3
VS
42004rm -f conftest.err conftest.$ac_objext \
42005 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
42006fi
42007echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
42008echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
42009if test `eval echo '${'$as_ac_var'}'` = yes; then
42010 cat >>confdefs.h <<_ACEOF
42011#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42012_ACEOF
42013 cat >>confdefs.h <<\_ACEOF
42014#define HAVE_DLERROR 1
42015_ACEOF
42016
42017else
42018
42019 echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
42020echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
42021if test "${ac_cv_lib_dl_dlerror+set}" = set; then
42022 echo $ECHO_N "(cached) $ECHO_C" >&6
42023else
42024 ac_check_lib_save_LIBS=$LIBS
42025LIBS="-ldl $LIBS"
42026cat >conftest.$ac_ext <<_ACEOF
42027/* confdefs.h. */
42028_ACEOF
42029cat confdefs.h >>conftest.$ac_ext
42030cat >>conftest.$ac_ext <<_ACEOF
42031/* end confdefs.h. */
42032
42033/* Override any gcc2 internal prototype to avoid an error. */
42034#ifdef __cplusplus
42035extern "C"
42036#endif
42037/* We use char because int might match the return type of a gcc2
42038 builtin and then its argument prototype would still apply. */
42039char dlerror ();
42040int
42041main ()
42042{
42043dlerror ();
42044 ;
42045 return 0;
42046}
42047_ACEOF
42048rm -f conftest.$ac_objext conftest$ac_exeext
42049if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 42050 (eval $ac_link) 2>conftest.er1
a848cd7e 42051 ac_status=$?
ac1cb8d3
VS
42052 grep -v '^ *+' conftest.er1 >conftest.err
42053 rm -f conftest.er1
42054 cat conftest.err >&5
a848cd7e
SC
42055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42056 (exit $ac_status); } &&
6a5c9b3f
RR
42057 { ac_try='test -z "$ac_cxx_werror_flag"
42058 || test ! -s conftest.err'
ac1cb8d3
VS
42059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42060 (eval $ac_try) 2>&5
42061 ac_status=$?
42062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42063 (exit $ac_status); }; } &&
42064 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
42065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42066 (eval $ac_try) 2>&5
42067 ac_status=$?
42068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42069 (exit $ac_status); }; }; then
42070 ac_cv_lib_dl_dlerror=yes
42071else
42072 echo "$as_me: failed program was:" >&5
42073sed 's/^/| /' conftest.$ac_ext >&5
42074
42075ac_cv_lib_dl_dlerror=no
42076fi
ac1cb8d3
VS
42077rm -f conftest.err conftest.$ac_objext \
42078 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
42079LIBS=$ac_check_lib_save_LIBS
42080fi
42081echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
42082echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
42083if test $ac_cv_lib_dl_dlerror = yes; then
42084 cat >>confdefs.h <<\_ACEOF
42085#define HAVE_DLERROR 1
42086_ACEOF
42087
42088fi
42089
42090
42091
42092fi
42093done
42094
42095 fi
42096 fi
42097
42098 if test "$HAVE_DL_FUNCS" = 0; then
42099 if test "$HAVE_SHL_FUNCS" = 0; then
47a7e797 42100 if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
a848cd7e
SC
42101 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
42102echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
42103 wxUSE_DYNAMIC_LOADER=no
42104 wxUSE_DYNLIB_CLASS=no
42105 else
42106 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
42107echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
42108 fi
42109 fi
42110 fi
42111 fi
42112fi
42113
42114if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
42115 cat >>confdefs.h <<\_ACEOF
42116#define wxUSE_DYNAMIC_LOADER 1
42117_ACEOF
42118
42119fi
42120if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
42121 cat >>confdefs.h <<\_ACEOF
42122#define wxUSE_DYNLIB_CLASS 1
42123_ACEOF
42124
42125fi
42126
42127
42128
42129if test "$wxUSE_PLUGINS" = "yes" ; then
42130 if test "$wxUSE_SHARED" = "no" ; then
42131 { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
42132echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
42133 wxUSE_PLUGINS=no
42134 fi
42135 if test "$wxUSE_MONOLITHIC" = "yes" ; then
42136 { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
42137echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
42138 wxUSE_PLUGINS=no
42139 fi
42140 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
42141 { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
42142echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
42143 wxUSE_PLUGINS=no
42144 fi
42145 if test "$wxUSE_PLUGINS" = "yes" ; then
42146 cat >>confdefs.h <<\_ACEOF
42147#define wxUSE_PLUGINS 1
42148_ACEOF
42149
42150 fi
42151fi
42152
42153
42154if test "$wxUSE_STL" = "yes"; then
42155 cat >>confdefs.h <<\_ACEOF
42156#define wxUSE_STL 1
42157_ACEOF
42158
42159fi
42160
42161if test "$wxUSE_APPLE_IEEE" = "yes"; then
42162 cat >>confdefs.h <<\_ACEOF
42163#define wxUSE_APPLE_IEEE 1
42164_ACEOF
42165
42166fi
42167
42168if test "$wxUSE_TIMER" = "yes"; then
42169 cat >>confdefs.h <<\_ACEOF
42170#define wxUSE_TIMER 1
42171_ACEOF
42172
42173fi
42174
9c112555 42175if test "$USE_UNIX" = "1" ; then
31714590
VZ
42176 echo "$as_me:$LINENO: checking for SNDCTL_DSP_SPEED in sys/soundcard.h" >&5
42177echo $ECHO_N "checking for SNDCTL_DSP_SPEED in sys/soundcard.h... $ECHO_C" >&6
d12aef51 42178if test "${ac_cv_header_sys_soundcard+set}" = set; then
a848cd7e 42179 echo $ECHO_N "(cached) $ECHO_C" >&6
a848cd7e 42180else
d12aef51
VZ
42181
42182 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
42183/* confdefs.h. */
42184_ACEOF
42185cat confdefs.h >>conftest.$ac_ext
42186cat >>conftest.$ac_ext <<_ACEOF
42187/* end confdefs.h. */
d12aef51 42188
31714590 42189 #include <sys/ioctl.h>
d12aef51
VZ
42190 #include <sys/soundcard.h>
42191
42192int
42193main ()
42194{
42195
31714590 42196 ioctl(0, SNDCTL_DSP_SPEED, 0);
d12aef51
VZ
42197
42198 ;
42199 return 0;
42200}
a848cd7e 42201_ACEOF
d12aef51
VZ
42202rm -f conftest.$ac_objext conftest$ac_exeext
42203if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
42204 (eval $ac_link) 2>conftest.er1
a848cd7e 42205 ac_status=$?
ac1cb8d3
VS
42206 grep -v '^ *+' conftest.er1 >conftest.err
42207 rm -f conftest.er1
42208 cat conftest.err >&5
a848cd7e
SC
42209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42210 (exit $ac_status); } &&
6a5c9b3f
RR
42211 { ac_try='test -z "$ac_cxx_werror_flag"
42212 || test ! -s conftest.err'
ac1cb8d3
VS
42213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42214 (eval $ac_try) 2>&5
42215 ac_status=$?
42216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42217 (exit $ac_status); }; } &&
d12aef51 42218 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
42219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42220 (eval $ac_try) 2>&5
42221 ac_status=$?
42222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42223 (exit $ac_status); }; }; then
d12aef51 42224 ac_cv_header_sys_soundcard=yes
a848cd7e
SC
42225else
42226 echo "$as_me: failed program was:" >&5
42227sed 's/^/| /' conftest.$ac_ext >&5
42228
a848cd7e 42229
d12aef51
VZ
42230 saveLibs="$LIBS"
42231 LIBS="$saveLibs -lossaudio"
42232 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
42233/* confdefs.h. */
42234_ACEOF
42235cat confdefs.h >>conftest.$ac_ext
42236cat >>conftest.$ac_ext <<_ACEOF
42237/* end confdefs.h. */
d12aef51 42238
31714590 42239 #include <sys/ioctl.h>
d12aef51
VZ
42240 #include <sys/soundcard.h>
42241
42242int
42243main ()
42244{
42245
31714590 42246 ioctl(0, SNDCTL_DSP_SPEED, 0);
d12aef51
VZ
42247
42248 ;
42249 return 0;
42250}
a848cd7e 42251_ACEOF
d12aef51
VZ
42252rm -f conftest.$ac_objext conftest$ac_exeext
42253if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
42254 (eval $ac_link) 2>conftest.er1
a848cd7e
SC
42255 ac_status=$?
42256 grep -v '^ *+' conftest.er1 >conftest.err
42257 rm -f conftest.er1
42258 cat conftest.err >&5
42259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d12aef51 42260 (exit $ac_status); } &&
6a5c9b3f
RR
42261 { ac_try='test -z "$ac_cxx_werror_flag"
42262 || test ! -s conftest.err'
d12aef51
VZ
42263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42264 (eval $ac_try) 2>&5
42265 ac_status=$?
42266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42267 (exit $ac_status); }; } &&
42268 { ac_try='test -s conftest$ac_exeext'
42269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42270 (eval $ac_try) 2>&5
42271 ac_status=$?
42272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42273 (exit $ac_status); }; }; then
42274 ac_cv_header_sys_soundcard=yes
a848cd7e
SC
42275else
42276 echo "$as_me: failed program was:" >&5
42277sed 's/^/| /' conftest.$ac_ext >&5
42278
a848cd7e 42279
d12aef51
VZ
42280 LIBS="$saveLibs"
42281 ac_cv_header_sys_soundcard=no
42282
42283
a848cd7e 42284fi
d12aef51
VZ
42285rm -f conftest.err conftest.$ac_objext \
42286 conftest$ac_exeext conftest.$ac_ext
42287
a848cd7e
SC
42288
42289fi
d12aef51
VZ
42290rm -f conftest.err conftest.$ac_objext \
42291 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
42292
42293fi
d12aef51
VZ
42294echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard" >&5
42295echo "${ECHO_T}$ac_cv_header_sys_soundcard" >&6
a848cd7e 42296
d12aef51
VZ
42297 if test "$ac_cv_header_sys_soundcard" = "yes"; then
42298 cat >>confdefs.h <<\_ACEOF
42299#define HAVE_SYS_SOUNDCARD_H 1
42300_ACEOF
a848cd7e 42301
d12aef51
VZ
42302 else
42303 DISABLED_CONTRIB="$DISABLED_CONTRIB mmedia"
42304 fi
9c112555
MW
42305fi
42306WITH_PLUGIN_SDL=0
42307if test "$wxUSE_SOUND" = "yes"; then
42308 if test "$USE_UNIX" = "1" ; then
a848cd7e
SC
42309 if test "$wxUSE_LIBSDL" != "no"; then
42310
42311# Check whether --with-sdl-prefix or --without-sdl-prefix was given.
42312if test "${with_sdl_prefix+set}" = set; then
42313 withval="$with_sdl_prefix"
42314 sdl_prefix="$withval"
42315else
42316 sdl_prefix=""
42317fi;
42318
42319# Check whether --with-sdl-exec-prefix or --without-sdl-exec-prefix was given.
42320if test "${with_sdl_exec_prefix+set}" = set; then
42321 withval="$with_sdl_exec_prefix"
42322 sdl_exec_prefix="$withval"
42323else
42324 sdl_exec_prefix=""
42325fi;
42326# Check whether --enable-sdltest or --disable-sdltest was given.
42327if test "${enable_sdltest+set}" = set; then
42328 enableval="$enable_sdltest"
42329
42330else
42331 enable_sdltest=yes
42332fi;
42333
42334 if test x$sdl_exec_prefix != x ; then
3ecd9f92
MW
42335 sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"
42336 if test x${SDL_CONFIG+set} != xset ; then
42337 SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
42338 fi
a848cd7e
SC
42339 fi
42340 if test x$sdl_prefix != x ; then
3ecd9f92
MW
42341 sdl_args="$sdl_args --prefix=$sdl_prefix"
42342 if test x${SDL_CONFIG+set} != xset ; then
42343 SDL_CONFIG=$sdl_prefix/bin/sdl-config
42344 fi
a848cd7e
SC
42345 fi
42346
3ecd9f92
MW
42347 if test "x$prefix" != xNONE; then
42348 PATH="$prefix/bin:$prefix/usr/bin:$PATH"
42349 fi
a848cd7e
SC
42350 # Extract the first word of "sdl-config", so it can be a program name with args.
42351set dummy sdl-config; ac_word=$2
42352echo "$as_me:$LINENO: checking for $ac_word" >&5
42353echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42354if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
42355 echo $ECHO_N "(cached) $ECHO_C" >&6
42356else
42357 case $SDL_CONFIG in
42358 [\\/]* | ?:[\\/]*)
42359 ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
42360 ;;
42361 *)
42362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42363for as_dir in $PATH
42364do
42365 IFS=$as_save_IFS
42366 test -z "$as_dir" && as_dir=.
42367 for ac_exec_ext in '' $ac_executable_extensions; do
42368 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42369 ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
42370 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42371 break 2
42372 fi
42373done
42374done
42375
42376 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no"
42377 ;;
42378esac
42379fi
42380SDL_CONFIG=$ac_cv_path_SDL_CONFIG
42381
42382if test -n "$SDL_CONFIG"; then
42383 echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
42384echo "${ECHO_T}$SDL_CONFIG" >&6
42385else
42386 echo "$as_me:$LINENO: result: no" >&5
42387echo "${ECHO_T}no" >&6
42388fi
42389
42390 min_sdl_version=1.2.0
42391 echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
42392echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6
42393 no_sdl=""
42394 if test "$SDL_CONFIG" = "no" ; then
42395 no_sdl=yes
42396 else
42397 SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
42398 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
42399
42400 sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
42401 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
42402 sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \
42403 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
42404 sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \
42405 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
42406 if test "x$enable_sdltest" = "xyes" ; then
42407 ac_save_CFLAGS="$CFLAGS"
94acd38e 42408 ac_save_CXXFLAGS="$CXXFLAGS"
a848cd7e
SC
42409 ac_save_LIBS="$LIBS"
42410 CFLAGS="$CFLAGS $SDL_CFLAGS"
94acd38e 42411 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
a848cd7e
SC
42412 LIBS="$LIBS $SDL_LIBS"
42413 rm -f conf.sdltest
42414 if test "$cross_compiling" = yes; then
42415 echo $ac_n "cross compiling; assumed OK... $ac_c"
42416else
42417 cat >conftest.$ac_ext <<_ACEOF
42418/* confdefs.h. */
42419_ACEOF
42420cat confdefs.h >>conftest.$ac_ext
42421cat >>conftest.$ac_ext <<_ACEOF
42422/* end confdefs.h. */
42423
42424#include <stdio.h>
42425#include <stdlib.h>
42426#include <string.h>
42427#include "SDL.h"
42428
42429char*
42430my_strdup (char *str)
42431{
42432 char *new_str;
42433
42434 if (str)
42435 {
42436 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
42437 strcpy (new_str, str);
42438 }
42439 else
42440 new_str = NULL;
42441
42442 return new_str;
42443}
42444
42445int main (int argc, char *argv[])
42446{
42447 int major, minor, micro;
42448 char *tmp_version;
42449
42450 /* This hangs on some systems (?)
42451 system ("touch conf.sdltest");
42452 */
42453 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
42454
42455 /* HP/UX 9 (%@#!) writes to sscanf strings */
42456 tmp_version = my_strdup("$min_sdl_version");
42457 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
42458 printf("%s, bad version string\n", "$min_sdl_version");
42459 exit(1);
42460 }
42461
42462 if (($sdl_major_version > major) ||
42463 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
42464 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
42465 {
42466 return 0;
42467 }
42468 else
42469 {
42470 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
42471 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
42472 printf("*** best to upgrade to the required version.\n");
42473 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
42474 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
42475 printf("*** config.cache before re-running configure\n");
42476 return 1;
42477 }
42478}
42479
42480
42481_ACEOF
42482rm -f conftest$ac_exeext
42483if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
42484 (eval $ac_link) 2>&5
42485 ac_status=$?
42486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42487 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
42488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42489 (eval $ac_try) 2>&5
42490 ac_status=$?
42491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42492 (exit $ac_status); }; }; then
42493 :
42494else
42495 echo "$as_me: program exited with status $ac_status" >&5
42496echo "$as_me: failed program was:" >&5
42497sed 's/^/| /' conftest.$ac_ext >&5
42498
42499( exit $ac_status )
42500no_sdl=yes
42501fi
ac1cb8d3 42502rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
42503fi
42504 CFLAGS="$ac_save_CFLAGS"
94acd38e 42505 CXXFLAGS="$ac_save_CXXFLAGS"
a848cd7e
SC
42506 LIBS="$ac_save_LIBS"
42507 fi
42508 fi
42509 if test "x$no_sdl" = x ; then
42510 echo "$as_me:$LINENO: result: yes" >&5
42511echo "${ECHO_T}yes" >&6
42512
42513 EXTRALIBS_SDL="$SDL_LIBS"
c92ad099 42514 CXXFLAGS="$SDL_CFLAGS $CXXFLAGS"
a848cd7e
SC
42515 cat >>confdefs.h <<\_ACEOF
42516#define wxUSE_LIBSDL 1
42517_ACEOF
42518
42519
42520 else
42521 echo "$as_me:$LINENO: result: no" >&5
42522echo "${ECHO_T}no" >&6
42523 if test "$SDL_CONFIG" = "no" ; then
42524 echo "*** The sdl-config script installed by SDL could not be found"
42525 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
42526 echo "*** your path, or set the SDL_CONFIG environment variable to the"
42527 echo "*** full path to sdl-config."
42528 else
42529 if test -f conf.sdltest ; then
42530 :
42531 else
42532 echo "*** Could not run SDL test program, checking why..."
42533 CFLAGS="$CFLAGS $SDL_CFLAGS"
94acd38e 42534 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
a848cd7e
SC
42535 LIBS="$LIBS $SDL_LIBS"
42536 cat >conftest.$ac_ext <<_ACEOF
42537/* confdefs.h. */
42538_ACEOF
42539cat confdefs.h >>conftest.$ac_ext
42540cat >>conftest.$ac_ext <<_ACEOF
42541/* end confdefs.h. */
42542
42543#include <stdio.h>
42544#include "SDL.h"
42545
42546int main(int argc, char *argv[])
42547{ return 0; }
42548#undef main
42549#define main K_and_R_C_main
42550
42551int
42552main ()
42553{
42554 return 0;
42555 ;
42556 return 0;
42557}
42558_ACEOF
42559rm -f conftest.$ac_objext conftest$ac_exeext
42560if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 42561 (eval $ac_link) 2>conftest.er1
a848cd7e 42562 ac_status=$?
ac1cb8d3
VS
42563 grep -v '^ *+' conftest.er1 >conftest.err
42564 rm -f conftest.er1
42565 cat conftest.err >&5
a848cd7e
SC
42566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42567 (exit $ac_status); } &&
6a5c9b3f
RR
42568 { ac_try='test -z "$ac_cxx_werror_flag"
42569 || test ! -s conftest.err'
ac1cb8d3
VS
42570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42571 (eval $ac_try) 2>&5
42572 ac_status=$?
42573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42574 (exit $ac_status); }; } &&
42575 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
42576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42577 (eval $ac_try) 2>&5
42578 ac_status=$?
42579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42580 (exit $ac_status); }; }; then
42581 echo "*** The test program compiled, but did not run. This usually means"
42582 echo "*** that the run-time linker is not finding SDL or finding the wrong"
42583 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
42584 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
42585 echo "*** to the installed location Also, make sure you have run ldconfig if that"
42586 echo "*** is required on your system"
42587 echo "***"
42588 echo "*** If you have an old version installed, it is best to remove it, although"
42589 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
42590else
42591 echo "$as_me: failed program was:" >&5
42592sed 's/^/| /' conftest.$ac_ext >&5
42593
42594 echo "*** The test program failed to compile or link. See the file config.log for the"
42595 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
42596 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
42597 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
42598fi
ac1cb8d3
VS
42599rm -f conftest.err conftest.$ac_objext \
42600 conftest$ac_exeext conftest.$ac_ext
a848cd7e 42601 CFLAGS="$ac_save_CFLAGS"
94acd38e 42602 CXXFLAGS="$ac_save_CXXFLAGS"
a848cd7e
SC
42603 LIBS="$ac_save_LIBS"
42604 fi
42605 fi
42606 SDL_CFLAGS=""
42607 SDL_LIBS=""
42608 wxUSE_LIBSDL="no"
42609 fi
42610
42611
42612 rm -f conf.sdltest
42613
42614 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
42615 WITH_PLUGIN_SDL=1
42616 fi
42617 fi
42618 fi
42619
42620 cat >>confdefs.h <<\_ACEOF
42621#define wxUSE_SOUND 1
42622_ACEOF
42623
42624 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sound"
42625fi
42626
d1c38808
VZ
42627if test "$WXGTK20" = 1; then
42628 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
42629 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
42630
42631
3ecd9f92
MW
42632pkg_failed=no
42633echo "$as_me:$LINENO: checking for LIBGNOMEPRINTUI" >&5
42634echo $ECHO_N "checking for LIBGNOMEPRINTUI... $ECHO_C" >&6
d1c38808 42635
3ecd9f92
MW
42636if test -n "$PKG_CONFIG"; then
42637 if test -n "$LIBGNOMEPRINTUI_CFLAGS"; then
42638 pkg_cv_LIBGNOMEPRINTUI_CFLAGS="$LIBGNOMEPRINTUI_CFLAGS"
42639 else
42640 if test -n "$PKG_CONFIG" && \
42641 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\"") >&5
42642 ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
42643 ac_status=$?
42644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42645 (exit $ac_status); }; then
42646 pkg_cv_LIBGNOMEPRINTUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
d1c38808 42647else
3ecd9f92
MW
42648 pkg_failed=yes
42649fi
42650 fi
42651else
42652 pkg_failed=untried
d1c38808 42653fi
d1c38808 42654if test -n "$PKG_CONFIG"; then
3ecd9f92
MW
42655 if test -n "$LIBGNOMEPRINTUI_LIBS"; then
42656 pkg_cv_LIBGNOMEPRINTUI_LIBS="$LIBGNOMEPRINTUI_LIBS"
42657 else
42658 if test -n "$PKG_CONFIG" && \
42659 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\"") >&5
42660 ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
42661 ac_status=$?
42662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42663 (exit $ac_status); }; then
42664 pkg_cv_LIBGNOMEPRINTUI_LIBS=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
d1c38808 42665else
3ecd9f92
MW
42666 pkg_failed=yes
42667fi
42668 fi
42669else
42670 pkg_failed=untried
d1c38808
VZ
42671fi
42672
d1c38808 42673
d1c38808 42674
3ecd9f92 42675if test $pkg_failed = yes; then
d1c38808 42676
3ecd9f92
MW
42677if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
42678 _pkg_short_errors_supported=yes
42679else
42680 _pkg_short_errors_supported=no
42681fi
42682 if test $_pkg_short_errors_supported = yes; then
42683 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
42684 else
42685 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
d1c38808 42686 fi
3ecd9f92
MW
42687 # Put the nasty error message in config.log where it belongs
42688 echo "$LIBGNOMEPRINTUI_PKG_ERRORS" >&5
d1c38808
VZ
42689
42690
3ecd9f92
MW
42691 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
42692echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
42693 wxUSE_LIBGNOMEPRINT="no"
d1c38808
VZ
42694
42695
3ecd9f92 42696elif test $pkg_failed = untried; then
d1c38808
VZ
42697
42698 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
42699echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
42700 wxUSE_LIBGNOMEPRINT="no"
42701
42702
3ecd9f92
MW
42703else
42704 LIBGNOMEPRINTUI_CFLAGS=$pkg_cv_LIBGNOMEPRINTUI_CFLAGS
42705 LIBGNOMEPRINTUI_LIBS=$pkg_cv_LIBGNOMEPRINTUI_LIBS
42706 echo "$as_me:$LINENO: result: yes" >&5
42707echo "${ECHO_T}yes" >&6
d1c38808 42708
3ecd9f92
MW
42709 CXXFLAGS="$LIBGNOMEPRINTUI_CFLAGS $CXXFLAGS"
42710 cat >>confdefs.h <<\_ACEOF
42711#define wxUSE_LIBGNOMEPRINT 1
42712_ACEOF
42713
42714
42715fi
d1c38808
VZ
42716 fi
42717 fi
42718fi
42719
2b850ae1
RR
42720if test "$WXGTK20" = 1; then
42721 if test "$wxUSE_MIMETYPE" = "yes" ; then
42722 if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
42723
42724
3ecd9f92
MW
42725pkg_failed=no
42726echo "$as_me:$LINENO: checking for GNOMEVFS" >&5
42727echo $ECHO_N "checking for GNOMEVFS... $ECHO_C" >&6
2b850ae1 42728
3ecd9f92
MW
42729if test -n "$PKG_CONFIG"; then
42730 if test -n "$GNOMEVFS_CFLAGS"; then
42731 pkg_cv_GNOMEVFS_CFLAGS="$GNOMEVFS_CFLAGS"
42732 else
42733 if test -n "$PKG_CONFIG" && \
42734 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\"") >&5
42735 ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
42736 ac_status=$?
42737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42738 (exit $ac_status); }; then
42739 pkg_cv_GNOMEVFS_CFLAGS=`$PKG_CONFIG --cflags "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
2b850ae1 42740else
3ecd9f92
MW
42741 pkg_failed=yes
42742fi
42743 fi
42744else
42745 pkg_failed=untried
2b850ae1 42746fi
2b850ae1 42747if test -n "$PKG_CONFIG"; then
3ecd9f92
MW
42748 if test -n "$GNOMEVFS_LIBS"; then
42749 pkg_cv_GNOMEVFS_LIBS="$GNOMEVFS_LIBS"
42750 else
42751 if test -n "$PKG_CONFIG" && \
42752 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\"") >&5
42753 ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
42754 ac_status=$?
42755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42756 (exit $ac_status); }; then
42757 pkg_cv_GNOMEVFS_LIBS=`$PKG_CONFIG --libs "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
2b850ae1 42758else
3ecd9f92
MW
42759 pkg_failed=yes
42760fi
42761 fi
42762else
42763 pkg_failed=untried
2b850ae1
RR
42764fi
42765
2b850ae1 42766
2b850ae1 42767
3ecd9f92 42768if test $pkg_failed = yes; then
2b850ae1 42769
3ecd9f92
MW
42770if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
42771 _pkg_short_errors_supported=yes
42772else
42773 _pkg_short_errors_supported=no
42774fi
42775 if test $_pkg_short_errors_supported = yes; then
42776 GNOMEVFS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
42777 else
42778 GNOMEVFS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
2b850ae1 42779 fi
3ecd9f92
MW
42780 # Put the nasty error message in config.log where it belongs
42781 echo "$GNOMEVFS_PKG_ERRORS" >&5
2b850ae1
RR
42782
42783
3ecd9f92
MW
42784 { echo "$as_me:$LINENO: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
42785echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
42786 wxUSE_LIBGNOMEVFS="no"
2b850ae1
RR
42787
42788
3ecd9f92 42789elif test $pkg_failed = untried; then
2b850ae1
RR
42790
42791 { echo "$as_me:$LINENO: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
42792echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
42793 wxUSE_LIBGNOMEVFS="no"
42794
42795
3ecd9f92
MW
42796else
42797 GNOMEVFS_CFLAGS=$pkg_cv_GNOMEVFS_CFLAGS
42798 GNOMEVFS_LIBS=$pkg_cv_GNOMEVFS_LIBS
42799 echo "$as_me:$LINENO: result: yes" >&5
42800echo "${ECHO_T}yes" >&6
2b850ae1 42801
3ecd9f92
MW
42802 CXXFLAGS="$GNOMEVFS_CFLAGS $CXXFLAGS"
42803 cat >>confdefs.h <<\_ACEOF
42804#define wxUSE_LIBGNOMEVFS 1
42805_ACEOF
42806
42807
42808fi
2b850ae1
RR
42809 fi
42810 fi
42811fi
42812
3565d135
RR
42813if test "$WXGTK20" = 1; then
42814 if test "$wxUSE_LIBHILDON" = "yes" ; then
42815
3ecd9f92
MW
42816pkg_failed=no
42817echo "$as_me:$LINENO: checking for HILDON" >&5
42818echo $ECHO_N "checking for HILDON... $ECHO_C" >&6
3565d135 42819
3ecd9f92
MW
42820if test -n "$PKG_CONFIG"; then
42821 if test -n "$HILDON_CFLAGS"; then
42822 pkg_cv_HILDON_CFLAGS="$HILDON_CFLAGS"
42823 else
42824 if test -n "$PKG_CONFIG" && \
42825 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\"") >&5
42826 ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
42827 ac_status=$?
42828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42829 (exit $ac_status); }; then
42830 pkg_cv_HILDON_CFLAGS=`$PKG_CONFIG --cflags "hildon-lgpl >= 0.9" 2>/dev/null`
3565d135 42831else
3ecd9f92
MW
42832 pkg_failed=yes
42833fi
42834 fi
42835else
42836 pkg_failed=untried
3565d135 42837fi
3565d135 42838if test -n "$PKG_CONFIG"; then
3ecd9f92
MW
42839 if test -n "$HILDON_LIBS"; then
42840 pkg_cv_HILDON_LIBS="$HILDON_LIBS"
42841 else
42842 if test -n "$PKG_CONFIG" && \
42843 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\"") >&5
42844 ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
42845 ac_status=$?
42846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42847 (exit $ac_status); }; then
42848 pkg_cv_HILDON_LIBS=`$PKG_CONFIG --libs "hildon-lgpl >= 0.9" 2>/dev/null`
3565d135 42849else
3ecd9f92
MW
42850 pkg_failed=yes
42851fi
42852 fi
42853else
42854 pkg_failed=untried
3565d135
RR
42855fi
42856
3565d135 42857
3565d135 42858
3ecd9f92 42859if test $pkg_failed = yes; then
3565d135 42860
3ecd9f92
MW
42861if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
42862 _pkg_short_errors_supported=yes
42863else
42864 _pkg_short_errors_supported=no
42865fi
42866 if test $_pkg_short_errors_supported = yes; then
42867 HILDON_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
42868 else
42869 HILDON_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
3565d135 42870 fi
3ecd9f92
MW
42871 # Put the nasty error message in config.log where it belongs
42872 echo "$HILDON_PKG_ERRORS" >&5
3565d135
RR
42873
42874
3ecd9f92
MW
42875 { echo "$as_me:$LINENO: WARNING: libhildon_lgpl not found" >&5
42876echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
42877 wxUSE_LIBHILDON="no"
3565d135 42878
3565d135 42879
3ecd9f92
MW
42880elif test $pkg_failed = untried; then
42881
42882 { echo "$as_me:$LINENO: WARNING: libhildon_lgpl not found" >&5
42883echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
42884 wxUSE_LIBHILDON="no"
42885
42886
42887else
42888 HILDON_CFLAGS=$pkg_cv_HILDON_CFLAGS
42889 HILDON_LIBS=$pkg_cv_HILDON_LIBS
42890 echo "$as_me:$LINENO: result: yes" >&5
42891echo "${ECHO_T}yes" >&6
3565d135
RR
42892
42893 EXTRALIBS_HILDON="$HILDON_LIBS"
42894 CXXFLAGS="$CXXFLAGS $HILDON_CFLAGS"
42895 cat >>confdefs.h <<\_ACEOF
42896#define wxUSE_LIBHILDON 1
42897_ACEOF
42898
42899
3ecd9f92 42900fi
3565d135
RR
42901 fi
42902fi
d1c38808 42903
a848cd7e
SC
42904if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
42905 cat >>confdefs.h <<\_ACEOF
42906#define wxUSE_CMDLINE_PARSER 1
42907_ACEOF
42908
42909fi
42910
42911if test "$wxUSE_STOPWATCH" = "yes"; then
42912 cat >>confdefs.h <<\_ACEOF
42913#define wxUSE_STOPWATCH 1
42914_ACEOF
42915
42916fi
42917
42918if test "$wxUSE_DATETIME" = "yes"; then
42919 cat >>confdefs.h <<\_ACEOF
42920#define wxUSE_DATETIME 1
42921_ACEOF
42922
42923fi
42924
42925if test "$wxUSE_FILE" = "yes"; then
42926 cat >>confdefs.h <<\_ACEOF
42927#define wxUSE_FILE 1
42928_ACEOF
42929
42930fi
42931
42932if test "$wxUSE_FFILE" = "yes"; then
42933 cat >>confdefs.h <<\_ACEOF
42934#define wxUSE_FFILE 1
42935_ACEOF
42936
42937fi
42938
42939if test "$wxUSE_FILESYSTEM" = "yes"; then
42940 cat >>confdefs.h <<\_ACEOF
42941#define wxUSE_FILESYSTEM 1
42942_ACEOF
42943
42944fi
42945
42946if test "$wxUSE_FS_ZIP" = "yes"; then
42947 cat >>confdefs.h <<\_ACEOF
42948#define wxUSE_FS_ZIP 1
42949_ACEOF
42950
42951fi
42952
9e8e867f 42953if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
a848cd7e 42954 cat >>confdefs.h <<\_ACEOF
9e8e867f 42955#define wxUSE_ARCHIVE_STREAMS 1
81f90336
MW
42956_ACEOF
42957
42958fi
42959
42960if test "$wxUSE_ZIPSTREAM" = "yes"; then
9e8e867f 42961 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
81f90336
MW
42962 { echo "$as_me:$LINENO: WARNING: wxZip requires wxArchive... disabled" >&5
42963echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
42964 elif test "$wxUSE_ZLIB" = "no"; then
42965 { echo "$as_me:$LINENO: WARNING: wxZip requires wxZlib... disabled" >&5
42966echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
42967 else
42968 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
42969#define wxUSE_ZIPSTREAM 1
42970_ACEOF
42971
81f90336 42972 fi
a848cd7e
SC
42973fi
42974
a848cd7e 42975if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
18228ab4
MW
42976 if test "$USE_UNIX" != 1; then
42977 { echo "$as_me:$LINENO: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5
42978echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;}
42979 wxUSE_ON_FATAL_EXCEPTION=no
42980 else
42981 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
42982#define wxUSE_ON_FATAL_EXCEPTION 1
42983_ACEOF
42984
18228ab4 42985 fi
a848cd7e
SC
42986fi
42987
eaff0f0d
VZ
42988if test "$wxUSE_STACKWALKER" = "yes"; then
42989 cat >>confdefs.h <<\_ACEOF
42990#define wxUSE_STACKWALKER 1
42991_ACEOF
42992
42993fi
42994
36b6448c 42995if test "$wxUSE_DEBUGREPORT" = "yes"; then
18228ab4
MW
42996 if test "$USE_UNIX" != "1" -a "$USE_WIN32" != "1"; then
42997 { echo "$as_me:$LINENO: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
42998echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
dfe0c803
JS
42999 wxUSE_DEBUGREPORT=no
43000 else
43001 cat >>confdefs.h <<\_ACEOF
36b6448c
VZ
43002#define wxUSE_DEBUGREPORT 1
43003_ACEOF
43004
21dfc162
MW
43005 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
43006 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS debugrpt"
43007 fi
dfe0c803 43008 fi
36b6448c
VZ
43009fi
43010
a848cd7e
SC
43011if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
43012 cat >>confdefs.h <<\_ACEOF
43013#define wxUSE_SNGLINST_CHECKER 1
43014_ACEOF
43015
43016fi
43017
43018if test "$wxUSE_BUSYINFO" = "yes"; then
43019 cat >>confdefs.h <<\_ACEOF
43020#define wxUSE_BUSYINFO 1
43021_ACEOF
43022
43023fi
43024
43025if test "$wxUSE_STD_IOSTREAM" = "yes"; then
43026 cat >>confdefs.h <<\_ACEOF
43027#define wxUSE_STD_IOSTREAM 1
43028_ACEOF
43029
43030fi
43031
59746b65
MW
43032if test "$wxUSE_STD_STRING" = "yes"; then
43033 cat >>confdefs.h <<\_ACEOF
43034#define wxUSE_STD_STRING 1
43035_ACEOF
43036
43037fi
43038
07158944
VZ
43039if test "$wxUSE_STDPATHS" = "yes"; then
43040 cat >>confdefs.h <<\_ACEOF
43041#define wxUSE_STDPATHS 1
43042_ACEOF
43043
43044fi
43045
a848cd7e
SC
43046if test "$wxUSE_TEXTBUFFER" = "yes"; then
43047 cat >>confdefs.h <<\_ACEOF
43048#define wxUSE_TEXTBUFFER 1
43049_ACEOF
43050
43051fi
43052
43053if test "$wxUSE_TEXTFILE" = "yes"; then
43054 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
43055 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
43056echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
43057 else
43058 cat >>confdefs.h <<\_ACEOF
43059#define wxUSE_TEXTFILE 1
43060_ACEOF
43061
43062 fi
43063fi
43064
43065if test "$wxUSE_CONFIG" = "yes" ; then
43066 if test "$wxUSE_TEXTFILE" != "yes"; then
43067 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
43068echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
43069 else
43070 cat >>confdefs.h <<\_ACEOF
43071#define wxUSE_CONFIG 1
89be85c2
VS
43072_ACEOF
43073
43074 cat >>confdefs.h <<\_ACEOF
43075#define wxUSE_CONFIG_NATIVE 1
a848cd7e
SC
43076_ACEOF
43077
43078 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
43079 fi
43080fi
43081
43082if test "$wxUSE_INTL" = "yes" ; then
43083 if test "$wxUSE_FILE" != "yes"; then
43084 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
43085echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
43086 else
43087 cat >>confdefs.h <<\_ACEOF
43088#define wxUSE_INTL 1
43089_ACEOF
43090
43091 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
43092 GUIDIST="$GUIDIST INTL_DIST"
43093 fi
43094fi
43095
43096if test "$wxUSE_LOG" = "yes"; then
43097 cat >>confdefs.h <<\_ACEOF
43098#define wxUSE_LOG 1
43099_ACEOF
43100
43101
43102 if test "$wxUSE_LOGGUI" = "yes"; then
43103 cat >>confdefs.h <<\_ACEOF
43104#define wxUSE_LOGGUI 1
43105_ACEOF
43106
43107 fi
43108
43109 if test "$wxUSE_LOGWINDOW" = "yes"; then
43110 cat >>confdefs.h <<\_ACEOF
43111#define wxUSE_LOGWINDOW 1
43112_ACEOF
43113
43114 fi
43115
43116 if test "$wxUSE_LOGDIALOG" = "yes"; then
43117 cat >>confdefs.h <<\_ACEOF
43118#define wxUSE_LOG_DIALOG 1
43119_ACEOF
43120
43121 fi
0b78747f
MW
43122
43123 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS keyboard"
a848cd7e
SC
43124fi
43125
43126if test "$wxUSE_LONGLONG" = "yes"; then
43127 cat >>confdefs.h <<\_ACEOF
43128#define wxUSE_LONGLONG 1
43129_ACEOF
43130
43131fi
43132
43133if test "$wxUSE_GEOMETRY" = "yes"; then
43134 cat >>confdefs.h <<\_ACEOF
43135#define wxUSE_GEOMETRY 1
43136_ACEOF
43137
43138fi
43139
a848cd7e
SC
43140if test "$wxUSE_STREAMS" = "yes" ; then
43141 cat >>confdefs.h <<\_ACEOF
43142#define wxUSE_STREAMS 1
43143_ACEOF
43144
43145fi
43146
8b6682b9
JS
43147if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
43148 cat >>confdefs.h <<\_ACEOF
43149#define wxUSE_PRINTF_POS_PARAMS 1
43150_ACEOF
43151
43152fi
43153
43154
a848cd7e
SC
43155
43156if test "$wxUSE_DATETIME" = "yes"; then
43157
43158for ac_func in strptime
43159do
43160as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43161echo "$as_me:$LINENO: checking for $ac_func" >&5
43162echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
43163if eval "test \"\${$as_ac_var+set}\" = set"; then
43164 echo $ECHO_N "(cached) $ECHO_C" >&6
43165else
43166 cat >conftest.$ac_ext <<_ACEOF
43167/* confdefs.h. */
43168_ACEOF
43169cat confdefs.h >>conftest.$ac_ext
43170cat >>conftest.$ac_ext <<_ACEOF
43171/* end confdefs.h. */
ac1cb8d3
VS
43172/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43173 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43174#define $ac_func innocuous_$ac_func
43175
a848cd7e
SC
43176/* System header to define __stub macros and hopefully few prototypes,
43177 which can conflict with char $ac_func (); below.
43178 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43179 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 43180
a848cd7e
SC
43181#ifdef __STDC__
43182# include <limits.h>
43183#else
43184# include <assert.h>
43185#endif
ac1cb8d3
VS
43186
43187#undef $ac_func
43188
a848cd7e
SC
43189/* Override any gcc2 internal prototype to avoid an error. */
43190#ifdef __cplusplus
43191extern "C"
43192{
43193#endif
43194/* We use char because int might match the return type of a gcc2
43195 builtin and then its argument prototype would still apply. */
43196char $ac_func ();
43197/* The GNU C library defines this for functions which it implements
43198 to always fail with ENOSYS. Some functions are actually named
43199 something starting with __ and the normal name is an alias. */
43200#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
43201choke me
43202#else
43203char (*f) () = $ac_func;
43204#endif
43205#ifdef __cplusplus
43206}
43207#endif
43208
43209int
43210main ()
43211{
43212return f != $ac_func;
43213 ;
43214 return 0;
43215}
43216_ACEOF
43217rm -f conftest.$ac_objext conftest$ac_exeext
43218if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 43219 (eval $ac_link) 2>conftest.er1
a848cd7e 43220 ac_status=$?
ac1cb8d3
VS
43221 grep -v '^ *+' conftest.er1 >conftest.err
43222 rm -f conftest.er1
43223 cat conftest.err >&5
a848cd7e
SC
43224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43225 (exit $ac_status); } &&
6a5c9b3f
RR
43226 { ac_try='test -z "$ac_cxx_werror_flag"
43227 || test ! -s conftest.err'
ac1cb8d3
VS
43228 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43229 (eval $ac_try) 2>&5
43230 ac_status=$?
43231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43232 (exit $ac_status); }; } &&
43233 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
43234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43235 (eval $ac_try) 2>&5
43236 ac_status=$?
43237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43238 (exit $ac_status); }; }; then
43239 eval "$as_ac_var=yes"
43240else
43241 echo "$as_me: failed program was:" >&5
43242sed 's/^/| /' conftest.$ac_ext >&5
43243
43244eval "$as_ac_var=no"
43245fi
ac1cb8d3
VS
43246rm -f conftest.err conftest.$ac_objext \
43247 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
43248fi
43249echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
43250echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
43251if test `eval echo '${'$as_ac_var'}'` = yes; then
43252 cat >>confdefs.h <<_ACEOF
43253#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43254_ACEOF
43255
43256fi
43257done
43258
f536f005
VZ
43259 if test "$ac_cv_func_strptime" = "yes"; then
43260 echo "$as_me:$LINENO: checking for strptime declaration" >&5
43261echo $ECHO_N "checking for strptime declaration... $ECHO_C" >&6
43262if test "${wx_cv_func_strptime_decl+set}" = set; then
43263 echo $ECHO_N "(cached) $ECHO_C" >&6
43264else
43265
f536f005
VZ
43266 cat >conftest.$ac_ext <<_ACEOF
43267/* confdefs.h. */
43268_ACEOF
43269cat confdefs.h >>conftest.$ac_ext
43270cat >>conftest.$ac_ext <<_ACEOF
43271/* end confdefs.h. */
43272
43273 #include <time.h>
43274
43275int
43276main ()
43277{
43278
43279 struct tm t;
43280 strptime("foo", "bar", &t);
43281
43282 ;
43283 return 0;
43284}
43285_ACEOF
43286rm -f conftest.$ac_objext
43287if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
43288 (eval $ac_compile) 2>conftest.er1
43289 ac_status=$?
43290 grep -v '^ *+' conftest.er1 >conftest.err
43291 rm -f conftest.er1
43292 cat conftest.err >&5
43293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43294 (exit $ac_status); } &&
6a5c9b3f
RR
43295 { ac_try='test -z "$ac_cxx_werror_flag"
43296 || test ! -s conftest.err'
f536f005
VZ
43297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43298 (eval $ac_try) 2>&5
43299 ac_status=$?
43300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43301 (exit $ac_status); }; } &&
43302 { ac_try='test -s conftest.$ac_objext'
43303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43304 (eval $ac_try) 2>&5
43305 ac_status=$?
43306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43307 (exit $ac_status); }; }; then
43308 wx_cv_func_strptime_decl=yes
43309else
43310 echo "$as_me: failed program was:" >&5
43311sed 's/^/| /' conftest.$ac_ext >&5
43312
43313wx_cv_func_strptime_decl=no
43314
43315fi
43316rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
f536f005
VZ
43317
43318
43319fi
43320echo "$as_me:$LINENO: result: $wx_cv_func_strptime_decl" >&5
43321echo "${ECHO_T}$wx_cv_func_strptime_decl" >&6
43322 fi
43323 if test "$wx_cv_func_strptime_decl" = "yes"; then
43324 cat >>confdefs.h <<\_ACEOF
43325#define HAVE_STRPTIME_DECL 1
43326_ACEOF
43327
43328 fi
a848cd7e
SC
43329
43330 echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
43331echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
43332if test "${wx_cv_var_timezone+set}" = set; then
43333 echo $ECHO_N "(cached) $ECHO_C" >&6
43334else
43335
43336 cat >conftest.$ac_ext <<_ACEOF
43337/* confdefs.h. */
43338_ACEOF
43339cat confdefs.h >>conftest.$ac_ext
43340cat >>conftest.$ac_ext <<_ACEOF
43341/* end confdefs.h. */
43342
43343 #include <time.h>
43344
43345int
43346main ()
43347{
43348
43349 int tz;
43350 tz = timezone;
43351
43352 ;
43353 return 0;
43354}
43355_ACEOF
43356rm -f conftest.$ac_objext
43357if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 43358 (eval $ac_compile) 2>conftest.er1
a848cd7e 43359 ac_status=$?
ac1cb8d3
VS
43360 grep -v '^ *+' conftest.er1 >conftest.err
43361 rm -f conftest.er1
43362 cat conftest.err >&5
a848cd7e
SC
43363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43364 (exit $ac_status); } &&
6a5c9b3f
RR
43365 { ac_try='test -z "$ac_cxx_werror_flag"
43366 || test ! -s conftest.err'
ac1cb8d3
VS
43367 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43368 (eval $ac_try) 2>&5
43369 ac_status=$?
43370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43371 (exit $ac_status); }; } &&
43372 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
43373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43374 (eval $ac_try) 2>&5
43375 ac_status=$?
43376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43377 (exit $ac_status); }; }; then
43378
43379 wx_cv_var_timezone=timezone
43380
43381else
43382 echo "$as_me: failed program was:" >&5
43383sed 's/^/| /' conftest.$ac_ext >&5
43384
43385
43386 cat >conftest.$ac_ext <<_ACEOF
43387/* confdefs.h. */
43388_ACEOF
43389cat confdefs.h >>conftest.$ac_ext
43390cat >>conftest.$ac_ext <<_ACEOF
43391/* end confdefs.h. */
43392
43393 #include <time.h>
43394
43395int
43396main ()
43397{
43398
43399 int tz;
43400 tz = _timezone;
43401
43402 ;
43403 return 0;
43404}
43405_ACEOF
43406rm -f conftest.$ac_objext
43407if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 43408 (eval $ac_compile) 2>conftest.er1
a848cd7e 43409 ac_status=$?
ac1cb8d3
VS
43410 grep -v '^ *+' conftest.er1 >conftest.err
43411 rm -f conftest.er1
43412 cat conftest.err >&5
a848cd7e
SC
43413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43414 (exit $ac_status); } &&
6a5c9b3f
RR
43415 { ac_try='test -z "$ac_cxx_werror_flag"
43416 || test ! -s conftest.err'
ac1cb8d3
VS
43417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43418 (eval $ac_try) 2>&5
43419 ac_status=$?
43420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43421 (exit $ac_status); }; } &&
43422 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
43423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43424 (eval $ac_try) 2>&5
43425 ac_status=$?
43426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43427 (exit $ac_status); }; }; then
43428
43429 wx_cv_var_timezone=_timezone
43430
43431else
43432 echo "$as_me: failed program was:" >&5
43433sed 's/^/| /' conftest.$ac_ext >&5
43434
43435
43436 cat >conftest.$ac_ext <<_ACEOF
43437/* confdefs.h. */
43438_ACEOF
43439cat confdefs.h >>conftest.$ac_ext
43440cat >>conftest.$ac_ext <<_ACEOF
43441/* end confdefs.h. */
43442
43443 #include <time.h>
43444
43445int
43446main ()
43447{
43448
43449 int tz;
43450 tz = __timezone;
43451
43452 ;
43453 return 0;
43454}
43455_ACEOF
43456rm -f conftest.$ac_objext
43457if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 43458 (eval $ac_compile) 2>conftest.er1
a848cd7e 43459 ac_status=$?
ac1cb8d3
VS
43460 grep -v '^ *+' conftest.er1 >conftest.err
43461 rm -f conftest.er1
43462 cat conftest.err >&5
a848cd7e
SC
43463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43464 (exit $ac_status); } &&
6a5c9b3f
RR
43465 { ac_try='test -z "$ac_cxx_werror_flag"
43466 || test ! -s conftest.err'
ac1cb8d3
VS
43467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43468 (eval $ac_try) 2>&5
43469 ac_status=$?
43470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43471 (exit $ac_status); }; } &&
43472 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
43473 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43474 (eval $ac_try) 2>&5
43475 ac_status=$?
43476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43477 (exit $ac_status); }; }; then
43478
43479 wx_cv_var_timezone=__timezone
43480
43481else
43482 echo "$as_me: failed program was:" >&5
43483sed 's/^/| /' conftest.$ac_ext >&5
43484
43485
43486 if test "$USE_DOS" = 0 ; then
43487 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
43488echo "$as_me: WARNING: no timezone variable" >&2;}
43489 fi
43490
43491
43492fi
ac1cb8d3 43493rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
43494
43495
43496fi
ac1cb8d3 43497rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
43498
43499
43500fi
ac1cb8d3 43501rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
43502
43503
43504fi
43505echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
43506echo "${ECHO_T}$wx_cv_var_timezone" >&6
43507
43508 if test "x$wx_cv_var_timezone" != x ; then
43509 cat >>confdefs.h <<_ACEOF
43510#define WX_TIMEZONE $wx_cv_var_timezone
43511_ACEOF
43512
43513 fi
43514
43515
43516for ac_func in localtime
43517do
43518as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43519echo "$as_me:$LINENO: checking for $ac_func" >&5
43520echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
43521if eval "test \"\${$as_ac_var+set}\" = set"; then
43522 echo $ECHO_N "(cached) $ECHO_C" >&6
43523else
43524 cat >conftest.$ac_ext <<_ACEOF
43525/* confdefs.h. */
43526_ACEOF
43527cat confdefs.h >>conftest.$ac_ext
43528cat >>conftest.$ac_ext <<_ACEOF
43529/* end confdefs.h. */
ac1cb8d3
VS
43530/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43531 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43532#define $ac_func innocuous_$ac_func
43533
a848cd7e
SC
43534/* System header to define __stub macros and hopefully few prototypes,
43535 which can conflict with char $ac_func (); below.
43536 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43537 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 43538
a848cd7e
SC
43539#ifdef __STDC__
43540# include <limits.h>
43541#else
43542# include <assert.h>
43543#endif
ac1cb8d3
VS
43544
43545#undef $ac_func
43546
a848cd7e
SC
43547/* Override any gcc2 internal prototype to avoid an error. */
43548#ifdef __cplusplus
43549extern "C"
43550{
43551#endif
43552/* We use char because int might match the return type of a gcc2
43553 builtin and then its argument prototype would still apply. */
43554char $ac_func ();
43555/* The GNU C library defines this for functions which it implements
43556 to always fail with ENOSYS. Some functions are actually named
43557 something starting with __ and the normal name is an alias. */
43558#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
43559choke me
43560#else
43561char (*f) () = $ac_func;
43562#endif
43563#ifdef __cplusplus
43564}
43565#endif
43566
43567int
43568main ()
43569{
43570return f != $ac_func;
43571 ;
43572 return 0;
43573}
43574_ACEOF
43575rm -f conftest.$ac_objext conftest$ac_exeext
43576if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 43577 (eval $ac_link) 2>conftest.er1
a848cd7e 43578 ac_status=$?
ac1cb8d3
VS
43579 grep -v '^ *+' conftest.er1 >conftest.err
43580 rm -f conftest.er1
43581 cat conftest.err >&5
a848cd7e
SC
43582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43583 (exit $ac_status); } &&
6a5c9b3f
RR
43584 { ac_try='test -z "$ac_cxx_werror_flag"
43585 || test ! -s conftest.err'
ac1cb8d3
VS
43586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43587 (eval $ac_try) 2>&5
43588 ac_status=$?
43589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43590 (exit $ac_status); }; } &&
43591 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
43592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43593 (eval $ac_try) 2>&5
43594 ac_status=$?
43595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43596 (exit $ac_status); }; }; then
43597 eval "$as_ac_var=yes"
43598else
43599 echo "$as_me: failed program was:" >&5
43600sed 's/^/| /' conftest.$ac_ext >&5
43601
43602eval "$as_ac_var=no"
43603fi
ac1cb8d3
VS
43604rm -f conftest.err conftest.$ac_objext \
43605 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
43606fi
43607echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
43608echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
43609if test `eval echo '${'$as_ac_var'}'` = yes; then
43610 cat >>confdefs.h <<_ACEOF
43611#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43612_ACEOF
43613
43614fi
43615done
43616
43617
43618 if test "$ac_cv_func_localtime" = "yes"; then
43619 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
43620echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
43621if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
43622 echo $ECHO_N "(cached) $ECHO_C" >&6
43623else
43624
43625 cat >conftest.$ac_ext <<_ACEOF
43626/* confdefs.h. */
43627_ACEOF
43628cat confdefs.h >>conftest.$ac_ext
43629cat >>conftest.$ac_ext <<_ACEOF
43630/* end confdefs.h. */
43631
43632 #include <time.h>
43633
43634int
43635main ()
43636{
43637
43638 struct tm tm;
43639 tm.tm_gmtoff++;
43640
43641 ;
43642 return 0;
43643}
43644_ACEOF
43645rm -f conftest.$ac_objext
43646if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 43647 (eval $ac_compile) 2>conftest.er1
a848cd7e 43648 ac_status=$?
ac1cb8d3
VS
43649 grep -v '^ *+' conftest.er1 >conftest.err
43650 rm -f conftest.er1
43651 cat conftest.err >&5
a848cd7e
SC
43652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43653 (exit $ac_status); } &&
6a5c9b3f
RR
43654 { ac_try='test -z "$ac_cxx_werror_flag"
43655 || test ! -s conftest.err'
ac1cb8d3
VS
43656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43657 (eval $ac_try) 2>&5
43658 ac_status=$?
43659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43660 (exit $ac_status); }; } &&
43661 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
43662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43663 (eval $ac_try) 2>&5
43664 ac_status=$?
43665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43666 (exit $ac_status); }; }; then
43667
43668 wx_cv_struct_tm_has_gmtoff=yes
43669
43670else
43671 echo "$as_me: failed program was:" >&5
43672sed 's/^/| /' conftest.$ac_ext >&5
43673
43674wx_cv_struct_tm_has_gmtoff=no
43675
43676fi
ac1cb8d3 43677rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
43678
43679fi
43680echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
43681echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
43682 fi
43683
43684 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
43685 cat >>confdefs.h <<\_ACEOF
43686#define WX_GMTOFF_IN_TM 1
43687_ACEOF
43688
43689 fi
43690
43691
43692
43693for ac_func in gettimeofday ftime
43694do
43695as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43696echo "$as_me:$LINENO: checking for $ac_func" >&5
43697echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
43698if eval "test \"\${$as_ac_var+set}\" = set"; then
43699 echo $ECHO_N "(cached) $ECHO_C" >&6
43700else
43701 cat >conftest.$ac_ext <<_ACEOF
43702/* confdefs.h. */
43703_ACEOF
43704cat confdefs.h >>conftest.$ac_ext
43705cat >>conftest.$ac_ext <<_ACEOF
43706/* end confdefs.h. */
ac1cb8d3
VS
43707/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43708 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43709#define $ac_func innocuous_$ac_func
43710
a848cd7e
SC
43711/* System header to define __stub macros and hopefully few prototypes,
43712 which can conflict with char $ac_func (); below.
43713 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43714 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 43715
a848cd7e
SC
43716#ifdef __STDC__
43717# include <limits.h>
43718#else
43719# include <assert.h>
43720#endif
ac1cb8d3
VS
43721
43722#undef $ac_func
43723
a848cd7e
SC
43724/* Override any gcc2 internal prototype to avoid an error. */
43725#ifdef __cplusplus
43726extern "C"
43727{
43728#endif
43729/* We use char because int might match the return type of a gcc2
43730 builtin and then its argument prototype would still apply. */
43731char $ac_func ();
43732/* The GNU C library defines this for functions which it implements
43733 to always fail with ENOSYS. Some functions are actually named
43734 something starting with __ and the normal name is an alias. */
43735#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
43736choke me
43737#else
43738char (*f) () = $ac_func;
43739#endif
43740#ifdef __cplusplus
43741}
43742#endif
43743
43744int
43745main ()
43746{
43747return f != $ac_func;
43748 ;
43749 return 0;
43750}
43751_ACEOF
43752rm -f conftest.$ac_objext conftest$ac_exeext
43753if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 43754 (eval $ac_link) 2>conftest.er1
a848cd7e 43755 ac_status=$?
ac1cb8d3
VS
43756 grep -v '^ *+' conftest.er1 >conftest.err
43757 rm -f conftest.er1
43758 cat conftest.err >&5
a848cd7e
SC
43759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43760 (exit $ac_status); } &&
6a5c9b3f
RR
43761 { ac_try='test -z "$ac_cxx_werror_flag"
43762 || test ! -s conftest.err'
ac1cb8d3
VS
43763 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43764 (eval $ac_try) 2>&5
43765 ac_status=$?
43766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43767 (exit $ac_status); }; } &&
43768 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
43769 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43770 (eval $ac_try) 2>&5
43771 ac_status=$?
43772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43773 (exit $ac_status); }; }; then
43774 eval "$as_ac_var=yes"
43775else
43776 echo "$as_me: failed program was:" >&5
43777sed 's/^/| /' conftest.$ac_ext >&5
43778
43779eval "$as_ac_var=no"
43780fi
ac1cb8d3
VS
43781rm -f conftest.err conftest.$ac_objext \
43782 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
43783fi
43784echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
43785echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
43786if test `eval echo '${'$as_ac_var'}'` = yes; then
43787 cat >>confdefs.h <<_ACEOF
43788#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43789_ACEOF
43790 break
43791fi
43792done
43793
43794
43795 if test "$ac_cv_func_gettimeofday" = "yes"; then
43796 echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
43797echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
43798if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
43799 echo $ECHO_N "(cached) $ECHO_C" >&6
43800else
43801
5d7b7554 43802 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
43803/* confdefs.h. */
43804_ACEOF
43805cat confdefs.h >>conftest.$ac_ext
43806cat >>conftest.$ac_ext <<_ACEOF
43807/* end confdefs.h. */
43808
43809 #include <sys/time.h>
43810 #include <unistd.h>
43811
43812int
43813main ()
43814{
43815
43816 struct timeval tv;
43817 gettimeofday(&tv, NULL);
43818
43819 ;
43820 return 0;
43821}
43822_ACEOF
43823rm -f conftest.$ac_objext
43824if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 43825 (eval $ac_compile) 2>conftest.er1
a848cd7e 43826 ac_status=$?
ac1cb8d3
VS
43827 grep -v '^ *+' conftest.er1 >conftest.err
43828 rm -f conftest.er1
43829 cat conftest.err >&5
a848cd7e
SC
43830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43831 (exit $ac_status); } &&
6a5c9b3f
RR
43832 { ac_try='test -z "$ac_cxx_werror_flag"
43833 || test ! -s conftest.err'
ac1cb8d3
VS
43834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43835 (eval $ac_try) 2>&5
43836 ac_status=$?
43837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43838 (exit $ac_status); }; } &&
43839 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
43840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43841 (eval $ac_try) 2>&5
43842 ac_status=$?
43843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43844 (exit $ac_status); }; }; then
43845 wx_cv_func_gettimeofday_has_2_args=yes
43846else
43847 echo "$as_me: failed program was:" >&5
43848sed 's/^/| /' conftest.$ac_ext >&5
43849
43850cat >conftest.$ac_ext <<_ACEOF
43851/* confdefs.h. */
43852_ACEOF
43853cat confdefs.h >>conftest.$ac_ext
43854cat >>conftest.$ac_ext <<_ACEOF
43855/* end confdefs.h. */
43856
43857 #include <sys/time.h>
43858 #include <unistd.h>
43859
43860int
43861main ()
43862{
43863
43864 struct timeval tv;
43865 gettimeofday(&tv);
43866
43867 ;
43868 return 0;
43869}
43870_ACEOF
43871rm -f conftest.$ac_objext
43872if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 43873 (eval $ac_compile) 2>conftest.er1
a848cd7e 43874 ac_status=$?
ac1cb8d3
VS
43875 grep -v '^ *+' conftest.er1 >conftest.err
43876 rm -f conftest.er1
43877 cat conftest.err >&5
a848cd7e
SC
43878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43879 (exit $ac_status); } &&
6a5c9b3f
RR
43880 { ac_try='test -z "$ac_cxx_werror_flag"
43881 || test ! -s conftest.err'
ac1cb8d3
VS
43882 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43883 (eval $ac_try) 2>&5
43884 ac_status=$?
43885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43886 (exit $ac_status); }; } &&
43887 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
43888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43889 (eval $ac_try) 2>&5
43890 ac_status=$?
43891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43892 (exit $ac_status); }; }; then
43893 wx_cv_func_gettimeofday_has_2_args=no
43894else
43895 echo "$as_me: failed program was:" >&5
43896sed 's/^/| /' conftest.$ac_ext >&5
43897
43898
43899 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
43900echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
43901 wx_cv_func_gettimeofday_has_2_args=unknown
43902
43903
43904fi
ac1cb8d3 43905rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
43906
43907fi
ac1cb8d3 43908rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
43909
43910fi
43911echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
43912echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
43913
43914 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
43915 cat >>confdefs.h <<\_ACEOF
43916#define WX_GETTIMEOFDAY_NO_TZ 1
43917_ACEOF
43918
43919 fi
43920 fi
43921
43922 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
43923fi
43924
43925
43926if test "$wxUSE_SOCKETS" = "yes"; then
43927 if test "$wxUSE_MGL" = "1"; then
43928 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
43929echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
43930 wxUSE_SOCKETS="no"
43931 fi
43932fi
43933
43934if test "$wxUSE_SOCKETS" = "yes"; then
43935 if test "$TOOLKIT" != "MSW"; then
43936 echo "$as_me:$LINENO: checking for socket" >&5
43937echo $ECHO_N "checking for socket... $ECHO_C" >&6
43938if test "${ac_cv_func_socket+set}" = set; then
43939 echo $ECHO_N "(cached) $ECHO_C" >&6
43940else
43941 cat >conftest.$ac_ext <<_ACEOF
43942/* confdefs.h. */
43943_ACEOF
43944cat confdefs.h >>conftest.$ac_ext
43945cat >>conftest.$ac_ext <<_ACEOF
43946/* end confdefs.h. */
ac1cb8d3
VS
43947/* Define socket to an innocuous variant, in case <limits.h> declares socket.
43948 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43949#define socket innocuous_socket
43950
a848cd7e
SC
43951/* System header to define __stub macros and hopefully few prototypes,
43952 which can conflict with char socket (); below.
43953 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43954 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 43955
a848cd7e
SC
43956#ifdef __STDC__
43957# include <limits.h>
43958#else
43959# include <assert.h>
43960#endif
ac1cb8d3
VS
43961
43962#undef socket
43963
a848cd7e
SC
43964/* Override any gcc2 internal prototype to avoid an error. */
43965#ifdef __cplusplus
43966extern "C"
43967{
43968#endif
43969/* We use char because int might match the return type of a gcc2
43970 builtin and then its argument prototype would still apply. */
43971char socket ();
43972/* The GNU C library defines this for functions which it implements
43973 to always fail with ENOSYS. Some functions are actually named
43974 something starting with __ and the normal name is an alias. */
43975#if defined (__stub_socket) || defined (__stub___socket)
43976choke me
43977#else
43978char (*f) () = socket;
43979#endif
43980#ifdef __cplusplus
43981}
43982#endif
43983
43984int
43985main ()
43986{
43987return f != socket;
43988 ;
43989 return 0;
43990}
43991_ACEOF
43992rm -f conftest.$ac_objext conftest$ac_exeext
43993if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 43994 (eval $ac_link) 2>conftest.er1
a848cd7e 43995 ac_status=$?
ac1cb8d3
VS
43996 grep -v '^ *+' conftest.er1 >conftest.err
43997 rm -f conftest.er1
43998 cat conftest.err >&5
a848cd7e
SC
43999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44000 (exit $ac_status); } &&
6a5c9b3f
RR
44001 { ac_try='test -z "$ac_cxx_werror_flag"
44002 || test ! -s conftest.err'
ac1cb8d3
VS
44003 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44004 (eval $ac_try) 2>&5
44005 ac_status=$?
44006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44007 (exit $ac_status); }; } &&
44008 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
44009 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44010 (eval $ac_try) 2>&5
44011 ac_status=$?
44012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44013 (exit $ac_status); }; }; then
44014 ac_cv_func_socket=yes
44015else
44016 echo "$as_me: failed program was:" >&5
44017sed 's/^/| /' conftest.$ac_ext >&5
44018
44019ac_cv_func_socket=no
44020fi
ac1cb8d3
VS
44021rm -f conftest.err conftest.$ac_objext \
44022 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
44023fi
44024echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
44025echo "${ECHO_T}$ac_cv_func_socket" >&6
44026if test $ac_cv_func_socket = yes; then
44027 :
44028else
44029
44030 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
44031echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
44032if test "${ac_cv_lib_socket_socket+set}" = set; then
44033 echo $ECHO_N "(cached) $ECHO_C" >&6
44034else
44035 ac_check_lib_save_LIBS=$LIBS
44036LIBS="-lsocket $LIBS"
44037cat >conftest.$ac_ext <<_ACEOF
44038/* confdefs.h. */
44039_ACEOF
44040cat confdefs.h >>conftest.$ac_ext
44041cat >>conftest.$ac_ext <<_ACEOF
44042/* end confdefs.h. */
44043
44044/* Override any gcc2 internal prototype to avoid an error. */
44045#ifdef __cplusplus
44046extern "C"
44047#endif
44048/* We use char because int might match the return type of a gcc2
44049 builtin and then its argument prototype would still apply. */
44050char socket ();
44051int
44052main ()
44053{
44054socket ();
44055 ;
44056 return 0;
44057}
44058_ACEOF
44059rm -f conftest.$ac_objext conftest$ac_exeext
44060if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 44061 (eval $ac_link) 2>conftest.er1
a848cd7e 44062 ac_status=$?
ac1cb8d3
VS
44063 grep -v '^ *+' conftest.er1 >conftest.err
44064 rm -f conftest.er1
44065 cat conftest.err >&5
a848cd7e
SC
44066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44067 (exit $ac_status); } &&
6a5c9b3f
RR
44068 { ac_try='test -z "$ac_cxx_werror_flag"
44069 || test ! -s conftest.err'
ac1cb8d3
VS
44070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44071 (eval $ac_try) 2>&5
44072 ac_status=$?
44073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44074 (exit $ac_status); }; } &&
44075 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
44076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44077 (eval $ac_try) 2>&5
44078 ac_status=$?
44079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44080 (exit $ac_status); }; }; then
44081 ac_cv_lib_socket_socket=yes
44082else
44083 echo "$as_me: failed program was:" >&5
44084sed 's/^/| /' conftest.$ac_ext >&5
44085
44086ac_cv_lib_socket_socket=no
44087fi
ac1cb8d3
VS
44088rm -f conftest.err conftest.$ac_objext \
44089 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
44090LIBS=$ac_check_lib_save_LIBS
44091fi
44092echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
44093echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
44094if test $ac_cv_lib_socket_socket = yes; then
44095 if test "$INET_LINK" != " -lsocket"; then
44096 INET_LINK="$INET_LINK -lsocket"
44097 fi
44098else
44099
44100 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
44101echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
44102 wxUSE_SOCKETS=no
44103
44104
44105fi
44106
44107
44108
44109fi
44110
44111 fi
44112fi
44113
44114if test "$wxUSE_SOCKETS" = "yes" ; then
44115 if test "$TOOLKIT" != "MSW"; then
5d7b7554 44116 echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
a848cd7e
SC
44117echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
44118if test "${wx_cv_type_getsockname3+set}" = set; then
44119 echo $ECHO_N "(cached) $ECHO_C" >&6
44120else
44121
44122 cat >conftest.$ac_ext <<_ACEOF
44123/* confdefs.h. */
44124_ACEOF
44125cat confdefs.h >>conftest.$ac_ext
44126cat >>conftest.$ac_ext <<_ACEOF
44127/* end confdefs.h. */
44128
44129 #include <sys/types.h>
44130 #include <sys/socket.h>
44131
44132int
44133main ()
44134{
44135
44136 socklen_t len;
44137 getsockname(0, 0, &len);
44138
44139 ;
44140 return 0;
44141}
44142_ACEOF
44143rm -f conftest.$ac_objext
44144if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 44145 (eval $ac_compile) 2>conftest.er1
a848cd7e 44146 ac_status=$?
ac1cb8d3
VS
44147 grep -v '^ *+' conftest.er1 >conftest.err
44148 rm -f conftest.er1
44149 cat conftest.err >&5
a848cd7e
SC
44150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44151 (exit $ac_status); } &&
6a5c9b3f
RR
44152 { ac_try='test -z "$ac_cxx_werror_flag"
44153 || test ! -s conftest.err'
ac1cb8d3
VS
44154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44155 (eval $ac_try) 2>&5
44156 ac_status=$?
44157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44158 (exit $ac_status); }; } &&
44159 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
44160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44161 (eval $ac_try) 2>&5
44162 ac_status=$?
44163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44164 (exit $ac_status); }; }; then
44165 wx_cv_type_getsockname3=socklen_t
44166else
44167 echo "$as_me: failed program was:" >&5
44168sed 's/^/| /' conftest.$ac_ext >&5
44169
44170
6459a506 44171 CXXFLAGS_OLD="$CXXFLAGS"
a848cd7e 44172 if test "$GCC" = yes ; then
c92ad099 44173 CXXFLAGS="-Werror $CXXFLAGS"
a848cd7e
SC
44174 fi
44175
44176 cat >conftest.$ac_ext <<_ACEOF
44177/* confdefs.h. */
44178_ACEOF
44179cat confdefs.h >>conftest.$ac_ext
44180cat >>conftest.$ac_ext <<_ACEOF
44181/* end confdefs.h. */
44182
44183 #include <sys/types.h>
44184 #include <sys/socket.h>
44185
44186int
44187main ()
44188{
44189
44190 size_t len;
44191 getsockname(0, 0, &len);
44192
44193 ;
44194 return 0;
44195}
44196_ACEOF
44197rm -f conftest.$ac_objext
44198if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 44199 (eval $ac_compile) 2>conftest.er1
a848cd7e 44200 ac_status=$?
ac1cb8d3
VS
44201 grep -v '^ *+' conftest.er1 >conftest.err
44202 rm -f conftest.er1
44203 cat conftest.err >&5
a848cd7e
SC
44204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44205 (exit $ac_status); } &&
6a5c9b3f
RR
44206 { ac_try='test -z "$ac_cxx_werror_flag"
44207 || test ! -s conftest.err'
ac1cb8d3
VS
44208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44209 (eval $ac_try) 2>&5
44210 ac_status=$?
44211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44212 (exit $ac_status); }; } &&
44213 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
44214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44215 (eval $ac_try) 2>&5
44216 ac_status=$?
44217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44218 (exit $ac_status); }; }; then
44219 wx_cv_type_getsockname3=size_t
44220else
44221 echo "$as_me: failed program was:" >&5
44222sed 's/^/| /' conftest.$ac_ext >&5
44223
44224cat >conftest.$ac_ext <<_ACEOF
44225/* confdefs.h. */
44226_ACEOF
44227cat confdefs.h >>conftest.$ac_ext
44228cat >>conftest.$ac_ext <<_ACEOF
44229/* end confdefs.h. */
44230
44231 #include <sys/types.h>
44232 #include <sys/socket.h>
44233
44234int
44235main ()
44236{
44237
44238 int len;
44239 getsockname(0, 0, &len);
44240
44241 ;
44242 return 0;
44243}
44244_ACEOF
44245rm -f conftest.$ac_objext
44246if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 44247 (eval $ac_compile) 2>conftest.er1
a848cd7e 44248 ac_status=$?
ac1cb8d3
VS
44249 grep -v '^ *+' conftest.er1 >conftest.err
44250 rm -f conftest.er1
44251 cat conftest.err >&5
a848cd7e
SC
44252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44253 (exit $ac_status); } &&
6a5c9b3f
RR
44254 { ac_try='test -z "$ac_cxx_werror_flag"
44255 || test ! -s conftest.err'
ac1cb8d3
VS
44256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44257 (eval $ac_try) 2>&5
44258 ac_status=$?
44259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44260 (exit $ac_status); }; } &&
44261 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
44262 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44263 (eval $ac_try) 2>&5
44264 ac_status=$?
44265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44266 (exit $ac_status); }; }; then
44267 wx_cv_type_getsockname3=int
44268else
44269 echo "$as_me: failed program was:" >&5
44270sed 's/^/| /' conftest.$ac_ext >&5
44271
44272wx_cv_type_getsockname3=unknown
44273
44274fi
ac1cb8d3 44275rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
44276
44277fi
ac1cb8d3 44278rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 44279
6459a506 44280 CXXFLAGS="$CXXFLAGS_OLD"
a848cd7e
SC
44281
44282
44283fi
ac1cb8d3 44284rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
44285
44286fi
44287echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
44288echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
44289
44290 if test "$wx_cv_type_getsockname3" = "unknown"; then
44291 wxUSE_SOCKETS=no
44292 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
44293echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
44294 else
44295 cat >>confdefs.h <<_ACEOF
9e03e02d 44296#define WX_SOCKLEN_T $wx_cv_type_getsockname3
5b674b9d
DE
44297_ACEOF
44298
44299 fi
44300 echo "$as_me:$LINENO: checking what is the type of the fifth argument of getsockopt" >&5
44301echo $ECHO_N "checking what is the type of the fifth argument of getsockopt... $ECHO_C" >&6
44302if test "${wx_cv_type_getsockopt5+set}" = set; then
44303 echo $ECHO_N "(cached) $ECHO_C" >&6
44304else
44305
44306 cat >conftest.$ac_ext <<_ACEOF
44307/* confdefs.h. */
44308_ACEOF
44309cat confdefs.h >>conftest.$ac_ext
44310cat >>conftest.$ac_ext <<_ACEOF
44311/* end confdefs.h. */
44312
44313 #include <sys/types.h>
44314 #include <sys/socket.h>
44315
44316int
44317main ()
44318{
44319
44320 socklen_t len;
44321 getsockopt(0, 0, 0, 0, &len);
44322
44323 ;
44324 return 0;
44325}
44326_ACEOF
44327rm -f conftest.$ac_objext
44328if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44329 (eval $ac_compile) 2>conftest.er1
44330 ac_status=$?
44331 grep -v '^ *+' conftest.er1 >conftest.err
44332 rm -f conftest.er1
44333 cat conftest.err >&5
44334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44335 (exit $ac_status); } &&
6a5c9b3f
RR
44336 { ac_try='test -z "$ac_cxx_werror_flag"
44337 || test ! -s conftest.err'
5b674b9d
DE
44338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44339 (eval $ac_try) 2>&5
44340 ac_status=$?
44341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44342 (exit $ac_status); }; } &&
44343 { ac_try='test -s conftest.$ac_objext'
44344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44345 (eval $ac_try) 2>&5
44346 ac_status=$?
44347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44348 (exit $ac_status); }; }; then
44349 wx_cv_type_getsockopt5=socklen_t
44350else
44351 echo "$as_me: failed program was:" >&5
44352sed 's/^/| /' conftest.$ac_ext >&5
44353
44354
6459a506 44355 CXXFLAGS_OLD="$CXXFLAGS"
5b674b9d 44356 if test "$GCC" = yes ; then
c92ad099 44357 CXXFLAGS="-Werror $CXXFLAGS"
5b674b9d
DE
44358 fi
44359
44360 cat >conftest.$ac_ext <<_ACEOF
44361/* confdefs.h. */
44362_ACEOF
44363cat confdefs.h >>conftest.$ac_ext
44364cat >>conftest.$ac_ext <<_ACEOF
44365/* end confdefs.h. */
44366
44367 #include <sys/types.h>
44368 #include <sys/socket.h>
44369
44370int
44371main ()
44372{
44373
44374 size_t len;
44375 getsockopt(0, 0, 0, 0, &len);
44376
44377 ;
44378 return 0;
44379}
44380_ACEOF
44381rm -f conftest.$ac_objext
44382if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44383 (eval $ac_compile) 2>conftest.er1
44384 ac_status=$?
44385 grep -v '^ *+' conftest.er1 >conftest.err
44386 rm -f conftest.er1
44387 cat conftest.err >&5
44388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44389 (exit $ac_status); } &&
6a5c9b3f
RR
44390 { ac_try='test -z "$ac_cxx_werror_flag"
44391 || test ! -s conftest.err'
5b674b9d
DE
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); }; } &&
44397 { ac_try='test -s conftest.$ac_objext'
44398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44399 (eval $ac_try) 2>&5
44400 ac_status=$?
44401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44402 (exit $ac_status); }; }; then
44403 wx_cv_type_getsockopt5=size_t
44404else
44405 echo "$as_me: failed program was:" >&5
44406sed 's/^/| /' conftest.$ac_ext >&5
44407
44408cat >conftest.$ac_ext <<_ACEOF
44409/* confdefs.h. */
44410_ACEOF
44411cat confdefs.h >>conftest.$ac_ext
44412cat >>conftest.$ac_ext <<_ACEOF
44413/* end confdefs.h. */
44414
44415 #include <sys/types.h>
44416 #include <sys/socket.h>
44417
44418int
44419main ()
44420{
44421
44422 int len;
44423 getsockopt(0, 0, 0, 0, &len);
44424
44425 ;
44426 return 0;
44427}
44428_ACEOF
44429rm -f conftest.$ac_objext
44430if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44431 (eval $ac_compile) 2>conftest.er1
44432 ac_status=$?
44433 grep -v '^ *+' conftest.er1 >conftest.err
44434 rm -f conftest.er1
44435 cat conftest.err >&5
44436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44437 (exit $ac_status); } &&
6a5c9b3f
RR
44438 { ac_try='test -z "$ac_cxx_werror_flag"
44439 || test ! -s conftest.err'
5b674b9d
DE
44440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44441 (eval $ac_try) 2>&5
44442 ac_status=$?
44443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44444 (exit $ac_status); }; } &&
44445 { ac_try='test -s conftest.$ac_objext'
44446 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44447 (eval $ac_try) 2>&5
44448 ac_status=$?
44449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44450 (exit $ac_status); }; }; then
44451 wx_cv_type_getsockopt5=int
44452else
44453 echo "$as_me: failed program was:" >&5
44454sed 's/^/| /' conftest.$ac_ext >&5
44455
44456wx_cv_type_getsockopt5=unknown
44457
44458fi
44459rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
44460
44461fi
44462rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
44463
6459a506 44464 CXXFLAGS="$CXXFLAGS_OLD"
5b674b9d
DE
44465
44466
44467fi
44468rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
44469
44470fi
44471echo "$as_me:$LINENO: result: $wx_cv_type_getsockopt5" >&5
44472echo "${ECHO_T}$wx_cv_type_getsockopt5" >&6
44473
44474 if test "$wx_cv_type_getsockopt5" = "unknown"; then
44475 wxUSE_SOCKETS=no
44476 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
44477echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
44478 else
44479 cat >>confdefs.h <<_ACEOF
44480#define SOCKOPTLEN_T $wx_cv_type_getsockopt5
a848cd7e
SC
44481_ACEOF
44482
44483 fi
44484 fi
44485fi
44486
44487if test "$wxUSE_SOCKETS" = "yes" ; then
44488 cat >>confdefs.h <<\_ACEOF
44489#define wxUSE_SOCKETS 1
44490_ACEOF
44491
44492 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
44493fi
44494
44495if test "$wxUSE_PROTOCOL" = "yes"; then
44496 if test "$wxUSE_SOCKETS" != "yes"; then
44497 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
44498echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
44499 wxUSE_PROTOCOL=no
44500 fi
44501fi
44502
44503if test "$wxUSE_PROTOCOL" = "yes"; then
44504 cat >>confdefs.h <<\_ACEOF
44505#define wxUSE_PROTOCOL 1
44506_ACEOF
44507
44508
44509 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
44510 cat >>confdefs.h <<\_ACEOF
44511#define wxUSE_PROTOCOL_HTTP 1
44512_ACEOF
44513
44514 fi
44515 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
44516 cat >>confdefs.h <<\_ACEOF
44517#define wxUSE_PROTOCOL_FTP 1
44518_ACEOF
44519
44520 fi
44521 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
44522 cat >>confdefs.h <<\_ACEOF
44523#define wxUSE_PROTOCOL_FILE 1
44524_ACEOF
44525
44526 fi
44527else
44528 if test "$wxUSE_FS_INET" = "yes"; then
44529 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
44530echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
44531 wxUSE_FS_INET="no"
44532 fi
44533fi
44534
44535if test "$wxUSE_URL" = "yes"; then
44536 if test "$wxUSE_PROTOCOL" != "yes"; then
44537 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
44538echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
44539 wxUSE_URL=no
44540 fi
44541 if test "$wxUSE_URL" = "yes"; then
44542 cat >>confdefs.h <<\_ACEOF
44543#define wxUSE_URL 1
44544_ACEOF
44545
44546 fi
44547fi
44548
44549if test "$wxUSE_FS_INET" = "yes"; then
44550 cat >>confdefs.h <<\_ACEOF
44551#define wxUSE_FS_INET 1
44552_ACEOF
44553
44554fi
44555
44556
ee45c548
MW
44557if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then
44558 wxUSE_JOYSTICK=no
44559
44560 if test "$TOOLKIT" = "MSW"; then
44561 wxUSE_JOYSTICK=yes
44562
44563 elif test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
44564 if test "$USE_DARWIN" = 1; then
44565 echo "$as_me:$LINENO: checking headers have declarations needed for joystick support" >&5
44566echo $ECHO_N "checking headers have declarations needed for joystick support... $ECHO_C" >&6
ee45c548
MW
44567 cat >conftest.$ac_ext <<_ACEOF
44568/* confdefs.h. */
44569_ACEOF
44570cat confdefs.h >>conftest.$ac_ext
44571cat >>conftest.$ac_ext <<_ACEOF
44572/* end confdefs.h. */
44573 #include <IOKit/hid/IOHIDLib.h>
44574int
44575main ()
44576{
44577 IOHIDQueueInterface *qi = NULL;
44578 IOHIDCallbackFunction cb = NULL;
44579 qi->setEventCallout(NULL, cb, NULL, NULL);
44580 ;
44581 return 0;
44582}
44583_ACEOF
44584rm -f conftest.$ac_objext
44585if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44586 (eval $ac_compile) 2>conftest.er1
44587 ac_status=$?
44588 grep -v '^ *+' conftest.er1 >conftest.err
44589 rm -f conftest.er1
44590 cat conftest.err >&5
44591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44592 (exit $ac_status); } &&
6a5c9b3f
RR
44593 { ac_try='test -z "$ac_cxx_werror_flag"
44594 || test ! -s conftest.err'
ee45c548
MW
44595 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44596 (eval $ac_try) 2>&5
44597 ac_status=$?
44598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44599 (exit $ac_status); }; } &&
44600 { ac_try='test -s conftest.$ac_objext'
44601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44602 (eval $ac_try) 2>&5
44603 ac_status=$?
44604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44605 (exit $ac_status); }; }; then
44606 wxUSE_JOYSTICK=yes
a848cd7e 44607
ee45c548
MW
44608else
44609 echo "$as_me: failed program was:" >&5
44610sed 's/^/| /' conftest.$ac_ext >&5
44611
44612fi
44613rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
ee45c548
MW
44614 echo "$as_me:$LINENO: result: $wxUSE_JOYSTICK" >&5
44615echo "${ECHO_T}$wxUSE_JOYSTICK" >&6
44616 fi
44617
44618 else
a848cd7e
SC
44619
44620for ac_header in linux/joystick.h
44621do
44622as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
44623if eval "test \"\${$as_ac_Header+set}\" = set"; then
44624 echo "$as_me:$LINENO: checking for $ac_header" >&5
44625echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
44626if eval "test \"\${$as_ac_Header+set}\" = set"; then
44627 echo $ECHO_N "(cached) $ECHO_C" >&6
44628fi
44629echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
44630echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
44631else
44632 # Is the header compilable?
44633echo "$as_me:$LINENO: checking $ac_header usability" >&5
44634echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
44635cat >conftest.$ac_ext <<_ACEOF
44636/* confdefs.h. */
44637_ACEOF
44638cat confdefs.h >>conftest.$ac_ext
44639cat >>conftest.$ac_ext <<_ACEOF
44640/* end confdefs.h. */
44641$ac_includes_default
44642#include <$ac_header>
44643_ACEOF
44644rm -f conftest.$ac_objext
44645if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 44646 (eval $ac_compile) 2>conftest.er1
a848cd7e 44647 ac_status=$?
ac1cb8d3
VS
44648 grep -v '^ *+' conftest.er1 >conftest.err
44649 rm -f conftest.er1
44650 cat conftest.err >&5
a848cd7e
SC
44651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44652 (exit $ac_status); } &&
6a5c9b3f
RR
44653 { ac_try='test -z "$ac_cxx_werror_flag"
44654 || test ! -s conftest.err'
ac1cb8d3
VS
44655 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44656 (eval $ac_try) 2>&5
44657 ac_status=$?
44658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44659 (exit $ac_status); }; } &&
44660 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
44661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44662 (eval $ac_try) 2>&5
44663 ac_status=$?
44664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44665 (exit $ac_status); }; }; then
44666 ac_header_compiler=yes
44667else
44668 echo "$as_me: failed program was:" >&5
44669sed 's/^/| /' conftest.$ac_ext >&5
44670
44671ac_header_compiler=no
44672fi
ac1cb8d3 44673rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
44674echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
44675echo "${ECHO_T}$ac_header_compiler" >&6
44676
44677# Is the header present?
44678echo "$as_me:$LINENO: checking $ac_header presence" >&5
44679echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
44680cat >conftest.$ac_ext <<_ACEOF
44681/* confdefs.h. */
44682_ACEOF
44683cat confdefs.h >>conftest.$ac_ext
44684cat >>conftest.$ac_ext <<_ACEOF
44685/* end confdefs.h. */
44686#include <$ac_header>
44687_ACEOF
44688if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
44689 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
44690 ac_status=$?
44691 grep -v '^ *+' conftest.er1 >conftest.err
44692 rm -f conftest.er1
44693 cat conftest.err >&5
44694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44695 (exit $ac_status); } >/dev/null; then
44696 if test -s conftest.err; then
5d7b7554
VZ
44697 ac_cpp_err=$ac_cxx_preproc_warn_flag
44698 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
44699 else
44700 ac_cpp_err=
44701 fi
44702else
44703 ac_cpp_err=yes
44704fi
44705if test -z "$ac_cpp_err"; then
44706 ac_header_preproc=yes
44707else
44708 echo "$as_me: failed program was:" >&5
44709sed 's/^/| /' conftest.$ac_ext >&5
44710
44711 ac_header_preproc=no
44712fi
44713rm -f conftest.err conftest.$ac_ext
44714echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
44715echo "${ECHO_T}$ac_header_preproc" >&6
44716
44717# So? What about this header?
5d7b7554 44718case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
ac1cb8d3 44719 yes:no: )
a848cd7e
SC
44720 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
44721echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
44722 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
44723echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
44724 ac_header_preproc=yes
a848cd7e 44725 ;;
ac1cb8d3 44726 no:yes:* )
a848cd7e
SC
44727 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
44728echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
44729 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
44730echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
44731 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
44732echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
44733 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
44734echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
44735 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
44736echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
44737 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
44738echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
44739 (
44740 cat <<\_ASBOX
ac1cb8d3
VS
44741## ----------------------------------------- ##
44742## Report this to wx-dev@lists.wxwidgets.org ##
44743## ----------------------------------------- ##
a848cd7e
SC
44744_ASBOX
44745 ) |
44746 sed "s/^/$as_me: WARNING: /" >&2
44747 ;;
44748esac
44749echo "$as_me:$LINENO: checking for $ac_header" >&5
44750echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
44751if eval "test \"\${$as_ac_Header+set}\" = set"; then
44752 echo $ECHO_N "(cached) $ECHO_C" >&6
44753else
ac1cb8d3 44754 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
44755fi
44756echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
44757echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
44758
44759fi
44760if test `eval echo '${'$as_ac_Header'}'` = yes; then
44761 cat >>confdefs.h <<_ACEOF
44762#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
44763_ACEOF
ee45c548 44764 wxUSE_JOYSTICK=yes
a848cd7e
SC
44765fi
44766
44767done
44768
ee45c548 44769 fi
4cb1d3da 44770
ee45c548
MW
44771 if test "$wxUSE_JOYSTICK" = "yes"; then
44772 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
44773#define wxUSE_JOYSTICK 1
44774_ACEOF
44775
ee45c548
MW
44776 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
44777 else
44778 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
44779echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
a848cd7e
SC
44780 fi
44781fi
44782
44783
44784
44785if test "$wxUSE_FONTMAP" = "yes" ; then
44786 cat >>confdefs.h <<\_ACEOF
44787#define wxUSE_FONTMAP 1
44788_ACEOF
44789
44790fi
44791
44792if test "$wxUSE_UNICODE" = "yes" ; then
44793 cat >>confdefs.h <<\_ACEOF
44794#define wxUSE_UNICODE 1
44795_ACEOF
44796
44797
44798 if test "$USE_WIN32" != 1; then
44799 wxUSE_UNICODE_MSLU=no
44800 fi
44801
44802 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
44803 echo "$as_me:$LINENO: checking for main in -lunicows" >&5
44804echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
44805if test "${ac_cv_lib_unicows_main+set}" = set; then
44806 echo $ECHO_N "(cached) $ECHO_C" >&6
44807else
44808 ac_check_lib_save_LIBS=$LIBS
44809LIBS="-lunicows $LIBS"
44810cat >conftest.$ac_ext <<_ACEOF
44811/* confdefs.h. */
44812_ACEOF
44813cat confdefs.h >>conftest.$ac_ext
44814cat >>conftest.$ac_ext <<_ACEOF
44815/* end confdefs.h. */
44816
44817
44818int
44819main ()
44820{
44821main ();
44822 ;
44823 return 0;
44824}
44825_ACEOF
44826rm -f conftest.$ac_objext conftest$ac_exeext
44827if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 44828 (eval $ac_link) 2>conftest.er1
a848cd7e 44829 ac_status=$?
ac1cb8d3
VS
44830 grep -v '^ *+' conftest.er1 >conftest.err
44831 rm -f conftest.er1
44832 cat conftest.err >&5
a848cd7e
SC
44833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44834 (exit $ac_status); } &&
6a5c9b3f
RR
44835 { ac_try='test -z "$ac_cxx_werror_flag"
44836 || test ! -s conftest.err'
ac1cb8d3
VS
44837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44838 (eval $ac_try) 2>&5
44839 ac_status=$?
44840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44841 (exit $ac_status); }; } &&
44842 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
44843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44844 (eval $ac_try) 2>&5
44845 ac_status=$?
44846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44847 (exit $ac_status); }; }; then
44848 ac_cv_lib_unicows_main=yes
44849else
44850 echo "$as_me: failed program was:" >&5
44851sed 's/^/| /' conftest.$ac_ext >&5
44852
44853ac_cv_lib_unicows_main=no
44854fi
ac1cb8d3
VS
44855rm -f conftest.err conftest.$ac_objext \
44856 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
44857LIBS=$ac_check_lib_save_LIBS
44858fi
44859echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
44860echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
44861if test $ac_cv_lib_unicows_main = yes; then
44862
44863 cat >>confdefs.h <<\_ACEOF
44864#define wxUSE_UNICODE_MSLU 1
44865_ACEOF
44866
44867
44868else
44869
44870 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
44871 Applications will only run on Windows NT/2000/XP!" >&5
44872echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
44873 Applications will only run on Windows NT/2000/XP!" >&2;}
44874 wxUSE_UNICODE_MSLU=no
44875
44876fi
44877
44878 fi
44879fi
44880
44881if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
44882 cat >>confdefs.h <<\_ACEOF
44883#define wxUSE_EXPERIMENTAL_PRINTF 1
44884_ACEOF
44885
44886fi
44887
44888
44889if test "$wxUSE_POSTSCRIPT" = "yes" ; then
44890 cat >>confdefs.h <<\_ACEOF
44891#define wxUSE_POSTSCRIPT 1
44892_ACEOF
44893
44894fi
44895
44896cat >>confdefs.h <<\_ACEOF
44897#define wxUSE_AFM_FOR_POSTSCRIPT 1
44898_ACEOF
44899
44900
44901cat >>confdefs.h <<\_ACEOF
44902#define wxUSE_NORMALIZED_PS_FONTS 1
44903_ACEOF
44904
44905
44906
44907if test "$wxUSE_CONSTRAINTS" = "yes"; then
44908 cat >>confdefs.h <<\_ACEOF
44909#define wxUSE_CONSTRAINTS 1
44910_ACEOF
44911
44912 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
44913fi
44914
8a7b1113
VZ
44915if test "$wxUSE_MDI" = "yes"; then
44916 cat >>confdefs.h <<\_ACEOF
44917#define wxUSE_MDI 1
44918_ACEOF
44919
44920
44921 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
44922 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
44923#define wxUSE_MDI_ARCHITECTURE 1
44924_ACEOF
44925
8a7b1113
VZ
44926 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
44927 fi
a848cd7e
SC
44928fi
44929
44930if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
44931 cat >>confdefs.h <<\_ACEOF
44932#define wxUSE_DOC_VIEW_ARCHITECTURE 1
44933_ACEOF
44934
44935 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
44936 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
44937 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
44938 fi
44939fi
44940
44941if test "$wxUSE_HELP" = "yes"; then
44942 cat >>confdefs.h <<\_ACEOF
44943#define wxUSE_HELP 1
44944_ACEOF
44945
44946 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
44947
44948 if test "$wxUSE_MSW" = 1; then
44949 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
44950 cat >>confdefs.h <<\_ACEOF
44951#define wxUSE_MS_HTML_HELP 1
44952_ACEOF
44953
44954 fi
44955 fi
44956
44957 if test "$wxUSE_WXHTML_HELP" = "yes"; then
44958 if test "$wxUSE_HTML" = "yes"; then
44959 cat >>confdefs.h <<\_ACEOF
44960#define wxUSE_WXHTML_HELP 1
44961_ACEOF
44962
44963 else
44964 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
44965echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
44966 wxUSE_WXHTML_HELP=no
44967 fi
44968 fi
44969fi
44970
44971if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
44972 if test "$wxUSE_CONSTRAINTS" != "yes"; then
44973 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
44974echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
44975 else
44976 cat >>confdefs.h <<\_ACEOF
44977#define wxUSE_PRINTING_ARCHITECTURE 1
44978_ACEOF
44979
44980 fi
44981 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
44982fi
44983
44984if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then
44985 { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
44986echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
44987 { (exit 1); exit 1; }; }
44988fi
44989
44990
efdf6afe
VZ
44991if test "$wxUSE_METAFILE" = "yes"; then
44992 if test "$wxUSE_MSW" != 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_PM" != 1; then
44993 { echo "$as_me:$LINENO: WARNING: wxMetafile is not available on this system... disabled" >&5
44994echo "$as_me: WARNING: wxMetafile is not available on this system... disabled" >&2;}
44995 wxUSE_METAFILE=no
44996 fi
44997fi
44998
44999
a848cd7e
SC
45000if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
45001 -o "$wxUSE_CLIPBOARD" = "yes" \
45002 -o "$wxUSE_OLE" = "yes" \
45003 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
45004
45005for ac_header in ole2.h
45006do
45007as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
45008if eval "test \"\${$as_ac_Header+set}\" = set"; then
45009 echo "$as_me:$LINENO: checking for $ac_header" >&5
45010echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
45011if eval "test \"\${$as_ac_Header+set}\" = set"; then
45012 echo $ECHO_N "(cached) $ECHO_C" >&6
45013fi
45014echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
45015echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
45016else
45017 # Is the header compilable?
45018echo "$as_me:$LINENO: checking $ac_header usability" >&5
45019echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
45020cat >conftest.$ac_ext <<_ACEOF
45021/* confdefs.h. */
45022_ACEOF
45023cat confdefs.h >>conftest.$ac_ext
45024cat >>conftest.$ac_ext <<_ACEOF
45025/* end confdefs.h. */
45026$ac_includes_default
45027#include <$ac_header>
45028_ACEOF
45029rm -f conftest.$ac_objext
45030if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 45031 (eval $ac_compile) 2>conftest.er1
a848cd7e 45032 ac_status=$?
ac1cb8d3
VS
45033 grep -v '^ *+' conftest.er1 >conftest.err
45034 rm -f conftest.er1
45035 cat conftest.err >&5
a848cd7e
SC
45036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45037 (exit $ac_status); } &&
6a5c9b3f
RR
45038 { ac_try='test -z "$ac_cxx_werror_flag"
45039 || test ! -s conftest.err'
ac1cb8d3
VS
45040 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45041 (eval $ac_try) 2>&5
45042 ac_status=$?
45043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45044 (exit $ac_status); }; } &&
45045 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
45046 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45047 (eval $ac_try) 2>&5
45048 ac_status=$?
45049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45050 (exit $ac_status); }; }; then
45051 ac_header_compiler=yes
45052else
45053 echo "$as_me: failed program was:" >&5
45054sed 's/^/| /' conftest.$ac_ext >&5
45055
45056ac_header_compiler=no
45057fi
ac1cb8d3 45058rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
45059echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
45060echo "${ECHO_T}$ac_header_compiler" >&6
45061
45062# Is the header present?
45063echo "$as_me:$LINENO: checking $ac_header presence" >&5
45064echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
45065cat >conftest.$ac_ext <<_ACEOF
45066/* confdefs.h. */
45067_ACEOF
45068cat confdefs.h >>conftest.$ac_ext
45069cat >>conftest.$ac_ext <<_ACEOF
45070/* end confdefs.h. */
45071#include <$ac_header>
45072_ACEOF
45073if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
45074 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
45075 ac_status=$?
45076 grep -v '^ *+' conftest.er1 >conftest.err
45077 rm -f conftest.er1
45078 cat conftest.err >&5
45079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45080 (exit $ac_status); } >/dev/null; then
45081 if test -s conftest.err; then
5d7b7554
VZ
45082 ac_cpp_err=$ac_cxx_preproc_warn_flag
45083 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
45084 else
45085 ac_cpp_err=
45086 fi
45087else
45088 ac_cpp_err=yes
45089fi
45090if test -z "$ac_cpp_err"; then
45091 ac_header_preproc=yes
45092else
45093 echo "$as_me: failed program was:" >&5
45094sed 's/^/| /' conftest.$ac_ext >&5
45095
45096 ac_header_preproc=no
45097fi
45098rm -f conftest.err conftest.$ac_ext
45099echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
45100echo "${ECHO_T}$ac_header_preproc" >&6
45101
45102# So? What about this header?
5d7b7554 45103case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
ac1cb8d3 45104 yes:no: )
a848cd7e
SC
45105 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
45106echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
45107 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
45108echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
45109 ac_header_preproc=yes
a848cd7e 45110 ;;
ac1cb8d3 45111 no:yes:* )
a848cd7e
SC
45112 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
45113echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
45114 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
45115echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
45116 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
45117echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
45118 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
45119echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
45120 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
45121echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
45122 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
45123echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
45124 (
45125 cat <<\_ASBOX
ac1cb8d3
VS
45126## ----------------------------------------- ##
45127## Report this to wx-dev@lists.wxwidgets.org ##
45128## ----------------------------------------- ##
a848cd7e
SC
45129_ASBOX
45130 ) |
45131 sed "s/^/$as_me: WARNING: /" >&2
45132 ;;
45133esac
45134echo "$as_me:$LINENO: checking for $ac_header" >&5
45135echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
45136if eval "test \"\${$as_ac_Header+set}\" = set"; then
45137 echo $ECHO_N "(cached) $ECHO_C" >&6
45138else
ac1cb8d3 45139 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
45140fi
45141echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
45142echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
45143
45144fi
45145if test `eval echo '${'$as_ac_Header'}'` = yes; then
45146 cat >>confdefs.h <<_ACEOF
45147#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
45148_ACEOF
45149
45150fi
45151
45152done
45153
45154
45155 if test "$ac_cv_header_ole2_h" = "yes" ; then
45156 if test "$GCC" = yes ; then
a848cd7e
SC
45157 echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
45158echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
45159 cat >conftest.$ac_ext <<_ACEOF
45160/* confdefs.h. */
45161_ACEOF
45162cat confdefs.h >>conftest.$ac_ext
45163cat >>conftest.$ac_ext <<_ACEOF
45164/* end confdefs.h. */
45165#include <windows.h>
45166 #include <ole2.h>
45167int
45168main ()
45169{
45170
45171 ;
45172 return 0;
45173}
45174_ACEOF
45175rm -f conftest.$ac_objext
45176if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 45177 (eval $ac_compile) 2>conftest.er1
a848cd7e 45178 ac_status=$?
ac1cb8d3
VS
45179 grep -v '^ *+' conftest.er1 >conftest.err
45180 rm -f conftest.er1
45181 cat conftest.err >&5
a848cd7e
SC
45182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45183 (exit $ac_status); } &&
6a5c9b3f
RR
45184 { ac_try='test -z "$ac_cxx_werror_flag"
45185 || test ! -s conftest.err'
ac1cb8d3
VS
45186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45187 (eval $ac_try) 2>&5
45188 ac_status=$?
45189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45190 (exit $ac_status); }; } &&
45191 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
45192 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45193 (eval $ac_try) 2>&5
45194 ac_status=$?
45195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45196 (exit $ac_status); }; }; then
45197 echo "$as_me:$LINENO: result: no" >&5
45198echo "${ECHO_T}no" >&6
45199else
45200 echo "$as_me: failed program was:" >&5
45201sed 's/^/| /' conftest.$ac_ext >&5
45202
45203echo "$as_me:$LINENO: result: yes" >&5
45204echo "${ECHO_T}yes" >&6
5ff751d6 45205 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fvtable-thunks"
a848cd7e 45206fi
ac1cb8d3 45207rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
45208 LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
45209 if test "$wxUSE_OLE" = "yes" ; then
45210 cat >>confdefs.h <<\_ACEOF
45211#define wxUSE_OLE 1
45212_ACEOF
45213
0b78747f 45214 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto"
a848cd7e
SC
45215 fi
45216 fi
45217
45218 if test "$wxUSE_DATAOBJ" = "yes" ; then
45219 cat >>confdefs.h <<\_ACEOF
45220#define wxUSE_DATAOBJ 1
45221_ACEOF
45222
45223 fi
45224 else
45225 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
45226echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
45227
45228 wxUSE_CLIPBOARD=no
45229 wxUSE_DRAG_AND_DROP=no
45230 wxUSE_DATAOBJ=no
45231 wxUSE_OLE=no
45232 fi
45233
45234 if test "$wxUSE_METAFILE" = "yes"; then
45235 cat >>confdefs.h <<\_ACEOF
45236#define wxUSE_METAFILE 1
45237_ACEOF
45238
45239
45240 cat >>confdefs.h <<\_ACEOF
45241#define wxUSE_ENH_METAFILE 1
45242_ACEOF
45243
45244 fi
45245fi
45246
45247if test "$wxUSE_IPC" = "yes"; then
0b78747f 45248 if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
77ffb593
JS
45249 { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
45250echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
0b78747f 45251 wxUSE_IPC=no
a848cd7e
SC
45252 fi
45253
0b78747f
MW
45254 if test "$wxUSE_IPC" = "yes"; then
45255 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
45256#define wxUSE_IPC 1
45257_ACEOF
45258
0b78747f
MW
45259 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
45260 fi
a848cd7e
SC
45261fi
45262
eb730a0c 45263if test "$wxUSE_DATAOBJ" = "yes"; then
2113bc77
MW
45264 if test "$wxUSE_MGL" = 1; then
45265 { echo "$as_me:$LINENO: WARNING: wxDataObject not yet supported under MGL... disabled" >&5
45266echo "$as_me: WARNING: wxDataObject not yet supported under MGL... disabled" >&2;}
45267 wxUSE_DATAOBJ=no
45268 else
45269 cat >>confdefs.h <<\_ACEOF
eb730a0c
JS
45270#define wxUSE_DATAOBJ 1
45271_ACEOF
45272
2113bc77 45273 fi
eb730a0c
JS
45274else
45275 { echo "$as_me:$LINENO: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&5
45276echo "$as_me: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&2;}
45277 wxUSE_CLIPBOARD=no
45278 wxUSE_DRAG_AND_DROP=no
45279fi
45280
a848cd7e
SC
45281if test "$wxUSE_CLIPBOARD" = "yes"; then
45282 if test "$wxUSE_MGL" = 1; then
45283 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
45284echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
45285 wxUSE_CLIPBOARD=no
45286 fi
45287
45288 if test "$wxUSE_CLIPBOARD" = "yes"; then
45289 cat >>confdefs.h <<\_ACEOF
45290#define wxUSE_CLIPBOARD 1
45291_ACEOF
45292
a848cd7e
SC
45293 fi
45294fi
45295
45296if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
45297 if test "$wxUSE_GTK" = 1; then
45298 if test "$WXGTK12" != 1; then
45299 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
45300echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
45301 wxUSE_DRAG_AND_DROP=no
45302 fi
45303 fi
45304
45305 if test "$wxUSE_MOTIF" = 1; then
45306 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
45307echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
45308 wxUSE_DRAG_AND_DROP=no
45309 fi
45310
45311 if test "$wxUSE_X11" = 1; then
45312 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
45313echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
45314 wxUSE_DRAG_AND_DROP=no
45315 fi
45316
45317 if test "$wxUSE_MGL" = 1; then
45318 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
45319echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
45320 wxUSE_DRAG_AND_DROP=no
45321 fi
45322
45323 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
45324 cat >>confdefs.h <<\_ACEOF
45325#define wxUSE_DRAG_AND_DROP 1
45326_ACEOF
45327
45328 fi
45329
45330fi
45331
45332if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
45333 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
45334fi
45335
45336if test "$wxUSE_SPLINES" = "yes" ; then
45337 cat >>confdefs.h <<\_ACEOF
45338#define wxUSE_SPLINES 1
45339_ACEOF
45340
45341fi
45342
fbe2ca43
SN
45343if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
45344 cat >>confdefs.h <<\_ACEOF
45345#define wxUSE_MOUSEWHEEL 1
45346_ACEOF
45347
45348fi
45349
a848cd7e
SC
45350
45351USES_CONTROLS=0
45352if test "$wxUSE_CONTROLS" = "yes"; then
45353 USES_CONTROLS=1
45354fi
45355
45356if test "$wxUSE_ACCEL" = "yes"; then
45357 cat >>confdefs.h <<\_ACEOF
45358#define wxUSE_ACCEL 1
45359_ACEOF
45360
45361 USES_CONTROLS=1
45362fi
45363
45364if test "$wxUSE_BUTTON" = "yes"; then
45365 cat >>confdefs.h <<\_ACEOF
45366#define wxUSE_BUTTON 1
45367_ACEOF
45368
45369 USES_CONTROLS=1
45370fi
45371
45372if test "$wxUSE_BMPBUTTON" = "yes"; then
45373 cat >>confdefs.h <<\_ACEOF
45374#define wxUSE_BMPBUTTON 1
45375_ACEOF
45376
45377 USES_CONTROLS=1
45378fi
45379
45380if test "$wxUSE_CALCTRL" = "yes"; then
45381 cat >>confdefs.h <<\_ACEOF
45382#define wxUSE_CALENDARCTRL 1
45383_ACEOF
45384
45385 USES_CONTROLS=1
45386 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
45387fi
45388
45389if test "$wxUSE_CARET" = "yes"; then
45390 cat >>confdefs.h <<\_ACEOF
45391#define wxUSE_CARET 1
45392_ACEOF
45393
45394 USES_CONTROLS=1
45395 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
45396fi
45397
45398if test "$wxUSE_COMBOBOX" = "yes"; then
45399 cat >>confdefs.h <<\_ACEOF
45400#define wxUSE_COMBOBOX 1
45401_ACEOF
45402
45403 USES_CONTROLS=1
45404fi
45405
a57d600f 45406if test "$wxUSE_COMBOCTRL" = "yes"; then
642bcba9 45407 cat >>confdefs.h <<\_ACEOF
a57d600f 45408#define wxUSE_COMBOCTRL 1
642bcba9
VZ
45409_ACEOF
45410
45411 USES_CONTROLS=1
45412fi
45413
a848cd7e
SC
45414if test "$wxUSE_CHOICE" = "yes"; then
45415 cat >>confdefs.h <<\_ACEOF
45416#define wxUSE_CHOICE 1
45417_ACEOF
45418
45419 USES_CONTROLS=1
45420fi
45421
92bbdbcd
WS
45422if test "$wxUSE_CHOICEBOOK" = "yes"; then
45423 cat >>confdefs.h <<\_ACEOF
45424#define wxUSE_CHOICEBOOK 1
45425_ACEOF
45426
45427 USES_CONTROLS=1
45428fi
45429
a848cd7e
SC
45430if test "$wxUSE_CHECKBOX" = "yes"; then
45431 cat >>confdefs.h <<\_ACEOF
45432#define wxUSE_CHECKBOX 1
45433_ACEOF
45434
45435 USES_CONTROLS=1
45436fi
45437
45438if test "$wxUSE_CHECKLST" = "yes"; then
45439 cat >>confdefs.h <<\_ACEOF
45440#define wxUSE_CHECKLISTBOX 1
45441_ACEOF
45442
45443 USES_CONTROLS=1
45444 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
45445fi
45446
e9263684
VZ
45447if test "$wxUSE_COLOURPICKERCTRL" = "yes"; then
45448 cat >>confdefs.h <<\_ACEOF
45449#define wxUSE_COLOURPICKERCTRL 1
45450_ACEOF
45451
45452 USES_CONTROLS=1
45453fi
45454
da98e9be
VZ
45455if test "$wxUSE_DATEPICKCTRL" = "yes"; then
45456 cat >>confdefs.h <<\_ACEOF
45457#define wxUSE_DATEPICKCTRL 1
45458_ACEOF
45459
45460 USES_CONTROLS=1
45461fi
45462
e9263684
VZ
45463if test "$wxUSE_DIRPICKERCTRL" = "yes"; then
45464 cat >>confdefs.h <<\_ACEOF
45465#define wxUSE_DIRPICKERCTRL 1
45466_ACEOF
45467
45468 USES_CONTROLS=1
45469fi
45470
45471if test "$wxUSE_FILEPICKERCTRL" = "yes"; then
45472 cat >>confdefs.h <<\_ACEOF
45473#define wxUSE_FILEPICKERCTRL 1
45474_ACEOF
45475
45476 USES_CONTROLS=1
45477fi
45478
45479if test "$wxUSE_FONTPICKERCTRL" = "yes"; then
45480 cat >>confdefs.h <<\_ACEOF
45481#define wxUSE_FONTPICKERCTRL 1
45482_ACEOF
45483
45484 USES_CONTROLS=1
45485fi
45486
a848cd7e
SC
45487if test "$wxUSE_DISPLAY" = "yes"; then
45488 cat >>confdefs.h <<\_ACEOF
45489#define wxUSE_DISPLAY 1
45490_ACEOF
45491
0b78747f 45492 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display multimon"
a848cd7e
SC
45493fi
45494
45495if test "$wxUSE_GAUGE" = "yes"; then
45496 cat >>confdefs.h <<\_ACEOF
45497#define wxUSE_GAUGE 1
45498_ACEOF
45499
45500 USES_CONTROLS=1
45501fi
45502
45503if test "$wxUSE_GRID" = "yes"; then
45504 cat >>confdefs.h <<\_ACEOF
45505#define wxUSE_GRID 1
45506_ACEOF
45507
45508 USES_CONTROLS=1
45509 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
45510fi
45511
6954625c
VZ
45512if test "$wxUSE_HYPERLINKCTRL" = "yes"; then
45513 cat >>confdefs.h <<\_ACEOF
45514#define wxUSE_HYPERLINKCTRL 1
45515_ACEOF
45516
45517 USES_CONTROLS=1
45518fi
45519
20e34ecc
RR
45520if test "$wxUSE_DATAVIEWCTRL" = "yes"; then
45521 cat >>confdefs.h <<\_ACEOF
45522#define wxUSE_DATAVIEWCTRL 1
45523_ACEOF
45524
45525 USES_CONTROLS=1
45526 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dataview"
45527fi
45528
a848cd7e
SC
45529if test "$wxUSE_IMAGLIST" = "yes"; then
45530 cat >>confdefs.h <<\_ACEOF
45531#define wxUSE_IMAGLIST 1
45532_ACEOF
45533
45534fi
45535
45536if test "$wxUSE_LISTBOOK" = "yes"; then
45537 cat >>confdefs.h <<\_ACEOF
45538#define wxUSE_LISTBOOK 1
45539_ACEOF
45540
45541 USES_CONTROLS=1
45542fi
45543
45544if test "$wxUSE_LISTBOX" = "yes"; then
45545 cat >>confdefs.h <<\_ACEOF
45546#define wxUSE_LISTBOX 1
45547_ACEOF
45548
45549 USES_CONTROLS=1
0b78747f 45550 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listbox"
a848cd7e
SC
45551fi
45552
45553if test "$wxUSE_LISTCTRL" = "yes"; then
45554 if test "$wxUSE_IMAGLIST" = "yes"; then
45555 cat >>confdefs.h <<\_ACEOF
45556#define wxUSE_LISTCTRL 1
45557_ACEOF
45558
45559 USES_CONTROLS=1
45560 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
45561 else
45562 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
45563echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
45564 fi
45565fi
45566
45567if test "$wxUSE_NOTEBOOK" = "yes"; then
45568 cat >>confdefs.h <<\_ACEOF
45569#define wxUSE_NOTEBOOK 1
45570_ACEOF
45571
45572 USES_CONTROLS=1
45573 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
45574fi
45575
a57d600f 45576if test "$wxUSE_ODCOMBOBOX" = "yes"; then
642bcba9 45577 cat >>confdefs.h <<\_ACEOF
a57d600f 45578#define wxUSE_ODCOMBOBOX 1
642bcba9
VZ
45579_ACEOF
45580
45581 USES_CONTROLS=1
45582 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS combo"
45583fi
45584
a848cd7e
SC
45585
45586if test "$wxUSE_RADIOBOX" = "yes"; then
45587 cat >>confdefs.h <<\_ACEOF
45588#define wxUSE_RADIOBOX 1
45589_ACEOF
45590
45591 USES_CONTROLS=1
45592fi
45593
45594if test "$wxUSE_RADIOBTN" = "yes"; then
45595 cat >>confdefs.h <<\_ACEOF
45596#define wxUSE_RADIOBTN 1
45597_ACEOF
45598
45599 USES_CONTROLS=1
45600fi
45601
45602if test "$wxUSE_SASH" = "yes"; then
45603 cat >>confdefs.h <<\_ACEOF
45604#define wxUSE_SASH 1
45605_ACEOF
45606
45607 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
45608fi
45609
45610if test "$wxUSE_SCROLLBAR" = "yes"; then
45611 cat >>confdefs.h <<\_ACEOF
45612#define wxUSE_SCROLLBAR 1
45613_ACEOF
45614
45615 USES_CONTROLS=1
45616 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
45617fi
45618
45619if test "$wxUSE_SLIDER" = "yes"; then
45620 cat >>confdefs.h <<\_ACEOF
45621#define wxUSE_SLIDER 1
45622_ACEOF
45623
45624 USES_CONTROLS=1
45625fi
45626
45627if test "$wxUSE_SPINBTN" = "yes"; then
45628 cat >>confdefs.h <<\_ACEOF
45629#define wxUSE_SPINBTN 1
45630_ACEOF
45631
45632 USES_CONTROLS=1
45633fi
45634
45635if test "$wxUSE_SPINCTRL" = "yes"; then
45636 cat >>confdefs.h <<\_ACEOF
45637#define wxUSE_SPINCTRL 1
45638_ACEOF
45639
45640 USES_CONTROLS=1
45641fi
45642
45643if test "$wxUSE_SPLITTER" = "yes"; then
45644 cat >>confdefs.h <<\_ACEOF
45645#define wxUSE_SPLITTER 1
45646_ACEOF
45647
45648 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
45649fi
45650
45651if test "$wxUSE_STATBMP" = "yes"; then
45652 cat >>confdefs.h <<\_ACEOF
45653#define wxUSE_STATBMP 1
45654_ACEOF
45655
45656 USES_CONTROLS=1
45657fi
45658
45659if test "$wxUSE_STATBOX" = "yes"; then
45660 cat >>confdefs.h <<\_ACEOF
45661#define wxUSE_STATBOX 1
45662_ACEOF
45663
45664 USES_CONTROLS=1
45665fi
45666
45667if test "$wxUSE_STATTEXT" = "yes"; then
45668 cat >>confdefs.h <<\_ACEOF
45669#define wxUSE_STATTEXT 1
45670_ACEOF
45671
45672 USES_CONTROLS=1
45673fi
45674
45675if test "$wxUSE_STATLINE" = "yes"; then
45676 cat >>confdefs.h <<\_ACEOF
45677#define wxUSE_STATLINE 1
45678_ACEOF
45679
45680 USES_CONTROLS=1
45681fi
45682
45683if test "$wxUSE_STATUSBAR" = "yes"; then
da4486fb
VZ
45684 cat >>confdefs.h <<\_ACEOF
45685#define wxUSE_NATIVE_STATUSBAR 1
45686_ACEOF
45687
a848cd7e
SC
45688 cat >>confdefs.h <<\_ACEOF
45689#define wxUSE_STATUSBAR 1
45690_ACEOF
45691
45692 USES_CONTROLS=1
45693
45694 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
45695fi
45696
f10e38c4 45697if test "$wxUSE_TAB_DIALOG" = "yes"; then
a848cd7e
SC
45698 cat >>confdefs.h <<\_ACEOF
45699#define wxUSE_TAB_DIALOG 1
45700_ACEOF
45701
a848cd7e
SC
45702fi
45703
45704if test "$wxUSE_TEXTCTRL" = "yes"; then
45705 cat >>confdefs.h <<\_ACEOF
45706#define wxUSE_TEXTCTRL 1
45707_ACEOF
45708
45709 USES_CONTROLS=1
45710 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
45711fi
45712
45713if test "$wxUSE_TOGGLEBTN" = "yes"; then
45714 if test "$wxUSE_COCOA" = 1 ; then
45715 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
45716echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
45717 wxUSE_TOGGLEBTN=no
45718 fi
a848cd7e
SC
45719
45720 if test "$wxUSE_TOGGLEBTN" = "yes"; then
45721 cat >>confdefs.h <<\_ACEOF
45722#define wxUSE_TOGGLEBTN 1
45723_ACEOF
45724
45725 USES_CONTROLS=1
45726 fi
45727fi
45728
a848cd7e
SC
45729if test "$wxUSE_TOOLBAR" = "yes"; then
45730 cat >>confdefs.h <<\_ACEOF
45731#define wxUSE_TOOLBAR 1
45732_ACEOF
45733
45734 USES_CONTROLS=1
45735
452b6243
VS
45736 if test "$wxUSE_UNIVERSAL" = "yes"; then
45737 wxUSE_TOOLBAR_NATIVE="no"
45738 else
45739 wxUSE_TOOLBAR_NATIVE="yes"
a848cd7e
SC
45740 cat >>confdefs.h <<\_ACEOF
45741#define wxUSE_TOOLBAR_NATIVE 1
45742_ACEOF
45743
a848cd7e
SC
45744 fi
45745
45746 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
45747fi
45748
45749if test "$wxUSE_TOOLTIPS" = "yes"; then
45750 if test "$wxUSE_MOTIF" = 1; then
45751 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
45752echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
45753 else
45754 if test "$wxUSE_UNIVERSAL" = "yes"; then
45755 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
45756echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
45757 else
45758 cat >>confdefs.h <<\_ACEOF
45759#define wxUSE_TOOLTIPS 1
45760_ACEOF
45761
45762 fi
45763 fi
45764fi
45765
0093c2fc
VZ
45766if test "$wxUSE_TREEBOOK" = "yes"; then
45767 cat >>confdefs.h <<\_ACEOF
45768#define wxUSE_TREEBOOK 1
45769_ACEOF
45770
45771 USES_CONTROLS=1
45772fi
45773
5ec3bc43
JS
45774if test "$wxUSE_TOOLBOOK" = "yes"; then
45775 cat >>confdefs.h <<\_ACEOF
45776#define wxUSE_TOOLBOOK 1
45777_ACEOF
45778
45779 USES_CONTROLS=1
45780fi
45781
a848cd7e
SC
45782if test "$wxUSE_TREECTRL" = "yes"; then
45783 if test "$wxUSE_IMAGLIST" = "yes"; then
45784 cat >>confdefs.h <<\_ACEOF
45785#define wxUSE_TREECTRL 1
45786_ACEOF
45787
45788 USES_CONTROLS=1
45789 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
45790 else
45791 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
45792echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
45793 fi
45794fi
45795
45796if test "$wxUSE_POPUPWIN" = "yes"; then
45797 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
45798 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
45799echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
45800 else
45801 if test "$wxUSE_PM" = 1; then
45802 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
45803echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
45804 else
45805 cat >>confdefs.h <<\_ACEOF
45806#define wxUSE_POPUPWIN 1
45807_ACEOF
45808
0b78747f 45809 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS popup"
a848cd7e
SC
45810
45811 USES_CONTROLS=1
45812 fi
45813 fi
45814fi
45815
0dcd06dd 45816if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
b843b628
MB
45817 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
45818 { echo "$as_me:$LINENO: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&5
45819echo "$as_me: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&2;}
45820 else
45821 cat >>confdefs.h <<\_ACEOF
45822#define wxUSE_DIALUP_MANAGER 1
45823_ACEOF
45824
45825 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
45826 fi
45827fi
45828
a848cd7e
SC
45829if test "$wxUSE_TIPWINDOW" = "yes"; then
45830 if test "$wxUSE_PM" = 1; then
45831 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
45832echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
45833 else
45834 cat >>confdefs.h <<\_ACEOF
45835#define wxUSE_TIPWINDOW 1
45836_ACEOF
45837
45838 fi
45839fi
45840
45841if test "$USES_CONTROLS" = 1; then
45842 cat >>confdefs.h <<\_ACEOF
45843#define wxUSE_CONTROLS 1
45844_ACEOF
45845
45846fi
45847
45848
45849if test "$wxUSE_ACCESSIBILITY" = "yes"; then
45850 cat >>confdefs.h <<\_ACEOF
45851#define wxUSE_ACCESSIBILITY 1
45852_ACEOF
45853
45854 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access"
45855fi
45856
38b4a946
VZ
45857if test "$wxUSE_DC_CACHEING" = "yes"; then
45858 cat >>confdefs.h <<\_ACEOF
45859#define wxUSE_DC_CACHEING 1
45860_ACEOF
45861
45862fi
45863
a848cd7e
SC
45864if test "$wxUSE_DRAGIMAGE" = "yes"; then
45865 cat >>confdefs.h <<\_ACEOF
45866#define wxUSE_DRAGIMAGE 1
45867_ACEOF
45868
45869 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
45870fi
45871
45872if test "$wxUSE_EXCEPTIONS" = "yes"; then
07bea8f0
VS
45873 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
45874 { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
45875echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
45876 else
45877 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
45878#define wxUSE_EXCEPTIONS 1
45879_ACEOF
45880
07bea8f0
VS
45881 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS except"
45882 fi
a848cd7e
SC
45883fi
45884
45885USE_HTML=0
45886if test "$wxUSE_HTML" = "yes"; then
45887 cat >>confdefs.h <<\_ACEOF
45888#define wxUSE_HTML 1
45889_ACEOF
45890
45891 USE_HTML=1
45892 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
de59c161
RD
45893 if test "$wxUSE_MAC" = 1; then
45894 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html/htmlctrl"
45895 fi
a848cd7e 45896fi
646b6ec1 45897if test "$wxUSE_WEBKIT" = "yes"; then
1e9e8aba 45898 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
07bea8f0 45899 old_CPPFLAGS="$CPPFLAGS"
c92ad099 45900 CPPFLAGS="-x objective-c++ $CPPFLAGS"
07bea8f0
VS
45901 echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
45902echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6
45903if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
45904 echo $ECHO_N "(cached) $ECHO_C" >&6
45905else
45906 cat >conftest.$ac_ext <<_ACEOF
45907/* confdefs.h. */
45908_ACEOF
45909cat confdefs.h >>conftest.$ac_ext
45910cat >>conftest.$ac_ext <<_ACEOF
45911/* end confdefs.h. */
45912#include <Carbon/Carbon.h>
45913
45914#include <WebKit/HIWebView.h>
45915_ACEOF
45916rm -f conftest.$ac_objext
45917if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
45918 (eval $ac_compile) 2>conftest.er1
45919 ac_status=$?
45920 grep -v '^ *+' conftest.er1 >conftest.err
45921 rm -f conftest.er1
45922 cat conftest.err >&5
45923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45924 (exit $ac_status); } &&
6a5c9b3f
RR
45925 { ac_try='test -z "$ac_cxx_werror_flag"
45926 || test ! -s conftest.err'
07bea8f0
VS
45927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45928 (eval $ac_try) 2>&5
45929 ac_status=$?
45930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45931 (exit $ac_status); }; } &&
45932 { ac_try='test -s conftest.$ac_objext'
45933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45934 (eval $ac_try) 2>&5
45935 ac_status=$?
45936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45937 (exit $ac_status); }; }; then
45938 ac_cv_header_WebKit_HIWebView_h=yes
45939else
45940 echo "$as_me: failed program was:" >&5
45941sed 's/^/| /' conftest.$ac_ext >&5
45942
45943ac_cv_header_WebKit_HIWebView_h=no
45944fi
45945rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
45946fi
45947echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
45948echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6
45949if test $ac_cv_header_WebKit_HIWebView_h = yes; then
45950
45951 cat >>confdefs.h <<\_ACEOF
646b6ec1
VS
45952#define wxUSE_WEBKIT 1
45953_ACEOF
45954
07bea8f0
VS
45955 WEBKIT_LINK="-framework WebKit"
45956
45957else
45958
45959 { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
45960echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
45961 wxUSE_WEBKIT=no
45962
646b6ec1
VS
45963fi
45964
07bea8f0
VS
45965
45966 CPPFLAGS="$old_CPPFLAGS"
45967 elif test "$wxUSE_COCOA" = 1; then
45968 cat >>confdefs.h <<\_ACEOF
45969#define wxUSE_WEBKIT 1
45970_ACEOF
45971
45972 else
45973 wxUSE_WEBKIT=no
45974 fi
45975fi
45976
9a8f0513
VS
45977USE_XRC=0
45978if test "$wxUSE_XRC" = "yes"; then
d2ebf0b7
VS
45979 if test "$wxUSE_XML" != "yes"; then
45980 { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5
45981echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
45982 wxUSE_XRC=no
45983 else
45984 cat >>confdefs.h <<\_ACEOF
9a8f0513
VS
45985#define wxUSE_XRC 1
45986_ACEOF
45987
d2ebf0b7
VS
45988 USE_XRC=1
45989 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc"
45990 fi
9a8f0513 45991fi
07bea8f0 45992
3f60522a
JS
45993USE_AUI=0
45994if test "$wxUSE_AUI" = "yes"; then
45995 cat >>confdefs.h <<\_ACEOF
45996#define wxUSE_AUI 1
45997_ACEOF
45998
45999 USE_AUI=1
46000 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS aui"
46001fi
46002
a848cd7e
SC
46003if test "$wxUSE_MENUS" = "yes"; then
46004 cat >>confdefs.h <<\_ACEOF
46005#define wxUSE_MENUS 1
46006_ACEOF
46007
46008 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
46009fi
46010
46011if test "$wxUSE_METAFILE" = "yes"; then
46012 cat >>confdefs.h <<\_ACEOF
46013#define wxUSE_METAFILE 1
46014_ACEOF
46015
46016fi
46017
46018if test "$wxUSE_MIMETYPE" = "yes"; then
46019 cat >>confdefs.h <<\_ACEOF
46020#define wxUSE_MIMETYPE 1
46021_ACEOF
46022
46023fi
46024
46025if test "$wxUSE_MINIFRAME" = "yes"; then
46026 cat >>confdefs.h <<\_ACEOF
46027#define wxUSE_MINIFRAME 1
46028_ACEOF
46029
46030 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
46031fi
46032
46033if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
46034 cat >>confdefs.h <<\_ACEOF
46035#define wxUSE_SYSTEM_OPTIONS 1
46036_ACEOF
46037
46038 if test "$TOOLKIT" = "MSW" -o "$TOOLKIT" = "GTK" -o "$TOOLKIT" = "X11" -o \
a49baeab 46039 "$TOOLKIT" = "MOTIF" -o "$TOOLKIT" = "COCOA"; then
a848cd7e
SC
46040 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
46041 fi
46042fi
46043
46044
46045if test "$wxUSE_VALIDATORS" = "yes"; then
46046 cat >>confdefs.h <<\_ACEOF
46047#define wxUSE_VALIDATORS 1
46048_ACEOF
46049
46050 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
46051fi
46052
46053if test "$wxUSE_PALETTE" = "yes" ; then
46054 cat >>confdefs.h <<\_ACEOF
46055#define wxUSE_PALETTE 1
46056_ACEOF
46057
46058fi
46059
46060if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
46061 LIBS=" -lunicows $LIBS"
46062fi
46063
91dea314
MW
46064USE_RICHTEXT=0
46065if test "$wxUSE_RICHTEXT" = "yes"; then
46066 cat >>confdefs.h <<\_ACEOF
46067#define wxUSE_RICHTEXT 1
46068_ACEOF
46069
46070 USE_RICHTEXT=1
46071 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS richtext"
46072fi
46073
a848cd7e
SC
46074
46075if test "$wxUSE_IMAGE" = "yes" ; then
46076 cat >>confdefs.h <<\_ACEOF
46077#define wxUSE_IMAGE 1
46078_ACEOF
46079
46080
46081 if test "$wxUSE_GIF" = "yes" ; then
46082 cat >>confdefs.h <<\_ACEOF
46083#define wxUSE_GIF 1
46084_ACEOF
46085
46086 fi
46087
46088 if test "$wxUSE_PCX" = "yes" ; then
46089 cat >>confdefs.h <<\_ACEOF
46090#define wxUSE_PCX 1
46091_ACEOF
46092
46093 fi
46094
46095 if test "$wxUSE_IFF" = "yes" ; then
46096 cat >>confdefs.h <<\_ACEOF
46097#define wxUSE_IFF 1
46098_ACEOF
46099
46100 fi
46101
46102 if test "$wxUSE_PNM" = "yes" ; then
46103 cat >>confdefs.h <<\_ACEOF
46104#define wxUSE_PNM 1
46105_ACEOF
46106
46107 fi
46108
46109 if test "$wxUSE_XPM" = "yes" ; then
46110 cat >>confdefs.h <<\_ACEOF
46111#define wxUSE_XPM 1
46112_ACEOF
46113
46114 fi
46115
46116 if test "$wxUSE_ICO_CUR" = "yes" ; then
46117 cat >>confdefs.h <<\_ACEOF
46118#define wxUSE_ICO_CUR 1
46119_ACEOF
46120
46121 fi
46122fi
46123
46124
46125if test "$wxUSE_CHOICEDLG" = "yes"; then
46126 cat >>confdefs.h <<\_ACEOF
46127#define wxUSE_CHOICEDLG 1
46128_ACEOF
46129
46130fi
46131
46132if test "$wxUSE_COLOURDLG" = "yes"; then
46133 cat >>confdefs.h <<\_ACEOF
46134#define wxUSE_COLOURDLG 1
46135_ACEOF
46136
46137fi
46138
46139if test "$wxUSE_FILEDLG" = "yes"; then
46140 cat >>confdefs.h <<\_ACEOF
46141#define wxUSE_FILEDLG 1
46142_ACEOF
46143
46144fi
46145
46146if test "$wxUSE_FINDREPLDLG" = "yes"; then
46147 cat >>confdefs.h <<\_ACEOF
46148#define wxUSE_FINDREPLDLG 1
46149_ACEOF
46150
46151fi
46152
46153if test "$wxUSE_FONTDLG" = "yes"; then
46154 cat >>confdefs.h <<\_ACEOF
46155#define wxUSE_FONTDLG 1
46156_ACEOF
46157
46158fi
46159
46160if test "$wxUSE_DIRDLG" = "yes"; then
46161 if test "$wxUSE_TREECTRL" != "yes"; then
46162 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
46163echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
46164 else
46165 cat >>confdefs.h <<\_ACEOF
46166#define wxUSE_DIRDLG 1
46167_ACEOF
46168
46169 fi
46170fi
46171
46172if test "$wxUSE_MSGDLG" = "yes"; then
46173 cat >>confdefs.h <<\_ACEOF
46174#define wxUSE_MSGDLG 1
46175_ACEOF
46176
46177fi
46178
46179if test "$wxUSE_NUMBERDLG" = "yes"; then
46180 cat >>confdefs.h <<\_ACEOF
46181#define wxUSE_NUMBERDLG 1
46182_ACEOF
46183
46184fi
46185
46186if test "$wxUSE_PROGRESSDLG" = "yes"; then
46187 if test "$wxUSE_CONSTRAINTS" != "yes"; then
46188 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
46189echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
46190 else
46191 cat >>confdefs.h <<\_ACEOF
46192#define wxUSE_PROGRESSDLG 1
46193_ACEOF
46194
46195 fi
46196fi
46197
46198if test "$wxUSE_SPLASH" = "yes"; then
46199 cat >>confdefs.h <<\_ACEOF
46200#define wxUSE_SPLASH 1
46201_ACEOF
46202
2057db16 46203 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splash"
a848cd7e
SC
46204fi
46205
46206if test "$wxUSE_STARTUP_TIPS" = "yes"; then
46207 if test "$wxUSE_CONSTRAINTS" != "yes"; then
46208 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
46209echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
46210 else
46211 cat >>confdefs.h <<\_ACEOF
46212#define wxUSE_STARTUP_TIPS 1
46213_ACEOF
46214
46215 fi
46216fi
46217
46218if test "$wxUSE_TEXTDLG" = "yes"; then
46219 cat >>confdefs.h <<\_ACEOF
46220#define wxUSE_TEXTDLG 1
46221_ACEOF
46222
46223fi
46224
46225if test "$wxUSE_WIZARDDLG" = "yes"; then
46226 cat >>confdefs.h <<\_ACEOF
46227#define wxUSE_WIZARDDLG 1
46228_ACEOF
46229
46230 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
46231fi
46232
46233
f10e38c4
VZ
46234USE_MEDIA=0
46235
ce756cb0 46236if test "$wxUSE_MEDIACTRL" = "yes"; then
2f6c5bb5
VZ
46237 USE_MEDIA=1
46238
ce756cb0 46239 if test "$wxUSE_GTK" = 1; then
c9a66001 46240 wxUSE_GSTREAMER="no"
ce756cb0 46241
f10e38c4
VZ
46242 GST_VERSION_MAJOR=0
46243 GST_VERSION_MINOR=10
2f6c5bb5 46244 GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR
f10e38c4
VZ
46245
46246 if test "$wxUSE_GSTREAMER8" = "no"; then
ce756cb0 46247
3ecd9f92
MW
46248pkg_failed=no
46249echo "$as_me:$LINENO: checking for GST" >&5
46250echo $ECHO_N "checking for GST... $ECHO_C" >&6
ce756cb0 46251
3ecd9f92
MW
46252if test -n "$PKG_CONFIG"; then
46253 if test -n "$GST_CFLAGS"; then
46254 pkg_cv_GST_CFLAGS="$GST_CFLAGS"
46255 else
46256 if test -n "$PKG_CONFIG" && \
46257 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION gconf-2.0\"") >&5
46258 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0") 2>&5
46259 ac_status=$?
46260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46261 (exit $ac_status); }; then
46262 pkg_cv_GST_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0" 2>/dev/null`
dae87f93 46263else
3ecd9f92
MW
46264 pkg_failed=yes
46265fi
46266 fi
46267else
46268 pkg_failed=untried
dae87f93 46269fi
dae87f93 46270if test -n "$PKG_CONFIG"; then
3ecd9f92
MW
46271 if test -n "$GST_LIBS"; then
46272 pkg_cv_GST_LIBS="$GST_LIBS"
46273 else
46274 if test -n "$PKG_CONFIG" && \
46275 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION gconf-2.0\"") >&5
46276 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0") 2>&5
46277 ac_status=$?
46278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46279 (exit $ac_status); }; then
46280 pkg_cv_GST_LIBS=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0" 2>/dev/null`
dae87f93 46281else
3ecd9f92
MW
46282 pkg_failed=yes
46283fi
46284 fi
46285else
46286 pkg_failed=untried
dae87f93
RN
46287fi
46288
dae87f93 46289
2f6c5bb5 46290
3ecd9f92 46291if test $pkg_failed = yes; then
ce756cb0 46292
3ecd9f92
MW
46293if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
46294 _pkg_short_errors_supported=yes
46295else
46296 _pkg_short_errors_supported=no
46297fi
46298 if test $_pkg_short_errors_supported = yes; then
46299 GST_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0"`
46300 else
46301 GST_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0"`
dae87f93 46302 fi
3ecd9f92
MW
46303 # Put the nasty error message in config.log where it belongs
46304 echo "$GST_PKG_ERRORS" >&5
dae87f93
RN
46305
46306
3ecd9f92
MW
46307 { echo "$as_me:$LINENO: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
46308echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
46309 GST_VERSION_MINOR=8
dae87f93 46310
ce756cb0 46311
3ecd9f92 46312elif test $pkg_failed = untried; then
dae87f93 46313
2f6c5bb5
VZ
46314 { echo "$as_me:$LINENO: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
46315echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
f10e38c4 46316 GST_VERSION_MINOR=8
dae87f93 46317
2f6c5bb5 46318
3ecd9f92
MW
46319else
46320 GST_CFLAGS=$pkg_cv_GST_CFLAGS
46321 GST_LIBS=$pkg_cv_GST_LIBS
46322 echo "$as_me:$LINENO: result: yes" >&5
46323echo "${ECHO_T}yes" >&6
46324
46325 wxUSE_GSTREAMER="yes"
46326 GST_LIBS="$GST_LIBS -lgstinterfaces-$GST_VERSION"
dae87f93 46327
3ecd9f92 46328fi
2f6c5bb5
VZ
46329 else
46330 GST_VERSION_MINOR=8
f10e38c4 46331 fi
dae87f93 46332
2f6c5bb5
VZ
46333 if test $GST_VERSION_MINOR = "8"; then
46334 GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR
dae87f93 46335
3ecd9f92
MW
46336pkg_failed=no
46337echo "$as_me:$LINENO: checking for GST" >&5
46338echo $ECHO_N "checking for GST... $ECHO_C" >&6
dae87f93 46339
3ecd9f92
MW
46340if test -n "$PKG_CONFIG"; then
46341 if test -n "$GST_CFLAGS"; then
46342 pkg_cv_GST_CFLAGS="$GST_CFLAGS"
46343 else
46344 if test -n "$PKG_CONFIG" && \
46345 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\"") >&5
46346 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
46347 ac_status=$?
46348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46349 (exit $ac_status); }; then
46350 pkg_cv_GST_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
dae87f93 46351else
3ecd9f92
MW
46352 pkg_failed=yes
46353fi
46354 fi
46355else
46356 pkg_failed=untried
dae87f93 46357fi
f10e38c4 46358if test -n "$PKG_CONFIG"; then
3ecd9f92
MW
46359 if test -n "$GST_LIBS"; then
46360 pkg_cv_GST_LIBS="$GST_LIBS"
46361 else
46362 if test -n "$PKG_CONFIG" && \
46363 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\"") >&5
46364 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
46365 ac_status=$?
46366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46367 (exit $ac_status); }; then
46368 pkg_cv_GST_LIBS=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
dae87f93 46369else
3ecd9f92
MW
46370 pkg_failed=yes
46371fi
46372 fi
46373else
46374 pkg_failed=untried
dae87f93
RN
46375fi
46376
ce756cb0 46377
2f6c5bb5 46378
3ecd9f92 46379if test $pkg_failed = yes; then
dae87f93 46380
3ecd9f92
MW
46381if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
46382 _pkg_short_errors_supported=yes
46383else
46384 _pkg_short_errors_supported=no
46385fi
46386 if test $_pkg_short_errors_supported = yes; then
46387 GST_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
46388 else
46389 GST_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
dae87f93 46390 fi
3ecd9f92
MW
46391 # Put the nasty error message in config.log where it belongs
46392 echo "$GST_PKG_ERRORS" >&5
dae87f93
RN
46393
46394
3ecd9f92
MW
46395 { echo "$as_me:$LINENO: WARNING: GStreamer 0.8/0.10 not available." >&5
46396echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
ce756cb0 46397
3ecd9f92 46398elif test $pkg_failed = untried; then
ce756cb0 46399
2f6c5bb5
VZ
46400 { echo "$as_me:$LINENO: WARNING: GStreamer 0.8/0.10 not available." >&5
46401echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
ce756cb0 46402
3ecd9f92
MW
46403else
46404 GST_CFLAGS=$pkg_cv_GST_CFLAGS
46405 GST_LIBS=$pkg_cv_GST_LIBS
46406 echo "$as_me:$LINENO: result: yes" >&5
46407echo "${ECHO_T}yes" >&6
46408 wxUSE_GSTREAMER="yes"
46409fi
dae87f93 46410 fi
ce756cb0 46411
f10e38c4 46412
dae87f93 46413 if test "$wxUSE_GSTREAMER" = "yes"; then
c9a66001
VZ
46414 case "${host}" in
46415 *-*-solaris2* )
46416 if "$GCC" = yes; then
46417 GST_CFLAGS=`echo $GST_CFLAGS | sed 's/-mt//'`
46418 GST_LIBS=`echo $GST_LIBS | sed 's/-mt//'`
46419 fi
46420 esac
46421
46422 CPPFLAGS="$GST_CFLAGS $CPPFLAGS"
46423 LIBS="$GST_LIBS $LIBS"
46424
dae87f93 46425 cat >>confdefs.h <<\_ACEOF
ce756cb0
RN
46426#define wxUSE_GSTREAMER 1
46427_ACEOF
46428
2f6c5bb5
VZ
46429 else
46430 USE_MEDIA=0
ce756cb0
RN
46431 fi
46432 fi
2f6c5bb5
VZ
46433
46434 if test $USE_MEDIA = 1; then
46435 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer"
46436 cat >>confdefs.h <<\_ACEOF
ce756cb0
RN
46437#define wxUSE_MEDIACTRL 1
46438_ACEOF
46439
2f6c5bb5 46440 fi
ce756cb0
RN
46441fi
46442
46443
a848cd7e
SC
46444if test "$cross_compiling" = "yes"; then
46445 OSINFO="\"$host\""
46446else
46447 OSINFO=`uname -s -r -m`
46448 OSINFO="\"$OSINFO\""
46449fi
46450
46451cat >>confdefs.h <<_ACEOF
46452#define WXWIN_OS_DESCRIPTION $OSINFO
46453_ACEOF
46454
46455
46456
46457if test "x$prefix" != "xNONE"; then
46458 wxPREFIX=$prefix
46459else
46460 wxPREFIX=$ac_default_prefix
46461fi
46462
46463cat >>confdefs.h <<_ACEOF
46464#define wxINSTALL_PREFIX "$wxPREFIX"
46465_ACEOF
46466
46467
a848cd7e
SC
46468
46469
46470CORE_BASE_LIBS="net base"
46471CORE_GUI_LIBS="adv core"
46472
46473if test "$wxUSE_XML" = "yes" ; then
46474 CORE_BASE_LIBS="xml $CORE_BASE_LIBS"
46475fi
46476if test "$wxUSE_ODBC" != "no" ; then
46477 CORE_BASE_LIBS="odbc $CORE_BASE_LIBS"
46478 CORE_GUI_LIBS="dbgrid $CORE_GUI_LIBS"
46479fi
46480if test "$wxUSE_HTML" = "yes" ; then
46481 CORE_GUI_LIBS="html $CORE_GUI_LIBS"
46482fi
61639efb
VZ
46483if test "$wxUSE_DEBUGREPORT" = "yes" ; then
46484 CORE_GUI_LIBS="qa $CORE_GUI_LIBS"
46485fi
9a8f0513
VS
46486if test "$wxUSE_XRC" = "yes" ; then
46487 CORE_GUI_LIBS="xrc $CORE_GUI_LIBS"
46488fi
3f60522a
JS
46489if test "$wxUSE_AUI" = "yes" ; then
46490 CORE_GUI_LIBS="aui $CORE_GUI_LIBS"
46491fi
a848cd7e
SC
46492
46493if test "$wxUSE_GUI" != "yes"; then
46494 CORE_GUI_LIBS=""
46495fi
46496
46497
46498
46499
46500
5d7b7554
VZ
46501ac_ext=c
46502ac_cpp='$CPP $CPPFLAGS'
46503ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46504ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46505ac_compiler_gnu=$ac_cv_c_compiler_gnu
46506
a848cd7e
SC
46507
46508
a848cd7e 46509if test "$wxUSE_MAC" = 1 ; then
a98bf0c0 46510 if test "$wxUSE_SOUND" = "yes" || test "$wxUSE_MEDIACTRL" = "yes"; then
1e9e8aba
DE
46511 if test "$USE_DARWIN" = 1; then
46512 LDFLAGS="$LDFLAGS -framework QuickTime"
46513 else
46514 LDFLAGS="$LDFLAGS -lQuickTimeLib"
46515 fi
07bea8f0 46516 fi
5dcf30a0 46517 if test "$USE_DARWIN" = 1; then
1e9e8aba
DE
46518 LDFLAGS="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework System"
46519 else
46520 LDFLAGS="$LDFLAGS -lCarbonLib"
5dcf30a0 46521 fi
a848cd7e
SC
46522fi
46523if test "$wxUSE_COCOA" = 1 ; then
4cb1d3da 46524 LDFLAGS="$LDFLAGS -framework IOKit -framework Cocoa"
4fc81cbc
RN
46525 if test "$wxUSE_MEDIACTRL" = "yes"; then
46526 LDFLAGS="$LDFLAGS -framework QuickTime"
46527 fi
a848cd7e 46528fi
19b27e78
MW
46529if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1 ; then
46530 LDFLAGS="$LDFLAGS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices"
46531fi
a848cd7e 46532
a848cd7e
SC
46533LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
46534
a848cd7e
SC
46535if test "$wxUSE_GUI" = "yes"; then
46536
46537
8bce5cda
MW
46538 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
46539 dynamic erase event exec font image minimal mobile \
46540 mobile/wxedit mobile/styles propsize render \
9e39d889 46541 rotate shaped vscroll widgets"
a848cd7e
SC
46542
46543 if test "$wxUSE_MONOLITHIC" != "yes"; then
46544 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
46545 fi
0b78747f 46546 if test "$TOOLKIT" = "MSW"; then
8bce5cda
MW
46547 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS regtest"
46548 if test "$wxUSE_UNIVERSAL" != "yes"; then
46549 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw nativdlg"
46550 fi
46551 fi
46552 if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
46553 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw"
0b78747f 46554 fi
a848cd7e
SC
46555else
46556 SAMPLES_SUBDIRS="console"
46557fi
46558
46559
48f625bc 46560if test "x$INTELCC" = "xyes" ; then
17a1ebd1
VZ
46561 CWARNINGS="-Wall -wd810,869,981,1418,1572,1684"
46562elif test "$GCC" = yes ; then
46563 CWARNINGS="-Wall -Wundef"
46564fi
46565
48f625bc 46566if test "x$INTELCXX" = "xyes" ; then
7f47faf4 46567 CXXWARNINGS="-Wall -wd279,383,444,810,869,981,1418,1419"
17a1ebd1
VZ
46568elif test "$GXX" = yes ; then
46569 CXXWARNINGS="-Wall -Wundef -Wno-ctor-dtor-privacy"
6ebeb4c7 46570fi
a848cd7e 46571
a848cd7e 46572
5ff751d6
VZ
46573WXCONFIG_CFLAGS=`echo $WXCONFIG_CFLAGS`
46574WXCONFIG_CXXFLAGS=`echo $WXCONFIG_CFLAGS $WXCONFIG_CXXFLAGS`
46575
46576
c92ad099 46577CPPFLAGS=`echo $WXCONFIG_CPPFLAGS \
bc6ee4ae 46578 -I\\${top_builddir}lib/wx/include/${TOOLCHAIN_FULLNAME} \
c92ad099
VZ
46579 -I\\${top_srcdir}/include $TOOLKIT_INCLUDE \
46580 $CPPFLAGS `
5ff751d6 46581
8aeeb05c 46582C_AND_CXX_FLAGS="$DEBUG_CFLAGS $PROFILE_FLAGS $OPTIMISE_CFLAGS"
c92ad099 46583CFLAGS=`echo $WXCONFIG_CFLAGS $CWARNINGS $C_AND_CXX_FLAGS $CFLAGS `
9cbac6d1 46584CXXFLAGS=`echo $WXCONFIG_CXXFLAGS $CXXWARNINGS $C_AND_CXX_FLAGS $CXXFLAGS `
5ff751d6
VZ
46585
46586WXCONFIG_CPPFLAGS=`echo $WXCONFIG_CPPFLAGS $WXCONFIG_ONLY_CPPFLAGS`
46587
a848cd7e 46588
95986553
DE
46589if test "x$MWCC" = "xyes"; then
46590
46591 CC="$CC -cwd source -I-"
46592 CXX="$CXX -cwd source -I-"
46593fi
46594
a848cd7e 46595
0c3c69fc 46596LIBS=`echo $LIBS`
a848cd7e
SC
46597EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
46598EXTRALIBS_XML="$EXPAT_LINK"
46599EXTRALIBS_HTML="$MSPACK_LINK"
46600EXTRALIBS_ODBC="$ODBC_LINK"
46601if test "$wxUSE_GUI" = "yes"; then
2b850ae1 46602 EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_HILDON $EXTRALIBS_GNOMEVFS $EXTRALIBS_GNOMEPRINT`
a848cd7e
SC
46603fi
46604if test "$wxUSE_OPENGL" = "yes"; then
46605 EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS"
46606fi
46607
8aeeb05c 46608LDFLAGS="$LDFLAGS $PROFILE_FLAGS"
a848cd7e 46609
5ff751d6 46610WXCONFIG_LIBS="$LIBS"
a848cd7e
SC
46611
46612if test "$wxUSE_REGEX" = "builtin" ; then
74802184 46613 wxconfig_3rdparty="regex${lib_unicode_suffix} $wxconfig_3rdparty"
a848cd7e
SC
46614fi
46615if test "$wxUSE_EXPAT" = "builtin" ; then
74802184 46616 wxconfig_3rdparty="expat $wxconfig_3rdparty"
a848cd7e
SC
46617fi
46618if test "$wxUSE_ODBC" = "builtin" ; then
74802184 46619 wxconfig_3rdparty="odbc $wxconfig_3rdparty"
a848cd7e
SC
46620fi
46621if test "$wxUSE_LIBTIFF" = "builtin" ; then
74802184 46622 wxconfig_3rdparty="tiff $wxconfig_3rdparty"
a848cd7e
SC
46623fi
46624if test "$wxUSE_LIBJPEG" = "builtin" ; then
74802184 46625 wxconfig_3rdparty="jpeg $wxconfig_3rdparty"
a848cd7e
SC
46626fi
46627if test "$wxUSE_LIBPNG" = "builtin" ; then
74802184 46628 wxconfig_3rdparty="png $wxconfig_3rdparty"
a848cd7e
SC
46629fi
46630if test "$wxUSE_ZLIB" = "builtin" ; then
74802184 46631 wxconfig_3rdparty="zlib $wxconfig_3rdparty"
a848cd7e
SC
46632fi
46633
46634for i in $wxconfig_3rdparty ; do
5ff751d6 46635 WXCONFIG_LIBS="-lwx${i}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_LIBS"
a848cd7e
SC
46636done
46637
46638
46639if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
46640 WXUNIV=1
46641else
46642 WXUNIV=0
46643fi
46644
46645
46646
46647
46648
46649
46650
46651
46652
46653if test $wxUSE_MONOLITHIC = "yes" ; then
46654 MONOLITHIC=1
46655else
46656 MONOLITHIC=0
46657fi
46658
46659if test $wxUSE_PLUGINS = "yes" ; then
46660 USE_PLUGINS=1
46661else
46662 USE_PLUGINS=0
46663fi
46664
46665if test $wxUSE_ODBC != "no" ; then
46666 USE_ODBC=1
46667else
46668 USE_ODBC=0
46669fi
46670
16358932
VZ
46671if test "$wxUSE_DEBUGREPORT" = "yes" ; then
46672 USE_QA=1
46673else
46674 USE_QA=0
46675fi
46676
a848cd7e
SC
46677if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
46678 OFFICIAL_BUILD=1
46679else
46680 OFFICIAL_BUILD=0
46681fi
46682
46683
46684
46685
46686
46687
46688
46689
46690
46691
46692
46693
46694
46695
46696
46697
46698
46699
46700
ceec2216 46701
d1c38808 46702
3565d135 46703
2b850ae1 46704
a848cd7e
SC
46705
46706
46707TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr "[A-Z]" "[a-z]"`
46708
46709
46710
46711
46712
46713
46714
46715
4d4ff94c
VZ
46716case "$TOOLKIT" in
46717 GTK)
c2e9ada4 46718 TOOLKIT_DESC="GTK+"
4d4ff94c 46719 if test "$WXGTK20" = 1; then
c2e9ada4
VZ
46720 TOOLKIT_DESC="$TOOLKIT_DESC 2"
46721 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
46722 TOOLKIT_EXTRA="$TOOLKIT_EXTRA gnomeprint";
46723 fi
46724 if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
46725 TOOLKIT_EXTRA="$TOOLKIT_EXTRA gnomevfs"
46726 fi
46727 if test "$wxUSE_LIBHILDON" = "yes"; then
46728 TOOLKIT_EXTRA="$TOOLKIT_EXTRA hildon"
46729 fi
46730
46731 if test "$TOOLKIT_EXTRA" != ""; then
46732 TOOLKIT_DESC="$TOOLKIT_DESC with support for `echo $TOOLKIT_EXTRA | tr -s ' '`"
46733 fi
4d4ff94c 46734 fi
9a8f0513 46735 ;;
4d4ff94c 46736
c2e9ada4
VZ
46737 ?*)
46738 TOOLKIT_DESC=$TOOLKIT_LOWERCASE
46739 ;;
46740
4d4ff94c 46741 *)
c2e9ada4 46742 TOOLKIT_DESC="base only"
9a8f0513 46743 ;;
4d4ff94c 46744esac
a848cd7e 46745
fb00f58d
JS
46746if test "$wxUSE_WINE" = "yes"; then
46747 BAKEFILE_FORCE_PLATFORM=win32
46748fi
46749
7afc46ab 46750if test "$wxUSE_MAC" = 1 ; then
95768535
MW
46751 if test "x$wxUSE_UNIVERSAL_BINARY" != xno ; then
46752 if test "x$wxUSE_UNIVERSAL_BINARY" == xyes; then
46753 OSX_UNIV_OPTS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk"
46754 else
46755 OSX_UNIV_OPTS=${wxUSE_UNIVERSAL_BINARY:+"-isysroot '$wxUSE_UNIVERSAL_BINARY'"}
46756 fi
46757 OSX_UNIV_OPTS="$OSX_UNIV_OPTS -arch ppc -arch i386"
46758 CXXFLAGS="$OSX_UNIV_OPTS $CXXFLAGS"
46759 CFLAGS="$OSX_UNIV_OPTS $CFLAGS"
46760 LDFLAGS="$OSX_UNIV_OPTS $LDFLAGS"
7afc46ab
KO
46761 bk_use_pch=no
46762 fi
46763 # TODO: where do we add "-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk" for libtool (static builds only)?
46764 # The makefile currently uses AR and RANLIB, which libtool apparently supercedes.
7afc46ab
KO
46765fi
46766
9a8f0513 46767
1e9e8aba
DE
46768
46769
a848cd7e 46770 if test "x$BAKEFILE_HOST" = "x"; then
f10e38c4
VZ
46771 if test "x${host}" = "x" ; then
46772 { { echo "$as_me:$LINENO: error: You must call the autoconf \"CANONICAL_HOST\" macro in your configure.ac (or .in) file." >&5
46773echo "$as_me: error: You must call the autoconf \"CANONICAL_HOST\" macro in your configure.ac (or .in) file." >&2;}
46774 { (exit 1); exit 1; }; }
46775 fi
46776
a848cd7e
SC
46777 BAKEFILE_HOST="${host}"
46778 fi
46779
46780 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
46781
46782 if test -n "$ac_tool_prefix"; then
46783 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
46784set dummy ${ac_tool_prefix}ranlib; ac_word=$2
46785echo "$as_me:$LINENO: checking for $ac_word" >&5
46786echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
46787if test "${ac_cv_prog_RANLIB+set}" = set; then
46788 echo $ECHO_N "(cached) $ECHO_C" >&6
46789else
46790 if test -n "$RANLIB"; then
46791 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
46792else
46793as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
46794for as_dir in $PATH
46795do
46796 IFS=$as_save_IFS
46797 test -z "$as_dir" && as_dir=.
46798 for ac_exec_ext in '' $ac_executable_extensions; do
46799 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
46800 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
46801 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
46802 break 2
46803 fi
46804done
46805done
46806
46807fi
46808fi
46809RANLIB=$ac_cv_prog_RANLIB
46810if test -n "$RANLIB"; then
46811 echo "$as_me:$LINENO: result: $RANLIB" >&5
46812echo "${ECHO_T}$RANLIB" >&6
46813else
46814 echo "$as_me:$LINENO: result: no" >&5
46815echo "${ECHO_T}no" >&6
46816fi
46817
46818fi
46819if test -z "$ac_cv_prog_RANLIB"; then
46820 ac_ct_RANLIB=$RANLIB
46821 # Extract the first word of "ranlib", so it can be a program name with args.
46822set dummy ranlib; ac_word=$2
46823echo "$as_me:$LINENO: checking for $ac_word" >&5
46824echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
46825if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
46826 echo $ECHO_N "(cached) $ECHO_C" >&6
46827else
46828 if test -n "$ac_ct_RANLIB"; then
46829 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
46830else
46831as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
46832for as_dir in $PATH
46833do
46834 IFS=$as_save_IFS
46835 test -z "$as_dir" && as_dir=.
46836 for ac_exec_ext in '' $ac_executable_extensions; do
46837 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
46838 ac_cv_prog_ac_ct_RANLIB="ranlib"
46839 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
46840 break 2
46841 fi
46842done
46843done
46844
46845 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
46846fi
46847fi
46848ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
46849if test -n "$ac_ct_RANLIB"; then
46850 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
46851echo "${ECHO_T}$ac_ct_RANLIB" >&6
46852else
46853 echo "$as_me:$LINENO: result: no" >&5
46854echo "${ECHO_T}no" >&6
46855fi
46856
46857 RANLIB=$ac_ct_RANLIB
46858else
46859 RANLIB="$ac_cv_prog_RANLIB"
46860fi
46861
46862 # Find a good install program. We prefer a C program (faster),
46863# so one script is as good as another. But avoid the broken or
46864# incompatible versions:
46865# SysV /etc/install, /usr/sbin/install
46866# SunOS /usr/etc/install
46867# IRIX /sbin/install
46868# AIX /bin/install
46869# AmigaOS /C/install, which installs bootblocks on floppy discs
46870# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
46871# AFS /usr/afsws/bin/install, which mishandles nonexistent args
46872# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
ac1cb8d3 46873# OS/2's system install, which has a completely different semantic
a848cd7e
SC
46874# ./install, which can be erroneously created by make from ./install.sh.
46875echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
46876echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
46877if test -z "$INSTALL"; then
46878if test "${ac_cv_path_install+set}" = set; then
46879 echo $ECHO_N "(cached) $ECHO_C" >&6
46880else
46881 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
46882for as_dir in $PATH
46883do
46884 IFS=$as_save_IFS
46885 test -z "$as_dir" && as_dir=.
46886 # Account for people who put trailing slashes in PATH elements.
46887case $as_dir/ in
46888 ./ | .// | /cC/* | \
46889 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
ac1cb8d3 46890 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
a848cd7e
SC
46891 /usr/ucb/* ) ;;
46892 *)
46893 # OSF1 and SCO ODT 3.0 have their own names for install.
46894 # Don't use installbsd from OSF since it installs stuff as root
46895 # by default.
46896 for ac_prog in ginstall scoinst install; do
46897 for ac_exec_ext in '' $ac_executable_extensions; do
ac1cb8d3
VS
46898 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
46899 if test $ac_prog = install &&
46900 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
46901 # AIX install. It has an incompatible calling convention.
46902 :
46903 elif test $ac_prog = install &&
46904 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
46905 # program-specific install script used by HP pwplus--don't use.
46906 :
46907 else
46908 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
46909 break 3
46910 fi
46911 fi
a848cd7e
SC
46912 done
46913 done
46914 ;;
46915esac
46916done
46917
46918
46919fi
46920 if test "${ac_cv_path_install+set}" = set; then
46921 INSTALL=$ac_cv_path_install
46922 else
46923 # As a last resort, use the slow shell script. We don't cache a
46924 # path for INSTALL within a source directory, because that will
46925 # break other packages using the cache if that directory is
46926 # removed, or if the path is relative.
46927 INSTALL=$ac_install_sh
46928 fi
46929fi
46930echo "$as_me:$LINENO: result: $INSTALL" >&5
46931echo "${ECHO_T}$INSTALL" >&6
46932
46933# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
46934# It thinks the first close brace ends the variable substitution.
46935test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
46936
46937test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
46938
46939test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
46940
46941 echo "$as_me:$LINENO: checking whether ln -s works" >&5
46942echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
46943LN_S=$as_ln_s
46944if test "$LN_S" = "ln -s"; then
46945 echo "$as_me:$LINENO: result: yes" >&5
46946echo "${ECHO_T}yes" >&6
46947else
46948 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
46949echo "${ECHO_T}no, using $LN_S" >&6
46950fi
46951
46952
46953 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
46954echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
ac1cb8d3 46955set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
a848cd7e
SC
46956if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
46957 echo $ECHO_N "(cached) $ECHO_C" >&6
46958else
46959 cat >conftest.make <<\_ACEOF
46960all:
46961 @echo 'ac_maketemp="$(MAKE)"'
46962_ACEOF
46963# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
46964eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
46965if test -n "$ac_maketemp"; then
46966 eval ac_cv_prog_make_${ac_make}_set=yes
46967else
46968 eval ac_cv_prog_make_${ac_make}_set=no
46969fi
46970rm -f conftest.make
46971fi
46972if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
46973 echo "$as_me:$LINENO: result: yes" >&5
46974echo "${ECHO_T}yes" >&6
46975 SET_MAKE=
46976else
46977 echo "$as_me:$LINENO: result: no" >&5
46978echo "${ECHO_T}no" >&6
46979 SET_MAKE="MAKE=${MAKE-make}"
46980fi
46981
46982
46983
46984 if test -n "$ac_tool_prefix"; then
46985 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
46986set dummy ${ac_tool_prefix}ar; ac_word=$2
46987echo "$as_me:$LINENO: checking for $ac_word" >&5
46988echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
46989if test "${ac_cv_prog_AR+set}" = set; then
46990 echo $ECHO_N "(cached) $ECHO_C" >&6
46991else
46992 if test -n "$AR"; then
46993 ac_cv_prog_AR="$AR" # Let the user override the test.
46994else
46995as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
46996for as_dir in $PATH
46997do
46998 IFS=$as_save_IFS
46999 test -z "$as_dir" && as_dir=.
47000 for ac_exec_ext in '' $ac_executable_extensions; do
47001 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47002 ac_cv_prog_AR="${ac_tool_prefix}ar"
47003 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47004 break 2
47005 fi
47006done
47007done
47008
47009fi
47010fi
47011AR=$ac_cv_prog_AR
47012if test -n "$AR"; then
47013 echo "$as_me:$LINENO: result: $AR" >&5
47014echo "${ECHO_T}$AR" >&6
47015else
47016 echo "$as_me:$LINENO: result: no" >&5
47017echo "${ECHO_T}no" >&6
47018fi
47019
47020fi
47021if test -z "$ac_cv_prog_AR"; then
47022 ac_ct_AR=$AR
47023 # Extract the first word of "ar", so it can be a program name with args.
47024set dummy ar; ac_word=$2
47025echo "$as_me:$LINENO: checking for $ac_word" >&5
47026echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
47027if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
47028 echo $ECHO_N "(cached) $ECHO_C" >&6
47029else
47030 if test -n "$ac_ct_AR"; then
47031 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
47032else
47033as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
47034for as_dir in $PATH
47035do
47036 IFS=$as_save_IFS
47037 test -z "$as_dir" && as_dir=.
47038 for ac_exec_ext in '' $ac_executable_extensions; do
47039 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47040 ac_cv_prog_ac_ct_AR="ar"
47041 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47042 break 2
47043 fi
47044done
47045done
47046
47047 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="ar"
47048fi
47049fi
47050ac_ct_AR=$ac_cv_prog_ac_ct_AR
47051if test -n "$ac_ct_AR"; then
47052 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
47053echo "${ECHO_T}$ac_ct_AR" >&6
47054else
47055 echo "$as_me:$LINENO: result: no" >&5
47056echo "${ECHO_T}no" >&6
47057fi
47058
47059 AR=$ac_ct_AR
47060else
47061 AR="$ac_cv_prog_AR"
47062fi
47063
47064 if test -n "$ac_tool_prefix"; then
47065 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
47066set dummy ${ac_tool_prefix}strip; ac_word=$2
47067echo "$as_me:$LINENO: checking for $ac_word" >&5
47068echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
47069if test "${ac_cv_prog_STRIP+set}" = set; then
47070 echo $ECHO_N "(cached) $ECHO_C" >&6
47071else
47072 if test -n "$STRIP"; then
47073 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
47074else
47075as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
47076for as_dir in $PATH
47077do
47078 IFS=$as_save_IFS
47079 test -z "$as_dir" && as_dir=.
47080 for ac_exec_ext in '' $ac_executable_extensions; do
47081 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47082 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
47083 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47084 break 2
47085 fi
47086done
47087done
47088
47089fi
47090fi
47091STRIP=$ac_cv_prog_STRIP
47092if test -n "$STRIP"; then
47093 echo "$as_me:$LINENO: result: $STRIP" >&5
47094echo "${ECHO_T}$STRIP" >&6
47095else
47096 echo "$as_me:$LINENO: result: no" >&5
47097echo "${ECHO_T}no" >&6
47098fi
47099
47100fi
47101if test -z "$ac_cv_prog_STRIP"; then
47102 ac_ct_STRIP=$STRIP
47103 # Extract the first word of "strip", so it can be a program name with args.
47104set dummy strip; ac_word=$2
47105echo "$as_me:$LINENO: checking for $ac_word" >&5
47106echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
47107if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
47108 echo $ECHO_N "(cached) $ECHO_C" >&6
47109else
47110 if test -n "$ac_ct_STRIP"; then
47111 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
47112else
47113as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
47114for as_dir in $PATH
47115do
47116 IFS=$as_save_IFS
47117 test -z "$as_dir" && as_dir=.
47118 for ac_exec_ext in '' $ac_executable_extensions; do
47119 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47120 ac_cv_prog_ac_ct_STRIP="strip"
47121 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47122 break 2
47123 fi
47124done
47125done
47126
47127 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
47128fi
47129fi
47130ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
47131if test -n "$ac_ct_STRIP"; then
47132 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
47133echo "${ECHO_T}$ac_ct_STRIP" >&6
47134else
47135 echo "$as_me:$LINENO: result: no" >&5
47136echo "${ECHO_T}no" >&6
47137fi
47138
47139 STRIP=$ac_ct_STRIP
47140else
47141 STRIP="$ac_cv_prog_STRIP"
47142fi
47143
47144 if test -n "$ac_tool_prefix"; then
47145 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
47146set dummy ${ac_tool_prefix}nm; ac_word=$2
47147echo "$as_me:$LINENO: checking for $ac_word" >&5
47148echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
47149if test "${ac_cv_prog_NM+set}" = set; then
47150 echo $ECHO_N "(cached) $ECHO_C" >&6
47151else
47152 if test -n "$NM"; then
47153 ac_cv_prog_NM="$NM" # Let the user override the test.
47154else
47155as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
47156for as_dir in $PATH
47157do
47158 IFS=$as_save_IFS
47159 test -z "$as_dir" && as_dir=.
47160 for ac_exec_ext in '' $ac_executable_extensions; do
47161 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47162 ac_cv_prog_NM="${ac_tool_prefix}nm"
47163 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47164 break 2
47165 fi
47166done
47167done
47168
47169fi
47170fi
47171NM=$ac_cv_prog_NM
47172if test -n "$NM"; then
47173 echo "$as_me:$LINENO: result: $NM" >&5
47174echo "${ECHO_T}$NM" >&6
47175else
47176 echo "$as_me:$LINENO: result: no" >&5
47177echo "${ECHO_T}no" >&6
47178fi
47179
47180fi
47181if test -z "$ac_cv_prog_NM"; then
47182 ac_ct_NM=$NM
47183 # Extract the first word of "nm", so it can be a program name with args.
47184set dummy nm; ac_word=$2
47185echo "$as_me:$LINENO: checking for $ac_word" >&5
47186echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
47187if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
47188 echo $ECHO_N "(cached) $ECHO_C" >&6
47189else
47190 if test -n "$ac_ct_NM"; then
47191 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
47192else
47193as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
47194for as_dir in $PATH
47195do
47196 IFS=$as_save_IFS
47197 test -z "$as_dir" && as_dir=.
47198 for ac_exec_ext in '' $ac_executable_extensions; do
47199 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47200 ac_cv_prog_ac_ct_NM="nm"
47201 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47202 break 2
47203 fi
47204done
47205done
47206
47207 test -z "$ac_cv_prog_ac_ct_NM" && ac_cv_prog_ac_ct_NM=":"
47208fi
47209fi
47210ac_ct_NM=$ac_cv_prog_ac_ct_NM
47211if test -n "$ac_ct_NM"; then
47212 echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
47213echo "${ECHO_T}$ac_ct_NM" >&6
47214else
47215 echo "$as_me:$LINENO: result: no" >&5
47216echo "${ECHO_T}no" >&6
47217fi
47218
47219 NM=$ac_ct_NM
47220else
47221 NM="$ac_cv_prog_NM"
47222fi
47223
47224
47225 case ${BAKEFILE_HOST} in
47226 *-hp-hpux* )
1e9e8aba 47227 INSTALL_DIR="mkdir -p"
a848cd7e
SC
47228 ;;
47229 *) INSTALL_DIR="$INSTALL -d"
47230 ;;
47231 esac
47232
47233
47234 LDFLAGS_GUI=
47235 case ${BAKEFILE_HOST} in
47236 *-*-cygwin* | *-*-mingw32* )
47237 LDFLAGS_GUI="-mwindows"
47238 esac
47239
47240
47241 fi
47242
47243 echo "$as_me:$LINENO: checking if make is GNU make" >&5
47244echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
47245if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
47246 echo $ECHO_N "(cached) $ECHO_C" >&6
47247else
47248
47249 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
47250 egrep -s GNU > /dev/null); then
47251 bakefile_cv_prog_makeisgnu="yes"
47252 else
47253 bakefile_cv_prog_makeisgnu="no"
47254 fi
47255
47256fi
47257echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
47258echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
47259
47260 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
47261 IF_GNU_MAKE=""
47262 else
47263 IF_GNU_MAKE="#"
47264 fi
47265
47266
47267
47268 PLATFORM_UNIX=0
47269 PLATFORM_WIN32=0
47270 PLATFORM_MSDOS=0
47271 PLATFORM_MAC=0
1e9e8aba 47272 PLATFORM_MACOS=0
a848cd7e
SC
47273 PLATFORM_MACOSX=0
47274 PLATFORM_OS2=0
1e9e8aba 47275 PLATFORM_BEOS=0
a848cd7e
SC
47276
47277 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
47278 case "${BAKEFILE_HOST}" in
810b94f0 47279 *-*-mingw32* )
a848cd7e
SC
47280 PLATFORM_WIN32=1
47281 ;;
47282 *-pc-msdosdjgpp )
47283 PLATFORM_MSDOS=1
47284 ;;
47285 *-pc-os2_emx | *-pc-os2-emx )
47286 PLATFORM_OS2=1
47287 ;;
47bd5406 47288 *-*-darwin* )
a848cd7e
SC
47289 PLATFORM_MAC=1
47290 PLATFORM_MACOSX=1
47291 ;;
1e9e8aba
DE
47292 *-*-beos* )
47293 PLATFORM_BEOS=1
47294 ;;
47295 powerpc-apple-macos* )
47296 PLATFORM_MAC=1
47297 PLATFORM_MACOS=1
47298 ;;
a848cd7e
SC
47299 * )
47300 PLATFORM_UNIX=1
47301 ;;
47302 esac
47303 else
47304 case "$BAKEFILE_FORCE_PLATFORM" in
47305 win32 )
47306 PLATFORM_WIN32=1
47307 ;;
47308 msdos )
47309 PLATFORM_MSDOS=1
47310 ;;
47311 os2 )
47312 PLATFORM_OS2=1
47313 ;;
47314 darwin )
47315 PLATFORM_MAC=1
47316 PLATFORM_MACOSX=1
47317 ;;
47318 unix )
47319 PLATFORM_UNIX=1
47320 ;;
1e9e8aba
DE
47321 beos )
47322 PLATFORM_BEOS=1
47323 ;;
a848cd7e
SC
47324 * )
47325 { { echo "$as_me:$LINENO: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&5
47326echo "$as_me: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&2;}
47327 { (exit 1); exit 1; }; }
47328 ;;
47329 esac
47330 fi
47331
47332
47333
47334
47335
47336
47337
47338
47339
1e9e8aba
DE
47340
47341
a848cd7e
SC
47342 # Check whether --enable-omf or --disable-omf was given.
47343if test "${enable_omf+set}" = set; then
47344 enableval="$enable_omf"
47345 bk_os2_use_omf="$enableval"
47346fi;
47347
47348 case "${BAKEFILE_HOST}" in
47349 *-*-darwin* )
47bd5406
VZ
47350 if test "x$GCC" = "xyes"; then
47351 CFLAGS="$CFLAGS -fno-common"
47352 CXXFLAGS="$CXXFLAGS -fno-common"
47353 fi
47354 if test "x$XLCC" = "xyes"; then
47355 CFLAGS="$CFLAGS -qnocommon"
47356 CXXFLAGS="$CXXFLAGS -qnocommon"
47357 fi
a848cd7e
SC
47358 ;;
47359
47360 *-pc-os2_emx | *-pc-os2-emx )
47361 if test "x$bk_os2_use_omf" = "xyes" ; then
47362 AR=emxomfar
47363 RANLIB=:
47364 LDFLAGS="-Zomf $LDFLAGS"
47365 CFLAGS="-Zomf $CFLAGS"
47366 CXXFLAGS="-Zomf $CXXFLAGS"
47367 OS2_LIBEXT="lib"
47368 else
47369 OS2_LIBEXT="a"
47370 fi
47371 ;;
1e9e8aba
DE
47372
47373 i*86-*-beos* )
47374 LDFLAGS="-L/boot/develop/lib/x86 $LDFLAGS"
47375 ;;
a848cd7e
SC
47376 esac
47377
47378
47379 SO_SUFFIX="so"
47380 SO_SUFFIX_MODULE="so"
47381 EXEEXT=""
47382 LIBPREFIX="lib"
47383 LIBEXT=".a"
47384 DLLPREFIX="lib"
47385 DLLPREFIX_MODULE=""
47386 DLLIMP_SUFFIX=""
810b94f0 47387 dlldir="$libdir"
a848cd7e
SC
47388
47389 case "${BAKEFILE_HOST}" in
47390 *-hp-hpux* )
47391 SO_SUFFIX="sl"
47392 SO_SUFFIX_MODULE="sl"
47393 ;;
47394 *-*-aix* )
47395 SO_SUFFIX="a"
47396 SO_SUFFIX_MODULE="a"
47397 ;;
810b94f0
MW
47398 *-*-cygwin* )
47399 SO_SUFFIX="dll"
47400 SO_SUFFIX_MODULE="dll"
47401 DLLIMP_SUFFIX="dll.a"
47402 EXEEXT=".exe"
47403 DLLPREFIX="cyg"
47404 dlldir="$bindir"
47405 ;;
47406 *-*-mingw32* )
a848cd7e
SC
47407 SO_SUFFIX="dll"
47408 SO_SUFFIX_MODULE="dll"
47409 DLLIMP_SUFFIX="dll.a"
47410 EXEEXT=".exe"
47411 DLLPREFIX=""
810b94f0 47412 dlldir="$bindir"
a848cd7e
SC
47413 ;;
47414 *-pc-msdosdjgpp )
47415 EXEEXT=".exe"
47416 DLLPREFIX=""
810b94f0 47417 dlldir="$bindir"
a848cd7e
SC
47418 ;;
47419 *-pc-os2_emx | *-pc-os2-emx )
47420 SO_SUFFIX="dll"
47421 SO_SUFFIX_MODULE="dll"
47422 DLLIMP_SUFFIX=$OS2_LIBEXT
47423 EXEEXT=".exe"
47424 DLLPREFIX=""
47425 LIBPREFIX=""
47426 LIBEXT=".$OS2_LIBEXT"
810b94f0 47427 dlldir="$bindir"
a848cd7e 47428 ;;
47bd5406 47429 *-*-darwin* )
a848cd7e
SC
47430 SO_SUFFIX="dylib"
47431 SO_SUFFIX_MODULE="bundle"
47432 ;;
47433 esac
47434
47435 if test "x$DLLIMP_SUFFIX" = "x" ; then
47436 DLLIMP_SUFFIX="$SO_SUFFIX"
47437 fi
47438
47439
47440
47441
47442
47443
47444
47445
47446
47447
47448
810b94f0 47449
1e9e8aba
DE
47450 PIC_FLAG=""
47451 if test "x$GCC" = "xyes"; then
a848cd7e
SC
47452 PIC_FLAG="-fPIC"
47453 fi
47454
1e9e8aba
DE
47455 SHARED_LD_CC="\$(CC) -shared ${PIC_FLAG} -o"
47456 SHARED_LD_CXX="\$(CXX) -shared ${PIC_FLAG} -o"
810b94f0 47457 WINDOWS_IMPLIB=0
1e9e8aba 47458
a848cd7e
SC
47459 case "${BAKEFILE_HOST}" in
47460 *-hp-hpux* )
1e9e8aba 47461 if test "x$GCC" != "xyes"; then
a848cd7e
SC
47462 LDFLAGS="$LDFLAGS -L/usr/lib"
47463
47464 SHARED_LD_CC="${CC} -b -o"
47465 SHARED_LD_CXX="${CXX} -b -o"
47466 PIC_FLAG="+Z"
47467 fi
47468 ;;
47469
47470 *-*-linux* )
47471 if test "x$GCC" != "xyes"; then
47472 echo "$as_me:$LINENO: checking for Intel compiler" >&5
47473echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
47474if test "${bakefile_cv_prog_icc+set}" = set; then
47475 echo $ECHO_N "(cached) $ECHO_C" >&6
47476else
47477
47478 cat >conftest.$ac_ext <<_ACEOF
47479/* confdefs.h. */
47480_ACEOF
47481cat confdefs.h >>conftest.$ac_ext
47482cat >>conftest.$ac_ext <<_ACEOF
47483/* end confdefs.h. */
47484
47485int
47486main ()
47487{
47488
47489 #ifndef __INTEL_COMPILER
e5efa97e 47490 This is not ICC
a848cd7e
SC
47491 #endif
47492
47493 ;
47494 return 0;
47495}
47496_ACEOF
47497rm -f conftest.$ac_objext
47498if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 47499 (eval $ac_compile) 2>conftest.er1
a848cd7e 47500 ac_status=$?
ac1cb8d3
VS
47501 grep -v '^ *+' conftest.er1 >conftest.err
47502 rm -f conftest.er1
47503 cat conftest.err >&5
a848cd7e
SC
47504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47505 (exit $ac_status); } &&
6a5c9b3f
RR
47506 { ac_try='test -z "$ac_c_werror_flag"
47507 || test ! -s conftest.err'
ac1cb8d3
VS
47508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
47509 (eval $ac_try) 2>&5
47510 ac_status=$?
47511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47512 (exit $ac_status); }; } &&
47513 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
47514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
47515 (eval $ac_try) 2>&5
47516 ac_status=$?
47517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47518 (exit $ac_status); }; }; then
47519 bakefile_cv_prog_icc=yes
47520else
47521 echo "$as_me: failed program was:" >&5
47522sed 's/^/| /' conftest.$ac_ext >&5
47523
47524bakefile_cv_prog_icc=no
47525
47526fi
ac1cb8d3 47527rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
47528
47529fi
47530echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
47531echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
47532 if test "$bakefile_cv_prog_icc" = "yes"; then
47533 PIC_FLAG="-KPIC"
47534 fi
47535 fi
47536 ;;
47537
47538 *-*-solaris2* )
47539 if test "x$GCC" != xyes ; then
47540 SHARED_LD_CC="${CC} -G -o"
47541 SHARED_LD_CXX="${CXX} -G -o"
47542 PIC_FLAG="-KPIC"
47543 fi
47544 ;;
47545
47546 *-*-darwin* )
47547
473276a9
VS
47548D='$'
47549cat <<EOF >shared-ld-sh
a848cd7e
SC
47550#!/bin/sh
47551#-----------------------------------------------------------------------------
47552#-- Name: distrib/mac/shared-ld-sh
47553#-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
47554#-- Author: Gilles Depeyrot
47555#-- Copyright: (c) 2002 Gilles Depeyrot
47556#-- Licence: any use permitted
47557#-----------------------------------------------------------------------------
47558
47559verbose=0
47560args=""
47561objects=""
47562linking_flag="-dynamiclib"
810b94f0 47563ldargs="-r -keep_private_externs -nostdlib"
a848cd7e 47564
473276a9
VS
47565while test ${D}# -gt 0; do
47566 case ${D}1 in
a848cd7e
SC
47567
47568 -v)
47569 verbose=1
47570 ;;
47571
47572 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
47573 # collect these options and values
473276a9 47574 args="${D}{args} ${D}1 ${D}2"
a848cd7e
SC
47575 shift
47576 ;;
47577
810b94f0
MW
47578 -s|-Wl,*)
47579 # collect these load args
47580 ldargs="${D}{ldargs} ${D}1"
2113bc77 47581 ;;
810b94f0
MW
47582
47583 -l*|-L*|-flat_namespace|-headerpad_max_install_names)
a848cd7e 47584 # collect these options
473276a9 47585 args="${D}{args} ${D}1"
a848cd7e
SC
47586 ;;
47587
47588 -dynamiclib|-bundle)
473276a9 47589 linking_flag="${D}1"
a848cd7e
SC
47590 ;;
47591
47592 -*)
473276a9 47593 echo "shared-ld: unhandled option '${D}1'"
a848cd7e
SC
47594 exit 1
47595 ;;
47596
47597 *.o | *.a | *.dylib)
47598 # collect object files
473276a9 47599 objects="${D}{objects} ${D}1"
a848cd7e
SC
47600 ;;
47601
47602 *)
473276a9 47603 echo "shared-ld: unhandled argument '${D}1'"
a848cd7e
SC
47604 exit 1
47605 ;;
47606
47607 esac
47608 shift
47609done
47610
810b94f0
MW
47611status=0
47612
a848cd7e
SC
47613#
47614# Link one module containing all the others
47615#
473276a9 47616if test ${D}{verbose} = 1; then
810b94f0 47617 echo "c++ ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o"
a848cd7e 47618fi
810b94f0 47619c++ ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o
473276a9 47620status=${D}?
a848cd7e
SC
47621
47622#
810b94f0
MW
47623# Link the shared library from the single module created, but only if the
47624# previous command didn't fail:
a848cd7e 47625#
810b94f0
MW
47626if test ${D}{status} = 0; then
47627 if test ${D}{verbose} = 1; then
47628 echo "c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
47629 fi
47630 c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}
47631 status=${D}?
a848cd7e
SC
47632fi
47633
47634#
47635# Remove intermediate module
47636#
473276a9 47637rm -f master.${D}${D}.o
a848cd7e 47638
810b94f0 47639exit ${D}status
a848cd7e 47640EOF
473276a9 47641
583d6b4b
VZ
47642 chmod +x shared-ld-sh
47643
47644 SHARED_LD_MODULE_CC="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
47645 SHARED_LD_MODULE_CXX="$SHARED_LD_MODULE_CC"
47646
47647
47648 echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
47649echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6
47650if test "${bakefile_cv_gcc31+set}" = set; then
47651 echo $ECHO_N "(cached) $ECHO_C" >&6
47652else
47653
47654 cat >conftest.$ac_ext <<_ACEOF
47655/* confdefs.h. */
47656_ACEOF
47657cat confdefs.h >>conftest.$ac_ext
47658cat >>conftest.$ac_ext <<_ACEOF
47659/* end confdefs.h. */
47660
47661int
47662main ()
47663{
47664
47665 #if (__GNUC__ < 3) || \
47666 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
e5efa97e 47667 This is old gcc
583d6b4b 47668 #endif
a848cd7e 47669
583d6b4b
VZ
47670 ;
47671 return 0;
47672}
47673_ACEOF
47674rm -f conftest.$ac_objext
47675if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
47676 (eval $ac_compile) 2>conftest.er1
47677 ac_status=$?
47678 grep -v '^ *+' conftest.er1 >conftest.err
47679 rm -f conftest.er1
47680 cat conftest.err >&5
47681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47682 (exit $ac_status); } &&
6a5c9b3f
RR
47683 { ac_try='test -z "$ac_c_werror_flag"
47684 || test ! -s conftest.err'
583d6b4b
VZ
47685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
47686 (eval $ac_try) 2>&5
47687 ac_status=$?
47688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47689 (exit $ac_status); }; } &&
47690 { ac_try='test -s conftest.$ac_objext'
47691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
47692 (eval $ac_try) 2>&5
47693 ac_status=$?
47694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47695 (exit $ac_status); }; }; then
47696
47697 bakefile_cv_gcc31=yes
47698
47699else
47700 echo "$as_me: failed program was:" >&5
47701sed 's/^/| /' conftest.$ac_ext >&5
47702
47703
47704 bakefile_cv_gcc31=no
47705
47706
47707fi
47708rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
47709
47710fi
47711echo "$as_me:$LINENO: result: $bakefile_cv_gcc31" >&5
47712echo "${ECHO_T}$bakefile_cv_gcc31" >&6
47713 if test "$bakefile_cv_gcc31" = "no"; then
a848cd7e 47714 SHARED_LD_CC="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
a848cd7e 47715 SHARED_LD_CXX="$SHARED_LD_CC"
a848cd7e
SC
47716 else
47717 SHARED_LD_CC="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
a848cd7e 47718 SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
a848cd7e
SC
47719 fi
47720
47bd5406
VZ
47721 if test "x$GCC" == "xyes"; then
47722 PIC_FLAG="-dynamic -fPIC"
47723 fi
47724 if test "x$XLCC" = "xyes"; then
47725 PIC_FLAG="-dynamic -DPIC"
47726 fi
a848cd7e
SC
47727 ;;
47728
47729 *-*-aix* )
f6b50c59 47730 if test "x$GCC" = "xyes"; then
583d6b4b 47731 PIC_FLAG=""
f6b50c59 47732
583d6b4b
VZ
47733 case "${BAKEFILE_HOST}" in
47734 *-*-aix5* )
47735 LD_EXPFULL="-Wl,-bexpfull"
47736 ;;
47737 esac
f6b50c59 47738
583d6b4b
VZ
47739 SHARED_LD_CC="\$(CC) -shared $LD_EXPFULL -o"
47740 SHARED_LD_CXX="\$(CXX) -shared $LD_EXPFULL -o"
47741 else
47742 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
a848cd7e
SC
47743set dummy makeC++SharedLib; ac_word=$2
47744echo "$as_me:$LINENO: checking for $ac_word" >&5
47745echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
47746if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
47747 echo $ECHO_N "(cached) $ECHO_C" >&6
47748else
47749 if test -n "$AIX_CXX_LD"; then
47750 ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
47751else
47752as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
47753for as_dir in $PATH
47754do
47755 IFS=$as_save_IFS
47756 test -z "$as_dir" && as_dir=.
47757 for ac_exec_ext in '' $ac_executable_extensions; do
47758 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47759 ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
47760 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47761 break 2
47762 fi
47763done
47764done
47765
47766 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
47767fi
47768fi
47769AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD
47770if test -n "$AIX_CXX_LD"; then
47771 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
47772echo "${ECHO_T}$AIX_CXX_LD" >&6
47773else
47774 echo "$as_me:$LINENO: result: no" >&5
47775echo "${ECHO_T}no" >&6
47776fi
47777
f6b50c59 47778 SHARED_LD_CC="$AIX_CC_LD -p 0 -o"
a848cd7e
SC
47779 SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o"
47780 fi
47781 ;;
47782
47783 *-*-beos* )
1e9e8aba
DE
47784 SHARED_LD_CC="${LD} -nostart -o"
47785 SHARED_LD_CXX="${LD} -nostart -o"
a848cd7e
SC
47786 ;;
47787
47788 *-*-irix* )
47789 if test "x$GCC" != "xyes"; then
47790 PIC_FLAG="-KPIC"
47791 fi
47792 ;;
47793
47794 *-*-cygwin* | *-*-mingw32* )
47795 PIC_FLAG=""
1e9e8aba
DE
47796 SHARED_LD_CC="\$(CC) -shared -o"
47797 SHARED_LD_CXX="\$(CXX) -shared -o"
810b94f0 47798 WINDOWS_IMPLIB=1
a848cd7e
SC
47799 ;;
47800
47801 *-pc-os2_emx | *-pc-os2-emx )
b1d22ded
DE
47802 SHARED_LD_CC="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
47803 SHARED_LD_CXX="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
a848cd7e 47804 PIC_FLAG=""
473276a9
VS
47805
47806D='$'
47807cat <<EOF >dllar.sh
47808#!/bin/sh
47809#
47810# dllar - a tool to build both a .dll and an .a file
47811# from a set of object (.o) files for EMX/OS2.
47812#
47813# Written by Andrew Zabolotny, bit@freya.etu.ru
47814# Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
47815#
47816# This script will accept a set of files on the command line.
47817# All the public symbols from the .o files will be exported into
47818# a .DEF file, then linker will be run (through gcc) against them to
47819# build a shared library consisting of all given .o files. All libraries
47820# (.a) will be first decompressed into component .o files then act as
47821# described above. You can optionally give a description (-d "description")
47822# which will be put into .DLL. To see the list of accepted options (as well
47823# as command-line format) simply run this program without options. The .DLL
47824# is built to be imported by name (there is no guarantee that new versions
47825# of the library you build will have same ordinals for same symbols).
47826#
47827# dllar is free software; you can redistribute it and/or modify
47828# it under the terms of the GNU General Public License as published by
47829# the Free Software Foundation; either version 2, or (at your option)
47830# any later version.
47831#
47832# dllar is distributed in the hope that it will be useful,
47833# but WITHOUT ANY WARRANTY; without even the implied warranty of
47834# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
47835# GNU General Public License for more details.
47836#
47837# You should have received a copy of the GNU General Public License
47838# along with dllar; see the file COPYING. If not, write to the Free
47839# Software Foundation, 59 Temple Place - Suite 330, Boston, MA
47840# 02111-1307, USA.
47841
47842# To successfuly run this program you will need:
47843# - Current drive should have LFN support (HPFS, ext2, network, etc)
47844# (Sometimes dllar generates filenames which won't fit 8.3 scheme)
47845# - gcc
47846# (used to build the .dll)
47847# - emxexp
47848# (used to create .def file from .o files)
47849# - emximp
47850# (used to create .a file from .def file)
47851# - GNU text utilites (cat, sort, uniq)
47852# used to process emxexp output
47853# - GNU file utilities (mv, rm)
47854# - GNU sed
47855# - lxlite (optional, see flag below)
47856# (used for general .dll cleanup)
47857#
47858
47859flag_USE_LXLITE=1;
47860
47861#
47862# helper functions
47863# basnam, variant of basename, which does _not_ remove the path, _iff_
47864# second argument (suffix to remove) is given
47865basnam(){
47866 case ${D}# in
47867 1)
1e9e8aba 47868 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
473276a9
VS
47869 ;;
47870 2)
47871 echo ${D}1 | sed 's/'${D}2'${D}//'
47872 ;;
47873 *)
47874 echo "error in basnam ${D}*"
47875 exit 8
47876 ;;
47877 esac
47878}
47879
47880# Cleanup temporary files and output
47881CleanUp() {
47882 cd ${D}curDir
47883 for i in ${D}inputFiles ; do
47884 case ${D}i in
47885 *!)
47886 rm -rf \`basnam ${D}i !\`
47887 ;;
47888 *)
47889 ;;
47890 esac
47891 done
47892
47893 # Kill result in case of failure as there is just to many stupid make/nmake
47894 # things out there which doesn't do this.
1e9e8aba 47895 if [ ${D}# -eq 0 ]; then
473276a9
VS
47896 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
47897 fi
47898}
47899
47900# Print usage and exit script with rc=1.
47901PrintHelp() {
b1d22ded
DE
47902 echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
47903 echo ' [-name-mangler-script script.sh]'
47904 echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
47905 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
47906 echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
1e9e8aba 47907 echo ' [*.o] [*.a]'
473276a9
VS
47908 echo '*> "output_file" should have no extension.'
47909 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
47910 echo ' The import library name is derived from this and is set to "name".a,'
47911 echo ' unless overridden by -import'
47912 echo '*> "importlib_name" should have no extension.'
47913 echo ' If it has the .o, or .a extension, it is automatically removed.'
47914 echo ' This name is used as the import library name and may be longer and'
47915 echo ' more descriptive than the DLL name which has to follow the old '
47916 echo ' 8.3 convention of FAT.'
b1d22ded
DE
47917 echo '*> "script.sh may be given to override the output_file name by a'
47918 echo ' different name. It is mainly useful if the regular make process'
47919 echo ' of some package does not take into account OS/2 restriction of'
47920 echo ' DLL name lengths. It takes the importlib name as input and is'
47921 echo ' supposed to procude a shorter name as output. The script should'
47922 echo ' expect to get importlib_name without extension and should produce'
47923 echo ' a (max.) 8 letter name without extension.'
473276a9
VS
47924 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
47925 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
47926 echo ' These flags will be put at the start of GCC command line.'
b1d22ded
DE
47927 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
47928 echo '*> -ex[clude] defines symbols which will not be exported. You can define'
473276a9
VS
47929 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
47930 echo ' If the last character of a symbol is "*", all symbols beginning'
47931 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
b1d22ded 47932 echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
473276a9 47933 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
b1d22ded 47934 echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
473276a9 47935 echo ' C runtime DLLs.'
b1d22ded 47936 echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
473276a9
VS
47937 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
47938 echo ' unchanged to GCC at the end of command line.'
47939 echo '*> If you create a DLL from a library and you do not specify -o,'
47940 echo ' the basename for DLL and import library will be set to library name,'
47941 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
47942 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
47943 echo ' library will be renamed into gcc_s.a.'
47944 echo '--------'
47945 echo 'Example:'
47946 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
47947 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
47948 CleanUp
47949 exit 1
47950}
47951
47952# Execute a command.
47953# If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
47954# @Uses Whatever CleanUp() uses.
47955doCommand() {
47956 echo "${D}*"
47957 eval ${D}*
47958 rcCmd=${D}?
47959
1e9e8aba 47960 if [ ${D}rcCmd -ne 0 ]; then
473276a9
VS
47961 echo "command failed, exit code="${D}rcCmd
47962 CleanUp
47963 exit ${D}rcCmd
47964 fi
47965}
47966
47967# main routine
47968# setup globals
47969cmdLine=${D}*
47970outFile=""
47971outimpFile=""
47972inputFiles=""
b1d22ded 47973renameScript=""
473276a9
VS
47974description=""
47975CC=gcc.exe
47976CFLAGS="-s -Zcrtdll"
47977EXTRA_CFLAGS=""
47978EXPORT_BY_ORDINALS=0
47979exclude_symbols=""
47980library_flags=""
47981curDir=\`pwd\`
47982curDirS=curDir
47983case ${D}curDirS in
47984*/)
47985 ;;
47986*)
47987 curDirS=${D}{curDirS}"/"
47988 ;;
47989esac
47990# Parse commandline
47991libsToLink=0
b1d22ded 47992omfLinking=0
1e9e8aba 47993while [ ${D}1 ]; do
473276a9
VS
47994 case ${D}1 in
47995 -ord*)
47996 EXPORT_BY_ORDINALS=1;
47997 ;;
47998 -o*)
47999 shift
48000 outFile=${D}1
48001 ;;
48002 -i*)
48003 shift
48004 outimpFile=${D}1
48005 ;;
b1d22ded
DE
48006 -name-mangler-script)
48007 shift
48008 renameScript=${D}1
48009 ;;
473276a9
VS
48010 -d*)
48011 shift
48012 description=${D}1
48013 ;;
48014 -f*)
48015 shift
48016 CFLAGS=${D}1
48017 ;;
48018 -c*)
48019 shift
48020 CC=${D}1
48021 ;;
48022 -h*)
48023 PrintHelp
48024 ;;
48025 -ex*)
48026 shift
48027 exclude_symbols=${D}{exclude_symbols}${D}1" "
48028 ;;
48029 -libf*)
48030 shift
48031 library_flags=${D}{library_flags}${D}1" "
48032 ;;
48033 -nocrt*)
48034 CFLAGS="-s"
48035 ;;
48036 -nolxl*)
48037 flag_USE_LXLITE=0
48038 ;;
48039 -* | /*)
48040 case ${D}1 in
48041 -L* | -l*)
48042 libsToLink=1
48043 ;;
b1d22ded
DE
48044 -Zomf)
48045 omfLinking=1
48046 ;;
473276a9
VS
48047 *)
48048 ;;
48049 esac
48050 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
48051 ;;
b1d22ded
DE
48052 *.dll)
48053 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
48054 if [ ${D}omfLinking -eq 1 ]; then
48055 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
48056 else
48057 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
48058 fi
48059 ;;
473276a9
VS
48060 *)
48061 found=0;
1e9e8aba 48062 if [ ${D}libsToLink -ne 0 ]; then
473276a9
VS
48063 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
48064 else
48065 for file in ${D}1 ; do
1e9e8aba 48066 if [ -f ${D}file ]; then
473276a9
VS
48067 inputFiles="${D}{inputFiles} ${D}file"
48068 found=1
48069 fi
48070 done
1e9e8aba 48071 if [ ${D}found -eq 0 ]; then
473276a9
VS
48072 echo "ERROR: No file(s) found: "${D}1
48073 exit 8
48074 fi
48075 fi
48076 ;;
48077 esac
48078 shift
48079done # iterate cmdline words
48080
48081#
1e9e8aba 48082if [ -z "${D}inputFiles" ]; then
473276a9
VS
48083 echo "dllar: no input files"
48084 PrintHelp
48085fi
48086
48087# Now extract all .o files from .a files
48088newInputFiles=""
48089for file in ${D}inputFiles ; do
48090 case ${D}file in
48091 *.a | *.lib)
48092 case ${D}file in
48093 *.a)
48094 suffix=".a"
48095 AR="ar"
48096 ;;
48097 *.lib)
48098 suffix=".lib"
48099 AR="emxomfar"
48100 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
48101 ;;
48102 *)
48103 ;;
48104 esac
48105 dirname=\`basnam ${D}file ${D}suffix\`"_%"
48106 mkdir ${D}dirname
1e9e8aba 48107 if [ ${D}? -ne 0 ]; then
473276a9
VS
48108 echo "Failed to create subdirectory ./${D}dirname"
48109 CleanUp
48110 exit 8;
48111 fi
48112 # Append '!' to indicate archive
48113 newInputFiles="${D}newInputFiles ${D}{dirname}!"
48114 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
48115 cd ${D}curDir
48116 found=0;
48117 for subfile in ${D}dirname/*.o* ; do
1e9e8aba 48118 if [ -f ${D}subfile ]; then
473276a9 48119 found=1
1e9e8aba 48120 if [ -s ${D}subfile ]; then
473276a9
VS
48121 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
48122 newInputFiles="${D}newInputFiles ${D}subfile"
48123 fi
48124 fi
48125 done
1e9e8aba
DE
48126 if [ ${D}found -eq 0 ]; then
48127 echo "WARNING: there are no files in archive \\'${D}file\\'"
473276a9
VS
48128 fi
48129 ;;
48130 *)
48131 newInputFiles="${D}{newInputFiles} ${D}file"
48132 ;;
48133 esac
48134done
48135inputFiles="${D}newInputFiles"
48136
48137# Output filename(s).
48138do_backup=0;
1e9e8aba 48139if [ -z ${D}outFile ]; then
473276a9
VS
48140 do_backup=1;
48141 set outFile ${D}inputFiles; outFile=${D}2
48142fi
48143
48144# If it is an archive, remove the '!' and the '_%' suffixes
48145case ${D}outFile in
48146*_%!)
48147 outFile=\`basnam ${D}outFile _%!\`
48148 ;;
48149*)
48150 ;;
48151esac
48152case ${D}outFile in
48153*.dll)
48154 outFile=\`basnam ${D}outFile .dll\`
48155 ;;
48156*.DLL)
48157 outFile=\`basnam ${D}outFile .DLL\`
48158 ;;
48159*.o)
48160 outFile=\`basnam ${D}outFile .o\`
48161 ;;
48162*.obj)
48163 outFile=\`basnam ${D}outFile .obj\`
48164 ;;
48165*.a)
48166 outFile=\`basnam ${D}outFile .a\`
48167 ;;
48168*.lib)
48169 outFile=\`basnam ${D}outFile .lib\`
48170 ;;
48171*)
48172 ;;
48173esac
48174case ${D}outimpFile in
48175*.a)
48176 outimpFile=\`basnam ${D}outimpFile .a\`
48177 ;;
48178*.lib)
48179 outimpFile=\`basnam ${D}outimpFile .lib\`
48180 ;;
48181*)
48182 ;;
48183esac
1e9e8aba 48184if [ -z ${D}outimpFile ]; then
473276a9
VS
48185 outimpFile=${D}outFile
48186fi
48187defFile="${D}{outFile}.def"
48188arcFile="${D}{outimpFile}.a"
48189arcFile2="${D}{outimpFile}.lib"
b1d22ded
DE
48190
48191#create ${D}dllFile as something matching 8.3 restrictions,
48192if [ -z ${D}renameScript ] ; then
48193 dllFile="${D}outFile"
48194else
48195 dllFile=\`${D}renameScript ${D}outimpFile\`
48196fi
473276a9 48197
1e9e8aba
DE
48198if [ ${D}do_backup -ne 0 ] ; then
48199 if [ -f ${D}arcFile ] ; then
473276a9
VS
48200 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
48201 fi
1e9e8aba 48202 if [ -f ${D}arcFile2 ] ; then
473276a9
VS
48203 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
48204 fi
48205fi
48206
48207# Extract public symbols from all the object files.
48208tmpdefFile=${D}{defFile}_%
48209rm -f ${D}tmpdefFile
48210for file in ${D}inputFiles ; do
48211 case ${D}file in
48212 *!)
48213 ;;
48214 *)
48215 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
48216 ;;
48217 esac
48218done
48219
48220# Create the def file.
48221rm -f ${D}defFile
48222echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
b1d22ded
DE
48223dllFile="${D}{dllFile}.dll"
48224if [ ! -z ${D}description ]; then
1e9e8aba 48225 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
473276a9
VS
48226fi
48227echo "EXPORTS" >> ${D}defFile
48228
48229doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
48230grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
48231
48232# Checks if the export is ok or not.
48233for word in ${D}exclude_symbols; do
48234 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
48235 mv ${D}{tmpdefFile}% ${D}tmpdefFile
48236done
48237
48238
1e9e8aba
DE
48239if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
48240 sed "=" < ${D}tmpdefFile | \\
473276a9
VS
48241 sed '
48242 N
48243 : loop
1e9e8aba 48244 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
473276a9
VS
48245 t loop
48246 ' > ${D}{tmpdefFile}%
48247 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
48248else
48249 rm -f ${D}{tmpdefFile}%
48250fi
48251cat ${D}tmpdefFile >> ${D}defFile
48252rm -f ${D}tmpdefFile
48253
48254# Do linking, create implib, and apply lxlite.
48255gccCmdl="";
48256for file in ${D}inputFiles ; do
48257 case ${D}file in
48258 *!)
48259 ;;
48260 *)
48261 gccCmdl="${D}gccCmdl ${D}file"
48262 ;;
48263 esac
48264done
48265doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
48266touch "${D}{outFile}.dll"
48267
48268doCommand "emximp -o ${D}arcFile ${D}defFile"
1e9e8aba 48269if [ ${D}flag_USE_LXLITE -ne 0 ]; then
473276a9 48270 add_flags="";
1e9e8aba 48271 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
473276a9
VS
48272 add_flags="-ynd"
48273 fi
48274 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
48275fi
48276doCommand "emxomf -s -l ${D}arcFile"
48277
48278# Successful exit.
48279CleanUp 1
48280exit 0
48281EOF
48282
48283 chmod +x dllar.sh
a848cd7e
SC
48284 ;;
48285
1e9e8aba 48286 powerpc-apple-macos* | \
0ad5d837 48287 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd*-gnu | \
a848cd7e
SC
48288 *-*-sunos4* | \
48289 *-*-osf* | \
48290 *-*-dgux5* | \
47a7e797
MW
48291 *-*-sysv5* | \
48292 *-pc-msdosdjgpp )
a848cd7e
SC
48293 ;;
48294
48295 *)
3ecd9f92 48296 esac
a848cd7e 48297
2057db16
VS
48298 if test "x$PIC_FLAG" != "x" ; then
48299 PIC_FLAG="$PIC_FLAG -DPIC"
48300 fi
48301
a848cd7e
SC
48302 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
48303 SHARED_LD_MODULE_CC="$SHARED_LD_CC"
48304 fi
48305 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
48306 SHARED_LD_MODULE_CXX="$SHARED_LD_CXX"
48307 fi
48308
48309
48310
48311
48312
48313
48314
48315
810b94f0 48316
a848cd7e
SC
48317 USE_SOVERSION=0
48318 USE_SOVERLINUX=0
48319 USE_SOVERSOLARIS=0
810b94f0 48320 USE_SOVERCYGWIN=0
a848cd7e
SC
48321 USE_SOSYMLINKS=0
48322 USE_MACVERSION=0
48323 SONAME_FLAG=
48324
48325 case "${BAKEFILE_HOST}" in
0ad5d837 48326 *-*-linux* | *-*-freebsd* | *-*-k*bsd*-gnu )
5f652d0d
VS
48327 SONAME_FLAG="-Wl,-soname,"
48328 USE_SOVERSION=1
48329 USE_SOVERLINUX=1
48330 USE_SOSYMLINKS=1
48331 ;;
48332
a848cd7e
SC
48333 *-*-solaris2* )
48334 SONAME_FLAG="-h "
48335 USE_SOVERSION=1
48336 USE_SOVERSOLARIS=1
48337 USE_SOSYMLINKS=1
48338 ;;
48339
48340 *-*-darwin* )
48341 USE_MACVERSION=1
48342 USE_SOVERSION=1
48343 USE_SOSYMLINKS=1
48344 ;;
810b94f0
MW
48345
48346 *-*-cygwin* )
48347 USE_SOVERSION=1
48348 USE_SOVERCYGWIN=1
48349 ;;
a848cd7e
SC
48350 esac
48351
48352
48353
48354
48355
48356
48357
48358
48359
810b94f0 48360
f10e38c4
VZ
48361 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
48362if test "${enable_dependency_tracking+set}" = set; then
48363 enableval="$enable_dependency_tracking"
48364 bk_use_trackdeps="$enableval"
48365fi;
48366
a848cd7e
SC
48367 echo "$as_me:$LINENO: checking for dependency tracking method" >&5
48368echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
a848cd7e 48369
f10e38c4
VZ
48370 if test "x$bk_use_trackdeps" = "xno" ; then
48371 DEPS_TRACKING=0
48372 echo "$as_me:$LINENO: result: disabled" >&5
48373echo "${ECHO_T}disabled" >&6
48374 else
48375 DEPS_TRACKING=1
48376
48377 if test "x$GCC" = "xyes"; then
48378 DEPSMODE=gcc
48379 case "${BAKEFILE_HOST}" in
48380 *-*-darwin* )
48381 DEPSFLAG="-no-cpp-precomp -MMD"
48382 ;;
48383 * )
48384 DEPSFLAG="-MMD"
48385 ;;
48386 esac
48387 echo "$as_me:$LINENO: result: gcc" >&5
a848cd7e 48388echo "${ECHO_T}gcc" >&6
f10e38c4
VZ
48389 elif test "x$MWCC" = "xyes"; then
48390 DEPSMODE=mwcc
48391 DEPSFLAG="-MM"
48392 echo "$as_me:$LINENO: result: mwcc" >&5
b1d22ded 48393echo "${ECHO_T}mwcc" >&6
f10e38c4
VZ
48394 elif test "x$SUNCC" = "xyes"; then
48395 DEPSMODE=unixcc
48396 DEPSFLAG="-xM1"
48397 echo "$as_me:$LINENO: result: Sun cc" >&5
0ad5d837 48398echo "${ECHO_T}Sun cc" >&6
f10e38c4
VZ
48399 elif test "x$SGICC" = "xyes"; then
48400 DEPSMODE=unixcc
48401 DEPSFLAG="-M"
48402 echo "$as_me:$LINENO: result: SGI cc" >&5
0ad5d837 48403echo "${ECHO_T}SGI cc" >&6
f10e38c4
VZ
48404 elif test "x$HPCC" = "xyes"; then
48405 DEPSMODE=unixcc
48406 DEPSFLAG="+make"
48407 echo "$as_me:$LINENO: result: HP cc" >&5
3006edc0 48408echo "${ECHO_T}HP cc" >&6
f10e38c4
VZ
48409 elif test "x$COMPAQCC" = "xyes"; then
48410 DEPSMODE=gcc
48411 DEPSFLAG="-MD"
48412 echo "$as_me:$LINENO: result: Compaq cc" >&5
a1aa0349 48413echo "${ECHO_T}Compaq cc" >&6
f10e38c4
VZ
48414 else
48415 DEPS_TRACKING=0
48416 echo "$as_me:$LINENO: result: none" >&5
a848cd7e 48417echo "${ECHO_T}none" >&6
f10e38c4 48418 fi
a848cd7e 48419
f10e38c4 48420 if test $DEPS_TRACKING = 1 ; then
473276a9
VS
48421
48422D='$'
48423cat <<EOF >bk-deps
a848cd7e
SC
48424#!/bin/sh
48425
48426# This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
48427# script. It is used to track C/C++ files dependencies in portable way.
48428#
48429# Permission is given to use this file in any way.
48430
473276a9 48431DEPSMODE=${DEPSMODE}
a848cd7e 48432DEPSDIR=.deps
0ad5d837 48433DEPSFLAG="${DEPSFLAG}"
a848cd7e 48434
473276a9 48435mkdir -p ${D}DEPSDIR
a848cd7e 48436
473276a9 48437if test ${D}DEPSMODE = gcc ; then
0ad5d837 48438 ${D}* ${D}{DEPSFLAG}
473276a9
VS
48439 status=${D}?
48440 if test ${D}{status} != 0 ; then
48441 exit ${D}{status}
a848cd7e
SC
48442 fi
48443 # move created file to the location we want it in:
473276a9
VS
48444 while test ${D}# -gt 0; do
48445 case "${D}1" in
a848cd7e
SC
48446 -o )
48447 shift
473276a9 48448 objfile=${D}1
a848cd7e
SC
48449 ;;
48450 -* )
48451 ;;
48452 * )
473276a9 48453 srcfile=${D}1
a848cd7e
SC
48454 ;;
48455 esac
48456 shift
48457 done
1e9e8aba
DE
48458 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
48459 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
473276a9
VS
48460 if test -f ${D}depfile ; then
48461 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
48462 rm -f ${D}depfile
a848cd7e 48463 else
a1aa0349 48464 # "g++ -MMD -o fooobj.o foosrc.cpp" produces fooobj.d
1e9e8aba 48465 depfile=\`basename ${D}objfile | sed -e 's/\\..*${D}/.d/g'\`
a1aa0349
VZ
48466 if test ! -f ${D}depfile ; then
48467 # "cxx -MD -o fooobj.o foosrc.cpp" creates fooobj.o.d (Compaq C++)
48468 depfile="${D}objfile.d"
48469 fi
473276a9
VS
48470 if test -f ${D}depfile ; then
48471 sed -e "/^${D}objfile/!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
48472 rm -f ${D}depfile
a848cd7e
SC
48473 fi
48474 fi
48475 exit 0
81f90336 48476elif test ${D}DEPSMODE = mwcc ; then
f6b50c59 48477 ${D}* || exit ${D}?
81f90336
MW
48478 # Run mwcc again with -MM and redirect into the dep file we want
48479 # NOTE: We can't use shift here because we need ${D}* to be valid
48480 prevarg=
48481 for arg in ${D}* ; do
48482 if test "${D}prevarg" = "-o"; then
48483 objfile=${D}arg
48484 else
48485 case "${D}arg" in
48486 -* )
48487 ;;
48488 * )
48489 srcfile=${D}arg
48490 ;;
48491 esac
48492 fi
48493 prevarg="${D}arg"
48494 done
0ad5d837 48495 ${D}* ${D}DEPSFLAG >${D}{DEPSDIR}/${D}{objfile}.d
81f90336 48496 exit 0
0ad5d837 48497elif test ${D}DEPSMODE = unixcc; then
f6b50c59 48498 ${D}* || exit ${D}?
a9e5b1f0
MW
48499 # Run compiler again with deps flag and redirect into the dep file.
48500 # It doesn't work if the '-o FILE' option is used, but without it the
48501 # dependency file will contain the wrong name for the object. So it is
48502 # removed from the command line, and the dep file is fixed with sed.
48503 cmd=""
48504 while test ${D}# -gt 0; do
48505 case "${D}1" in
48506 -o )
48507 shift
48508 objfile=${D}1
48509 ;;
48510 * )
48511 eval arg${D}#=\\${D}1
48512 cmd="${D}cmd \\${D}arg${D}#"
48513 ;;
48514 esac
48515 shift
48516 done
0ad5d837 48517 eval "${D}cmd ${D}DEPSFLAG" | sed "s|.*:|${D}objfile:|" >${D}{DEPSDIR}/${D}{objfile}.d
a9e5b1f0 48518 exit 0
a848cd7e 48519else
473276a9
VS
48520 ${D}*
48521 exit ${D}?
a848cd7e
SC
48522fi
48523EOF
473276a9 48524
f10e38c4
VZ
48525 chmod +x bk-deps
48526 fi
a848cd7e
SC
48527 fi
48528
48529
48530
48531
a848cd7e
SC
48532 case ${BAKEFILE_HOST} in
48533 *-*-cygwin* | *-*-mingw32* )
8ced02f6
DE
48534 if test -n "$ac_tool_prefix"; then
48535 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
48536set dummy ${ac_tool_prefix}windres; ac_word=$2
48537echo "$as_me:$LINENO: checking for $ac_word" >&5
48538echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
48539if test "${ac_cv_prog_WINDRES+set}" = set; then
48540 echo $ECHO_N "(cached) $ECHO_C" >&6
48541else
48542 if test -n "$WINDRES"; then
48543 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
48544else
48545as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48546for as_dir in $PATH
48547do
48548 IFS=$as_save_IFS
48549 test -z "$as_dir" && as_dir=.
48550 for ac_exec_ext in '' $ac_executable_extensions; do
48551 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
48552 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
48553 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48554 break 2
48555 fi
48556done
48557done
48558
48559fi
48560fi
48561WINDRES=$ac_cv_prog_WINDRES
48562if test -n "$WINDRES"; then
48563 echo "$as_me:$LINENO: result: $WINDRES" >&5
48564echo "${ECHO_T}$WINDRES" >&6
48565else
48566 echo "$as_me:$LINENO: result: no" >&5
48567echo "${ECHO_T}no" >&6
48568fi
48569
48570fi
48571if test -z "$ac_cv_prog_WINDRES"; then
48572 ac_ct_WINDRES=$WINDRES
48573 # Extract the first word of "windres", so it can be a program name with args.
a848cd7e
SC
48574set dummy windres; ac_word=$2
48575echo "$as_me:$LINENO: checking for $ac_word" >&5
48576echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8ced02f6 48577if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
a848cd7e
SC
48578 echo $ECHO_N "(cached) $ECHO_C" >&6
48579else
8ced02f6
DE
48580 if test -n "$ac_ct_WINDRES"; then
48581 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
a848cd7e
SC
48582else
48583as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48584for as_dir in $PATH
48585do
48586 IFS=$as_save_IFS
48587 test -z "$as_dir" && as_dir=.
48588 for ac_exec_ext in '' $ac_executable_extensions; do
48589 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8ced02f6 48590 ac_cv_prog_ac_ct_WINDRES="windres"
a848cd7e
SC
48591 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48592 break 2
48593 fi
48594done
48595done
48596
a848cd7e
SC
48597fi
48598fi
8ced02f6
DE
48599ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
48600if test -n "$ac_ct_WINDRES"; then
48601 echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
48602echo "${ECHO_T}$ac_ct_WINDRES" >&6
a848cd7e
SC
48603else
48604 echo "$as_me:$LINENO: result: no" >&5
48605echo "${ECHO_T}no" >&6
48606fi
48607
8ced02f6
DE
48608 WINDRES=$ac_ct_WINDRES
48609else
48610 WINDRES="$ac_cv_prog_WINDRES"
48611fi
48612
a848cd7e
SC
48613 ;;
48614
1e9e8aba 48615 *-*-darwin* | powerpc-apple-macos* )
a848cd7e
SC
48616 # Extract the first word of "Rez", so it can be a program name with args.
48617set dummy Rez; ac_word=$2
48618echo "$as_me:$LINENO: checking for $ac_word" >&5
48619echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8ced02f6 48620if test "${ac_cv_prog_REZ+set}" = set; then
a848cd7e
SC
48621 echo $ECHO_N "(cached) $ECHO_C" >&6
48622else
8ced02f6
DE
48623 if test -n "$REZ"; then
48624 ac_cv_prog_REZ="$REZ" # Let the user override the test.
a848cd7e
SC
48625else
48626as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48627for as_dir in $PATH
48628do
48629 IFS=$as_save_IFS
48630 test -z "$as_dir" && as_dir=.
48631 for ac_exec_ext in '' $ac_executable_extensions; do
48632 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8ced02f6 48633 ac_cv_prog_REZ="Rez"
a848cd7e
SC
48634 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48635 break 2
48636 fi
48637done
48638done
48639
8ced02f6 48640 test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ="/Developer/Tools/Rez"
a848cd7e
SC
48641fi
48642fi
8ced02f6
DE
48643REZ=$ac_cv_prog_REZ
48644if test -n "$REZ"; then
48645 echo "$as_me:$LINENO: result: $REZ" >&5
48646echo "${ECHO_T}$REZ" >&6
a848cd7e
SC
48647else
48648 echo "$as_me:$LINENO: result: no" >&5
48649echo "${ECHO_T}no" >&6
48650fi
48651
48652 # Extract the first word of "SetFile", so it can be a program name with args.
48653set dummy SetFile; ac_word=$2
48654echo "$as_me:$LINENO: checking for $ac_word" >&5
48655echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
48656if test "${ac_cv_prog_SETFILE+set}" = set; then
48657 echo $ECHO_N "(cached) $ECHO_C" >&6
48658else
48659 if test -n "$SETFILE"; then
48660 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
48661else
48662as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48663for as_dir in $PATH
48664do
48665 IFS=$as_save_IFS
48666 test -z "$as_dir" && as_dir=.
48667 for ac_exec_ext in '' $ac_executable_extensions; do
48668 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
48669 ac_cv_prog_SETFILE="SetFile"
48670 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48671 break 2
48672 fi
48673done
48674done
48675
48676 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
48677fi
48678fi
48679SETFILE=$ac_cv_prog_SETFILE
48680if test -n "$SETFILE"; then
48681 echo "$as_me:$LINENO: result: $SETFILE" >&5
48682echo "${ECHO_T}$SETFILE" >&6
48683else
48684 echo "$as_me:$LINENO: result: no" >&5
48685echo "${ECHO_T}no" >&6
48686fi
48687
48688 ;;
48689 esac
48690
48691
48692
48693
48694
8ced02f6 48695
f10e38c4 48696 BAKEFILE_BAKEFILE_M4_VERSION="0.2.0"
a848cd7e 48697
dcc1b6ad 48698
f10e38c4 48699BAKEFILE_AUTOCONF_INC_M4_VERSION="0.2.0"
a848cd7e 48700
646b6ec1 48701
74b84332 48702
a848cd7e
SC
48703 # Check whether --enable-precomp-headers or --disable-precomp-headers was given.
48704if test "${enable_precomp_headers+set}" = set; then
48705 enableval="$enable_precomp_headers"
48706 bk_use_pch="$enableval"
48707fi;
48708
48709 GCC_PCH=0
f10e38c4
VZ
48710 ICC_PCH=0
48711 USE_PCH=0
a848cd7e 48712
5c60e845
MW
48713 case ${BAKEFILE_HOST} in
48714 *-*-cygwin* )
48715 bk_use_pch="no"
48716 ;;
48717 esac
48718
a848cd7e
SC
48719 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
48720 if test "x$GCC" = "xyes"; then
48721 echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
48722echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6
48723 cat >conftest.$ac_ext <<_ACEOF
48724/* confdefs.h. */
48725_ACEOF
48726cat confdefs.h >>conftest.$ac_ext
48727cat >>conftest.$ac_ext <<_ACEOF
48728/* end confdefs.h. */
48729
48730int
48731main ()
48732{
48733
48734 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
e5efa97e 48735 There is no PCH support
a848cd7e
SC
48736 #endif
48737 #if (__GNUC__ < 3)
e5efa97e 48738 There is no PCH support
a848cd7e
SC
48739 #endif
48740 #if (__GNUC__ == 3) && \
48741 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
f10e38c4
VZ
48742 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3))) || \
48743 ( defined(__INTEL_COMPILER) )
e5efa97e 48744 There is no PCH support
a848cd7e
SC
48745 #endif
48746
48747 ;
48748 return 0;
48749}
48750_ACEOF
48751rm -f conftest.$ac_objext
48752if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 48753 (eval $ac_compile) 2>conftest.er1
a848cd7e 48754 ac_status=$?
ac1cb8d3
VS
48755 grep -v '^ *+' conftest.er1 >conftest.err
48756 rm -f conftest.er1
48757 cat conftest.err >&5
a848cd7e
SC
48758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48759 (exit $ac_status); } &&
6a5c9b3f
RR
48760 { ac_try='test -z "$ac_c_werror_flag"
48761 || test ! -s conftest.err'
ac1cb8d3
VS
48762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
48763 (eval $ac_try) 2>&5
48764 ac_status=$?
48765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48766 (exit $ac_status); }; } &&
48767 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
48768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
48769 (eval $ac_try) 2>&5
48770 ac_status=$?
48771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48772 (exit $ac_status); }; }; then
48773
48774 echo "$as_me:$LINENO: result: yes" >&5
48775echo "${ECHO_T}yes" >&6
a848cd7e
SC
48776 GCC_PCH=1
48777
48778else
48779 echo "$as_me: failed program was:" >&5
48780sed 's/^/| /' conftest.$ac_ext >&5
48781
48782
f10e38c4
VZ
48783 cat >conftest.$ac_ext <<_ACEOF
48784/* confdefs.h. */
48785_ACEOF
48786cat confdefs.h >>conftest.$ac_ext
48787cat >>conftest.$ac_ext <<_ACEOF
48788/* end confdefs.h. */
48789
48790int
48791main ()
48792{
48793
48794 #if !defined(__INTEL_COMPILER) || \
48795 (__INTEL_COMPILER < 800)
e5efa97e 48796 There is no PCH support
f10e38c4
VZ
48797 #endif
48798
48799 ;
48800 return 0;
48801}
48802_ACEOF
48803rm -f conftest.$ac_objext
48804if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
48805 (eval $ac_compile) 2>conftest.er1
48806 ac_status=$?
48807 grep -v '^ *+' conftest.er1 >conftest.err
48808 rm -f conftest.er1
48809 cat conftest.err >&5
48810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48811 (exit $ac_status); } &&
6a5c9b3f
RR
48812 { ac_try='test -z "$ac_c_werror_flag"
48813 || test ! -s conftest.err'
f10e38c4
VZ
48814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
48815 (eval $ac_try) 2>&5
48816 ac_status=$?
48817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48818 (exit $ac_status); }; } &&
48819 { ac_try='test -s conftest.$ac_objext'
48820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
48821 (eval $ac_try) 2>&5
48822 ac_status=$?
48823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48824 (exit $ac_status); }; }; then
48825
48826 echo "$as_me:$LINENO: result: yes" >&5
48827echo "${ECHO_T}yes" >&6
48828 ICC_PCH=1
48829
48830else
48831 echo "$as_me: failed program was:" >&5
48832sed 's/^/| /' conftest.$ac_ext >&5
48833
48834
48835 echo "$as_me:$LINENO: result: no" >&5
a848cd7e
SC
48836echo "${ECHO_T}no" >&6
48837
48838fi
ac1cb8d3 48839rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
f10e38c4
VZ
48840
48841fi
48842rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
48843 if test $GCC_PCH = 1 -o $ICC_PCH = 1 ; then
48844 USE_PCH=1
1e9e8aba
DE
48845
48846D='$'
48847cat <<EOF >bk-make-pch
a848cd7e
SC
48848#!/bin/sh
48849
48850# This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
48851# script. It is used to generated precompiled headers.
48852#
48853# Permission is given to use this file in any way.
48854
1e9e8aba
DE
48855outfile="${D}{1}"
48856header="${D}{2}"
a848cd7e
SC
48857shift
48858shift
48859
f10e38c4
VZ
48860compiler=""
48861headerfile=""
48862
1e9e8aba 48863while test ${D}{#} -gt 0; do
f10e38c4 48864 add_to_cmdline=1
1e9e8aba 48865 case "${D}{1}" in
a848cd7e 48866 -I* )
1e9e8aba
DE
48867 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
48868 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
48869 headerfile="${D}{incdir}/${D}{header}"
a848cd7e
SC
48870 fi
48871 ;;
f10e38c4
VZ
48872 -use-pch|-use_pch )
48873 shift
48874 add_to_cmdline=0
48875 ;;
a848cd7e 48876 esac
f10e38c4
VZ
48877 if test ${D}add_to_cmdline = 1 ; then
48878 compiler="${D}{compiler} ${D}{1}"
48879 fi
a848cd7e
SC
48880 shift
48881done
48882
1e9e8aba 48883if test "x${D}{headerfile}" = "x" ; then
f10e38c4 48884 echo "error: can't find header ${D}{header} in include paths" >&2
a848cd7e 48885else
1e9e8aba
DE
48886 if test -f ${D}{outfile} ; then
48887 rm -f ${D}{outfile}
a848cd7e 48888 else
1e9e8aba 48889 mkdir -p \`dirname ${D}{outfile}\`
a848cd7e 48890 fi
1e9e8aba 48891 depsfile=".deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
a848cd7e 48892 mkdir -p .deps
f10e38c4
VZ
48893 if test "x${GCC_PCH}" = "x1" ; then
48894 # can do this because gcc is >= 3.4:
48895 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
48896 elif test "x${ICC_PCH}" = "x1" ; then
48897 filename=pch_gen-${D}${D}
48898 file=${D}{filename}.c
48899 dfile=${D}{filename}.d
48900 cat > ${D}file <<EOT
48901#include "${D}header"
48902EOT
48903 # using -MF icc complains about differing command lines in creation/use
48904 ${D}compiler -c -create_pch ${D}outfile -MMD ${D}file && \\
48905 sed -e "s,^.*:,${D}outfile:," -e "s, ${D}file,," < ${D}dfile > ${D}depsfile && \\
48906 rm -f ${D}file ${D}dfile ${D}{filename}.o
48907 fi
1e9e8aba 48908 exit ${D}{?}
a848cd7e
SC
48909fi
48910EOF
1e9e8aba 48911
a848cd7e
SC
48912 chmod +x bk-make-pch
48913 fi
48914 fi
48915 fi
48916
48917
48918
f10e38c4 48919
a848cd7e
SC
48920 COND_BUILD_DEBUG="#"
48921 if test "x$BUILD" = "xdebug" ; then
48922 COND_BUILD_DEBUG=""
48923 fi
48924
48925 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT="#"
48926 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
48927 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT=""
48928 fi
48929
48930 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT="#"
48931 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
48932 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT=""
48933 fi
48934
48935 COND_BUILD_DEBUG_UNICODE_0="#"
48936 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
48937 COND_BUILD_DEBUG_UNICODE_0=""
48938 fi
48939
48940 COND_BUILD_DEBUG_UNICODE_1="#"
48941 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
48942 COND_BUILD_DEBUG_UNICODE_1=""
48943 fi
48944
48945 COND_BUILD_RELEASE="#"
48946 if test "x$BUILD" = "xrelease" ; then
48947 COND_BUILD_RELEASE=""
48948 fi
48949
48950 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT="#"
48951 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
48952 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT=""
48953 fi
48954
48955 COND_BUILD_RELEASE_UNICODE_0="#"
48956 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
48957 COND_BUILD_RELEASE_UNICODE_0=""
48958 fi
48959
48960 COND_BUILD_RELEASE_UNICODE_1="#"
48961 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
48962 COND_BUILD_RELEASE_UNICODE_1=""
48963 fi
48964
48965 COND_DEBUG_FLAG_1="#"
48966 if test "x$DEBUG_FLAG" = "x1" ; then
48967 COND_DEBUG_FLAG_1=""
48968 fi
48969
48970 COND_DEBUG_INFO_0="#"
48971 if test "x$DEBUG_INFO" = "x0" ; then
48972 COND_DEBUG_INFO_0=""
48973 fi
48974
48975 COND_DEBUG_INFO_1="#"
48976 if test "x$DEBUG_INFO" = "x1" ; then
48977 COND_DEBUG_INFO_1=""
48978 fi
48979
48980 COND_DEPS_TRACKING_0="#"
48981 if test "x$DEPS_TRACKING" = "x0" ; then
48982 COND_DEPS_TRACKING_0=""
48983 fi
48984
48985 COND_DEPS_TRACKING_1="#"
48986 if test "x$DEPS_TRACKING" = "x1" ; then
48987 COND_DEPS_TRACKING_1=""
48988 fi
48989
48990 COND_GCC_PCH_1="#"
48991 if test "x$GCC_PCH" = "x1" ; then
48992 COND_GCC_PCH_1=""
48993 fi
48994
f10e38c4
VZ
48995 COND_ICC_PCH_1="#"
48996 if test "x$ICC_PCH" = "x1" ; then
48997 COND_ICC_PCH_1=""
48998 fi
48999
a848cd7e
SC
49000 COND_MONOLITHIC_0="#"
49001 if test "x$MONOLITHIC" = "x0" ; then
49002 COND_MONOLITHIC_0=""
49003 fi
49004
49005 COND_MONOLITHIC_0_SHARED_0="#"
49006 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
49007 COND_MONOLITHIC_0_SHARED_0=""
49008 fi
49009
3f60522a
JS
49010 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1="#"
49011 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_AUI" = "x1" ; then
49012 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1=""
49013 fi
49014
a848cd7e
SC
49015 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#"
49016 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
49017 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1=""
49018 fi
49019
90970d69
DE
49020 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1="#"
49021 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
49022 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1=""
49023 fi
49024
f10e38c4
VZ
49025 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1="#"
49026 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
49027 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1=""
49028 fi
49029
a848cd7e
SC
49030 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1="#"
49031 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
49032 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1=""
49033 fi
49034
6671c68b
VZ
49035 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1="#"
49036 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
49037 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1=""
49038 fi
49039
a848cd7e
SC
49040 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1="#"
49041 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then
49042 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1=""
49043 fi
49044
8b6682b9
JS
49045 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1="#"
49046 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
49047 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1=""
49048 fi
49049
ceec2216
RL
49050 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1="#"
49051 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
49052 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1=""
49053 fi
49054
a848cd7e
SC
49055 COND_MONOLITHIC_0_SHARED_1="#"
49056 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
49057 COND_MONOLITHIC_0_SHARED_1=""
49058 fi
49059
3f60522a
JS
49060 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1="#"
49061 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_AUI" = "x1" ; then
49062 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1=""
49063 fi
49064
a848cd7e
SC
49065 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#"
49066 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
49067 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=""
49068 fi
49069
90970d69
DE
49070 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1="#"
49071 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
49072 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1=""
49073 fi
49074
f10e38c4
VZ
49075 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1="#"
49076 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
49077 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1=""
49078 fi
49079
a848cd7e
SC
49080 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1="#"
49081 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
49082 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1=""
49083 fi
49084
6671c68b
VZ
49085 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1="#"
49086 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
49087 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1=""
49088 fi
49089
a848cd7e
SC
49090 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1="#"
49091 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then
49092 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1=""
49093 fi
49094
8b6682b9
JS
49095 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1="#"
49096 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_RICHTEXT" = "x1" ; then
49097 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1=""
49098 fi
49099
ceec2216
RL
49100 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1="#"
49101 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
49102 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1=""
49103 fi
49104
e5efa97e
VZ
49105 COND_MONOLITHIC_0_USE_MEDIA_1="#"
49106 if test "x$MONOLITHIC" = "x0" -a "x$USE_MEDIA" = "x1" ; then
49107 COND_MONOLITHIC_0_USE_MEDIA_1=""
49108 fi
49109
a848cd7e
SC
49110 COND_MONOLITHIC_0_USE_ODBC_1="#"
49111 if test "x$MONOLITHIC" = "x0" -a "x$USE_ODBC" = "x1" ; then
49112 COND_MONOLITHIC_0_USE_ODBC_1=""
49113 fi
49114
49115 COND_MONOLITHIC_1="#"
49116 if test "x$MONOLITHIC" = "x1" ; then
49117 COND_MONOLITHIC_1=""
49118 fi
49119
49120 COND_MONOLITHIC_1_SHARED_0="#"
49121 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
49122 COND_MONOLITHIC_1_SHARED_0=""
49123 fi
49124
49125 COND_MONOLITHIC_1_SHARED_1="#"
49126 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
49127 COND_MONOLITHIC_1_SHARED_1=""
49128 fi
49129
49130 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#"
49131 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
49132 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1=""
49133 fi
49134
49135 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#"
49136 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
49137 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1=""
49138 fi
49139
eb730a0c
JS
49140 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1="#"
49141 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERCYGWIN" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
49142 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1=""
49143 fi
49144
a848cd7e
SC
49145 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#"
49146 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
49147 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=""
49148 fi
49149
49150 COND_PLATFORM_MACOSX_1="#"
49151 if test "x$PLATFORM_MACOSX" = "x1" ; then
49152 COND_PLATFORM_MACOSX_1=""
49153 fi
49154
a30f955f
VS
49155 COND_PLATFORM_MACOSX_1_TOOLKIT_="#"
49156 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "x" ; then
49157 COND_PLATFORM_MACOSX_1_TOOLKIT_=""
49158 fi
49159
a848cd7e
SC
49160 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA="#"
49161 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
49162 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA=""
49163 fi
49164
49165 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK="#"
49166 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
49167 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK=""
49168 fi
49169
49170 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC="#"
49171 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
49172 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC=""
49173 fi
49174
fc480dc1
DE
49175 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1="#"
49176 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
49177 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1=""
49178 fi
49179
1e9e8aba
DE
49180 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
49181 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
49182 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
49183 fi
49184
ebee3cd0
VS
49185 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF="#"
49186 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMOTIF" ; then
49187 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF=""
49188 fi
49189
49190 COND_PLATFORM_MACOSX_1_TOOLKIT_X11="#"
49191 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xX11" ; then
49192 COND_PLATFORM_MACOSX_1_TOOLKIT_X11=""
49193 fi
49194
a848cd7e
SC
49195 COND_PLATFORM_MACOSX_1_USE_GUI_1="#"
49196 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
49197 COND_PLATFORM_MACOSX_1_USE_GUI_1=""
49198 fi
49199
49200 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#"
49201 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
49202 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1=""
49203 fi
49204
b48a2016
DE
49205 COND_PLATFORM_MACOS_1="#"
49206 if test "x$PLATFORM_MACOS" = "x1" ; then
49207 COND_PLATFORM_MACOS_1=""
49208 fi
49209
083508af
MW
49210 COND_PLATFORM_MAC_1="#"
49211 if test "x$PLATFORM_MAC" = "x1" ; then
49212 COND_PLATFORM_MAC_1=""
49213 fi
49214
e5efa97e
VZ
49215 COND_PLATFORM_MSDOS_0="#"
49216 if test "x$PLATFORM_MSDOS" = "x0" ; then
49217 COND_PLATFORM_MSDOS_0=""
49218 fi
49219
83d8eb47
MW
49220 COND_PLATFORM_MSDOS_1="#"
49221 if test "x$PLATFORM_MSDOS" = "x1" ; then
49222 COND_PLATFORM_MSDOS_1=""
49223 fi
49224
a848cd7e
SC
49225 COND_PLATFORM_OS2_1="#"
49226 if test "x$PLATFORM_OS2" = "x1" ; then
49227 COND_PLATFORM_OS2_1=""
49228 fi
49229
49230 COND_PLATFORM_UNIX_0="#"
49231 if test "x$PLATFORM_UNIX" = "x0" ; then
49232 COND_PLATFORM_UNIX_0=""
49233 fi
49234
49235 COND_PLATFORM_UNIX_1="#"
49236 if test "x$PLATFORM_UNIX" = "x1" ; then
49237 COND_PLATFORM_UNIX_1=""
49238 fi
49239
49240 COND_PLATFORM_UNIX_1_USE_GUI_1="#"
49241 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
49242 COND_PLATFORM_UNIX_1_USE_GUI_1=""
49243 fi
49244
49245 COND_PLATFORM_UNIX_1_USE_PLUGINS_0="#"
49246 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
49247 COND_PLATFORM_UNIX_1_USE_PLUGINS_0=""
49248 fi
49249
49250 COND_PLATFORM_WIN32_0="#"
49251 if test "x$PLATFORM_WIN32" = "x0" ; then
49252 COND_PLATFORM_WIN32_0=""
49253 fi
49254
49255 COND_PLATFORM_WIN32_1="#"
49256 if test "x$PLATFORM_WIN32" = "x1" ; then
49257 COND_PLATFORM_WIN32_1=""
49258 fi
49259
49260 COND_SHARED_0="#"
49261 if test "x$SHARED" = "x0" ; then
49262 COND_SHARED_0=""
49263 fi
49264
083508af
MW
49265 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0="#"
49266 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
49267 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0=""
49268 fi
49269
49270 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0="#"
49271 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
49272 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0=""
49273 fi
49274
49275 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0="#"
49276 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
49277 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0=""
49278 fi
49279
a848cd7e
SC
49280 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#"
49281 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
49282 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1=""
49283 fi
49284
49285 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
49286 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
49287 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
49288 fi
49289
49290 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
49291 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
49292 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
49293 fi
49294
49295 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
49296 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
49297 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
49298 fi
49299
083508af
MW
49300 COND_SHARED_0_USE_XRC_1="#"
49301 if test "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
49302 COND_SHARED_0_USE_XRC_1=""
49303 fi
49304
a848cd7e
SC
49305 COND_SHARED_0_WXUSE_EXPAT_BUILTIN="#"
49306 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
49307 COND_SHARED_0_WXUSE_EXPAT_BUILTIN=""
49308 fi
49309
49310 COND_SHARED_0_WXUSE_ODBC_BUILTIN="#"
49311 if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then
49312 COND_SHARED_0_WXUSE_ODBC_BUILTIN=""
49313 fi
49314
49315 COND_SHARED_0_WXUSE_REGEX_BUILTIN="#"
49316 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
49317 COND_SHARED_0_WXUSE_REGEX_BUILTIN=""
49318 fi
49319
49320 COND_SHARED_0_WXUSE_ZLIB_BUILTIN="#"
49321 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
49322 COND_SHARED_0_WXUSE_ZLIB_BUILTIN=""
49323 fi
49324
49325 COND_SHARED_1="#"
49326 if test "x$SHARED" = "x1" ; then
49327 COND_SHARED_1=""
49328 fi
49329
49330 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
49331 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
49332 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
49333 fi
49334
083508af
MW
49335 COND_SHARED_1_USE_XRC_1="#"
49336 if test "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
49337 COND_SHARED_1_USE_XRC_1=""
49338 fi
49339
a30f955f
VS
49340 COND_TOOLKIT_="#"
49341 if test "x$TOOLKIT" = "x" ; then
49342 COND_TOOLKIT_=""
49343 fi
49344
a848cd7e
SC
49345 COND_TOOLKIT_COCOA="#"
49346 if test "x$TOOLKIT" = "xCOCOA" ; then
49347 COND_TOOLKIT_COCOA=""
49348 fi
49349
a49baeab
DE
49350 COND_TOOLKIT_COCOA_USE_GUI_1="#"
49351 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
49352 COND_TOOLKIT_COCOA_USE_GUI_1=""
49353 fi
49354
a848cd7e
SC
49355 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#"
49356 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
49357 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0=""
49358 fi
49359
b3c86150
VS
49360 COND_TOOLKIT_DFB="#"
49361 if test "x$TOOLKIT" = "xDFB" ; then
49362 COND_TOOLKIT_DFB=""
49363 fi
49364
49365 COND_TOOLKIT_DFB_USE_GUI_1="#"
49366 if test "x$TOOLKIT" = "xDFB" -a "x$USE_GUI" = "x1" ; then
49367 COND_TOOLKIT_DFB_USE_GUI_1=""
49368 fi
49369
a848cd7e
SC
49370 COND_TOOLKIT_GTK="#"
49371 if test "x$TOOLKIT" = "xGTK" ; then
49372 COND_TOOLKIT_GTK=""
49373 fi
49374
d044deea
MW
49375 COND_TOOLKIT_GTK_TOOLKIT_VERSION_="#"
49376 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" ; then
49377 COND_TOOLKIT_GTK_TOOLKIT_VERSION_=""
49378 fi
49379
49380 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2="#"
49381 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" ; then
49382 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2=""
49383 fi
49384
49385 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1="#"
49386 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" ; then
49387 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1=""
49388 fi
49389
49390 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0="#"
49391 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
49392 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0=""
49393 fi
49394
49395 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1="#"
49396 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" ; then
49397 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1=""
49398 fi
49399
49400 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0="#"
49401 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
49402 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0=""
49403 fi
49404
a848cd7e
SC
49405 COND_TOOLKIT_GTK_USE_GUI_1="#"
49406 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
49407 COND_TOOLKIT_GTK_USE_GUI_1=""
49408 fi
49409
a848cd7e
SC
49410 COND_TOOLKIT_MAC="#"
49411 if test "x$TOOLKIT" = "xMAC" ; then
49412 COND_TOOLKIT_MAC=""
49413 fi
49414
49415 COND_TOOLKIT_MAC_USE_GUI_1="#"
49416 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
49417 COND_TOOLKIT_MAC_USE_GUI_1=""
49418 fi
49419
49420 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
49421 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
49422 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
49423 fi
49424
49425 COND_TOOLKIT_MGL="#"
49426 if test "x$TOOLKIT" = "xMGL" ; then
49427 COND_TOOLKIT_MGL=""
49428 fi
49429
49430 COND_TOOLKIT_MGL_USE_GUI_1="#"
49431 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
49432 COND_TOOLKIT_MGL_USE_GUI_1=""
49433 fi
49434
49435 COND_TOOLKIT_MOTIF="#"
49436 if test "x$TOOLKIT" = "xMOTIF" ; then
49437 COND_TOOLKIT_MOTIF=""
49438 fi
49439
49440 COND_TOOLKIT_MOTIF_USE_GUI_1="#"
49441 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
49442 COND_TOOLKIT_MOTIF_USE_GUI_1=""
49443 fi
49444
49445 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#"
49446 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
49447 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0=""
49448 fi
49449
49450 COND_TOOLKIT_MSW="#"
49451 if test "x$TOOLKIT" = "xMSW" ; then
49452 COND_TOOLKIT_MSW=""
49453 fi
49454
49455 COND_TOOLKIT_MSW_USE_GUI_1="#"
49456 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
49457 COND_TOOLKIT_MSW_USE_GUI_1=""
49458 fi
49459
49460 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#"
49461 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
49462 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0=""
49463 fi
49464
0ee4059d
DE
49465 COND_TOOLKIT_MSW_WXUNIV_0="#"
49466 if test "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
49467 COND_TOOLKIT_MSW_WXUNIV_0=""
49468 fi
49469
a848cd7e
SC
49470 COND_TOOLKIT_PM="#"
49471 if test "x$TOOLKIT" = "xPM" ; then
49472 COND_TOOLKIT_PM=""
49473 fi
49474
49475 COND_TOOLKIT_PM_USE_GUI_1="#"
49476 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
49477 COND_TOOLKIT_PM_USE_GUI_1=""
49478 fi
49479
49480 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0="#"
49481 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
49482 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0=""
49483 fi
49484
3fd9c298
DE
49485 COND_TOOLKIT_WINCE="#"
49486 if test "x$TOOLKIT" = "xWINCE" ; then
49487 COND_TOOLKIT_WINCE=""
49488 fi
49489
49490 COND_TOOLKIT_WINCE_USE_GUI_1="#"
49491 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
49492 COND_TOOLKIT_WINCE_USE_GUI_1=""
49493 fi
49494
49495 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0="#"
49496 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
49497 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0=""
49498 fi
49499
0ee4059d
DE
49500 COND_TOOLKIT_WINCE_WXUNIV_0="#"
49501 if test "x$TOOLKIT" = "xWINCE" -a "x$WXUNIV" = "x0" ; then
49502 COND_TOOLKIT_WINCE_WXUNIV_0=""
49503 fi
49504
a848cd7e
SC
49505 COND_TOOLKIT_X11="#"
49506 if test "x$TOOLKIT" = "xX11" ; then
49507 COND_TOOLKIT_X11=""
49508 fi
49509
49510 COND_TOOLKIT_X11_USE_GUI_1="#"
49511 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
49512 COND_TOOLKIT_X11_USE_GUI_1=""
49513 fi
49514
49515 COND_UNICODE_1="#"
49516 if test "x$UNICODE" = "x1" ; then
49517 COND_UNICODE_1=""
49518 fi
49519
49520 COND_USE_EXCEPTIONS_0="#"
49521 if test "x$USE_EXCEPTIONS" = "x0" ; then
49522 COND_USE_EXCEPTIONS_0=""
49523 fi
49524
49525 COND_USE_EXCEPTIONS_1="#"
49526 if test "x$USE_EXCEPTIONS" = "x1" ; then
49527 COND_USE_EXCEPTIONS_1=""
49528 fi
49529
49530 COND_USE_GUI_0="#"
49531 if test "x$USE_GUI" = "x0" ; then
49532 COND_USE_GUI_0=""
49533 fi
49534
49535 COND_USE_GUI_1="#"
49536 if test "x$USE_GUI" = "x1" ; then
49537 COND_USE_GUI_1=""
49538 fi
49539
49540 COND_USE_GUI_1_WXUNIV_0="#"
49541 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
49542 COND_USE_GUI_1_WXUNIV_0=""
49543 fi
49544
49545 COND_USE_GUI_1_WXUNIV_1="#"
49546 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
49547 COND_USE_GUI_1_WXUNIV_1=""
49548 fi
49549
49550 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
49551 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
49552 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
49553 fi
49554
49555 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
49556 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
49557 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
49558 fi
49559
49560 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
49561 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
49562 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
49563 fi
49564
083508af
MW
49565 COND_USE_ODBC_1="#"
49566 if test "x$USE_ODBC" = "x1" ; then
49567 COND_USE_ODBC_1=""
49568 fi
49569
49570 COND_USE_OPENGL_1="#"
49571 if test "x$USE_OPENGL" = "x1" ; then
49572 COND_USE_OPENGL_1=""
49573 fi
49574
f10e38c4
VZ
49575 COND_USE_PCH_1="#"
49576 if test "x$USE_PCH" = "x1" ; then
49577 COND_USE_PCH_1=""
49578 fi
49579
a848cd7e
SC
49580 COND_USE_PLUGINS_0="#"
49581 if test "x$USE_PLUGINS" = "x0" ; then
49582 COND_USE_PLUGINS_0=""
49583 fi
49584
0b78747f
MW
49585 COND_USE_RTTI_0="#"
49586 if test "x$USE_RTTI" = "x0" ; then
49587 COND_USE_RTTI_0=""
49588 fi
49589
49590 COND_USE_RTTI_1="#"
49591 if test "x$USE_RTTI" = "x1" ; then
49592 COND_USE_RTTI_1=""
49593 fi
49594
a848cd7e
SC
49595 COND_USE_SOSYMLINKS_1="#"
49596 if test "x$USE_SOSYMLINKS" = "x1" ; then
49597 COND_USE_SOSYMLINKS_1=""
49598 fi
49599
eb730a0c
JS
49600 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1="#"
49601 if test "x$USE_SOVERCYGWIN" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
49602 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1=""
49603 fi
49604
a848cd7e
SC
49605 COND_USE_SOVERLINUX_1="#"
49606 if test "x$USE_SOVERLINUX" = "x1" ; then
49607 COND_USE_SOVERLINUX_1=""
49608 fi
49609
49610 COND_USE_SOVERSION_0="#"
49611 if test "x$USE_SOVERSION" = "x0" ; then
49612 COND_USE_SOVERSION_0=""
49613 fi
49614
49615 COND_USE_SOVERSOLARIS_1="#"
49616 if test "x$USE_SOVERSOLARIS" = "x1" ; then
49617 COND_USE_SOVERSOLARIS_1=""
49618 fi
49619
0b78747f
MW
49620 COND_USE_THREADS_0="#"
49621 if test "x$USE_THREADS" = "x0" ; then
49622 COND_USE_THREADS_0=""
49623 fi
49624
49625 COND_USE_THREADS_1="#"
49626 if test "x$USE_THREADS" = "x1" ; then
49627 COND_USE_THREADS_1=""
49628 fi
49629
a13a7f89
RL
49630 COND_USE_XRC_1="#"
49631 if test "x$USE_XRC" = "x1" ; then
49632 COND_USE_XRC_1=""
49633 fi
49634
eb730a0c
JS
49635 COND_WINDOWS_IMPLIB_1="#"
49636 if test "x$WINDOWS_IMPLIB" = "x1" ; then
49637 COND_WINDOWS_IMPLIB_1=""
49638 fi
49639
a848cd7e
SC
49640 COND_WITH_PLUGIN_SDL_1="#"
49641 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
49642 COND_WITH_PLUGIN_SDL_1=""
49643 fi
49644
1e6eb025
VZ
49645 COND_WXUNIV_0="#"
49646 if test "x$WXUNIV" = "x0" ; then
49647 COND_WXUNIV_0=""
49648 fi
49649
a848cd7e
SC
49650 COND_WXUNIV_1="#"
49651 if test "x$WXUNIV" = "x1" ; then
49652 COND_WXUNIV_1=""
49653 fi
49654
49655 COND_WXUSE_EXPAT_BUILTIN="#"
49656 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
49657 COND_WXUSE_EXPAT_BUILTIN=""
49658 fi
49659
49660 COND_WXUSE_LIBJPEG_BUILTIN="#"
49661 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
49662 COND_WXUSE_LIBJPEG_BUILTIN=""
49663 fi
49664
49665 COND_WXUSE_LIBPNG_BUILTIN="#"
49666 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
49667 COND_WXUSE_LIBPNG_BUILTIN=""
49668 fi
49669
49670 COND_WXUSE_LIBTIFF_BUILTIN="#"
49671 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
49672 COND_WXUSE_LIBTIFF_BUILTIN=""
49673 fi
49674
49675 COND_WXUSE_ODBC_BUILTIN="#"
49676 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
49677 COND_WXUSE_ODBC_BUILTIN=""
49678 fi
49679
49680 COND_WXUSE_REGEX_BUILTIN="#"
49681 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
49682 COND_WXUSE_REGEX_BUILTIN=""
49683 fi
49684
49685 COND_WXUSE_ZLIB_BUILTIN="#"
49686 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
49687 COND_WXUSE_ZLIB_BUILTIN=""
49688 fi
49689
49690
49691
810b94f0
MW
49692 if test "$BAKEFILE_AUTOCONF_INC_M4_VERSION" = "" ; then
49693 { { 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
49694echo "$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;}
49695 { (exit 1); exit 1; }; }
49696 fi
49697
2057db16
VS
49698 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
49699 { { 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
49700echo "$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;}
49701 { (exit 1); exit 1; }; }
49702 fi
49703
a848cd7e 49704
7afc46ab
KO
49705
49706if test "$wxUSE_MAC" = 1 ; then
95768535 49707 if test "x$wxUSE_UNIVERSAL_BINARY" != "xno" ; then
7afc46ab
KO
49708 sed "s/DEPSMODE=gcc/DEPSMODE=none/" < bk-deps > temp
49709 mv temp bk-deps
49710 chmod +x bk-deps
49711 fi
49712fi
49713
ceec2216
RL
49714if test "$wxUSE_SHARED" = "yes"; then
49715
49716 sanitised_bakefile_mess=`echo "$SHARED_LD_CXX" | tr -d '()'`
49717 EXE_LINKER=`eval echo "$sanitised_bakefile_mess"`
49718
5b674b9d
DE
49719 case "${host}" in
49720 *-pc-os2_emx | *-pc-os2-emx )
49721 SHARED_LD_CC="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
49722 SHARED_LD_CXX="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
49723 cp -p ${srcdir}/src/os2/dllnames.sh .
49724 cp -p ${srcdir}/src/os2/dllar.sh .
49725 ;;
49726 esac
ceec2216
RL
49727else
49728
49729 EXE_LINKER="$CXX -o"
49730
49731fi
69120ee4
VZ
49732if test "$wxUSE_OMF" = "yes"; then
49733 case "${host}" in
49734 *-pc-os2_emx | *-pc-os2-emx )
49735 LDFLAGS="$LDFLAGS -Zlinker /EXEPACK"
49736 LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
49737 WXCONFIG_LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
49738 ;;
49739 esac
49740fi
a848cd7e 49741
c08ebc62 49742if test $GCC_PCH = 1 ; then
254e8e29 49743 CPPFLAGS="-DWX_PRECOMP $CPPFLAGS"
ddd14b14 49744fi
a848cd7e 49745
5ff751d6 49746WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS $TOOLCHAIN_DEFS"
a848cd7e
SC
49747
49748SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
49749
49750
49751
49752
49753
49754
49755
49756
49757
49758
49759
49760
49761
49762
49763
49764
49765
49766
49767
49768
49769
49770
49771
49772
49773
49774
49775
49776
49777
49778
49779
49780
49781
49782
49783
49784
49785
49786
49787
49788
49789
49790
a848cd7e
SC
49791
49792
49793
49794
49795
49796
49797
49798
49799
49800
49801
49802
a848cd7e
SC
49803
49804
ddd14b14 49805
370d2fd7 49806
8ced02f6 49807
a848cd7e
SC
49808
49809
49810echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
49811echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
ac1cb8d3 49812set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
a848cd7e
SC
49813if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
49814 echo $ECHO_N "(cached) $ECHO_C" >&6
49815else
49816 cat >conftest.make <<\_ACEOF
49817all:
49818 @echo 'ac_maketemp="$(MAKE)"'
49819_ACEOF
49820# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
49821eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
49822if test -n "$ac_maketemp"; then
49823 eval ac_cv_prog_make_${ac_make}_set=yes
49824else
49825 eval ac_cv_prog_make_${ac_make}_set=no
49826fi
49827rm -f conftest.make
49828fi
49829if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
49830 echo "$as_me:$LINENO: result: yes" >&5
49831echo "${ECHO_T}yes" >&6
49832 SET_MAKE=
49833else
49834 echo "$as_me:$LINENO: result: no" >&5
49835echo "${ECHO_T}no" >&6
49836 SET_MAKE="MAKE=${MAKE-make}"
49837fi
49838
49839
a848cd7e 49840
ceec2216
RL
49841 ac_config_headers="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
49842
a848cd7e 49843
5c60e845
MW
49844if test "$USE_WIN32" = 1; then
49845 ac_config_commands="$ac_config_commands
49846 rcdefs.h
49847 "
49848
49849fi
49850
ceec2216 49851 ac_config_files="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
a848cd7e 49852
a848cd7e 49853
ceec2216 49854 ac_config_files="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
a848cd7e 49855
ceec2216
RL
49856
49857 ac_config_files="$ac_config_files version-script Makefile"
49858
49859
5c60e845 49860 ac_config_commands="$ac_config_commands wx-config"
a848cd7e
SC
49861
49862
9103d280 49863
1c14217d 49864if test "$wxWITH_SUBDIRS" != "no"; then
a848cd7e
SC
49865if test "$wxUSE_GUI" = "yes"; then
49866 SUBDIRS="samples demos utils contrib"
49867else SUBDIRS="samples utils"
49868fi
49869
49870
49871
49872# Check whether --with-cppunit-prefix or --without-cppunit-prefix was given.
49873if test "${with_cppunit_prefix+set}" = set; then
49874 withval="$with_cppunit_prefix"
49875 cppunit_config_prefix="$withval"
49876else
49877 cppunit_config_prefix=""
49878fi;
49879
49880# Check whether --with-cppunit-exec-prefix or --without-cppunit-exec-prefix was given.
49881if test "${with_cppunit_exec_prefix+set}" = set; then
49882 withval="$with_cppunit_exec_prefix"
49883 cppunit_config_exec_prefix="$withval"
49884else
49885 cppunit_config_exec_prefix=""
49886fi;
49887
49888 if test x$cppunit_config_exec_prefix != x ; then
49889 cppunit_config_args="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
49890 if test x${CPPUNIT_CONFIG+set} != xset ; then
49891 CPPUNIT_CONFIG=$cppunit_config_exec_prefix/bin/cppunit-config
49892 fi
49893 fi
49894 if test x$cppunit_config_prefix != x ; then
49895 cppunit_config_args="$cppunit_config_args --prefix=$cppunit_config_prefix"
49896 if test x${CPPUNIT_CONFIG+set} != xset ; then
49897 CPPUNIT_CONFIG=$cppunit_config_prefix/bin/cppunit-config
49898 fi
49899 fi
49900
49901 # Extract the first word of "cppunit-config", so it can be a program name with args.
49902set dummy cppunit-config; ac_word=$2
49903echo "$as_me:$LINENO: checking for $ac_word" >&5
49904echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
49905if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
49906 echo $ECHO_N "(cached) $ECHO_C" >&6
49907else
49908 case $CPPUNIT_CONFIG in
49909 [\\/]* | ?:[\\/]*)
49910 ac_cv_path_CPPUNIT_CONFIG="$CPPUNIT_CONFIG" # Let the user override the test with a path.
49911 ;;
49912 *)
49913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49914for as_dir in $PATH
49915do
49916 IFS=$as_save_IFS
49917 test -z "$as_dir" && as_dir=.
49918 for ac_exec_ext in '' $ac_executable_extensions; do
49919 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
49920 ac_cv_path_CPPUNIT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
49921 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
49922 break 2
49923 fi
49924done
49925done
49926
49927 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG="no"
49928 ;;
49929esac
49930fi
49931CPPUNIT_CONFIG=$ac_cv_path_CPPUNIT_CONFIG
49932
49933if test -n "$CPPUNIT_CONFIG"; then
49934 echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
49935echo "${ECHO_T}$CPPUNIT_CONFIG" >&6
49936else
49937 echo "$as_me:$LINENO: result: no" >&5
49938echo "${ECHO_T}no" >&6
49939fi
49940
49941 cppunit_version_min=1.8.0
49942
49943 echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
49944echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6
49945 no_cppunit=""
49946 if test "$CPPUNIT_CONFIG" = "no" ; then
3ecd9f92
MW
49947 echo "$as_me:$LINENO: result: no" >&5
49948echo "${ECHO_T}no" >&6
a848cd7e
SC
49949 no_cppunit=yes
49950 else
49951 CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`
49952 CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs`
49953 cppunit_version=`$CPPUNIT_CONFIG --version`
49954
49955 cppunit_major_version=`echo $cppunit_version | \
49956 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
49957 cppunit_minor_version=`echo $cppunit_version | \
49958 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
49959 cppunit_micro_version=`echo $cppunit_version | \
49960 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
49961
49962 cppunit_major_min=`echo $cppunit_version_min | \
49963 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
49964 cppunit_minor_min=`echo $cppunit_version_min | \
49965 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
49966 cppunit_micro_min=`echo $cppunit_version_min | \
49967 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
49968
49969 cppunit_version_proper=`expr \
49970 $cppunit_major_version \> $cppunit_major_min \| \
49971 $cppunit_major_version \= $cppunit_major_min \& \
49972 $cppunit_minor_version \> $cppunit_minor_min \| \
49973 $cppunit_major_version \= $cppunit_major_min \& \
49974 $cppunit_minor_version \= $cppunit_minor_min \& \
49975 $cppunit_micro_version \>= $cppunit_micro_min `
49976
49977 if test "$cppunit_version_proper" = "1" ; then
49978 echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
49979echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6
49980 else
49981 echo "$as_me:$LINENO: result: no" >&5
49982echo "${ECHO_T}no" >&6
49983 no_cppunit=yes
49984 fi
49985 fi
49986
49987 if test "x$no_cppunit" = x ; then
c2218763 49988 SUBDIRS="$SUBDIRS tests"
a848cd7e
SC
49989 else
49990 CPPUNIT_CFLAGS=""
49991 CPPUNIT_LIBS=""
c2218763 49992 :
a848cd7e
SC
49993 fi
49994
49995
49996
49997
49998
49999for subdir in `echo $SUBDIRS`; do
50000 if test -d ${srcdir}/${subdir} ; then
50001 if test "$wxUSE_GUI" = "yes"; then
50002 if test ${subdir} = "samples"; then
50003 makefiles="samples/Makefile.in $makefiles"
50004 for sample in `echo $SAMPLES_SUBDIRS`; do
50005 if test -d $srcdir/samples/$sample; then
50006 makefiles="samples/$sample/Makefile.in $makefiles"
50007 fi
50008 done
9c112555
MW
50009 else
50010 disabled_var=DISABLED_`echo $subdir | tr [a-z] [A-Z]`;
50011 eval "disabled=\$$disabled_var"
50012 disabled=/`echo X $disabled | sed 's@ @/|/@g'`/
50013 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in) | egrep -v "$disabled"`
a848cd7e
SC
50014 fi
50015 else if test ${subdir} = "samples"; then
50016 makefiles="samples/Makefile.in samples/console/Makefile.in"
50017 elif test ${subdir} = "utils"; then
6537ccf8
VS
50018 makefiles=""
50019 for util in HelpGen tex2rtf ; do
50020 if test -d $srcdir/utils/$util ; then
50021 makefiles="utils/$util/Makefile.in \
50022 utils/$util/src/Makefile.in \
50023 $makefiles"
50024 fi
50025 done
a848cd7e
SC
50026 else makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
50027 fi
50028 fi
50029
50030 for mkin in $makefiles ; do
50031 mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
50032 ac_config_files="$ac_config_files $mk"
50033
50034 done
50035 fi
50036done
1c14217d 50037fi
a848cd7e
SC
50038cat >confcache <<\_ACEOF
50039# This file is a shell script that caches the results of configure
50040# tests run on this system so they can be shared between configure
50041# scripts and configure runs, see configure's option --config-cache.
50042# It is not useful on other systems. If it contains results you don't
50043# want to keep, you may remove or edit it.
50044#
50045# config.status only pays attention to the cache file if you give it
50046# the --recheck option to rerun configure.
50047#
50048# `ac_cv_env_foo' variables (set or unset) will be overridden when
50049# loading this file, other *unset* `ac_cv_foo' will be assigned the
50050# following values.
50051
50052_ACEOF
50053
50054# The following way of writing the cache mishandles newlines in values,
50055# but we know of no workaround that is simple, portable, and efficient.
50056# So, don't put newlines in cache variables' values.
50057# Ultrix sh set writes to stderr and can't be redirected directly,
50058# and sets the high bit in the cache file unless we assign to the vars.
50059{
50060 (set) 2>&1 |
50061 case `(ac_space=' '; set | grep ac_space) 2>&1` in
50062 *ac_space=\ *)
50063 # `set' does not quote correctly, so add quotes (double-quote
50064 # substitution turns \\\\ into \\, and sed turns \\ into \).
50065 sed -n \
ac1cb8d3
VS
50066 "s/'/'\\\\''/g;
50067 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
a848cd7e
SC
50068 ;;
50069 *)
50070 # `set' quotes correctly as required by POSIX, so do not add quotes.
50071 sed -n \
ac1cb8d3 50072 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
a848cd7e
SC
50073 ;;
50074 esac;
50075} |
50076 sed '
50077 t clear
50078 : clear
50079 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
50080 t end
50081 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
50082 : end' >>confcache
50083if diff $cache_file confcache >/dev/null 2>&1; then :; else
50084 if test -w $cache_file; then
50085 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
50086 cat confcache >$cache_file
50087 else
50088 echo "not updating unwritable cache $cache_file"
50089 fi
50090fi
50091rm -f confcache
50092
50093test "x$prefix" = xNONE && prefix=$ac_default_prefix
50094# Let make expand exec_prefix.
50095test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
50096
50097# VPATH may cause trouble with some makes, so we remove $(srcdir),
50098# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
50099# trailing colons and then remove the whole line if VPATH becomes empty
50100# (actually we leave an empty line to preserve line numbers).
50101if test "x$srcdir" = x.; then
ac1cb8d3 50102 ac_vpsub='/^[ ]*VPATH[ ]*=/{
a848cd7e
SC
50103s/:*\$(srcdir):*/:/;
50104s/:*\${srcdir}:*/:/;
50105s/:*@srcdir@:*/:/;
ac1cb8d3 50106s/^\([^=]*=[ ]*\):*/\1/;
a848cd7e 50107s/:*$//;
ac1cb8d3 50108s/^[^=]*=[ ]*$//;
a848cd7e
SC
50109}'
50110fi
50111
50112DEFS=-DHAVE_CONFIG_H
50113
50114ac_libobjs=
50115ac_ltlibobjs=
50116for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
50117 # 1. Remove the extension, and $U if already installed.
50118 ac_i=`echo "$ac_i" |
ac1cb8d3 50119 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
a848cd7e
SC
50120 # 2. Add them.
50121 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
50122 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
50123done
50124LIBOBJS=$ac_libobjs
50125
50126LTLIBOBJS=$ac_ltlibobjs
50127
50128
50129
50130: ${CONFIG_STATUS=./config.status}
50131ac_clean_files_save=$ac_clean_files
50132ac_clean_files="$ac_clean_files $CONFIG_STATUS"
50133{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
50134echo "$as_me: creating $CONFIG_STATUS" >&6;}
50135cat >$CONFIG_STATUS <<_ACEOF
50136#! $SHELL
50137# Generated by $as_me.
50138# Run this file to recreate the current configuration.
50139# Compiler output produced by configure, useful for debugging
50140# configure, is in config.log if it exists.
50141
50142debug=false
50143ac_cs_recheck=false
50144ac_cs_silent=false
50145SHELL=\${CONFIG_SHELL-$SHELL}
50146_ACEOF
50147
50148cat >>$CONFIG_STATUS <<\_ACEOF
50149## --------------------- ##
50150## M4sh Initialization. ##
50151## --------------------- ##
50152
50153# Be Bourne compatible
50154if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
50155 emulate sh
50156 NULLCMD=:
50157 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
50158 # is contrary to our usage. Disable this feature.
50159 alias -g '${1+"$@"}'='"$@"'
50160elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
50161 set -o posix
50162fi
ac1cb8d3 50163DUALCASE=1; export DUALCASE # for MKS sh
a848cd7e
SC
50164
50165# Support unset when possible.
ac1cb8d3 50166if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
a848cd7e
SC
50167 as_unset=unset
50168else
50169 as_unset=false
50170fi
50171
50172
50173# Work around bugs in pre-3.0 UWIN ksh.
50174$as_unset ENV MAIL MAILPATH
50175PS1='$ '
50176PS2='> '
50177PS4='+ '
50178
50179# NLS nuisances.
50180for as_var in \
50181 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
50182 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
50183 LC_TELEPHONE LC_TIME
50184do
ac1cb8d3 50185 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
a848cd7e
SC
50186 eval $as_var=C; export $as_var
50187 else
50188 $as_unset $as_var
50189 fi
50190done
50191
50192# Required to use basename.
50193if expr a : '\(a\)' >/dev/null 2>&1; then
50194 as_expr=expr
50195else
50196 as_expr=false
50197fi
50198
50199if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
50200 as_basename=basename
50201else
50202 as_basename=false
50203fi
50204
50205
50206# Name of the executable.
50207as_me=`$as_basename "$0" ||
50208$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
50209 X"$0" : 'X\(//\)$' \| \
50210 X"$0" : 'X\(/\)$' \| \
50211 . : '\(.\)' 2>/dev/null ||
50212echo X/"$0" |
50213 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
50214 /^X\/\(\/\/\)$/{ s//\1/; q; }
50215 /^X\/\(\/\).*/{ s//\1/; q; }
50216 s/.*/./; q'`
50217
50218
50219# PATH needs CR, and LINENO needs CR and PATH.
50220# Avoid depending upon Character Ranges.
50221as_cr_letters='abcdefghijklmnopqrstuvwxyz'
50222as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
50223as_cr_Letters=$as_cr_letters$as_cr_LETTERS
50224as_cr_digits='0123456789'
50225as_cr_alnum=$as_cr_Letters$as_cr_digits
50226
50227# The user is always right.
50228if test "${PATH_SEPARATOR+set}" != set; then
50229 echo "#! /bin/sh" >conf$$.sh
50230 echo "exit 0" >>conf$$.sh
50231 chmod +x conf$$.sh
50232 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
50233 PATH_SEPARATOR=';'
50234 else
50235 PATH_SEPARATOR=:
50236 fi
50237 rm -f conf$$.sh
50238fi
50239
50240
50241 as_lineno_1=$LINENO
50242 as_lineno_2=$LINENO
50243 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
50244 test "x$as_lineno_1" != "x$as_lineno_2" &&
50245 test "x$as_lineno_3" = "x$as_lineno_2" || {
50246 # Find who we are. Look in the path if we contain no path at all
50247 # relative or not.
50248 case $0 in
50249 *[\\/]* ) as_myself=$0 ;;
50250 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50251for as_dir in $PATH
50252do
50253 IFS=$as_save_IFS
50254 test -z "$as_dir" && as_dir=.
50255 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
50256done
50257
50258 ;;
50259 esac
50260 # We did not find ourselves, most probably we were run as `sh COMMAND'
50261 # in which case we are not to be found in the path.
50262 if test "x$as_myself" = x; then
50263 as_myself=$0
50264 fi
50265 if test ! -f "$as_myself"; then
50266 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
50267echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
50268 { (exit 1); exit 1; }; }
50269 fi
50270 case $CONFIG_SHELL in
50271 '')
50272 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50273for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
50274do
50275 IFS=$as_save_IFS
50276 test -z "$as_dir" && as_dir=.
50277 for as_base in sh bash ksh sh5; do
50278 case $as_dir in
50279 /*)
50280 if ("$as_dir/$as_base" -c '
50281 as_lineno_1=$LINENO
50282 as_lineno_2=$LINENO
50283 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
50284 test "x$as_lineno_1" != "x$as_lineno_2" &&
50285 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
50286 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
50287 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
50288 CONFIG_SHELL=$as_dir/$as_base
50289 export CONFIG_SHELL
50290 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
50291 fi;;
50292 esac
50293 done
50294done
50295;;
50296 esac
50297
50298 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
50299 # uniformly replaced by the line number. The first 'sed' inserts a
50300 # line-number line before each line; the second 'sed' does the real
50301 # work. The second script uses 'N' to pair each line-number line
50302 # with the numbered line, and appends trailing '-' during
50303 # substitution so that $LINENO is not a special case at line end.
50304 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
50305 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
50306 sed '=' <$as_myself |
50307 sed '
50308 N
50309 s,$,-,
50310 : loop
50311 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
50312 t loop
50313 s,-$,,
50314 s,^['$as_cr_digits']*\n,,
50315 ' >$as_me.lineno &&
50316 chmod +x $as_me.lineno ||
50317 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
50318echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
50319 { (exit 1); exit 1; }; }
50320
50321 # Don't try to exec as it changes $[0], causing all sort of problems
50322 # (the dirname of $[0] is not the place where we might find the
50323 # original and so on. Autoconf is especially sensible to this).
50324 . ./$as_me.lineno
50325 # Exit status is that of the last command.
50326 exit
50327}
50328
50329
50330case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
50331 *c*,-n*) ECHO_N= ECHO_C='
50332' ECHO_T=' ' ;;
50333 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
50334 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
50335esac
50336
50337if expr a : '\(a\)' >/dev/null 2>&1; then
50338 as_expr=expr
50339else
50340 as_expr=false
50341fi
50342
50343rm -f conf$$ conf$$.exe conf$$.file
50344echo >conf$$.file
50345if ln -s conf$$.file conf$$ 2>/dev/null; then
50346 # We could just check for DJGPP; but this test a) works b) is more generic
50347 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
50348 if test -f conf$$.exe; then
50349 # Don't use ln at all; we don't have any links
50350 as_ln_s='cp -p'
50351 else
50352 as_ln_s='ln -s'
50353 fi
50354elif ln conf$$.file conf$$ 2>/dev/null; then
50355 as_ln_s=ln
50356else
50357 as_ln_s='cp -p'
50358fi
50359rm -f conf$$ conf$$.exe conf$$.file
50360
50361if mkdir -p . 2>/dev/null; then
50362 as_mkdir_p=:
50363else
ac1cb8d3 50364 test -d ./-p && rmdir ./-p
a848cd7e
SC
50365 as_mkdir_p=false
50366fi
50367
50368as_executable_p="test -f"
50369
50370# Sed expression to map a string onto a valid CPP name.
ac1cb8d3 50371as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
a848cd7e
SC
50372
50373# Sed expression to map a string onto a valid variable name.
ac1cb8d3 50374as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
a848cd7e
SC
50375
50376
50377# IFS
50378# We need space, tab and new line, in precisely that order.
50379as_nl='
50380'
50381IFS=" $as_nl"
50382
50383# CDPATH.
50384$as_unset CDPATH
50385
50386exec 6>&1
50387
50388# Open the log real soon, to keep \$[0] and so on meaningful, and to
50389# report actual input values of CONFIG_FILES etc. instead of their
50390# values after options handling. Logging --version etc. is OK.
50391exec 5>>config.log
50392{
50393 echo
50394 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
50395## Running $as_me. ##
50396_ASBOX
50397} >&5
50398cat >&5 <<_CSEOF
50399
dd8df4fc 50400This file was extended by wxWidgets $as_me 2.7.0, which was
ac1cb8d3 50401generated by GNU Autoconf 2.59. Invocation command line was
a848cd7e
SC
50402
50403 CONFIG_FILES = $CONFIG_FILES
50404 CONFIG_HEADERS = $CONFIG_HEADERS
50405 CONFIG_LINKS = $CONFIG_LINKS
50406 CONFIG_COMMANDS = $CONFIG_COMMANDS
50407 $ $0 $@
50408
50409_CSEOF
50410echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
50411echo >&5
50412_ACEOF
50413
50414# Files that config.status was made for.
50415if test -n "$ac_config_files"; then
50416 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
50417fi
50418
50419if test -n "$ac_config_headers"; then
50420 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
50421fi
50422
50423if test -n "$ac_config_links"; then
50424 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
50425fi
50426
50427if test -n "$ac_config_commands"; then
50428 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
50429fi
50430
50431cat >>$CONFIG_STATUS <<\_ACEOF
50432
50433ac_cs_usage="\
50434\`$as_me' instantiates files from templates according to the
50435current configuration.
50436
50437Usage: $0 [OPTIONS] [FILE]...
50438
50439 -h, --help print this help, then exit
50440 -V, --version print version number, then exit
50441 -q, --quiet do not print progress messages
50442 -d, --debug don't remove temporary files
50443 --recheck update $as_me by reconfiguring in the same conditions
50444 --file=FILE[:TEMPLATE]
ac1cb8d3 50445 instantiate the configuration file FILE
a848cd7e 50446 --header=FILE[:TEMPLATE]
ac1cb8d3 50447 instantiate the configuration header FILE
a848cd7e
SC
50448
50449Configuration files:
50450$config_files
50451
50452Configuration headers:
50453$config_headers
50454
50455Configuration commands:
50456$config_commands
50457
50458Report bugs to <bug-autoconf@gnu.org>."
50459_ACEOF
50460
50461cat >>$CONFIG_STATUS <<_ACEOF
50462ac_cs_version="\\
dd8df4fc 50463wxWidgets config.status 2.7.0
ac1cb8d3 50464configured by $0, generated by GNU Autoconf 2.59,
a848cd7e
SC
50465 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
50466
ac1cb8d3 50467Copyright (C) 2003 Free Software Foundation, Inc.
a848cd7e
SC
50468This config.status script is free software; the Free Software Foundation
50469gives unlimited permission to copy, distribute and modify it."
50470srcdir=$srcdir
50471INSTALL="$INSTALL"
50472_ACEOF
50473
50474cat >>$CONFIG_STATUS <<\_ACEOF
50475# If no file are specified by the user, then we need to provide default
50476# value. By we need to know if files were specified by the user.
50477ac_need_defaults=:
50478while test $# != 0
50479do
50480 case $1 in
50481 --*=*)
50482 ac_option=`expr "x$1" : 'x\([^=]*\)='`
50483 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
50484 ac_shift=:
50485 ;;
50486 -*)
50487 ac_option=$1
50488 ac_optarg=$2
50489 ac_shift=shift
50490 ;;
50491 *) # This is not an option, so the user has probably given explicit
50492 # arguments.
50493 ac_option=$1
50494 ac_need_defaults=false;;
50495 esac
50496
50497 case $ac_option in
50498 # Handling of the options.
50499_ACEOF
50500cat >>$CONFIG_STATUS <<\_ACEOF
50501 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
50502 ac_cs_recheck=: ;;
50503 --version | --vers* | -V )
50504 echo "$ac_cs_version"; exit 0 ;;
50505 --he | --h)
50506 # Conflict between --help and --header
50507 { { echo "$as_me:$LINENO: error: ambiguous option: $1
50508Try \`$0 --help' for more information." >&5
50509echo "$as_me: error: ambiguous option: $1
50510Try \`$0 --help' for more information." >&2;}
50511 { (exit 1); exit 1; }; };;
50512 --help | --hel | -h )
50513 echo "$ac_cs_usage"; exit 0 ;;
50514 --debug | --d* | -d )
50515 debug=: ;;
50516 --file | --fil | --fi | --f )
50517 $ac_shift
50518 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
50519 ac_need_defaults=false;;
50520 --header | --heade | --head | --hea )
50521 $ac_shift
50522 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
50523 ac_need_defaults=false;;
50524 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
50525 | -silent | --silent | --silen | --sile | --sil | --si | --s)
50526 ac_cs_silent=: ;;
50527
50528 # This is an error.
50529 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
50530Try \`$0 --help' for more information." >&5
50531echo "$as_me: error: unrecognized option: $1
50532Try \`$0 --help' for more information." >&2;}
50533 { (exit 1); exit 1; }; } ;;
50534
50535 *) ac_config_targets="$ac_config_targets $1" ;;
50536
50537 esac
50538 shift
50539done
50540
50541ac_configure_extra_args=
50542
50543if $ac_cs_silent; then
50544 exec 6>/dev/null
50545 ac_configure_extra_args="$ac_configure_extra_args --silent"
50546fi
50547
50548_ACEOF
50549cat >>$CONFIG_STATUS <<_ACEOF
50550if \$ac_cs_recheck; then
50551 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
50552 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
50553fi
50554
50555_ACEOF
50556
50557cat >>$CONFIG_STATUS <<_ACEOF
50558#
50559# INIT-COMMANDS section.
50560#
50561
5c60e845
MW
50562
50563 CPP="$CPP"
50564 infile="$srcdir/include/wx/msw/genrcdefs.h"
50565 outdir="lib/wx/include/$TOOLCHAIN_FULLNAME/wx/msw"
50566
50567
ceec2216
RL
50568 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
50569 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
50570 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
50571 LN_S="${LN_S}"
a848cd7e
SC
50572
50573
50574_ACEOF
50575
50576
50577
50578cat >>$CONFIG_STATUS <<\_ACEOF
50579for ac_config_target in $ac_config_targets
50580do
50581 case "$ac_config_target" in
50582 # Handling of arguments.
ceec2216
RL
50583 "lib/wx/config/${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
50584 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
a848cd7e
SC
50585 "version-script" ) CONFIG_FILES="$CONFIG_FILES version-script" ;;
50586 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
50587 "$mk" ) CONFIG_FILES="$CONFIG_FILES $mk" ;;
5c60e845 50588 "rcdefs.h" ) CONFIG_COMMANDS="$CONFIG_COMMANDS rcdefs.h" ;;
ceec2216
RL
50589 "wx-config" ) CONFIG_COMMANDS="$CONFIG_COMMANDS wx-config" ;;
50590 "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
50591 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
50592echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
50593 { (exit 1); exit 1; }; };;
50594 esac
50595done
50596
50597# If the user did not use the arguments to specify the items to instantiate,
50598# then the envvar interface is used. Set only those that are not.
50599# We use the long form for the default assignment because of an extremely
50600# bizarre bug on SunOS 4.1.3.
50601if $ac_need_defaults; then
50602 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
50603 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
50604 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
50605fi
50606
50607# Have a temporary directory for convenience. Make it in the build tree
50608# simply because there is no reason to put it here, and in addition,
50609# creating and moving files from /tmp can sometimes cause problems.
50610# Create a temporary directory, and hook for its removal unless debugging.
50611$debug ||
50612{
50613 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
50614 trap '{ (exit 1); exit 1; }' 1 2 13 15
50615}
50616
50617# Create a (secure) tmp directory for tmp files.
50618
50619{
50620 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
50621 test -n "$tmp" && test -d "$tmp"
50622} ||
50623{
50624 tmp=./confstat$$-$RANDOM
50625 (umask 077 && mkdir $tmp)
50626} ||
50627{
50628 echo "$me: cannot create a temporary directory in ." >&2
50629 { (exit 1); exit 1; }
50630}
50631
50632_ACEOF
50633
50634cat >>$CONFIG_STATUS <<_ACEOF
50635
50636#
50637# CONFIG_FILES section.
50638#
50639
50640# No need to generate the scripts if there are no CONFIG_FILES.
50641# This happens for instance when ./config.status config.h
50642if test -n "\$CONFIG_FILES"; then
50643 # Protect against being on the right side of a sed subst in config.status.
50644 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
50645 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
50646s,@SHELL@,$SHELL,;t t
50647s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
50648s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
50649s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
50650s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
50651s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
50652s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
50653s,@exec_prefix@,$exec_prefix,;t t
50654s,@prefix@,$prefix,;t t
50655s,@program_transform_name@,$program_transform_name,;t t
50656s,@bindir@,$bindir,;t t
50657s,@sbindir@,$sbindir,;t t
50658s,@libexecdir@,$libexecdir,;t t
50659s,@datadir@,$datadir,;t t
50660s,@sysconfdir@,$sysconfdir,;t t
50661s,@sharedstatedir@,$sharedstatedir,;t t
50662s,@localstatedir@,$localstatedir,;t t
50663s,@libdir@,$libdir,;t t
50664s,@includedir@,$includedir,;t t
50665s,@oldincludedir@,$oldincludedir,;t t
50666s,@infodir@,$infodir,;t t
50667s,@mandir@,$mandir,;t t
50668s,@build_alias@,$build_alias,;t t
50669s,@host_alias@,$host_alias,;t t
50670s,@target_alias@,$target_alias,;t t
50671s,@DEFS@,$DEFS,;t t
50672s,@ECHO_C@,$ECHO_C,;t t
50673s,@ECHO_N@,$ECHO_N,;t t
50674s,@ECHO_T@,$ECHO_T,;t t
50675s,@LIBS@,$LIBS,;t t
50676s,@build@,$build,;t t
50677s,@build_cpu@,$build_cpu,;t t
50678s,@build_vendor@,$build_vendor,;t t
50679s,@build_os@,$build_os,;t t
50680s,@host@,$host,;t t
50681s,@host_cpu@,$host_cpu,;t t
50682s,@host_vendor@,$host_vendor,;t t
50683s,@host_os@,$host_os,;t t
50684s,@target@,$target,;t t
50685s,@target_cpu@,$target_cpu,;t t
50686s,@target_vendor@,$target_vendor,;t t
50687s,@target_os@,$target_os,;t t
50688s,@CC@,$CC,;t t
50689s,@CFLAGS@,$CFLAGS,;t t
50690s,@LDFLAGS@,$LDFLAGS,;t t
50691s,@CPPFLAGS@,$CPPFLAGS,;t t
50692s,@ac_ct_CC@,$ac_ct_CC,;t t
50693s,@EXEEXT@,$EXEEXT,;t t
50694s,@OBJEXT@,$OBJEXT,;t t
50695s,@CPP@,$CPP,;t t
50696s,@EGREP@,$EGREP,;t t
50697s,@CXX@,$CXX,;t t
50698s,@CXXFLAGS@,$CXXFLAGS,;t t
50699s,@ac_ct_CXX@,$ac_ct_CXX,;t t
50700s,@RANLIB@,$RANLIB,;t t
50701s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
50702s,@AR@,$AR,;t t
8c80d384 50703s,@ac_ct_AR@,$ac_ct_AR,;t t
a848cd7e
SC
50704s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
50705s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
50706s,@INSTALL_DATA@,$INSTALL_DATA,;t t
50707s,@STRIP@,$STRIP,;t t
8c80d384 50708s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
8ced02f6
DE
50709s,@WINDRES@,$WINDRES,;t t
50710s,@ac_ct_WINDRES@,$ac_ct_WINDRES,;t t
8c80d384
DE
50711s,@DLLTOOL@,$DLLTOOL,;t t
50712s,@ac_ct_DLLTOOL@,$ac_ct_DLLTOOL,;t t
a848cd7e
SC
50713s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
50714s,@LN_S@,$LN_S,;t t
50715s,@CXXCPP@,$CXXCPP,;t t
50716s,@subdirs@,$subdirs,;t t
50717s,@PKG_CONFIG@,$PKG_CONFIG,;t t
50718s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
50719s,@GTK_LIBS@,$GTK_LIBS,;t t
50720s,@GTK_CONFIG@,$GTK_CONFIG,;t t
b3c86150
VS
50721s,@ac_pt_PKG_CONFIG@,$ac_pt_PKG_CONFIG,;t t
50722s,@DIRECTFB_CFLAGS@,$DIRECTFB_CFLAGS,;t t
50723s,@DIRECTFB_LIBS@,$DIRECTFB_LIBS,;t t
a848cd7e
SC
50724s,@X_CFLAGS@,$X_CFLAGS,;t t
50725s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
50726s,@X_LIBS@,$X_LIBS,;t t
50727s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
50728s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
50729s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
d1c38808
VZ
50730s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
50731s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
a848cd7e
SC
50732s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
50733s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
8ced02f6 50734s,@REZ@,$REZ,;t t
a848cd7e
SC
50735s,@DEREZ@,$DEREZ,;t t
50736s,@SETFILE@,$SETFILE,;t t
50737s,@LIBICONV@,$LIBICONV,;t t
50738s,@EXTRALIBS_ESD@,$EXTRALIBS_ESD,;t t
50739s,@SDL_CONFIG@,$SDL_CONFIG,;t t
50740s,@SDL_CFLAGS@,$SDL_CFLAGS,;t t
50741s,@SDL_LIBS@,$SDL_LIBS,;t t
d1c38808
VZ
50742s,@LIBGNOMEPRINTUI_CFLAGS@,$LIBGNOMEPRINTUI_CFLAGS,;t t
50743s,@LIBGNOMEPRINTUI_LIBS@,$LIBGNOMEPRINTUI_LIBS,;t t
2b850ae1
RR
50744s,@GNOMEVFS_CFLAGS@,$GNOMEVFS_CFLAGS,;t t
50745s,@GNOMEVFS_LIBS@,$GNOMEVFS_LIBS,;t t
3565d135
RR
50746s,@HILDON_CFLAGS@,$HILDON_CFLAGS,;t t
50747s,@HILDON_LIBS@,$HILDON_LIBS,;t t
f10e38c4
VZ
50748s,@GST_CFLAGS@,$GST_CFLAGS,;t t
50749s,@GST_LIBS@,$GST_LIBS,;t t
a848cd7e
SC
50750s,@CORE_BASE_LIBS@,$CORE_BASE_LIBS,;t t
50751s,@CORE_GUI_LIBS@,$CORE_GUI_LIBS,;t t
50752s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
50753s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
50754s,@wxUSE_EXPAT@,$wxUSE_EXPAT,;t t
50755s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
50756s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
50757s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
50758s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
50759s,@VENDOR@,$VENDOR,;t t
50760s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t
ceec2216
RL
50761s,@WX_FLAVOUR@,$WX_FLAVOUR,;t t
50762s,@WX_LIB_FLAVOUR@,$WX_LIB_FLAVOUR,;t t
a848cd7e
SC
50763s,@WXUNIV@,$WXUNIV,;t t
50764s,@MONOLITHIC@,$MONOLITHIC,;t t
50765s,@USE_PLUGINS@,$USE_PLUGINS,;t t
50766s,@EXTRALIBS@,$EXTRALIBS,;t t
50767s,@EXTRALIBS_XML@,$EXTRALIBS_XML,;t t
50768s,@EXTRALIBS_HTML@,$EXTRALIBS_HTML,;t t
50769s,@EXTRALIBS_ODBC@,$EXTRALIBS_ODBC,;t t
50770s,@EXTRALIBS_GUI@,$EXTRALIBS_GUI,;t t
50771s,@EXTRALIBS_OPENGL@,$EXTRALIBS_OPENGL,;t t
50772s,@EXTRALIBS_SDL@,$EXTRALIBS_SDL,;t t
50773s,@WITH_PLUGIN_SDL@,$WITH_PLUGIN_SDL,;t t
d1c38808 50774s,@EXTRALIBS_GNOMEPRINT@,$EXTRALIBS_GNOMEPRINT,;t t
2b850ae1 50775s,@EXTRALIBS_GNOMEVFS@,$EXTRALIBS_GNOMEVFS,;t t
3565d135 50776s,@EXTRALIBS_HILDON@,$EXTRALIBS_HILDON,;t t
a848cd7e
SC
50777s,@UNICODE@,$UNICODE,;t t
50778s,@BUILD@,$BUILD,;t t
50779s,@DEBUG_INFO@,$DEBUG_INFO,;t t
50780s,@DEBUG_FLAG@,$DEBUG_FLAG,;t t
a848cd7e
SC
50781s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
50782s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
50783s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
50784s,@SAMPLES_RPATH_POSTLINK@,$SAMPLES_RPATH_POSTLINK,;t t
50785s,@HOST_SUFFIX@,$HOST_SUFFIX,;t t
50786s,@CPPUNIT_CFLAGS@,$CPPUNIT_CFLAGS,;t t
50787s,@CPPUNIT_LIBS@,$CPPUNIT_LIBS,;t t
50788s,@SET_MAKE@,$SET_MAKE,;t t
50789s,@MAKE_SET@,$MAKE_SET,;t t
a848cd7e
SC
50790s,@NM@,$NM,;t t
50791s,@ac_ct_NM@,$ac_ct_NM,;t t
50792s,@INSTALL_DIR@,$INSTALL_DIR,;t t
50793s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
50794s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
50795s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
50796s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
50797s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
1e9e8aba 50798s,@PLATFORM_MACOS@,$PLATFORM_MACOS,;t t
a848cd7e
SC
50799s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
50800s,@PLATFORM_OS2@,$PLATFORM_OS2,;t t
1e9e8aba 50801s,@PLATFORM_BEOS@,$PLATFORM_BEOS,;t t
a848cd7e
SC
50802s,@SO_SUFFIX@,$SO_SUFFIX,;t t
50803s,@SO_SUFFIX_MODULE@,$SO_SUFFIX_MODULE,;t t
50804s,@DLLIMP_SUFFIX@,$DLLIMP_SUFFIX,;t t
50805s,@LIBPREFIX@,$LIBPREFIX,;t t
50806s,@LIBEXT@,$LIBEXT,;t t
50807s,@DLLPREFIX@,$DLLPREFIX,;t t
50808s,@DLLPREFIX_MODULE@,$DLLPREFIX_MODULE,;t t
810b94f0 50809s,@dlldir@,$dlldir,;t t
a848cd7e
SC
50810s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
50811s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
50812s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
50813s,@SHARED_LD_MODULE_CC@,$SHARED_LD_MODULE_CC,;t t
50814s,@SHARED_LD_MODULE_CXX@,$SHARED_LD_MODULE_CXX,;t t
50815s,@PIC_FLAG@,$PIC_FLAG,;t t
810b94f0 50816s,@WINDOWS_IMPLIB@,$WINDOWS_IMPLIB,;t t
a848cd7e
SC
50817s,@USE_SOVERSION@,$USE_SOVERSION,;t t
50818s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
50819s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
810b94f0 50820s,@USE_SOVERCYGWIN@,$USE_SOVERCYGWIN,;t t
a848cd7e
SC
50821s,@USE_MACVERSION@,$USE_MACVERSION,;t t
50822s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
50823s,@SONAME_FLAG@,$SONAME_FLAG,;t t
50824s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
50825s,@GCC_PCH@,$GCC_PCH,;t t
f10e38c4 50826s,@ICC_PCH@,$ICC_PCH,;t t
a848cd7e
SC
50827s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
50828s,@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT,;t t
50829s,@COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT,;t t
50830s,@COND_BUILD_DEBUG_UNICODE_0@,$COND_BUILD_DEBUG_UNICODE_0,;t t
50831s,@COND_BUILD_DEBUG_UNICODE_1@,$COND_BUILD_DEBUG_UNICODE_1,;t t
50832s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
50833s,@COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT@,$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT,;t t
50834s,@COND_BUILD_RELEASE_UNICODE_0@,$COND_BUILD_RELEASE_UNICODE_0,;t t
50835s,@COND_BUILD_RELEASE_UNICODE_1@,$COND_BUILD_RELEASE_UNICODE_1,;t t
50836s,@COND_DEBUG_FLAG_1@,$COND_DEBUG_FLAG_1,;t t
50837s,@COND_DEBUG_INFO_0@,$COND_DEBUG_INFO_0,;t t
50838s,@COND_DEBUG_INFO_1@,$COND_DEBUG_INFO_1,;t t
50839s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
50840s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
50841s,@COND_GCC_PCH_1@,$COND_GCC_PCH_1,;t t
f10e38c4 50842s,@COND_ICC_PCH_1@,$COND_ICC_PCH_1,;t t
a848cd7e
SC
50843s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
50844s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t
3f60522a 50845s,@COND_MONOLITHIC_0_SHARED_0_USE_AUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_AUI_1,;t t
a848cd7e 50846s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t
90970d69 50847s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1,;t t
f10e38c4 50848s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1,;t t
a848cd7e 50849s,@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 50850s,@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 50851s,@COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1,;t t
8b6682b9 50852s,@COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1@,$COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1,;t t
ceec2216 50853s,@COND_MONOLITHIC_0_SHARED_0_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1,;t t
a848cd7e 50854s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t
3f60522a 50855s,@COND_MONOLITHIC_0_SHARED_1_USE_AUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_AUI_1,;t t
a848cd7e 50856s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t
90970d69 50857s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1,;t t
f10e38c4 50858s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1,;t t
a848cd7e 50859s,@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 50860s,@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 50861s,@COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1,;t t
8b6682b9 50862s,@COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1@,$COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1,;t t
ceec2216 50863s,@COND_MONOLITHIC_0_SHARED_1_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1,;t t
e5efa97e 50864s,@COND_MONOLITHIC_0_USE_MEDIA_1@,$COND_MONOLITHIC_0_USE_MEDIA_1,;t t
a848cd7e
SC
50865s,@COND_MONOLITHIC_0_USE_ODBC_1@,$COND_MONOLITHIC_0_USE_ODBC_1,;t t
50866s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
50867s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t
50868s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t
50869s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t
50870s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t
eb730a0c 50871s,@COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1,;t t
a848cd7e
SC
50872s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t
50873s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
a30f955f 50874s,@COND_PLATFORM_MACOSX_1_TOOLKIT_@,$COND_PLATFORM_MACOSX_1_TOOLKIT_,;t t
a848cd7e
SC
50875s,@COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA@,$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA,;t t
50876s,@COND_PLATFORM_MACOSX_1_TOOLKIT_GTK@,$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK,;t t
50877s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC,;t t
fc480dc1 50878s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1,;t t
1e9e8aba 50879s,@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
50880s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF,;t t
50881s,@COND_PLATFORM_MACOSX_1_TOOLKIT_X11@,$COND_PLATFORM_MACOSX_1_TOOLKIT_X11,;t t
a848cd7e
SC
50882s,@COND_PLATFORM_MACOSX_1_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_USE_GUI_1,;t t
50883s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t
b48a2016 50884s,@COND_PLATFORM_MACOS_1@,$COND_PLATFORM_MACOS_1,;t t
083508af 50885s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
e5efa97e 50886s,@COND_PLATFORM_MSDOS_0@,$COND_PLATFORM_MSDOS_0,;t t
83d8eb47 50887s,@COND_PLATFORM_MSDOS_1@,$COND_PLATFORM_MSDOS_1,;t t
a848cd7e
SC
50888s,@COND_PLATFORM_OS2_1@,$COND_PLATFORM_OS2_1,;t t
50889s,@COND_PLATFORM_UNIX_0@,$COND_PLATFORM_UNIX_0,;t t
50890s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
50891s,@COND_PLATFORM_UNIX_1_USE_GUI_1@,$COND_PLATFORM_UNIX_1_USE_GUI_1,;t t
50892s,@COND_PLATFORM_UNIX_1_USE_PLUGINS_0@,$COND_PLATFORM_UNIX_1_USE_PLUGINS_0,;t t
50893s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
50894s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
50895s,@COND_SHARED_0@,$COND_SHARED_0,;t t
083508af
MW
50896s,@COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0,;t t
50897s,@COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0,;t t
50898s,@COND_SHARED_0_TOOLKIT_PM_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0,;t t
a848cd7e
SC
50899s,@COND_SHARED_0_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1,;t t
50900s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
50901s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
50902s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
083508af 50903s,@COND_SHARED_0_USE_XRC_1@,$COND_SHARED_0_USE_XRC_1,;t t
a848cd7e
SC
50904s,@COND_SHARED_0_WXUSE_EXPAT_BUILTIN@,$COND_SHARED_0_WXUSE_EXPAT_BUILTIN,;t t
50905s,@COND_SHARED_0_WXUSE_ODBC_BUILTIN@,$COND_SHARED_0_WXUSE_ODBC_BUILTIN,;t t
50906s,@COND_SHARED_0_WXUSE_REGEX_BUILTIN@,$COND_SHARED_0_WXUSE_REGEX_BUILTIN,;t t
50907s,@COND_SHARED_0_WXUSE_ZLIB_BUILTIN@,$COND_SHARED_0_WXUSE_ZLIB_BUILTIN,;t t
50908s,@COND_SHARED_1@,$COND_SHARED_1,;t t
50909s,@COND_SHARED_1_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1,;t t
083508af 50910s,@COND_SHARED_1_USE_XRC_1@,$COND_SHARED_1_USE_XRC_1,;t t
a30f955f 50911s,@COND_TOOLKIT_@,$COND_TOOLKIT_,;t t
a848cd7e 50912s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
a49baeab 50913s,@COND_TOOLKIT_COCOA_USE_GUI_1@,$COND_TOOLKIT_COCOA_USE_GUI_1,;t t
a848cd7e 50914s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t
b3c86150
VS
50915s,@COND_TOOLKIT_DFB@,$COND_TOOLKIT_DFB,;t t
50916s,@COND_TOOLKIT_DFB_USE_GUI_1@,$COND_TOOLKIT_DFB_USE_GUI_1,;t t
a848cd7e 50917s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
d044deea
MW
50918s,@COND_TOOLKIT_GTK_TOOLKIT_VERSION_@,$COND_TOOLKIT_GTK_TOOLKIT_VERSION_,;t t
50919s,@COND_TOOLKIT_GTK_TOOLKIT_VERSION_2@,$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2,;t t
50920s,@COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1@,$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1,;t t
50921s,@COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0,;t t
50922s,@COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1@,$COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1,;t t
50923s,@COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0,;t t
a848cd7e 50924s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t
a848cd7e
SC
50925s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
50926s,@COND_TOOLKIT_MAC_USE_GUI_1@,$COND_TOOLKIT_MAC_USE_GUI_1,;t t
50927s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
50928s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
50929s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t
50930s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
50931s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t
50932s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t
50933s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
50934s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t
50935s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t
0ee4059d 50936s,@COND_TOOLKIT_MSW_WXUNIV_0@,$COND_TOOLKIT_MSW_WXUNIV_0,;t t
a848cd7e
SC
50937s,@COND_TOOLKIT_PM@,$COND_TOOLKIT_PM,;t t
50938s,@COND_TOOLKIT_PM_USE_GUI_1@,$COND_TOOLKIT_PM_USE_GUI_1,;t t
50939s,@COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0,;t t
3fd9c298
DE
50940s,@COND_TOOLKIT_WINCE@,$COND_TOOLKIT_WINCE,;t t
50941s,@COND_TOOLKIT_WINCE_USE_GUI_1@,$COND_TOOLKIT_WINCE_USE_GUI_1,;t t
50942s,@COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0,;t t
0ee4059d 50943s,@COND_TOOLKIT_WINCE_WXUNIV_0@,$COND_TOOLKIT_WINCE_WXUNIV_0,;t t
a848cd7e
SC
50944s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
50945s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t
50946s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
50947s,@COND_USE_EXCEPTIONS_0@,$COND_USE_EXCEPTIONS_0,;t t
50948s,@COND_USE_EXCEPTIONS_1@,$COND_USE_EXCEPTIONS_1,;t t
50949s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
50950s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
50951s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
50952s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
50953s,@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
50954s,@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
50955s,@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
083508af
MW
50956s,@COND_USE_ODBC_1@,$COND_USE_ODBC_1,;t t
50957s,@COND_USE_OPENGL_1@,$COND_USE_OPENGL_1,;t t
f10e38c4 50958s,@COND_USE_PCH_1@,$COND_USE_PCH_1,;t t
a848cd7e 50959s,@COND_USE_PLUGINS_0@,$COND_USE_PLUGINS_0,;t t
0b78747f
MW
50960s,@COND_USE_RTTI_0@,$COND_USE_RTTI_0,;t t
50961s,@COND_USE_RTTI_1@,$COND_USE_RTTI_1,;t t
a848cd7e 50962s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
eb730a0c 50963s,@COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1@,$COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1,;t t
a848cd7e
SC
50964s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
50965s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
50966s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
0b78747f
MW
50967s,@COND_USE_THREADS_0@,$COND_USE_THREADS_0,;t t
50968s,@COND_USE_THREADS_1@,$COND_USE_THREADS_1,;t t
a13a7f89 50969s,@COND_USE_XRC_1@,$COND_USE_XRC_1,;t t
eb730a0c 50970s,@COND_WINDOWS_IMPLIB_1@,$COND_WINDOWS_IMPLIB_1,;t t
a848cd7e 50971s,@COND_WITH_PLUGIN_SDL_1@,$COND_WITH_PLUGIN_SDL_1,;t t
1e6eb025 50972s,@COND_WXUNIV_0@,$COND_WXUNIV_0,;t t
a848cd7e
SC
50973s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
50974s,@COND_WXUSE_EXPAT_BUILTIN@,$COND_WXUSE_EXPAT_BUILTIN,;t t
50975s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
50976s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
50977s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
50978s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
50979s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
50980s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
ceec2216 50981s,@SHARED@,$SHARED,;t t
a848cd7e
SC
50982s,@WX_LIBRARY_BASENAME_NOGUI@,$WX_LIBRARY_BASENAME_NOGUI,;t t
50983s,@WX_LIBRARY_BASENAME_GUI@,$WX_LIBRARY_BASENAME_GUI,;t t
a848cd7e
SC
50984s,@USE_GUI@,$USE_GUI,;t t
50985s,@AFMINSTALL@,$AFMINSTALL,;t t
50986s,@WIN32INSTALL@,$WIN32INSTALL,;t t
50987s,@TOOLKIT@,$TOOLKIT,;t t
50988s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
a848cd7e 50989s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
ceec2216 50990s,@TOOLCHAIN_FULLNAME@,$TOOLCHAIN_FULLNAME,;t t
a848cd7e 50991s,@cross_compiling@,$cross_compiling,;t t
ceec2216
RL
50992s,@WIDGET_SET@,$WIDGET_SET,;t t
50993s,@WX_RELEASE@,$WX_RELEASE,;t t
50994s,@WX_VERSION@,$WX_VERSION,;t t
50995s,@WX_SUBVERSION@,$WX_SUBVERSION,;t t
50996s,@WX_CHARTYPE@,$WX_CHARTYPE,;t t
50997s,@WX_DEBUGTYPE@,$WX_DEBUGTYPE,;t t
5ff751d6
VZ
50998s,@WXCONFIG_CPPFLAGS@,$WXCONFIG_CPPFLAGS,;t t
50999s,@WXCONFIG_CFLAGS@,$WXCONFIG_CFLAGS,;t t
51000s,@WXCONFIG_CXXFLAGS@,$WXCONFIG_CXXFLAGS,;t t
51001s,@WXCONFIG_LIBS@,$WXCONFIG_LIBS,;t t
a848cd7e
SC
51002s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
51003s,@WXCONFIG_LDFLAGS_GUI@,$WXCONFIG_LDFLAGS_GUI,;t t
004ee6da 51004s,@WXCONFIG_RESFLAGS@,$WXCONFIG_RESFLAGS,;t t
ceec2216 51005s,@EXE_LINKER@,$EXE_LINKER,;t t
a848cd7e 51006s,@GUIDIST@,$GUIDIST,;t t
a848cd7e
SC
51007s,@DISTDIR@,$DISTDIR,;t t
51008s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
51009s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
a848cd7e
SC
51010s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
51011s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
51012s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
004ee6da 51013s,@RESCOMP@,$RESCOMP,;t t
a848cd7e
SC
51014s,@RESFLAGS@,$RESFLAGS,;t t
51015s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
51016s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
51017s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
51018s,@LIBWXMACRES@,$LIBWXMACRES,;t t
8ced02f6 51019s,@POSTLINK_COMMAND@,$POSTLINK_COMMAND,;t t
a848cd7e 51020s,@MACSETFILE@,$MACSETFILE,;t t
a848cd7e 51021s,@GCC@,$GCC,;t t
a848cd7e
SC
51022s,@CPPUNIT_CONFIG@,$CPPUNIT_CONFIG,;t t
51023s,@LIBOBJS@,$LIBOBJS,;t t
51024s,@LTLIBOBJS@,$LTLIBOBJS,;t t
51025CEOF
51026
51027_ACEOF
51028
51029 cat >>$CONFIG_STATUS <<\_ACEOF
51030 # Split the substitutions into bite-sized pieces for seds with
51031 # small command number limits, like on Digital OSF/1 and HP-UX.
51032 ac_max_sed_lines=48
51033 ac_sed_frag=1 # Number of current file.
51034 ac_beg=1 # First line for current file.
51035 ac_end=$ac_max_sed_lines # Line after last line for current file.
51036 ac_more_lines=:
51037 ac_sed_cmds=
51038 while $ac_more_lines; do
51039 if test $ac_beg -gt 1; then
51040 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
51041 else
51042 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
51043 fi
51044 if test ! -s $tmp/subs.frag; then
51045 ac_more_lines=false
51046 else
51047 # The purpose of the label and of the branching condition is to
51048 # speed up the sed processing (if there are no `@' at all, there
51049 # is no need to browse any of the substitutions).
51050 # These are the two extra sed commands mentioned above.
51051 (echo ':t
51052 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
51053 if test -z "$ac_sed_cmds"; then
ac1cb8d3 51054 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
a848cd7e 51055 else
ac1cb8d3 51056 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
a848cd7e
SC
51057 fi
51058 ac_sed_frag=`expr $ac_sed_frag + 1`
51059 ac_beg=$ac_end
51060 ac_end=`expr $ac_end + $ac_max_sed_lines`
51061 fi
51062 done
51063 if test -z "$ac_sed_cmds"; then
51064 ac_sed_cmds=cat
51065 fi
51066fi # test -n "$CONFIG_FILES"
51067
51068_ACEOF
51069cat >>$CONFIG_STATUS <<\_ACEOF
51070for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
51071 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
51072 case $ac_file in
51073 - | *:- | *:-:* ) # input from stdin
ac1cb8d3
VS
51074 cat >$tmp/stdin
51075 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
51076 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
a848cd7e 51077 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ac1cb8d3 51078 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
a848cd7e
SC
51079 * ) ac_file_in=$ac_file.in ;;
51080 esac
51081
51082 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
51083 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
51084$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
51085 X"$ac_file" : 'X\(//\)[^/]' \| \
51086 X"$ac_file" : 'X\(//\)$' \| \
51087 X"$ac_file" : 'X\(/\)' \| \
51088 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
51089echo X"$ac_file" |
51090 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
51091 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
51092 /^X\(\/\/\)$/{ s//\1/; q; }
51093 /^X\(\/\).*/{ s//\1/; q; }
51094 s/.*/./; q'`
51095 { if $as_mkdir_p; then
51096 mkdir -p "$ac_dir"
51097 else
51098 as_dir="$ac_dir"
51099 as_dirs=
51100 while test ! -d "$as_dir"; do
51101 as_dirs="$as_dir $as_dirs"
51102 as_dir=`(dirname "$as_dir") 2>/dev/null ||
51103$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
51104 X"$as_dir" : 'X\(//\)[^/]' \| \
51105 X"$as_dir" : 'X\(//\)$' \| \
51106 X"$as_dir" : 'X\(/\)' \| \
51107 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
51108echo X"$as_dir" |
51109 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
51110 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
51111 /^X\(\/\/\)$/{ s//\1/; q; }
51112 /^X\(\/\).*/{ s//\1/; q; }
51113 s/.*/./; q'`
51114 done
51115 test ! -n "$as_dirs" || mkdir $as_dirs
51116 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
51117echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
51118 { (exit 1); exit 1; }; }; }
51119
51120 ac_builddir=.
51121
51122if test "$ac_dir" != .; then
51123 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
51124 # A "../" for each directory in $ac_dir_suffix.
51125 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
51126else
51127 ac_dir_suffix= ac_top_builddir=
51128fi
51129
51130case $srcdir in
51131 .) # No --srcdir option. We are building in place.
51132 ac_srcdir=.
51133 if test -z "$ac_top_builddir"; then
51134 ac_top_srcdir=.
51135 else
51136 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
51137 fi ;;
51138 [\\/]* | ?:[\\/]* ) # Absolute path.
51139 ac_srcdir=$srcdir$ac_dir_suffix;
51140 ac_top_srcdir=$srcdir ;;
51141 *) # Relative path.
51142 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
51143 ac_top_srcdir=$ac_top_builddir$srcdir ;;
51144esac
ac1cb8d3
VS
51145
51146# Do not use `cd foo && pwd` to compute absolute paths, because
51147# the directories may not exist.
51148case `pwd` in
51149.) ac_abs_builddir="$ac_dir";;
51150*)
51151 case "$ac_dir" in
51152 .) ac_abs_builddir=`pwd`;;
51153 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
51154 *) ac_abs_builddir=`pwd`/"$ac_dir";;
51155 esac;;
51156esac
51157case $ac_abs_builddir in
51158.) ac_abs_top_builddir=${ac_top_builddir}.;;
51159*)
51160 case ${ac_top_builddir}. in
51161 .) ac_abs_top_builddir=$ac_abs_builddir;;
51162 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
51163 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
51164 esac;;
51165esac
51166case $ac_abs_builddir in
51167.) ac_abs_srcdir=$ac_srcdir;;
51168*)
51169 case $ac_srcdir in
51170 .) ac_abs_srcdir=$ac_abs_builddir;;
51171 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
51172 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
51173 esac;;
51174esac
51175case $ac_abs_builddir in
51176.) ac_abs_top_srcdir=$ac_top_srcdir;;
51177*)
51178 case $ac_top_srcdir in
51179 .) ac_abs_top_srcdir=$ac_abs_builddir;;
51180 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
51181 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
51182 esac;;
51183esac
a848cd7e
SC
51184
51185
51186 case $INSTALL in
51187 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
51188 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
51189 esac
51190
6a5c9b3f
RR
51191 if test x"$ac_file" != x-; then
51192 { echo "$as_me:$LINENO: creating $ac_file" >&5
51193echo "$as_me: creating $ac_file" >&6;}
51194 rm -f "$ac_file"
51195 fi
a848cd7e
SC
51196 # Let's still pretend it is `configure' which instantiates (i.e., don't
51197 # use $as_me), people would be surprised to read:
51198 # /* config.h. Generated by config.status. */
51199 if test x"$ac_file" = x-; then
51200 configure_input=
51201 else
51202 configure_input="$ac_file. "
51203 fi
51204 configure_input=$configure_input"Generated from `echo $ac_file_in |
ac1cb8d3 51205 sed 's,.*/,,'` by configure."
a848cd7e
SC
51206
51207 # First look for the input files in the build tree, otherwise in the
51208 # src tree.
51209 ac_file_inputs=`IFS=:
51210 for f in $ac_file_in; do
51211 case $f in
51212 -) echo $tmp/stdin ;;
51213 [\\/$]*)
ac1cb8d3
VS
51214 # Absolute (can't be DOS-style, as IFS=:)
51215 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
a848cd7e
SC
51216echo "$as_me: error: cannot find input file: $f" >&2;}
51217 { (exit 1); exit 1; }; }
ac1cb8d3 51218 echo "$f";;
a848cd7e 51219 *) # Relative
ac1cb8d3
VS
51220 if test -f "$f"; then
51221 # Build tree
51222 echo "$f"
51223 elif test -f "$srcdir/$f"; then
51224 # Source tree
51225 echo "$srcdir/$f"
51226 else
51227 # /dev/null tree
51228 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
a848cd7e
SC
51229echo "$as_me: error: cannot find input file: $f" >&2;}
51230 { (exit 1); exit 1; }; }
ac1cb8d3 51231 fi;;
a848cd7e
SC
51232 esac
51233 done` || { (exit 1); exit 1; }
51234_ACEOF
51235cat >>$CONFIG_STATUS <<_ACEOF
51236 sed "$ac_vpsub
51237$extrasub
51238_ACEOF
51239cat >>$CONFIG_STATUS <<\_ACEOF
51240:t
51241/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
51242s,@configure_input@,$configure_input,;t t
51243s,@srcdir@,$ac_srcdir,;t t
51244s,@abs_srcdir@,$ac_abs_srcdir,;t t
51245s,@top_srcdir@,$ac_top_srcdir,;t t
51246s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
51247s,@builddir@,$ac_builddir,;t t
51248s,@abs_builddir@,$ac_abs_builddir,;t t
51249s,@top_builddir@,$ac_top_builddir,;t t
51250s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
51251s,@INSTALL@,$ac_INSTALL,;t t
51252" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
51253 rm -f $tmp/stdin
51254 if test x"$ac_file" != x-; then
51255 mv $tmp/out $ac_file
51256 else
51257 cat $tmp/out
51258 rm -f $tmp/out
51259 fi
51260
ceec2216
RL
51261 # Run the commands associated with the file.
51262 case $ac_file in
51263 lib/wx/config/${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME} ;;
51264 lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ;;
51265 esac
a848cd7e
SC
51266done
51267_ACEOF
51268cat >>$CONFIG_STATUS <<\_ACEOF
51269
51270#
51271# CONFIG_HEADER section.
51272#
51273
51274# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
51275# NAME is the cpp macro being defined and VALUE is the value it is being given.
51276#
51277# ac_d sets the value in "#define NAME VALUE" lines.
ac1cb8d3
VS
51278ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
51279ac_dB='[ ].*$,\1#\2'
a848cd7e
SC
51280ac_dC=' '
51281ac_dD=',;t'
51282# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
ac1cb8d3 51283ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
a848cd7e
SC
51284ac_uB='$,\1#\2define\3'
51285ac_uC=' '
51286ac_uD=',;t'
51287
51288for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
51289 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
51290 case $ac_file in
51291 - | *:- | *:-:* ) # input from stdin
ac1cb8d3
VS
51292 cat >$tmp/stdin
51293 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
51294 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
a848cd7e 51295 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ac1cb8d3 51296 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
a848cd7e
SC
51297 * ) ac_file_in=$ac_file.in ;;
51298 esac
51299
51300 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
51301echo "$as_me: creating $ac_file" >&6;}
51302
51303 # First look for the input files in the build tree, otherwise in the
51304 # src tree.
51305 ac_file_inputs=`IFS=:
51306 for f in $ac_file_in; do
51307 case $f in
51308 -) echo $tmp/stdin ;;
51309 [\\/$]*)
ac1cb8d3
VS
51310 # Absolute (can't be DOS-style, as IFS=:)
51311 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
a848cd7e
SC
51312echo "$as_me: error: cannot find input file: $f" >&2;}
51313 { (exit 1); exit 1; }; }
ac1cb8d3
VS
51314 # Do quote $f, to prevent DOS paths from being IFS'd.
51315 echo "$f";;
a848cd7e 51316 *) # Relative
ac1cb8d3
VS
51317 if test -f "$f"; then
51318 # Build tree
51319 echo "$f"
51320 elif test -f "$srcdir/$f"; then
51321 # Source tree
51322 echo "$srcdir/$f"
51323 else
51324 # /dev/null tree
51325 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
a848cd7e
SC
51326echo "$as_me: error: cannot find input file: $f" >&2;}
51327 { (exit 1); exit 1; }; }
ac1cb8d3 51328 fi;;
a848cd7e
SC
51329 esac
51330 done` || { (exit 1); exit 1; }
51331 # Remove the trailing spaces.
ac1cb8d3 51332 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
a848cd7e
SC
51333
51334_ACEOF
51335
51336# Transform confdefs.h into two sed scripts, `conftest.defines' and
51337# `conftest.undefs', that substitutes the proper values into
51338# config.h.in to produce config.h. The first handles `#define'
51339# templates, and the second `#undef' templates.
51340# And first: Protect against being on the right side of a sed subst in
51341# config.status. Protect against being in an unquoted here document
51342# in config.status.
51343rm -f conftest.defines conftest.undefs
51344# Using a here document instead of a string reduces the quoting nightmare.
51345# Putting comments in sed scripts is not portable.
51346#
51347# `end' is used to avoid that the second main sed command (meant for
51348# 0-ary CPP macros) applies to n-ary macro definitions.
51349# See the Autoconf documentation for `clear'.
51350cat >confdef2sed.sed <<\_ACEOF
51351s/[\\&,]/\\&/g
51352s,[\\$`],\\&,g
51353t clear
51354: clear
ac1cb8d3 51355s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
a848cd7e 51356t end
ac1cb8d3 51357s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
a848cd7e
SC
51358: end
51359_ACEOF
51360# If some macros were called several times there might be several times
51361# the same #defines, which is useless. Nevertheless, we may not want to
51362# sort them, since we want the *last* AC-DEFINE to be honored.
51363uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
51364sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
51365rm -f confdef2sed.sed
51366
51367# This sed command replaces #undef with comments. This is necessary, for
51368# example, in the case of _POSIX_SOURCE, which is predefined and required
51369# on some systems where configure will not decide to define it.
51370cat >>conftest.undefs <<\_ACEOF
ac1cb8d3 51371s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
a848cd7e
SC
51372_ACEOF
51373
51374# Break up conftest.defines because some shells have a limit on the size
51375# of here documents, and old seds have small limits too (100 cmds).
51376echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
ac1cb8d3 51377echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
a848cd7e
SC
51378echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
51379echo ' :' >>$CONFIG_STATUS
51380rm -f conftest.tail
51381while grep . conftest.defines >/dev/null
51382do
51383 # Write a limited-size here document to $tmp/defines.sed.
51384 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
51385 # Speed up: don't consider the non `#define' lines.
ac1cb8d3 51386 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
a848cd7e
SC
51387 # Work around the forget-to-reset-the-flag bug.
51388 echo 't clr' >>$CONFIG_STATUS
51389 echo ': clr' >>$CONFIG_STATUS
51390 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
51391 echo 'CEOF
51392 sed -f $tmp/defines.sed $tmp/in >$tmp/out
51393 rm -f $tmp/in
51394 mv $tmp/out $tmp/in
51395' >>$CONFIG_STATUS
51396 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
51397 rm -f conftest.defines
51398 mv conftest.tail conftest.defines
51399done
51400rm -f conftest.defines
51401echo ' fi # grep' >>$CONFIG_STATUS
51402echo >>$CONFIG_STATUS
51403
51404# Break up conftest.undefs because some shells have a limit on the size
51405# of here documents, and old seds have small limits too (100 cmds).
51406echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
51407rm -f conftest.tail
51408while grep . conftest.undefs >/dev/null
51409do
51410 # Write a limited-size here document to $tmp/undefs.sed.
51411 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
51412 # Speed up: don't consider the non `#undef'
ac1cb8d3 51413 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
a848cd7e
SC
51414 # Work around the forget-to-reset-the-flag bug.
51415 echo 't clr' >>$CONFIG_STATUS
51416 echo ': clr' >>$CONFIG_STATUS
51417 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
51418 echo 'CEOF
51419 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
51420 rm -f $tmp/in
51421 mv $tmp/out $tmp/in
51422' >>$CONFIG_STATUS
51423 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
51424 rm -f conftest.undefs
51425 mv conftest.tail conftest.undefs
51426done
51427rm -f conftest.undefs
51428
51429cat >>$CONFIG_STATUS <<\_ACEOF
51430 # Let's still pretend it is `configure' which instantiates (i.e., don't
51431 # use $as_me), people would be surprised to read:
51432 # /* config.h. Generated by config.status. */
51433 if test x"$ac_file" = x-; then
51434 echo "/* Generated by configure. */" >$tmp/config.h
51435 else
51436 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
51437 fi
51438 cat $tmp/in >>$tmp/config.h
51439 rm -f $tmp/in
51440 if test x"$ac_file" != x-; then
51441 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
51442 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
51443echo "$as_me: $ac_file is unchanged" >&6;}
51444 else
51445 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
51446$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
51447 X"$ac_file" : 'X\(//\)[^/]' \| \
51448 X"$ac_file" : 'X\(//\)$' \| \
51449 X"$ac_file" : 'X\(/\)' \| \
51450 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
51451echo X"$ac_file" |
51452 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
51453 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
51454 /^X\(\/\/\)$/{ s//\1/; q; }
51455 /^X\(\/\).*/{ s//\1/; q; }
51456 s/.*/./; q'`
51457 { if $as_mkdir_p; then
51458 mkdir -p "$ac_dir"
51459 else
51460 as_dir="$ac_dir"
51461 as_dirs=
51462 while test ! -d "$as_dir"; do
51463 as_dirs="$as_dir $as_dirs"
51464 as_dir=`(dirname "$as_dir") 2>/dev/null ||
51465$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
51466 X"$as_dir" : 'X\(//\)[^/]' \| \
51467 X"$as_dir" : 'X\(//\)$' \| \
51468 X"$as_dir" : 'X\(/\)' \| \
51469 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
51470echo X"$as_dir" |
51471 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
51472 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
51473 /^X\(\/\/\)$/{ s//\1/; q; }
51474 /^X\(\/\).*/{ s//\1/; q; }
51475 s/.*/./; q'`
51476 done
51477 test ! -n "$as_dirs" || mkdir $as_dirs
51478 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
51479echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
51480 { (exit 1); exit 1; }; }; }
51481
51482 rm -f $ac_file
51483 mv $tmp/config.h $ac_file
51484 fi
51485 else
51486 cat $tmp/config.h
51487 rm -f $tmp/config.h
51488 fi
51489done
51490_ACEOF
51491cat >>$CONFIG_STATUS <<\_ACEOF
51492
51493#
51494# CONFIG_COMMANDS section.
51495#
51496for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
51497 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
51498 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
51499 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
51500$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
51501 X"$ac_dest" : 'X\(//\)[^/]' \| \
51502 X"$ac_dest" : 'X\(//\)$' \| \
51503 X"$ac_dest" : 'X\(/\)' \| \
51504 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
51505echo X"$ac_dest" |
51506 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
51507 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
51508 /^X\(\/\/\)$/{ s//\1/; q; }
51509 /^X\(\/\).*/{ s//\1/; q; }
51510 s/.*/./; q'`
ac1cb8d3
VS
51511 { if $as_mkdir_p; then
51512 mkdir -p "$ac_dir"
51513 else
51514 as_dir="$ac_dir"
51515 as_dirs=
51516 while test ! -d "$as_dir"; do
51517 as_dirs="$as_dir $as_dirs"
51518 as_dir=`(dirname "$as_dir") 2>/dev/null ||
51519$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
51520 X"$as_dir" : 'X\(//\)[^/]' \| \
51521 X"$as_dir" : 'X\(//\)$' \| \
51522 X"$as_dir" : 'X\(/\)' \| \
51523 . : '\(.\)' 2>/dev/null ||
51524echo X"$as_dir" |
51525 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
51526 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
51527 /^X\(\/\/\)$/{ s//\1/; q; }
51528 /^X\(\/\).*/{ s//\1/; q; }
51529 s/.*/./; q'`
51530 done
51531 test ! -n "$as_dirs" || mkdir $as_dirs
51532 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
51533echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
51534 { (exit 1); exit 1; }; }; }
51535
a848cd7e
SC
51536 ac_builddir=.
51537
51538if test "$ac_dir" != .; then
51539 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
51540 # A "../" for each directory in $ac_dir_suffix.
51541 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
51542else
51543 ac_dir_suffix= ac_top_builddir=
51544fi
51545
51546case $srcdir in
51547 .) # No --srcdir option. We are building in place.
51548 ac_srcdir=.
51549 if test -z "$ac_top_builddir"; then
51550 ac_top_srcdir=.
51551 else
51552 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
51553 fi ;;
51554 [\\/]* | ?:[\\/]* ) # Absolute path.
51555 ac_srcdir=$srcdir$ac_dir_suffix;
51556 ac_top_srcdir=$srcdir ;;
51557 *) # Relative path.
51558 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
51559 ac_top_srcdir=$ac_top_builddir$srcdir ;;
51560esac
ac1cb8d3
VS
51561
51562# Do not use `cd foo && pwd` to compute absolute paths, because
51563# the directories may not exist.
51564case `pwd` in
51565.) ac_abs_builddir="$ac_dir";;
51566*)
51567 case "$ac_dir" in
51568 .) ac_abs_builddir=`pwd`;;
51569 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
51570 *) ac_abs_builddir=`pwd`/"$ac_dir";;
51571 esac;;
51572esac
51573case $ac_abs_builddir in
51574.) ac_abs_top_builddir=${ac_top_builddir}.;;
51575*)
51576 case ${ac_top_builddir}. in
51577 .) ac_abs_top_builddir=$ac_abs_builddir;;
51578 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
51579 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
51580 esac;;
51581esac
51582case $ac_abs_builddir in
51583.) ac_abs_srcdir=$ac_srcdir;;
51584*)
51585 case $ac_srcdir in
51586 .) ac_abs_srcdir=$ac_abs_builddir;;
51587 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
51588 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
51589 esac;;
51590esac
51591case $ac_abs_builddir in
51592.) ac_abs_top_srcdir=$ac_top_srcdir;;
51593*)
51594 case $ac_top_srcdir in
51595 .) ac_abs_top_srcdir=$ac_abs_builddir;;
51596 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
51597 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
51598 esac;;
51599esac
a848cd7e
SC
51600
51601
51602 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
51603echo "$as_me: executing $ac_dest commands" >&6;}
51604 case $ac_dest in
5c60e845
MW
51605 rcdefs.h )
51606 mkdir -p $outdir &&
51607 $CPP $infile | sed 's/^# *[1-9].*//;s/^ *//;/./,/^$/!d' > $outdir/rcdefs.h
51608 ;;
ceec2216
RL
51609 wx-config ) rm -f wx-config
51610 ${LN_S} lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} wx-config
51611 ;;
a848cd7e
SC
51612 esac
51613done
51614_ACEOF
51615
51616cat >>$CONFIG_STATUS <<\_ACEOF
51617
51618{ (exit 0); exit 0; }
51619_ACEOF
51620chmod +x $CONFIG_STATUS
51621ac_clean_files=$ac_clean_files_save
51622
51623
51624# configure is writing to config.log, and then calls config.status.
51625# config.status does its own redirection, appending to config.log.
51626# Unfortunately, on DOS this fails, as config.log is still kept open
51627# by configure, so config.status won't be able to write to it; its
51628# output is simply discarded. So we exec the FD to /dev/null,
51629# effectively closing config.log, so it can be properly (re)opened and
51630# appended to by config.status. When coming back to configure, we
51631# need to make the FD available again.
51632if test "$no_create" != yes; then
51633 ac_cs_success=:
51634 ac_config_status_args=
51635 test "$silent" = yes &&
51636 ac_config_status_args="$ac_config_status_args --quiet"
51637 exec 5>/dev/null
51638 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
51639 exec 5>>config.log
51640 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
51641 # would make configure fail if this is the last instruction.
51642 $ac_cs_success || { (exit 1); exit 1; }
51643fi
51644
51645#
51646# CONFIG_SUBDIRS section.
51647#
51648if test "$no_recursion" != yes; then
51649
51650 # Remove --cache-file and --srcdir arguments so they do not pile up.
51651 ac_sub_configure_args=
51652 ac_prev=
51653 for ac_arg in $ac_configure_args; do
51654 if test -n "$ac_prev"; then
51655 ac_prev=
51656 continue
51657 fi
51658 case $ac_arg in
51659 -cache-file | --cache-file | --cache-fil | --cache-fi \
51660 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
51661 ac_prev=cache_file ;;
51662 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
51663 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
51664 | --c=*)
51665 ;;
51666 --config-cache | -C)
51667 ;;
51668 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
51669 ac_prev=srcdir ;;
51670 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
51671 ;;
51672 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
51673 ac_prev=prefix ;;
51674 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
51675 ;;
51676 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
51677 esac
51678 done
51679
51680 # Always prepend --prefix to ensure using the same prefix
51681 # in subdir configurations.
51682 ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
51683
51684 ac_popdir=`pwd`
51685 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
51686
51687 # Do not complain, so a configure script can configure whichever
51688 # parts of a large source tree are present.
51689 test -d $srcdir/$ac_dir || continue
51690
51691 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
51692echo "$as_me: configuring in $ac_dir" >&6;}
51693 { if $as_mkdir_p; then
51694 mkdir -p "$ac_dir"
51695 else
51696 as_dir="$ac_dir"
51697 as_dirs=
51698 while test ! -d "$as_dir"; do
51699 as_dirs="$as_dir $as_dirs"
51700 as_dir=`(dirname "$as_dir") 2>/dev/null ||
51701$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
51702 X"$as_dir" : 'X\(//\)[^/]' \| \
51703 X"$as_dir" : 'X\(//\)$' \| \
51704 X"$as_dir" : 'X\(/\)' \| \
51705 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
51706echo X"$as_dir" |
51707 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
51708 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
51709 /^X\(\/\/\)$/{ s//\1/; q; }
51710 /^X\(\/\).*/{ s//\1/; q; }
51711 s/.*/./; q'`
51712 done
51713 test ! -n "$as_dirs" || mkdir $as_dirs
51714 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
51715echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
51716 { (exit 1); exit 1; }; }; }
51717
51718 ac_builddir=.
51719
51720if test "$ac_dir" != .; then
51721 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
51722 # A "../" for each directory in $ac_dir_suffix.
51723 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
51724else
51725 ac_dir_suffix= ac_top_builddir=
51726fi
51727
51728case $srcdir in
51729 .) # No --srcdir option. We are building in place.
51730 ac_srcdir=.
51731 if test -z "$ac_top_builddir"; then
51732 ac_top_srcdir=.
51733 else
51734 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
51735 fi ;;
51736 [\\/]* | ?:[\\/]* ) # Absolute path.
51737 ac_srcdir=$srcdir$ac_dir_suffix;
51738 ac_top_srcdir=$srcdir ;;
51739 *) # Relative path.
51740 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
51741 ac_top_srcdir=$ac_top_builddir$srcdir ;;
51742esac
ac1cb8d3
VS
51743
51744# Do not use `cd foo && pwd` to compute absolute paths, because
51745# the directories may not exist.
51746case `pwd` in
51747.) ac_abs_builddir="$ac_dir";;
51748*)
51749 case "$ac_dir" in
51750 .) ac_abs_builddir=`pwd`;;
51751 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
51752 *) ac_abs_builddir=`pwd`/"$ac_dir";;
51753 esac;;
51754esac
51755case $ac_abs_builddir in
51756.) ac_abs_top_builddir=${ac_top_builddir}.;;
51757*)
51758 case ${ac_top_builddir}. in
51759 .) ac_abs_top_builddir=$ac_abs_builddir;;
51760 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
51761 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
51762 esac;;
51763esac
51764case $ac_abs_builddir in
51765.) ac_abs_srcdir=$ac_srcdir;;
51766*)
51767 case $ac_srcdir in
51768 .) ac_abs_srcdir=$ac_abs_builddir;;
51769 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
51770 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
51771 esac;;
51772esac
51773case $ac_abs_builddir in
51774.) ac_abs_top_srcdir=$ac_top_srcdir;;
51775*)
51776 case $ac_top_srcdir in
51777 .) ac_abs_top_srcdir=$ac_abs_builddir;;
51778 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
51779 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
51780 esac;;
51781esac
a848cd7e
SC
51782
51783
51784 cd $ac_dir
51785
51786 # Check for guested configure; otherwise get Cygnus style configure.
51787 if test -f $ac_srcdir/configure.gnu; then
51788 ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
51789 elif test -f $ac_srcdir/configure; then
51790 ac_sub_configure="$SHELL '$ac_srcdir/configure'"
51791 elif test -f $ac_srcdir/configure.in; then
51792 ac_sub_configure=$ac_configure
51793 else
51794 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
51795echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
51796 ac_sub_configure=
51797 fi
51798
51799 # The recursion is here.
51800 if test -n "$ac_sub_configure"; then
51801 # Make the cache file name correct relative to the subdirectory.
51802 case $cache_file in
51803 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
51804 *) # Relative path.
ac1cb8d3 51805 ac_sub_cache_file=$ac_top_builddir$cache_file ;;
a848cd7e
SC
51806 esac
51807
51808 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
51809echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
51810 # The eval makes quoting arguments work.
51811 eval $ac_sub_configure $ac_sub_configure_args \
ac1cb8d3
VS
51812 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
51813 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
a848cd7e
SC
51814echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
51815 { (exit 1); exit 1; }; }
51816 fi
51817
6a5c9b3f 51818 cd $ac_popdir
a848cd7e
SC
51819 done
51820fi
51821
51822
51823echo
77ffb593 51824echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
a848cd7e 51825echo ""
c2e9ada4 51826echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_DESC}"
77ffb593 51827echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
a848cd7e 51828
77ffb593
JS
51829echo " Should wxWidgets be compiled in debug mode? ${wxUSE_DEBUG:-no}"
51830echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
51831echo " Should wxWidgets be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
a848cd7e 51832
77ffb593 51833echo " What level of wxWidgets compatibility should be enabled?"
dee1a63f
MB
51834echo " wxWidgets 2.4 ${WXWIN_COMPATIBILITY_2_4:-no}"
51835echo " wxWidgets 2.6 ${WXWIN_COMPATIBILITY_2_6:-yes}"
a848cd7e 51836
77ffb593 51837echo " Which libraries should wxWidgets use?"
a848cd7e
SC
51838echo " jpeg ${wxUSE_LIBJPEG-none}"
51839echo " png ${wxUSE_LIBPNG-none}"
51840echo " regex ${wxUSE_REGEX}"
51841echo " tiff ${wxUSE_LIBTIFF-none}"
51842if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
51843echo " xpm ${wxUSE_LIBXPM-none}"
51844fi
51845echo " zlib ${wxUSE_ZLIB}"
51846echo " odbc ${wxUSE_ODBC}"
51847echo " expat ${wxUSE_EXPAT}"
51848echo " libmspack ${wxUSE_LIBMSPACK}"
51849echo " sdl ${wxUSE_LIBSDL}"
51850
51851echo ""
51852